Skip to content

Commit

Permalink
chore: upgrade to sveltekit v2
Browse files Browse the repository at this point in the history
  • Loading branch information
indaco committed Dec 18, 2023
1 parent 2c80619 commit 8326fa2
Show file tree
Hide file tree
Showing 2 changed files with 599 additions and 507 deletions.
25 changes: 13 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,24 +42,25 @@
"sync": "svelte-kit sync"
},
"devDependencies": {
"@commitlint/cli": "^17.8.1",
"@commitlint/config-conventional": "^17.8.1",
"@sveltejs/adapter-auto": "^2.1.1",
"@sveltejs/kit": "1.27.5",
"@commitlint/cli": "^18.4.3",
"@commitlint/config-conventional": "^18.4.3",
"@sveltejs/adapter-auto": "^3.0.0",
"@sveltejs/kit": "^2.0.2",
"@sveltejs/package": "^2.2.3",
"@sveltejs/vite-plugin-svelte": "^3.0.1",
"@types/cli-progress": "^3.11.5",
"@types/svg-parser": "^2.0.6",
"@typescript-eslint/eslint-plugin": "^6.13.1",
"@typescript-eslint/parser": "^6.13.1",
"@typescript-eslint/eslint-plugin": "^6.14.0",
"@typescript-eslint/parser": "^6.14.0",
"cli-progress": "^3.12.0",
"eslint": "^8.55.0",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-svelte": "^2.35.1",
"hast-util-to-html": "^9.0.0",
"husky": "^8.0.3",
"lint-staged": "^14.0.1",
"lint-staged": "^15.2.0",
"picocolors": "1.0.0",
"prettier": "^3.1.0",
"prettier": "^3.1.1",
"prettier-plugin-packagejson": "^2.4.7",
"prettier-plugin-svelte": "^3.1.2",
"publint": "^0.2.6",
Expand All @@ -68,11 +69,11 @@
"svelte-check": "^3.6.2",
"svg-parser": "^2.0.4",
"tslib": "^2.6.2",
"typescript": "^5.3.2",
"vite": "^4.5.0"
"typescript": "^5.3.3",
"vite": "^5.0.10"
},
"peerDependencies": {
"svelte": "^3.59.1 || ^4.0.0"
},
"packageManager": "pnpm@8.11.0"
"packageManager": "pnpm@8.12.1"
}
Loading

0 comments on commit 8326fa2

Please sign in to comment.