Skip to content

Commit

Permalink
chore(deps): remove commitlint types #284
Browse files Browse the repository at this point in the history
  • Loading branch information
wazolab committed Jan 9, 2025
1 parent e4f6e7f commit c2d44db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
"test": "jest"
},
"dependencies": {
"@commitlint/types": "^19.0.3",
"@element-plus/icons-vue": "^2.3.1",
"@element-plus/nuxt": "^1.0.9",
"@sentry/vue": "^8.35.0",
Expand Down Expand Up @@ -53,7 +52,7 @@
"vue-tsc": "^2.0.29"
},
"simple-git-hooks": {
"commit-msg": "npx commitlint --edit $1",
"commit-msg": "yarn dlx commitlint --edit $1",
"pre-commit": "yarn dlx lint-staged",
"preserveUnused": true
},
Expand Down
3 changes: 1 addition & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -824,7 +824,7 @@ __metadata:
languageName: node
linkType: hard

"@commitlint/types@npm:^19.0.3, @commitlint/types@npm:^19.5.0":
"@commitlint/types@npm:^19.5.0":
version: 19.5.0
resolution: "@commitlint/types@npm:19.5.0"
dependencies:
Expand Down Expand Up @@ -14109,7 +14109,6 @@ __metadata:
"@babel/core": "npm:^7.24.4"
"@commitlint/cli": "npm:^19.2.2"
"@commitlint/config-conventional": "npm:^19.2.2"
"@commitlint/types": "npm:^19.0.3"
"@element-plus/icons-vue": "npm:^2.3.1"
"@element-plus/nuxt": "npm:^1.0.9"
"@nuxt/eslint": "npm:^0.5.7"
Expand Down

0 comments on commit c2d44db

Please sign in to comment.