Skip to content

Commit 40312ad

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 18.2.0 to 18.3.1 - [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/v18.3.1/packages/react) Updates `@types/react` from 18.3.3 to 18.3.5 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react) --- updated-dependencies: - dependency-name: react dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: "@types/react" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b43fc92 commit 40312ad

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"@react-native-async-storage/async-storage": "^1.24.0",
1616
"@react-navigation/native": "^6.1.18",
1717
"@react-navigation/stack": "^6.4.1",
18-
"react": "18.2.0",
18+
"react": "18.3.1",
1919
"react-native": "0.74.1",
2020
"react-native-gesture-handler": "^2.18.1",
2121
"react-native-permissions": "^4.1.5",

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
"@react-native/eslint-config": "^0.74.83",
6363
"@testing-library/react-native": "^12.5.0",
6464
"@types/jest": "^29.5.5",
65-
"@types/react": "18.2.6",
65+
"@types/react": "18.3.5",
6666
"commitlint": "^19.3.0",
6767
"del-cli": "^5.1.0",
6868
"eslint": "^8.51.0",
@@ -72,7 +72,7 @@
7272
"eslint-plugin-testing-library": "^6.2.2",
7373
"jest": "^29.7.0",
7474
"prettier": "^3.3.3",
75-
"react": "18.2.0",
75+
"react": "18.3.1",
7676
"react-native": "0.74.1",
7777
"react-native-builder-bob": "^0.29.0",
7878
"react-test-renderer": "18.2.0",

yarn.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1965,7 +1965,7 @@ __metadata:
19651965
"@react-native/eslint-config": ^0.74.83
19661966
"@testing-library/react-native": ^12.5.0
19671967
"@types/jest": ^29.5.5
1968-
"@types/react": 18.2.6
1968+
"@types/react": 18.3.5
19691969
commitlint: ^19.3.0
19701970
del-cli: ^5.1.0
19711971
eslint: ^8.51.0
@@ -1975,7 +1975,7 @@ __metadata:
19751975
eslint-plugin-testing-library: ^6.2.2
19761976
jest: ^29.7.0
19771977
prettier: ^3.3.3
1978-
react: 18.2.0
1978+
react: 18.3.1
19791979
react-native: 0.74.1
19801980
react-native-builder-bob: ^0.29.0
19811981
react-test-renderer: 18.2.0
@@ -9553,7 +9553,7 @@ __metadata:
95539553
"@react-navigation/native": ^6.1.18
95549554
"@react-navigation/stack": ^6.4.1
95559555
babel-plugin-module-resolver: ^5.0.0
9556-
react: 18.2.0
9556+
react: 18.3.1
95579557
react-native: 0.74.1
95589558
react-native-gesture-handler: ^2.18.1
95599559
react-native-permissions: ^4.1.5
@@ -9703,12 +9703,12 @@ __metadata:
97039703
languageName: node
97049704
linkType: hard
97059705

9706-
"react@npm:18.2.0":
9707-
version: 18.2.0
9708-
resolution: "react@npm:18.2.0"
9706+
"react@npm:18.3.1":
9707+
version: 18.3.1
9708+
resolution: "react@npm:18.3.1"
97099709
dependencies:
97109710
loose-envify: ^1.1.0
9711-
checksum: 88e38092da8839b830cda6feef2e8505dec8ace60579e46aa5490fc3dc9bba0bd50336507dc166f43e3afc1c42939c09fe33b25fae889d6f402721dcd78fca1b
9711+
checksum: a27bcfa8ff7c15a1e50244ad0d0c1cb2ad4375eeffefd266a64889beea6f6b64c4966c9b37d14ee32d6c9fcd5aa6ba183b6988167ab4d127d13e7cb5b386a376
97129712
languageName: node
97139713
linkType: hard
97149714

0 commit comments

Comments
 (0)