Skip to content

Commit

Permalink
chore: update dev deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabb-c committed Jul 1, 2024
1 parent 581c54d commit fc0f054
Show file tree
Hide file tree
Showing 6 changed files with 185 additions and 189 deletions.
2 changes: 1 addition & 1 deletion .husky/commit-msg
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
echo 'Linting commit message...'
npx --no -- commitlint --edit $1
pnpm commitlint --edit $1
2 changes: 1 addition & 1 deletion .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1 +1 @@
npx lint-staged
pnpm lint-staged
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,11 @@
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/commit-analyzer": "^13.0.0",
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^10.0.6",
"@semantic-release/github": "^10.0.7",
"@semantic-release/npm": "^12.0.1",
"@semantic-release/release-notes-generator": "^14.0.1",
"@size-limit/preset-small-lib": "^11.1.4",
"@swc/core": "^1.6.5",
"@swc/core": "^1.6.6",
"@types/is-ci": "^3.0.4",
"@types/node": "^20.14.9",
"@vitest/coverage-v8": "^1.6.0",
Expand All @@ -71,12 +71,12 @@
"semantic-release": "^24.0.0",
"size-limit": "^11.1.4",
"tsup": "^8.1.0",
"typescript": "^5.5.2",
"typescript": "^5.5.3",
"vite": "^5.3.2",
"vite-tsconfig-paths": "^4.3.2",
"vitepress": "1.2.3",
"vitest": "^1.6.0",
"vue": "^3.4.30"
"vue": "^3.4.31"
},
"peerDependencies": {
"axios": "^1.7.2",
Expand Down
Loading

0 comments on commit fc0f054

Please sign in to comment.