Skip to content

Commit

Permalink
MAINT: migrate to svelte 4.
Browse files Browse the repository at this point in the history
  • Loading branch information
Odd Kiva committed Jul 13, 2024
1 parent 4b2d08c commit 9520ef1
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions svelte/sara-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,18 @@
},
"devDependencies": {
"@sveltejs/adapter-auto": "^2.0.0",
"@sveltejs/kit": "^1.5.0",
"@sveltejs/kit": "^1.20.4",
"prettier": "^2.8.0",
"prettier-plugin-svelte": "^2.8.1",
"svelte": "^3.54.0",
"svelte-check": "^3.0.1",
"prettier-plugin-svelte": "^2.10.1",
"svelte": "^4.0.0",
"svelte-check": "^3.4.3",
"tslib": "^2.4.1",
"typescript": "^5.0.0",
"vite": "^4.5.3",
"autoprefixer": "^10.4.14",
"daisyui": "^3.0.2",
"postcss": "^8.4.31",
"tailwindcss": "^3.3.2"
"autoprefixer": "^10.4.14",
"daisyui": "^3.0.2",
"postcss": "^8.4.31",
"tailwindcss": "^3.3.2"
},
"type": "module"
}
}

0 comments on commit 9520ef1

Please sign in to comment.