Skip to content

Commit b36bcb9

Browse files
dependabot[bot]mdjastrzebski
authored andcommitted
chore(deps-dev): bump react-native from 0.69.5 to 0.70.0
Bumps [react-native](https://github.com/facebook/react-native) from 0.69.5 to 0.70.0. - [Release notes](https://github.com/facebook/react-native/releases) - [Changelog](https://github.com/facebook/react-native/blob/main/CHANGELOG.md) - [Commits](facebook/react-native@v0.69.5...v0.70.0) --- updated-dependencies: - dependency-name: react-native dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 14a0520 commit b36bcb9

File tree

2 files changed

+387
-327
lines changed

2 files changed

+387
-327
lines changed

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@
3737
"@callstack/eslint-config": "^12.0.2",
3838
"@testing-library/jest-native": "~4.0.2",
3939
"@types/jest": "^29.0.0",
40-
"@types/react": "^18.0.0",
41-
"@types/react-native": "^0.69.1",
42-
"@types/react-test-renderer": "^18.0.0",
40+
"@types/react": "~18.0.18",
41+
"@types/react-native": "~0.69.8",
42+
"@types/react-test-renderer": "~18.0.0",
4343
"babel-jest": "^29.0.2",
4444
"conventional-changelog-cli": "^2.0.11",
4545
"cp-cli": "^2.0.0",
@@ -49,9 +49,9 @@
4949
"flow-bin": "~0.170.0",
5050
"flow-copy-source": "^2.0.9",
5151
"jest": "^29.0.2",
52-
"react": "^18.0.0",
53-
"react-native": "~0.69.1",
54-
"react-test-renderer": "^18.0.0",
52+
"react": "18.1.0",
53+
"react-native": "0.70.0",
54+
"react-test-renderer": "18.1.0",
5555
"strip-ansi": "^6.0.0",
5656
"typescript": "^4.0.2"
5757
},

0 commit comments

Comments
 (0)