Skip to content

Commit 79f5fbe

Browse files
chore(deps): bump react and @types/react
Bumps [react](https://github.com/facebook/react/tree/HEAD/packages/react) and [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react). These dependencies needed to be updated together. Updates `react` from 19.0.0 to 19.1.0 - [Release notes](https://github.com/facebook/react/releases) - [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md) - [Commits](https://github.com/facebook/react/commits/v19.1.0/packages/react) Updates `@types/react` from 19.1.3 to 19.1.4 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react) --- updated-dependencies: - dependency-name: react dependency-version: 19.1.0 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: "@types/react" dependency-version: 19.1.4 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent dbae0aa commit 79f5fbe

3 files changed

Lines changed: 7 additions & 5 deletions

File tree

bun.lock

Lines changed: 5 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"pod": "bundle install && bundle exec pod install --project-directory=ios"
1212
},
1313
"dependencies": {
14-
"react": "19.0.0",
14+
"react": "19.1.0",
1515
"react-native": "0.78.0",
1616
"react-native-nitro-modules": "0.25.2"
1717
},

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"@types/react": "^19.0.10",
5858
"conventional-changelog-conventionalcommits": "^8.0.0",
5959
"nitro-codegen": "0.25.2",
60-
"react": "19.0.0",
60+
"react": "19.1.0",
6161
"react-native": "0.78.0",
6262
"react-native-builder-bob": "^0.37.0",
6363
"react-native-nitro-modules": "0.25.2",

0 commit comments

Comments
 (0)