Skip to content

Commit

Permalink
bump deps, fix dep issue, format
Browse files Browse the repository at this point in the history
  • Loading branch information
voytxt committed Dec 26, 2024
1 parent 129b91d commit f22a8a8
Show file tree
Hide file tree
Showing 5 changed files with 653 additions and 765 deletions.
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,24 +12,24 @@
"lint": "pnpm biome lint --write ./src"
},
"devDependencies": {
"@biomejs/biome": "1.8.3",
"@sveltejs/adapter-auto": "^3.2.4",
"@sveltejs/kit": "^2.5.24",
"@sveltejs/vite-plugin-svelte": "4.0.0-next.6",
"@biomejs/biome": "1.9.4",
"@sveltejs/adapter-auto": "^3.3.1",
"@sveltejs/kit": "^2.15.0",
"@sveltejs/vite-plugin-svelte": "5.0.3",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.41",
"prettier": "^3.3.3",
"prettier-plugin-svelte": "^3.2.6",
"prettier-plugin-tailwindcss": "^0.6.6",
"svelte": "5.0.0-next.238",
"svelte-check": "^3.8.6",
"tailwindcss": "^3.4.10",
"tailwindcss-themer": "^4.0.0",
"typescript": "^5.5.4",
"vite": "^5.4.2"
"postcss": "^8.4.49",
"prettier": "^3.4.2",
"prettier-plugin-svelte": "^3.3.2",
"prettier-plugin-tailwindcss": "^0.6.9",
"svelte": "5.14.4",
"svelte-check": "^4.1.1",
"tailwindcss": "^3.4.17",
"tailwindcss-themer": "^4.1.1",
"typescript": "^5.7.2",
"vite": "^6.0.6"
},
"type": "module",
"dependencies": {
"cubing": "^0.51.0"
"cubing": "^0.53.8"
}
}
Loading

0 comments on commit f22a8a8

Please sign in to comment.