Skip to content

Commit

Permalink
feat(deps): update dependency eslint to v9
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 15, 2024
1 parent 710d42c commit 9e17148
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"peerDependencies": {
"@typescript-eslint/eslint-plugin": "^7.0.0",
"@typescript-eslint/parser": "^7.0.0",
"eslint": "^8.0.0",
"eslint": "^8.0.0 || ^9.0.0",
"eslint-config-prettier": "^8.3.0 || ^9.0.0",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-jsdoc": "^37.0.3 || ^38.0.0 || ^39.0.0 || ^40.0.0 || ^41.0.0 || ^42.0.0 || ^43.0.0 || ^44.0.0 || ^45.0.0 || ^46.0.0 || ^47.0.0 || ^48.0.0 || ^49.0.0 || ^50.0.0",
Expand All @@ -45,14 +45,14 @@
"@softwareventures/prettier-config": "4.0.0",
"@softwareventures/semantic-release-config": "5.0.0",
"@softwareventures/tsconfig": "8.1.0",
"@types/eslint": "8.56.12",
"@types/eslint": "9.6.1",
"@types/node": "18.19.68",
"@typescript-eslint/eslint-plugin": "7.18.0",
"@typescript-eslint/parser": "7.18.0",
"ava": "6.2.0",
"commitizen": "4.3.1",
"conventional-changelog-conventionalcommits": "7.0.2",
"eslint": "8.57.1",
"eslint": "9.17.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-jsdoc": "50.6.0",
Expand Down

0 comments on commit 9e17148

Please sign in to comment.