Skip to content

Commit

Permalink
feat: remove resolutions from react types (#286)
Browse files Browse the repository at this point in the history
  • Loading branch information
radko93 authored Jul 19, 2022
1 parent 8d24510 commit b702c55
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
"@babel/core": "^7.12.9",
"@babel/runtime": "^7.12.5",
"@react-native-community/eslint-config": "^2.0.0",
"@tsconfig/react-native": "^2.0.0",
"@tsconfig/react-native": "^2.0.2",
"@types/jest": "^26.0.23",
"@types/react-native": "^0.69.1",
"@types/react-native": "^0.69.3",
"@types/react-test-renderer": "^18.0.0",
"@typescript-eslint/eslint-plugin": "^5.29.0",
"@typescript-eslint/parser": "^5.29.0",
Expand All @@ -30,9 +30,6 @@
"react-test-renderer": "18.0.0",
"typescript": "^4.4.4"
},
"resolutions": {
"@types/react": "^18"
},
"jest": {
"preset": "react-native",
"moduleFileExtensions": [
Expand Down

0 comments on commit b702c55

Please sign in to comment.