Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies with stable version
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 16, 2024
1 parent 884607c commit 6766aa1
Show file tree
Hide file tree
Showing 3 changed files with 286 additions and 205 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20.13.1
20.18.1
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"eslint-plugin-n": "^17.14.0",
"eslint-plugin-promise": "^6.6.0",
"eslint-plugin-vue": "^9.31.0",
"globals": "^15.3.0",
"globals": "^15.13.0",
"jsonc-eslint-parser": "^2.4.0",
"typescript-eslint": "^7.18.0",
"vue-eslint-parser": "^9.4.3"
Expand All @@ -42,15 +42,15 @@
"eslint": ">= 9.16.0"
},
"devDependencies": {
"@commitlint/cli": "^19.3.0",
"@commitlint/config-conventional": "^19.2.2",
"@commitlint/cli": "^19.6.0",
"@commitlint/config-conventional": "^19.6.0",
"@digitalroute/cz-conventional-changelog-for-jira": "^8.0.1",
"@evilmartians/lefthook": "^1.6.15",
"@evilmartians/lefthook": "^1.8.5",
"@semantic-release/changelog": "^6.0.3",
"commitizen": "^4.3.0",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^9.15.0",
"semantic-release": "^24.0.0"
"semantic-release": "^24.2.0"
},
"repository": {
"type": "git",
Expand Down Expand Up @@ -113,8 +113,8 @@
"node": ">=18.0.0 || >=20.13.1"
},
"volta": {
"node": "20.13.1",
"pnpm": "9.12.1"
"node": "20.18.1",
"pnpm": "9.14.4"
},
"config": {
"commitizen": {
Expand Down
Loading

0 comments on commit 6766aa1

Please sign in to comment.