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] committed Aug 1, 2024
1 parent 3e12329 commit dcf29b1
Show file tree
Hide file tree
Showing 3 changed files with 3,222 additions and 2,424 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20.13.1
20.15.1
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,32 +24,32 @@
"commit": "cz"
},
"dependencies": {
"@eslint/compat": "^1.0.3",
"@eslint/compat": "^1.1.1",
"@eslint/eslintrc": "^3.1.0",
"@eslint/js": "^9.4.0",
"@stylistic/eslint-plugin": "^2.1.0",
"@eslint/js": "^9.7.0",
"@stylistic/eslint-plugin": "^2.3.0",
"eslint-plugin-cypress": "^3.3.0",
"eslint-plugin-jsonc": "^2.16.0",
"eslint-plugin-n": "^17.8.0",
"eslint-plugin-promise": "^6.2.0",
"eslint-plugin-vue": "^9.26.0",
"globals": "^15.3.0",
"eslint-plugin-n": "^17.9.0",
"eslint-plugin-promise": "^6.6.0",
"eslint-plugin-vue": "^9.27.0",
"globals": "^15.8.0",
"jsonc-eslint-parser": "^2.4.0",
"typescript-eslint": "^7.12.0",
"typescript-eslint": "^7.16.1",
"vue-eslint-parser": "^9.4.3"
},
"peerDependencies": {
"eslint": ">= 9.4.0"
"eslint": ">= 9.7.0"
},
"devDependencies": {
"@commitlint/cli": "^19.3.0",
"@commitlint/config-conventional": "^19.2.2",
"@digitalroute/cz-conventional-changelog-for-jira": "^8.0.1",
"@evilmartians/lefthook": "^1.6.15",
"@evilmartians/lefthook": "^1.7.4",
"@semantic-release/changelog": "^6.0.3",
"commitizen": "^4.3.0",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^9.4.0",
"eslint": "^9.7.0",
"semantic-release": "^24.0.0"
},
"repository": {
Expand Down Expand Up @@ -113,8 +113,8 @@
"node": ">=18.0.0 || >=20.13.1"
},
"volta": {
"node": "20.13.1",
"pnpm": "9.1.4"
"node": "20.15.1",
"pnpm": "9.6.0"
},
"config": {
"commitizen": {
Expand Down
Loading

0 comments on commit dcf29b1

Please sign in to comment.