Skip to content

Commit

Permalink
upgrade to sveltekit 2
Browse files Browse the repository at this point in the history
  • Loading branch information
benmccann committed Jan 22, 2024
1 parent 02447ed commit cd615ed
Show file tree
Hide file tree
Showing 2 changed files with 276 additions and 153 deletions.
11 changes: 6 additions & 5 deletions packages/site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,9 @@
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^13.0.5",
"@rollup/plugin-replace": "^3.0.0",
"@sveltejs/kit": "^1.30.3",
"@sveltejs/adapter-auto": "^2.1.1",
"@sveltejs/kit": "^2.4.1",
"@sveltejs/adapter-auto": "^3.1.1",
"@sveltejs/vite-plugin-svelte": "^3.0.1",
"codemirror": "^5.49.2",
"npm-run-all": "^4.1.5",
"prism-svelte": "^0.5.0",
Expand All @@ -41,10 +42,10 @@
"rollup-plugin-svelte": "^7.1.6",
"rollup-plugin-terser": "^7.0.2",
"svelte": "^4.2.2",
"svelte-json-tree": "^0.0.7",
"svelte-json-tree": "^2.2.0",
"typeface-catamaran": "^0.0.72",
"typeface-roboto": "^0.0.75",
"unist-util-visit": "^2.0.1",
"vite": "^4.5.2"
"vite": "^5.0.12"
}
}
}
Loading

0 comments on commit cd615ed

Please sign in to comment.