Update to sveltekit 1.0 + fix warnings and errors
This commit is contained in:
parent
dcb1779e0a
commit
6ae3c92cbc
4 changed files with 2 additions and 86 deletions
|
|
@ -12,9 +12,8 @@
|
|||
"format": "prettier --ignore-path .gitignore --write --plugin-search-dir=. ."
|
||||
},
|
||||
"devDependencies": {
|
||||
"@sveltejs/adapter-auto": "^1.0.0-next.18",
|
||||
"@sveltejs/adapter-static": "^1.0.0-next.26",
|
||||
"@sveltejs/kit": "^1.0.0-next.260",
|
||||
"@sveltejs/adapter-static": "^1.0.0",
|
||||
"@sveltejs/kit": "^1.0.0",
|
||||
"@typescript-eslint/eslint-plugin": "^5.0.0",
|
||||
"@typescript-eslint/parser": "^5.0.0",
|
||||
"bootstrap": "^5.1.3",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue