Skip to content

Commit

Permalink
fix(deps): update eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 3, 2024
1 parent 3e12329 commit ed1849e
Show file tree
Hide file tree
Showing 2 changed files with 260 additions and 199 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,22 +24,22 @@
"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-plugin-cypress": "^3.3.0",
"@eslint/js": "^9.11.0",
"@stylistic/eslint-plugin": "^2.8.0",
"eslint-plugin-cypress": "^3.5.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",
"eslint-plugin-n": "^17.10.3",
"eslint-plugin-promise": "^6.6.0",
"eslint-plugin-vue": "^9.28.0",
"globals": "^15.3.0",
"jsonc-eslint-parser": "^2.4.0",
"typescript-eslint": "^7.12.0",
"typescript-eslint": "^7.18.0",
"vue-eslint-parser": "^9.4.3"
},
"peerDependencies": {
"eslint": ">= 9.4.0"
"eslint": ">= 9.11.0"
},
"devDependencies": {
"@commitlint/cli": "^19.3.0",
Expand All @@ -49,7 +49,7 @@
"@semantic-release/changelog": "^6.0.3",
"commitizen": "^4.3.0",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^9.4.0",
"eslint": "^9.11.0",
"semantic-release": "^24.0.0"
},
"repository": {
Expand Down
Loading

0 comments on commit ed1849e

Please sign in to comment.