Skip to content

Commit 6766aa1

Browse files
fix(deps): update all non-major dependencies with stable version
1 parent 884607c commit 6766aa1

File tree

3 files changed

+286
-205
lines changed

3 files changed

+286
-205
lines changed

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20.13.1
1+
20.18.1

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"eslint-plugin-n": "^17.14.0",
3434
"eslint-plugin-promise": "^6.6.0",
3535
"eslint-plugin-vue": "^9.31.0",
36-
"globals": "^15.3.0",
36+
"globals": "^15.13.0",
3737
"jsonc-eslint-parser": "^2.4.0",
3838
"typescript-eslint": "^7.18.0",
3939
"vue-eslint-parser": "^9.4.3"
@@ -42,15 +42,15 @@
4242
"eslint": ">= 9.16.0"
4343
},
4444
"devDependencies": {
45-
"@commitlint/cli": "^19.3.0",
46-
"@commitlint/config-conventional": "^19.2.2",
45+
"@commitlint/cli": "^19.6.0",
46+
"@commitlint/config-conventional": "^19.6.0",
4747
"@digitalroute/cz-conventional-changelog-for-jira": "^8.0.1",
48-
"@evilmartians/lefthook": "^1.6.15",
48+
"@evilmartians/lefthook": "^1.8.5",
4949
"@semantic-release/changelog": "^6.0.3",
5050
"commitizen": "^4.3.0",
5151
"cz-conventional-changelog": "^3.3.0",
5252
"eslint": "^9.15.0",
53-
"semantic-release": "^24.0.0"
53+
"semantic-release": "^24.2.0"
5454
},
5555
"repository": {
5656
"type": "git",
@@ -113,8 +113,8 @@
113113
"node": ">=18.0.0 || >=20.13.1"
114114
},
115115
"volta": {
116-
"node": "20.13.1",
117-
"pnpm": "9.12.1"
116+
"node": "20.18.1",
117+
"pnpm": "9.14.4"
118118
},
119119
"config": {
120120
"commitizen": {

0 commit comments

Comments
 (0)