Skip to content

Commit

Permalink
fix(deps): update all major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 17, 2025
1 parent f77acc2 commit 7405abb
Show file tree
Hide file tree
Showing 2 changed files with 1,232 additions and 476 deletions.
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -114,47 +114,47 @@
"@dvcol/svelte-utils": "^1.6.1",
"@skeletonlabs/floating-ui-svelte": "^0.3.9",
"svelte": "^5.16.0",
"vite": "^5.4.10"
"vite": "^6.0.0"
},
"devDependencies": {
"@commitlint/cli": "^19.4.1",
"@commitlint/config-conventional": "^19.4.1",
"@dvcol/eslint-plugin-presets": "^1.3.11",
"@dvcol/stylelint-plugin-presets": "^2.1.2",
"@dvcol/svelte-simple-router": "^1.10.0",
"@sveltejs/adapter-auto": "^3.3.1",
"@sveltejs/adapter-auto": "^4.0.0",
"@sveltejs/kit": "^2.15.0",
"@sveltejs/package": "^2.3.7",
"@sveltejs/vite-plugin-svelte": "^4.0.4",
"@sveltejs/vite-plugin-svelte": "^5.0.0",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/svelte": "^5.2.6",
"@testing-library/user-event": "^14.5.2",
"@tsconfig/node22": "^22.0.0",
"@tsconfig/svelte": "^5.0.4",
"@types/dom-view-transitions": "^1.0.5",
"@types/node": "^22.5.1",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"@vitest/coverage-v8": "^2.1.4",
"eslint": "^8.57.0",
"@typescript-eslint/eslint-plugin": "^8.0.0",
"@typescript-eslint/parser": "^8.0.0",
"@vitest/coverage-v8": "^3.0.0",
"eslint": "^9.0.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^9.1.0",
"eslint-config-prettier": "^10.0.0",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsonc": "^2.16.0",
"eslint-plugin-markdown": "^3.0.1",
"eslint-plugin-markdown": "^5.0.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-svelte": "^2.46.1",
"eslint-plugin-vitest": "^0.4.1",
"eslint-plugin-yml": "^1.14.0",
"extract-changelog-release": "^1.0.2",
"globals": "^15.0.0",
"husky": "^9.1.5",
"jsdom": "^25.0.1",
"jsdom": "^26.0.0",
"jsonc-eslint-parser": "^2.4.0",
"lint-staged": "^15.2.10",
"navigation-api-types": "^0.5.1",
"npm-run-all2": "^6.2.2",
"npm-run-all2": "^7.0.0",
"postcss": "^8.4.45",
"postcss-syntax": "^0.36.2",
"prettier": "^3.3.3",
Expand All @@ -166,9 +166,9 @@
"svelte-check": "^4.1.1",
"svelte-preprocess": "^6.0.3",
"typescript": "^5.5.4",
"vite": "^5.4.10",
"vite": "^6.0.0",
"vite-plugin-checker": "^0.8.0",
"vitest": "^2.1.4"
"vitest": "^3.0.0"
},
"lint-staged": {
"*.{js,jsx,ts,tsx,vue,svelte,json}": [
Expand Down
Loading

0 comments on commit 7405abb

Please sign in to comment.