Skip to content

Commit

Permalink
fix(deps): update eslint (#9)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 9, 2024
1 parent d37e6d6 commit 72c1153
Show file tree
Hide file tree
Showing 2 changed files with 446 additions and 278 deletions.
24 changes: 12 additions & 12 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/eslintrc": "^3.1.0",
"@eslint/js": "^9.4.0",
"@stylistic/eslint-plugin": "^2.1.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",
"@eslint/compat": "^1.2.3",
"@eslint/eslintrc": "^3.2.0",
"@eslint/js": "^9.15.0",
"@stylistic/eslint-plugin": "^2.11.0",
"eslint-plugin-cypress": "^3.6.0",
"eslint-plugin-jsonc": "^2.18.2",
"eslint-plugin-n": "^17.14.0",
"eslint-plugin-promise": "^6.6.0",
"eslint-plugin-vue": "^9.31.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.15.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.15.0",
"semantic-release": "^24.0.0"
},
"repository": {
Expand Down
Loading

0 comments on commit 72c1153

Please sign in to comment.