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
6 changes: 3 additions & 3 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.11.0"
hong6316 marked this conversation as resolved.
Show resolved Hide resolved
},
"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.11.0",
hong6316 marked this conversation as resolved.
Show resolved Hide resolved
"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",
hong6316 marked this conversation as resolved.
Show resolved Hide resolved
"eslint-plugin-react-hooks": "^4.3.0",
"eslint-plugin-testing-library": "^3.10.2",
"eslint-plugin-testing-library": "^5.0.1",
hong6316 marked this conversation as resolved.
Show resolved Hide resolved
"react": "^17.0.2"
}
}