Skip to content

Commit

Permalink
Fewer peer dep warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronMoat committed Aug 27, 2024
1 parent 61bd332 commit ebd092b
Show file tree
Hide file tree
Showing 2 changed files with 103 additions and 169 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,14 @@
"@babel/preset-react": "^7.24.7",
"@eslint/compat": "^1.1.1",
"@eslint/eslintrc": "^3.1.0",
"@eslint/js": "^9.8.0",
"@typescript-eslint/eslint-plugin": "^8.0.1",
"@typescript-eslint/parser": "^8.0.1",
"@eslint/js": "^9.9.1",
"@typescript-eslint/eslint-plugin": "^8.3.0",
"@typescript-eslint/parser": "^8.3.0",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.3",
"eslint-plugin-cypress": "^3.4.0",
"eslint-plugin-import-x": "^3.1.0",
"eslint-plugin-jest": "^28.7.0",
"eslint-plugin-cypress": "^3.5.0",
"eslint-plugin-import-x": "^4.0.0",
"eslint-plugin-jest": "^28.8.0",
"eslint-plugin-react": "^7.35.0",
"eslint-plugin-react-hooks": "^4.6.2",
"globals": "^15.9.0"
Expand All @@ -49,7 +49,7 @@
"typescript": "~5.5.4"
},
"peerDependencies": {
"eslint": ">=9.8.0",
"eslint": ">=9.9.1",
"typescript": ">=5.5.4"
},
"engines": {
Expand Down
Loading

0 comments on commit ebd092b

Please sign in to comment.