Skip to content

Commit f6f11b1

Browse files
chore(deps): bump react-native from 0.76.6 to 0.79.1
Bumps [react-native](https://github.com/facebook/react-native/tree/HEAD/packages/react-native) from 0.76.6 to 0.79.1. - [Release notes](https://github.com/facebook/react-native/releases) - [Changelog](https://github.com/facebook/react-native/blob/main/CHANGELOG.md) - [Commits](https://github.com/facebook/react-native/commits/v0.79.1/packages/react-native) --- updated-dependencies: - dependency-name: react-native dependency-version: 0.79.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 4d19829 commit f6f11b1

File tree

3 files changed

+409
-1012
lines changed

3 files changed

+409
-1012
lines changed

packages/react-native-playground/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"nativewind": "^4.1.23",
3939
"react": "18.3.1",
4040
"react-dom": "18.3.1",
41-
"react-native": "0.76.9",
41+
"react-native": "0.79.1",
4242
"react-native-reanimated": "~3.16.1",
4343
"react-native-safe-area-context": "4.12.0",
4444
"react-native-screens": "^4.4.0",

packages/react-native/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"peerDependencies": {
3333
"nativewind": "^4.1.23",
3434
"react": "^18.2.0",
35-
"react-native": "^0.76.6",
35+
"react-native": "^0.79.1",
3636
"tailwindcss": "3.3.5",
3737
"typescript": "^5.7.2"
3838
},
@@ -46,7 +46,7 @@
4646
"prettier": "^3.5.2",
4747
"prettier-plugin-tailwindcss": "^0.6.10",
4848
"react": "^18.2.0",
49-
"react-native": "^0.76.6",
49+
"react-native": "^0.79.1",
5050
"react-test-renderer": "^18.2.0",
5151
"tailwindcss": "3.3.5",
5252
"tailwindcss-animate": "^1.0.7",

0 commit comments

Comments
 (0)