Skip to content

Commit

Permalink
chore: update deps and vite 6
Browse files Browse the repository at this point in the history
  • Loading branch information
orefalo committed Jan 13, 2025
1 parent 4ef6a42 commit 2eb1017
Show file tree
Hide file tree
Showing 4 changed files with 1,366 additions and 1,187 deletions.
12 changes: 9 additions & 3 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,17 @@
"**/CVS": true,
"**/.DS_Store": true,
"**/Thumbs.db": true,
"node_modules": true,
".husky": true,
".vscode": true,
".husky": true
".idea": true,
"node_modules": true
},
"hide-files.files": ["node_modules", ".vscode", ".husky"],
"hide-files.files": [
".husky",
".vscode",
".idea",
"node_modules"
],
"files.eol": "\n",
"editor.insertSpaces": false,
"[typescript]": {
Expand Down
50 changes: 25 additions & 25 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,44 +56,44 @@
}
},
"devDependencies": {
"@commitlint/cli": "^19.6.0",
"@commitlint/cli": "^19.6.1",
"@commitlint/config-conventional": "^19.6.0",
"@playwright/test": "^1.49.0",
"@sveltejs/adapter-static": "^3.0.6",
"@sveltejs/kit": "^2.8.1",
"@sveltejs/package": "^2.3.7",
"@sveltejs/vite-plugin-svelte": "^4.0.1",
"@playwright/test": "^1.49.1",
"@sveltejs/adapter-static": "^3.0.8",
"@sveltejs/kit": "^2.15.2",
"@sveltejs/package": "2.3.0",
"@sveltejs/vite-plugin-svelte": "^5.0.3",
"@types/eslint": "^9.6.1",
"@types/node": "^22.9.0",
"@typescript-eslint/eslint-plugin": "^8.15.0",
"@typescript-eslint/parser": "^8.15.0",
"@types/node": "^22.10.5",
"@typescript-eslint/eslint-plugin": "^8.19.1",
"@typescript-eslint/parser": "^8.19.1",
"badge-maker": "^4.1.0",
"clsx": "^2.1.1",
"copyfiles": "^2.4.1",
"cross-env": "^7.0.3",
"cz-customizable": "^7.2.1",
"eslint": "^9.15.0",
"cz-customizable": "^7.4.0",
"eslint": "^9.18.0",
"eslint-config-prettier": "^9.1.0",
"eslint-gitignore": "^0.1.0",
"eslint-plugin-svelte": "^2.46.0",
"globals": "^15.12.0",
"highlight.js": "^11.10.0",
"eslint-plugin-svelte": "^2.46.1",
"globals": "^15.14.0",
"highlight.js": "^11.11.1",
"husky": "^9.1.7",
"minify": "^11.4.1",
"prettier": "^3.3.3",
"prettier-plugin-svelte": "^3.2.8",
"minify": "^12.0.1",
"prettier": "^3.4.2",
"prettier-plugin-svelte": "^3.3.3",
"rimraf": "^6.0.1",
"sass": "^1.81.0",
"sass": "^1.83.1",
"serve": "^14.2.4",
"svelte-check": "^4.0.9",
"svelte-highlight": "^7.7.0",
"svelte-check": "^4.1.4",
"svelte-highlight": "^7.8.2",
"svelte-preprocess": "^6.0.3",
"tslib": "^2.8.1",
"typescript": "^5.6.3",
"typescript-eslint": "^8.15.0",
"vite": "^5.4.11"
"typescript": "^5.7.3",
"typescript-eslint": "^8.19.1",
"vite": "^6.0.7"
},
"peerDependencies": {
"clsx": "^2.1.1",
"svelte": "^5.1.0"
"svelte": "^5.17.3"
}
}
Loading

0 comments on commit 2eb1017

Please sign in to comment.