Skip to content

Commit 22670ed

Browse files
Update react monorepo to v19
1 parent 94aa30a commit 22670ed

File tree

2 files changed

+11
-15
lines changed

2 files changed

+11
-15
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,8 +108,8 @@
108108
"webpack-dev-server": "3.11.2"
109109
},
110110
"resolutions": {
111-
"@types/react": "17.0.66",
112-
"@types/react-dom": "17.0.21",
111+
"@types/react": "19.1.0",
112+
"@types/react-dom": "19.1.2",
113113
"@types/hoist-non-react-statics": "3.3.6",
114114
"@babel/preset-env": "7.26.9",
115115
"hoist-non-react-statics": "^3.3.0"

yarn.lock

Lines changed: 9 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -4833,20 +4833,18 @@
48334833
"@types/react" "*"
48344834
"@types/reactcss" "*"
48354835

4836-
"@types/[email protected]", "@types/react-dom@>=16.9.0":
4837-
version "17.0.21"
4838-
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-17.0.21.tgz#85d56965483ce4850f5f03f9234e54a1f47786e5"
4839-
integrity sha512-3rQEFUNUUz2MYiRwJJj6UekcW7rFLOtmK7ajQP7qJpjNdggInl3I/xM4I3Hq1yYPdCGVMgax1gZsB7BBTtayXg==
4840-
dependencies:
4841-
"@types/react" "^17"
4842-
48434836
48444837
version "17.0.6"
48454838
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-17.0.6.tgz#c158325cf91b196270bc0f4af73463f149e7eafe"
48464839
integrity sha512-MGTI+TudxAnGTj8aco8mogaPSJGK2Whje7OZh1CxNLRyhJpTZg/pGQpIbCT0eCVFQyH7UFpdvCqQEThHIp/gsA==
48474840
dependencies:
48484841
"@types/react" "*"
48494842

4843+
"@types/[email protected]", "@types/react-dom@>=16.9.0":
4844+
version "19.1.2"
4845+
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-19.1.2.tgz#bd1fe3b8c28a3a2e942f85314dcfb71f531a242f"
4846+
integrity sha512-XGJkWF41Qq305SKWEILa1O8vzhb3aOo3ogBlSmiqNko/WmRb6QIaweuZCXjKygVDXpzXb5wyxKTSOsmkuqj+Qw==
4847+
48504848
48514849
version "3.0.1"
48524850
resolved "https://registry.yarnpkg.com/@types/react-lifecycles-compat/-/react-lifecycles-compat-3.0.1.tgz#a0b1fe18cfb9435bd52737829a69cbe93faf32e2"
@@ -4926,13 +4924,11 @@
49264924
dependencies:
49274925
"@types/react" "^16"
49284926

4929-
"@types/react@*", "@types/react@17.0.66", "@types/react@>=16.9.0", "@types/react@^16", "@types/react@^16.8.22", "@types/react@^17":
4930-
version "17.0.66"
4931-
resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.66.tgz#4b3bfd6dd5ee37835f60d4a9325cff974b064126"
4932-
integrity sha512-azQzO1tuioq9M4vVKzzdBgG5KfLhyocYkRlJMBDcrJ7bUzyjR7QIGbZk2zH7sB5KpXRWoZJQ3CznVyhDS/swxA==
4927+
"@types/react@*", "@types/react@19.1.0", "@types/react@>=16.9.0", "@types/react@^16", "@types/react@^16.8.22":
4928+
version "19.1.0"
4929+
resolved "https://registry.yarnpkg.com/@types/react/-/react-19.1.0.tgz#73c43ad9bc43496ca8184332b111e2aef63fc9da"
4930+
integrity sha512-UaicktuQI+9UKyA4njtDOGBD/67t8YEBt2xdfqu8+gP9hqPUPsiXlNPcpS2gVdjmis5GKPG3fCxbQLVgxsQZ8w==
49334931
dependencies:
4934-
"@types/prop-types" "*"
4935-
"@types/scheduler" "*"
49364932
csstype "^3.0.2"
49374933

49384934

0 commit comments

Comments
 (0)