Skip to content

Commit

Permalink
feat: update to react-native@0.70.2 (#302)
Browse files Browse the repository at this point in the history
  • Loading branch information
YutaSugimura committed Oct 4, 2022
1 parent 5b22365 commit 8ae58b5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,22 +11,22 @@
},
"dependencies": {
"react": "18.1.0",
"react-native": "0.70.1"
"react-native": "0.70.2"
},
"devDependencies": {
"@babel/core": "^7.12.9",
"@babel/runtime": "^7.12.5",
"@react-native-community/eslint-config": "^2.0.0",
"@tsconfig/react-native": "^2.0.2",
"@types/jest": "^26.0.23",
"@types/react-native": "^0.70.0",
"@types/react-native": "^0.70.4",
"@types/react-test-renderer": "^18.0.0",
"@typescript-eslint/eslint-plugin": "^5.37.0",
"@typescript-eslint/parser": "^5.37.0",
"babel-jest": "^26.6.3",
"eslint": "^7.32.0",
"jest": "^26.6.3",
"metro-react-native-babel-preset": "^0.72.1",
"metro-react-native-babel-preset": "0.72.3",
"react-test-renderer": "18.1.0",
"typescript": "^4.8.3"
},
Expand Down

0 comments on commit 8ae58b5

Please sign in to comment.