Skip to content

Commit

Permalink
fix(deps): update eslint group to v9
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 26, 2024
1 parent 7280052 commit 0d8c17f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@
},
"dependencies": {
"@eslint-community/eslint-plugin-eslint-comments": "^4.4.0",
"@eslint/js": "^8.57.0",
"@types/eslint": "^8.56.11",
"@eslint/js": "^9.9.1",
"@types/eslint": "^9.6.1",
"deepmerge": "^4.3.1",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.29.1",
Expand All @@ -61,7 +61,7 @@
"@types/eslint__js": "^8.42.3",
"@types/node": "^18.19.45",
"@types/react": "^18.3.4",
"eslint": "^8.57.0",
"eslint": "^9.9.1",
"eslint-config-prettier": "^9.1.0",
"glob": "^10.4.5",
"mocha": "^10.7.3",
Expand All @@ -70,7 +70,7 @@
"typescript": "^5.5.4"
},
"peerDependencies": {
"eslint": "^8.57.0",
"eslint": "^9.9.1",
"prettier": "^3.3.3"
},
"peerDependenciesMeta": {
Expand Down

0 comments on commit 0d8c17f

Please sign in to comment.