Skip to content

Commit

Permalink
fix(deps): update eslint to ^9.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 22, 2025
1 parent ff554ce commit b3dc49c
Show file tree
Hide file tree
Showing 2 changed files with 94 additions and 91 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"dependencies": {
"@eslint/compat": "^1.2.4",
"@eslint/eslintrc": "^3.2.0",
"@eslint/js": "^9.17.0",
"@eslint/js": "^9.18.0",
"@stylistic/eslint-plugin": "^2.12.1",
"eslint-plugin-cypress": "^3.6.0",
"eslint-plugin-jsonc": "^2.18.2",
Expand All @@ -39,7 +39,7 @@
"vue-eslint-parser": "^9.4.3"
},
"peerDependencies": {
"eslint": ">= 9.17.0"
"eslint": ">= 9.18.0"
},
"devDependencies": {
"@commitlint/cli": "^19.6.1",
Expand All @@ -49,7 +49,7 @@
"@semantic-release/changelog": "^6.0.3",
"commitizen": "^4.3.1",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^9.17.0",
"eslint": "^9.18.0",
"semantic-release": "^24.2.1"
},
"repository": {
Expand Down
Loading

0 comments on commit b3dc49c

Please sign in to comment.