Skip to content

Commit b702c55

Browse files
authored
feat: remove resolutions from react types (#286)
1 parent 8d24510 commit b702c55

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

template/package.json

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@
1717
"@babel/core": "^7.12.9",
1818
"@babel/runtime": "^7.12.5",
1919
"@react-native-community/eslint-config": "^2.0.0",
20-
"@tsconfig/react-native": "^2.0.0",
20+
"@tsconfig/react-native": "^2.0.2",
2121
"@types/jest": "^26.0.23",
22-
"@types/react-native": "^0.69.1",
22+
"@types/react-native": "^0.69.3",
2323
"@types/react-test-renderer": "^18.0.0",
2424
"@typescript-eslint/eslint-plugin": "^5.29.0",
2525
"@typescript-eslint/parser": "^5.29.0",
@@ -30,9 +30,6 @@
3030
"react-test-renderer": "18.0.0",
3131
"typescript": "^4.4.4"
3232
},
33-
"resolutions": {
34-
"@types/react": "^18"
35-
},
3633
"jest": {
3734
"preset": "react-native",
3835
"moduleFileExtensions": [

0 commit comments

Comments
 (0)