Skip to content

Commit

Permalink
chore: version mismatch in sveltekit dev app (#10880)
Browse files Browse the repository at this point in the history
  • Loading branch information
ThangHuuVu committed May 11, 2024
1 parent 117110f commit 89ef33f
Show file tree
Hide file tree
Showing 3 changed files with 613 additions and 540 deletions.
5 changes: 2 additions & 3 deletions apps/dev/sveltekit/package.json
Expand Up @@ -12,12 +12,11 @@
},
"devDependencies": {
"@sveltejs/adapter-auto": "next",
"@sveltejs/kit": "2.4.3",
"@sveltejs/kit": "^2.5.7",
"@sveltejs/vite-plugin-svelte": "^3.0.0",
"svelte": "^4",
"svelte-check": "2.10.2",
"typescript": "5.2.2",
"vite": "^5"
"typescript": "5.2.2"
},
"dependencies": {
"@auth/sveltekit": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/frameworks-sveltekit/package.json
Expand Up @@ -35,7 +35,7 @@
},
"devDependencies": {
"@sveltejs/adapter-auto": "^3.0.0",
"@sveltejs/kit": "^2.4.3",
"@sveltejs/kit": "^2.5.7",
"@sveltejs/package": "^2.0.0",
"@sveltejs/vite-plugin-svelte": "^3.0.0",
"@types/set-cookie-parser": "^2.4.7",
Expand Down

0 comments on commit 89ef33f

Please sign in to comment.