Skip to content

Commit

Permalink
feat: upgrade svelete versions
Browse files Browse the repository at this point in the history
  • Loading branch information
joel authored and joel committed Jan 29, 2024
1 parent a1c1bd7 commit c9a07a5
Show file tree
Hide file tree
Showing 4 changed files with 93 additions and 101 deletions.
4 changes: 2 additions & 2 deletions examples/sveltekit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"devDependencies": {
"@sveltejs/adapter-auto": "^2.1.0",
"@sveltejs/kit": "^1.23.0",
"@sveltejs/kit": "^1.30.3",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"eslint": "^8.47.0",
Expand All @@ -28,7 +28,7 @@
"tsconfig": "workspace:*",
"tslib": "^2.6.2",
"typescript": "^5.2.2",
"vite": "^4.4.9"
"vite": "^5.0.0"
},
"type": "module",
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@changesets/cli": "^2.27.1",
"husky": "^8.0.3",
"prettier": "^2.8.8",
"turbo": "^1.11.2",
"turbo": "^1.11.3",
"typedoc": "^0.24.8",
"typescript": "^4.9.5"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/sveltekit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,6 @@
},
"peerDependencies": {
"@supabase/supabase-js": "^2.19.0",
"@sveltejs/kit": "^1.15.4 || ^2.0.0"
"@sveltejs/kit": "^1.30.3 || ^2.0.0"
}
}
Loading

0 comments on commit c9a07a5

Please sign in to comment.