Skip to content

Commit

Permalink
correct versions of ESLint related packages
Browse files Browse the repository at this point in the history
  • Loading branch information
kanzitelli committed Feb 28, 2022
1 parent 647d21c commit 99bed7a
Show file tree
Hide file tree
Showing 2 changed files with 250 additions and 257 deletions.
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"@babel/core": "^7.16.7",
"@babel/preset-typescript": "^7.16.7",
"@babel/runtime": "^7.16.7",
"@react-native-community/eslint-config": "^3.0.1",
"@react-native-community/eslint-config": "2.0.0",
"@tsconfig/react-native": "^1.0.4",
"@types/i18n-js": "^3.8.2",
"@types/jest": "^27.4.0",
Expand All @@ -61,10 +61,11 @@
"@types/react-native": "^0.66.11",
"@types/react-native-vector-icons": "^6.4.10",
"@types/react-test-renderer": "^17.0.1",
"@typescript-eslint/parser": "^5.9.0",
"@typescript-eslint/eslint-plugin": "^5.12.1",
"@typescript-eslint/parser": "^5.12.1",
"babel-jest": "^27.4.6",
"dotenv-cli": "^4.1.1",
"eslint": "^8.6.0",
"eslint": "7.14.0",
"jest": "^27.4.7",
"metro-react-native-babel-preset": "^0.66.2",
"patch-package": "^6.4.7",
Expand Down
Loading

0 comments on commit 99bed7a

Please sign in to comment.