Skip to content

Commit

Permalink
⬆️ Bump @typescript-eslint/eslint-plugin from 2.34.0 to 4.7.0 in /pac…
Browse files Browse the repository at this point in the history
…kages/react-native-template-derniercri/template

Merge pull request #93 from derniercri/dependabot/npm_and_yarn/packages/react-native-template-derniercri/template/typescript-eslint/eslint-plugin-4.7.0
  • Loading branch information
Donovan BENFOUZARI authored Nov 16, 2020
2 parents ddf4576 + 8a67a85 commit cd2f536
Showing 1 changed file with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@
"@types/react-native": "^0.63.2",
"@types/react-redux": "^7.1.11",
"@types/react-test-renderer": "^16.9.2",
"@typescript-eslint/eslint-plugin": "^2.27.0",
"@typescript-eslint/parser": "^4.0.1",
"@typescript-eslint/eslint-plugin": "^4.7.0",
"@typescript-eslint/parser": "^4.7.0",
"babel-jest": "^26.3.0",
"babel-loader": "^8.1.0",
"eslint": "^7.8.1",
Expand All @@ -58,6 +58,10 @@
"react-test-renderer": "16.14.0",
"typescript": "^4.0.2"
},
"resolutions": {
"@typescript-eslint/eslint-plugin": "^4.7.0",
"@typescript-eslint/parser": "^4.7.0"
},
"jest": {
"preset": "react-native",
"setupFiles": [
Expand Down

0 comments on commit cd2f536

Please sign in to comment.