Skip to content

Commit

Permalink
Complete migration to latest SvelteKit version
Browse files Browse the repository at this point in the history
  • Loading branch information
aabounegm committed Aug 25, 2022
1 parent ef1d8ad commit 32f9571
Show file tree
Hide file tree
Showing 2 changed files with 125 additions and 14 deletions.
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"scripts": {
"dev": "vite dev",
"build": "vite build",
"package": "svelte-kit package",
"package": "svelte-package",
"preview": "vite preview",
"prepare": "svelte-kit sync",
"check": "svelte-check --tsconfig ./tsconfig.json",
Expand All @@ -27,8 +27,9 @@
"prepublishOnly": "node --unhandled-rejections=strict check-version.js"
},
"devDependencies": {
"@sveltejs/adapter-static": "1.0.0-next.37",
"@sveltejs/kit": "1.0.0-next.405",
"@sveltejs/adapter-static": "1.0.0-next.39",
"@sveltejs/kit": "1.0.0-next.437",
"@sveltejs/package": "1.0.0-next.1",
"@typescript-eslint/eslint-plugin": "^5.35.1",
"@typescript-eslint/parser": "^5.35.1",
"eslint": "^8.22.0",
Expand Down
132 changes: 121 additions & 11 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 32f9571

Please sign in to comment.