Skip to content

Commit 8ae58b5

Browse files
authored
feat: update to [email protected] (#302)
1 parent 5b22365 commit 8ae58b5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: template/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,22 +11,22 @@
1111
},
1212
"dependencies": {
1313
"react": "18.1.0",
14-
"react-native": "0.70.1"
14+
"react-native": "0.70.2"
1515
},
1616
"devDependencies": {
1717
"@babel/core": "^7.12.9",
1818
"@babel/runtime": "^7.12.5",
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.70.0",
22+
"@types/react-native": "^0.70.4",
2323
"@types/react-test-renderer": "^18.0.0",
2424
"@typescript-eslint/eslint-plugin": "^5.37.0",
2525
"@typescript-eslint/parser": "^5.37.0",
2626
"babel-jest": "^26.6.3",
2727
"eslint": "^7.32.0",
2828
"jest": "^26.6.3",
29-
"metro-react-native-babel-preset": "^0.72.1",
29+
"metro-react-native-babel-preset": "0.72.3",
3030
"react-test-renderer": "18.1.0",
3131
"typescript": "^4.8.3"
3232
},

0 commit comments

Comments
 (0)