Skip to content

Commit

Permalink
Update dependency @sveltejs/kit to v2 (#269)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Christian Banse <oxisto@aybaze.com>
  • Loading branch information
renovate[bot] and oxisto authored Dec 25, 2023
1 parent 3063862 commit d5261f5
Show file tree
Hide file tree
Showing 3 changed files with 62 additions and 84 deletions.
133 changes: 58 additions & 75 deletions ui/package-lock.json

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

11 changes: 3 additions & 8 deletions ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
"@connectrpc/connect-web": "^1.1.3",
"@steeze-ui/heroicons": "^2.2.3",
"@steeze-ui/svelte-icon": "^1.5.0",
"@sveltejs/adapter-static": "^2.0.3",
"@sveltejs/kit": "^1.20.4",
"@sveltejs/adapter-static": "^3.0.1",
"@sveltejs/kit": "^2.0.0",
"@tailwindcss/forms": "^0.5.4",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
Expand All @@ -40,10 +40,5 @@
"typescript": "^5.0.0",
"vite": "^5.0.0"
},
"type": "module",
"overrides": {
"@sveltejs/kit": {
"vite": "$vite"
}
}
"type": "module"
}
2 changes: 1 addition & 1 deletion ui/svelte.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import adapter from '@sveltejs/adapter-static';
import { vitePreprocess } from '@sveltejs/kit/vite';
import { vitePreprocess } from '@sveltejs/vite-plugin-svelte';

/** @type {import('@sveltejs/kit').Config} */
const config = {
Expand Down

0 comments on commit d5261f5

Please sign in to comment.