Skip to content

Commit

Permalink
chore: update deps and fix husky hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
orefalo committed Sep 24, 2024
1 parent b4c71f8 commit 8df3129
Show file tree
Hide file tree
Showing 4 changed files with 795 additions and 996 deletions.
1 change: 0 additions & 1 deletion .husky/commit-msg
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"

npx --no -- commitlint --edit "${1}"
2 changes: 1 addition & 1 deletion .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1 +1 @@
pnpm test
# pnpm test
66 changes: 33 additions & 33 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "svelte-splitpanes",
"version": "8.0.5",
"version": "8.0.6",
"private": false,
"description": "A full featured resizable pane layout splitter, ported from vue-splitpanes and enhanced",
"keywords": [
Expand Down Expand Up @@ -66,46 +66,46 @@
"esm-env-robust": "0.0.3"
},
"devDependencies": {
"@commitlint/cli": "^19.3.0",
"@commitlint/config-conventional": "^19.2.2",
"@playwright/test": "^1.45.0",
"@sveltejs/adapter-static": "^3.0.2",
"@sveltejs/kit": "^2.5.17",
"@sveltejs/package": "^2.3.2",
"@sveltejs/vite-plugin-svelte": "^3.1.1",
"@types/eslint": "^8.56.10",
"@types/node": "^20.14.9",
"@typescript-eslint/eslint-plugin": "^7.14.1",
"@typescript-eslint/parser": "^7.14.1",
"@commitlint/cli": "^19.5.0",
"@commitlint/config-conventional": "^19.5.0",
"@playwright/test": "^1.47.2",
"@sveltejs/adapter-static": "^3.0.5",
"@sveltejs/kit": "^2.5.28",
"@sveltejs/package": "^2.3.5",
"@sveltejs/vite-plugin-svelte": "^3.1.2",
"@types/eslint": "^9.6.1",
"@types/node": "^22.6.1",
"@typescript-eslint/eslint-plugin": "^8.7.0",
"@typescript-eslint/parser": "^8.7.0",
"badge-maker": "^4.0.0",
"copyfiles": "^2.4.1",
"cross-env": "^7.0.3",
"cz-customizable": "^7.0.0",
"eslint": "^9.5.0",
"cz-customizable": "^7.2.1",
"eslint": "^9.11.1",
"eslint-config-prettier": "^9.1.0",
"eslint-gitignore": "^0.1.0",
"eslint-plugin-markdown": "^5.0.0",
"eslint-plugin-svelte": "^2.41.0",
"globals": "^15.6.0",
"highlight.js": "^11.9.0",
"husky": "^9.0.11",
"prettier": "^3.3.2",
"prettier-plugin-svelte": "^3.2.5",
"rimraf": "^5.0.7",
"sass": "^1.77.6",
"eslint-plugin-markdown": "^5.1.0",
"eslint-plugin-svelte": "^2.44.0",
"globals": "^15.9.0",
"highlight.js": "^11.10.0",
"husky": "^9.1.6",
"prettier": "^3.3.3",
"prettier-plugin-svelte": "^3.2.6",
"rimraf": "^6.0.1",
"sass": "^1.79.3",
"serve": "^14.2.3",
"svelte-check": "^3.8.4",
"svelte-highlight": "^7.6.1",
"svelte-preprocess": "^6.0.1",
"svelte-range-slider-pips": "^2.3.1",
"tslib": "^2.6.3",
"typescript": "^5.5.2",
"typescript-eslint": "^8.0.0-alpha.30",
"vite": "^5.3.1",
"vitest": "^1.6.0"
"svelte-check": "^3.8.6",
"svelte-highlight": "^7.7.0",
"svelte-preprocess": "^6.0.2",
"svelte-range-slider-pips": "^3.1.1",
"tslib": "^2.7.0",
"typescript": "^5.6.2",
"typescript-eslint": "^8.7.0",
"vite": "^5.4.7",
"vitest": "^2.1.1"
},
"peerDependencies": {
"svelte": "^4.2.18"
"svelte": "^4.2.19"
},
"optionalDependencies": {}
}
Loading

0 comments on commit 8df3129

Please sign in to comment.