Skip to content

Commit

Permalink
chore: update to svelte 5 (#78)
Browse files Browse the repository at this point in the history
* chore: update to svelte 5

* chore: update version
  • Loading branch information
beeb authored Nov 22, 2024
1 parent 23333c9 commit 635e733
Show file tree
Hide file tree
Showing 15 changed files with 744 additions and 745 deletions.
12 changes: 6 additions & 6 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "coffee-scale-app",
"version": "2.2.1",
"version": "2.3.0",
"license": "MIT",
"private": true,
"scripts": {
Expand All @@ -13,25 +13,25 @@
"format": "biome format --write ./src"
},
"devDependencies": {
"@biomejs/biome": "^1.9.2",
"@iconify-json/mingcute": "^1.2.0",
"@macfja/svelte-persistent-store": "^2.4.1",
"@sveltejs/adapter-static": "^3.0.5",
"@sveltejs/kit": "^2.6.0",
"@sveltejs/vite-plugin-svelte": "^3.1.2",
"@biomejs/biome": "^1.9.4",
"@iconify-json/mingcute": "^1.2.1",
"@macfja/svelte-persistent-store": "^2.4.2",
"@sveltejs/adapter-static": "^3.0.6",
"@sveltejs/kit": "^2.8.1",
"@sveltejs/vite-plugin-svelte": "^4.0.1",
"@types/web-bluetooth": "^0.0.20",
"autoprefixer": "^10.4.20",
"chart.js": "^4.4.4",
"daisyui": "^4.12.10",
"postcss": "^8.4.47",
"svelte": "^4.2.19",
"svelte-check": "^4.0.3",
"chart.js": "^4.4.6",
"daisyui": "^4.12.14",
"postcss": "^8.4.49",
"svelte": "^5.2.7",
"svelte-check": "^4.0.9",
"svelte-french-toast": "^1.2.0",
"tailwindcss": "^3.4.13",
"tslib": "^2.7.0",
"typescript": "^5.6.2",
"unplugin-icons": "^0.19.3",
"vite": "^5.4.8"
"tailwindcss": "^3.4.15",
"tslib": "^2.8.1",
"typescript": "^5.6.3",
"unplugin-icons": "^0.20.1",
"vite": "^5.4.11"
},
"type": "module",
"engines": {
Expand Down
Loading

0 comments on commit 635e733

Please sign in to comment.