Skip to content

Commit cafe02c

Browse files
Update react monorepo
1 parent a403274 commit cafe02c

File tree

2 files changed

+16
-11
lines changed

2 files changed

+16
-11
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": "17.0.80",
112+
"@types/react-dom": "17.0.25",
113113
"@types/hoist-non-react-statics": "3.3.5",
114114
"@babel/preset-env": "7.24.7",
115115
"hoist-non-react-statics": "^3.3.0"

yarn.lock

Lines changed: 14 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4871,10 +4871,10 @@
48714871
"@types/react" "*"
48724872
"@types/reactcss" "*"
48734873

4874-
"@types/react-dom@17.0.21", "@types/react-dom@>=16.9.0":
4875-
version "17.0.21"
4876-
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-17.0.21.tgz#85d56965483ce4850f5f03f9234e54a1f47786e5"
4877-
integrity sha512-3rQEFUNUUz2MYiRwJJj6UekcW7rFLOtmK7ajQP7qJpjNdggInl3I/xM4I3Hq1yYPdCGVMgax1gZsB7BBTtayXg==
4874+
"@types/react-dom@17.0.25", "@types/react-dom@>=16.9.0":
4875+
version "17.0.25"
4876+
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-17.0.25.tgz#e0e5b3571e1069625b3a3da2b279379aa33a0cb5"
4877+
integrity sha512-urx7A7UxkZQmThYA4So0NelOVjx3V4rNFVJwp0WZlbIK5eM4rNJDiN3R/E9ix0MBh6kAEojk/9YL+Te6D9zHNA==
48784878
dependencies:
48794879
"@types/react" "^17"
48804880

@@ -4964,13 +4964,13 @@
49644964
dependencies:
49654965
"@types/react" "^16"
49664966

4967-
"@types/react@*", "@types/react@17.0.66", "@types/react@>=16.9.0", "@types/react@^16", "@types/react@^16.8.22", "@types/react@^17":
4968-
version "17.0.66"
4969-
resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.66.tgz#4b3bfd6dd5ee37835f60d4a9325cff974b064126"
4970-
integrity sha512-azQzO1tuioq9M4vVKzzdBgG5KfLhyocYkRlJMBDcrJ7bUzyjR7QIGbZk2zH7sB5KpXRWoZJQ3CznVyhDS/swxA==
4967+
"@types/react@*", "@types/react@17.0.80", "@types/react@>=16.9.0", "@types/react@^16", "@types/react@^16.8.22", "@types/react@^17":
4968+
version "17.0.80"
4969+
resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.80.tgz#a5dfc351d6a41257eb592d73d3a85d3b7dbcbb41"
4970+
integrity sha512-LrgHIu2lEtIo8M7d1FcI3BdwXWoRQwMoXOZ7+dPTW0lYREjmlHl3P0U1VD0i/9tppOuv8/sam7sOjx34TxSFbA==
49714971
dependencies:
49724972
"@types/prop-types" "*"
4973-
"@types/scheduler" "*"
4973+
"@types/scheduler" "^0.16"
49744974
csstype "^3.0.2"
49754975

49764976
"@types/react@17.0.9":
@@ -5002,6 +5002,11 @@
50025002
resolved "https://registry.yarnpkg.com/@types/scheduler/-/scheduler-0.16.1.tgz#18845205e86ff0038517aab7a18a62a6b9f71275"
50035003
integrity sha512-EaCxbanVeyxDRTQBkdLb3Bvl/HK7PBK6UJjsSixB0iHKoWxE5uu2Q/DgtpOhPIojN0Zl1whvOd7PoHs2P0s5eA==
50045004

5005+
"@types/scheduler@^0.16":
5006+
version "0.16.8"
5007+
resolved "https://registry.yarnpkg.com/@types/scheduler/-/scheduler-0.16.8.tgz#ce5ace04cfeabe7ef87c0091e50752e36707deff"
5008+
integrity sha512-WZLiwShhwLRmeV6zH+GkbOFT6Z6VklCItrDioxUnv+u4Ll+8vKeFySoFyK/0ctcRpOmwAicELfmys1sDc/Rw+A==
5009+
50055010
"@types/serve-static@*":
50065011
version "1.13.9"
50075012
resolved "https://registry.yarnpkg.com/@types/serve-static/-/serve-static-1.13.9.tgz#aacf28a85a05ee29a11fb7c3ead935ac56f33e4e"

0 commit comments

Comments
 (0)