Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WRN-12748: Update eslint 8 related modules #45

Merged
merged 11 commits into from
Apr 1, 2022
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"extends": "./index.js"
},
"peerDependencies": {
"eslint": "^7.32.0"
"eslint": "^8.12.0"
},
"dependencies": {
"@babel/core": "^7.17.8",
Expand All @@ -26,13 +26,13 @@
"@typescript-eslint/eslint-plugin": "^5.5.0",
"@typescript-eslint/parser": "^5.5.0",
"babel-preset-react-app": "^10.0.1",
"eslint": "^7.32.0",
"eslint": "^8.12.0",
"eslint-plugin-babel": "^5.3.1",
"eslint-plugin-enact": "^0.2.3",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-react": "^7.27.1",
"eslint-plugin-react": "^7.29.4",
"eslint-plugin-react-hooks": "^4.3.0",
"eslint-plugin-testing-library": "^3.10.2",
"eslint-plugin-testing-library": "^5.1.0",
"react": "^17.0.2"
}
}