Skip to content

Commit

Permalink
upgrade vite and svelte
Browse files Browse the repository at this point in the history
  • Loading branch information
jgerigmeyer committed Dec 2, 2024
1 parent d42a6e9 commit caf83ed
Show file tree
Hide file tree
Showing 2 changed files with 603 additions and 470 deletions.
25 changes: 13 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,18 +41,16 @@
"@eslint/js": "^9.16.0",
"@sveltejs/adapter-auto": "^3.3.1",
"@sveltejs/kit": "^2.9.0",
"@sveltejs/vite-plugin-svelte": "^4.0.2",
"@sveltejs/vite-plugin-svelte": "^5.0.1",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/svelte": "^5.2.6",
"@types/eslint-config-prettier": "^6.11.3",
"@types/eslint__js": "^8.42.3",
"@types/lodash": "^4.17.13",
"@types/node": "^20",
"@typescript-eslint/eslint-plugin": "^8.16.0",
"@typescript-eslint/parser": "^8.16.0",
"@typescript-eslint/utils": "^8.16.0",
"@vitest/coverage-v8": "^2.1.7",
"@vitest/eslint-plugin": "^1.1.13",
"@typescript-eslint/utils": "^8.17.0",
"@vitest/coverage-v8": "^2.1.8",
"@vitest/eslint-plugin": "^1.1.14",
"chokidar-cli": "^3.0.0",
"eslint": "^9.16.0",
"eslint-config-prettier": "^9.1.0",
Expand All @@ -71,14 +69,17 @@
"sassdoc": "^2.7.4",
"sassdoc-theme-herman": "^6.0.2",
"stylelint": "^16.11.0",
"stylelint-config-standard-scss": "^13.1.0",
"svelte": "^5.3.1",
"stylelint-config-standard-scss": "^14.0.0",
"svelte": "^5.4.0",
"svelte-check": "^4.1.0",
"svelte-eslint-parser": "^0.43.0",
"typescript": "^5.7.2",
"typescript-eslint": "^8.16.0",
"vite": "^5.4.11",
"vitest": "^2.1.7"
"typescript-eslint": "^8.17.0",
"vite": "^6.0.2",
"vitest": "^2.1.8"
},
"packageManager": "[email protected]"
"resolutions": {
"vite": "^6.0.2"
},
"packageManager": "[email protected]"
}
Loading

0 comments on commit caf83ed

Please sign in to comment.