Skip to content

Commit

Permalink
downgrade @sveltejs/kit
Browse files Browse the repository at this point in the history
  • Loading branch information
orzogc committed Nov 19, 2023
1 parent bcd0229 commit fa12d12
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 17 deletions.
2 changes: 1 addition & 1 deletion apps/danmaku_sticker/packages/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
},
"devDependencies": {
"@sveltejs/adapter-static": "^2.0.3",
"@sveltejs/kit": "^1.27.6",
"@sveltejs/kit": "1.27.3",
"svelte-check": "^3.6.0",
"tslib": "^2.6.2",
"typescript": "^5.2.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/neotool/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
},
"devDependencies": {
"@sveltejs/adapter-static": "^2.0.3",
"@sveltejs/kit": "^1.27.6",
"@sveltejs/kit": "1.27.3",
"@tauri-apps/cli": "^1.5.6",
"autoprefixer": "^10.4.16",
"postcss": "^8.4.31",
Expand Down
5 changes: 1 addition & 4 deletions packages/neotool/svelte.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,7 @@ const config = {
// adapter-auto only supports some environments, see https://kit.svelte.dev/docs/adapter-auto for a list.
// If your environment is not supported or you settled on a specific environment, switch out the adapter.
// See https://kit.svelte.dev/docs/adapters for more information about adapters.
adapter: adapter(),
prerender: {
handleHttpError: 'warn'
}
adapter: adapter()
}
};

Expand Down
22 changes: 11 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 fa12d12

Please sign in to comment.