Skip to content

Commit

Permalink
📌 Pin dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
dbenfouzari committed Nov 16, 2020
1 parent 4e126d6 commit 8a67a85
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"@types/react-redux": "^7.1.11",
"@types/react-test-renderer": "^16.9.2",
"@typescript-eslint/eslint-plugin": "^4.7.0",
"@typescript-eslint/parser": "^4.0.1",
"@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 8a67a85

Please sign in to comment.