Skip to content

Commit 2ab7c52

Browse files
authored
feat: update RN types to 0.70 (#294)
1 parent 1e13dcf commit 2ab7c52

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

template/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,16 +19,16 @@
1919
"@react-native-community/eslint-config": "^2.0.0",
2020
"@tsconfig/react-native": "^2.0.2",
2121
"@types/jest": "^26.0.23",
22-
"@types/react-native": "^0.69.6",
22+
"@types/react-native": "^0.70.0",
2323
"@types/react-test-renderer": "^18.0.0",
24-
"@typescript-eslint/eslint-plugin": "^5.36.2",
25-
"@typescript-eslint/parser": "^5.36.2",
24+
"@typescript-eslint/eslint-plugin": "^5.37.0",
25+
"@typescript-eslint/parser": "^5.37.0",
2626
"babel-jest": "^26.6.3",
2727
"eslint": "^7.32.0",
2828
"jest": "^26.6.3",
2929
"metro-react-native-babel-preset": "^0.72.1",
3030
"react-test-renderer": "18.1.0",
31-
"typescript": "^4.8.2"
31+
"typescript": "^4.8.3"
3232
},
3333
"jest": {
3434
"preset": "react-native",

0 commit comments

Comments
 (0)