Skip to content

Commit 561ac63

Browse files
fix(deps): update react monorepo
1 parent a8f2332 commit 561ac63

File tree

2 files changed

+18
-24
lines changed

2 files changed

+18
-24
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"@t3-oss/env-core": "^0.6.1",
2323
"expo": "~49.0.8",
2424
"expo-status-bar": "~1.6.0",
25-
"react": "18.2.0",
25+
"react": "18.3.1",
2626
"react-native": "0.72.4",
2727
"zod": "^3.22.2"
2828
},
@@ -39,7 +39,7 @@
3939
"@storybook/addon-ondevice-controls": "^6.5.6",
4040
"@storybook/react-native": "^6.5.6",
4141
"@total-typescript/ts-reset": "^0.5.0",
42-
"@types/react": "~18.2.14",
42+
"@types/react": "~18.3.0",
4343
"@typescript-eslint/eslint-plugin": "^6.4.0",
4444
"@typescript-eslint/parser": "^6.4.0",
4545
"babel-loader": "^8.3.0",

yarn.lock

Lines changed: 16 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -2863,20 +2863,14 @@
28632863
resolved "https://registry.yarnpkg.com/@types/qs/-/qs-6.9.7.tgz#63bb7d067db107cc1e457c303bc25d511febf6cb"
28642864
integrity sha512-FGa1F62FT09qcrueBA6qYTrJPVDzah9a+493+o2PCXsesWHIn27G98TsSMs3WPNbZIEj4+VJf6saSFpvD+3Zsw==
28652865

2866-
"@types/react@~18.2.14":
2867-
version "18.2.21"
2868-
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.2.21.tgz#774c37fd01b522d0b91aed04811b58e4e0514ed9"
2869-
integrity sha512-neFKG/sBAwGxHgXiIxnbm3/AAVQ/cMRS93hvBpg8xYRbeQSPVABp9U2bRnPf0iI4+Ucdv3plSxKK+3CW2ENJxA==
2866+
"@types/react@~18.3.0":
2867+
version "18.3.23"
2868+
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.3.23.tgz#86ae6f6b95a48c418fecdaccc8069e0fbb63696a"
2869+
integrity sha512-/LDXMQh55EzZQ0uVAZmKKhfENivEvWz6E+EYzh+/MCjMhNsotd+ZHhBGIjFDTi6+fz0OhQQQLbTgdQIxxCsC0w==
28702870
dependencies:
28712871
"@types/prop-types" "*"
2872-
"@types/scheduler" "*"
28732872
csstype "^3.0.2"
28742873

2875-
"@types/scheduler@*":
2876-
version "0.16.3"
2877-
resolved "https://registry.yarnpkg.com/@types/scheduler/-/scheduler-0.16.3.tgz#cef09e3ec9af1d63d2a6cc5b383a737e24e6dcf5"
2878-
integrity sha512-5cJ8CB4yAx7BH1oMvdU0Jh9lrEXyPkar6F9G/ERswkCuvP4KQZfZkSjcMbAICCpQTN4OuZn8tz0HiKv9TGZgrQ==
2879-
28802874
"@types/semver@^7.5.0":
28812875
version "7.5.0"
28822876
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.5.0.tgz#591c1ce3a702c45ee15f47a42ade72c2fd78978a"
@@ -10462,12 +10456,12 @@ react-devtools-core@^4.27.2:
1046210456
ws "^7"
1046310457

1046410458
react-dom@^18.2.0:
10465-
version "18.2.0"
10466-
resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-18.2.0.tgz#22aaf38708db2674ed9ada224ca4aa708d821e3d"
10467-
integrity sha512-6IMTriUmvsjHUjNtEDudZfuDQUoWXVxKHhlEGSk81n4YFS+r/Kl99wXiwlVXtPBtJenozv2P+hxDsw9eA7Xo6g==
10459+
version "18.3.1"
10460+
resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-18.3.1.tgz#c2265d79511b57d479b3dd3fdfa51536494c5cb4"
10461+
integrity sha512-5m4nQKp+rZRb09LNH59GM4BxTh9251/ylbKIbpe7TpGxfJ+9kv6BLkLBXIjjspbgbnIBNqlI23tRnTWT0snUIw==
1046810462
dependencies:
1046910463
loose-envify "^1.1.0"
10470-
scheduler "^0.23.0"
10464+
scheduler "^0.23.2"
1047110465

1047210466
react-inspector@^5.1.0:
1047310467
version "5.1.1"
@@ -10584,10 +10578,10 @@ react-shallow-renderer@^16.15.0:
1058410578
object-assign "^4.1.1"
1058510579
react-is "^16.12.0 || ^17.0.0 || ^18.0.0"
1058610580

10587-
react@18.2.0:
10588-
version "18.2.0"
10589-
resolved "https://registry.yarnpkg.com/react/-/react-18.2.0.tgz#555bd98592883255fa00de14f1151a917b5d77d5"
10590-
integrity sha512-/3IjMdb2L9QbBdWiW5e3P2/npwMBaU9mHCSCUzNln0ZCYbcfTsGbTJrU/kGemdH2IWmB2ioZ+zkxtmq6g09fGQ==
10581+
react@18.3.1:
10582+
version "18.3.1"
10583+
resolved "https://registry.yarnpkg.com/react/-/react-18.3.1.tgz#49ab892009c53933625bd16b2533fc754cab2891"
10584+
integrity sha512-wS+hAgJShR0KhEvPJArfuPVN1+Hz1t0Y6n5jLrGQbkb4urgPE/0Rve+1kMB1v/oWgHgm4WIcV+i7F2pTVj+2iQ==
1059110585
dependencies:
1059210586
loose-envify "^1.1.0"
1059310587

@@ -11056,10 +11050,10 @@ scheduler@0.24.0-canary-efb381bbf-20230505:
1105611050
dependencies:
1105711051
loose-envify "^1.1.0"
1105811052

11059-
scheduler@^0.23.0:
11060-
version "0.23.0"
11061-
resolved "https://registry.yarnpkg.com/scheduler/-/scheduler-0.23.0.tgz#ba8041afc3d30eb206a487b6b384002e4e61fdfe"
11062-
integrity sha512-CtuThmgHNg7zIZWAXi3AsyIzA3n4xx7aNyjwC2VJldO2LMVDhFK+63xGqq6CsJH4rTAt6/M+N4GhZiDYPx9eUw==
11053+
scheduler@^0.23.2:
11054+
version "0.23.2"
11055+
resolved "https://registry.yarnpkg.com/scheduler/-/scheduler-0.23.2.tgz#414ba64a3b282892e944cf2108ecc078d115cdc3"
11056+
integrity sha512-UOShsPwz7NrMUqhR6t0hWjFduvOzbtv7toDH1/hIrfRNIDBnnBWd0CwJTGvTpngVlmwGCdP9/Zl/tVrDqcuYzQ==
1106311057
dependencies:
1106411058
loose-envify "^1.1.0"
1106511059

0 commit comments

Comments
 (0)