Skip to content

Commit b3300f9

Browse files
authored
build: bump @types/react-native and @types/react-test-renderer (#222)
@types/react-native 0.65.0 was released since the latest release but should be brought up to the latest major version matching release. @types/react-test-renderer seems to have been missed by the last update
1 parent a9e7440 commit b3300f9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

template/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
"@babel/runtime": "^7.12.5",
1919
"@react-native-community/eslint-config": "^2.0.0",
2020
"@types/jest": "^26.0.23",
21-
"@types/react-native": "^0.64.5",
22-
"@types/react-test-renderer": "^16.9.2",
21+
"@types/react-native": "^0.65.0",
22+
"@types/react-test-renderer": "^17.0.1",
2323
"babel-jest": "^26.6.3",
2424
"eslint": "^7.14.0",
2525
"jest": "^26.6.3",

0 commit comments

Comments
 (0)