Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Svelte 4 and SvelteKit 2 Upgrade #1868

Merged
merged 21 commits into from
Feb 27, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
update sveltekit and vite to fix vulnerabilities
  • Loading branch information
laurakwhit committed Feb 1, 2024
commit 16131b0ba6485f331dad2250c2a50789a05388e1
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@
"@storybook/testing-library": "^0.2.2",
"@sveltejs/adapter-static": "^3.0.0",
"@sveltejs/adapter-vercel": "^4.0.0",
"@sveltejs/kit": "^2.0.0",
"@sveltejs/kit": "^2.5.0",
"@sveltejs/vite-plugin-svelte": "^3.0.2",
"@temporalio/activity": "^1.8.6",
"@temporalio/client": "^1.8.6",
Expand Down Expand Up @@ -209,7 +209,7 @@
"typescript": "^5.2.2",
"unified": "^11.0.2",
"unist-util-visit": "^5.0.0",
"vite": "^5.0.3",
"vite": "^5.0.12",
"vite-node": "^0.23.4",
"vitest": "^1.0.0",
"vitest-localstorage-mock": "^0.0.1",
Expand Down
Loading