Skip to content

Commit e06a6b6

Browse files
chore(deps): update react monorepo to v19
1 parent 46df4ba commit e06a6b6

File tree

2 files changed

+31
-42
lines changed

2 files changed

+31
-42
lines changed

package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@
3939
"@types/lodash": "4.14.110",
4040
"@types/lodash.debounce": "4.0.3",
4141
"@types/lodash.isequal": "4.5.2",
42-
"@types/react": "16.4.6",
43-
"@types/react-dom": "16.0.6",
42+
"@types/react": "19.1.0",
43+
"@types/react-dom": "19.1.1",
4444
"@types/react-motion": "0.0.26",
4545
"@types/storybook__addon-actions": "3.0.3",
4646
"@types/storybook__react": "3.0.8",
@@ -53,8 +53,8 @@
5353
"light-ts-loader": "1.1.2",
5454
"npm-run-all": "4.1.3",
5555
"prettier": "1.13.7",
56-
"react": "16.7.0",
57-
"react-dom": "16.7.0",
56+
"react": "19.1.0",
57+
"react-dom": "19.1.0",
5858
"rollup": "0.60.7",
5959
"rollup-plugin-babel": "3.0.7",
6060
"rollup-plugin-commonjs": "9.1.3",

yarn.lock

+27-38
Original file line numberDiff line numberDiff line change
@@ -345,12 +345,10 @@
345345
version "10.3.0"
346346
resolved "https://registry.yarnpkg.com/@types/node/-/node-10.3.0.tgz#078516315a84d56216b5d4fed8f75d59d3b16cac"
347347

348-
349-
version "16.0.6"
350-
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-16.0.6.tgz#f1a65a4e7be8ed5d123f8b3b9eacc913e35a1a3c"
351-
dependencies:
352-
"@types/node" "*"
353-
"@types/react" "*"
348+
349+
version "19.1.1"
350+
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-19.1.1.tgz#a8d097b28247d1129cf56e74d1622c98978c04ed"
351+
integrity sha512-jFf/woGTVTjUJsl2O7hcopJ1r0upqoq/vIOoCj0yLh3RIXxWcljlpuZ+vEBRXsymD1jhfeJrlyTy/S1UW+4y1w==
354352

355353
356354
version "0.0.26"
@@ -364,11 +362,12 @@
364362
dependencies:
365363
csstype "^2.2.0"
366364

367-
368-
version "16.4.6"
369-
resolved "https://registry.yarnpkg.com/@types/react/-/react-16.4.6.tgz#5024957c6bcef4f02823accf5974faba2e54fada"
365+
366+
version "19.1.0"
367+
resolved "https://registry.yarnpkg.com/@types/react/-/react-19.1.0.tgz#73c43ad9bc43496ca8184332b111e2aef63fc9da"
368+
integrity sha512-UaicktuQI+9UKyA4njtDOGBD/67t8YEBt2xdfqu8+gP9hqPUPsiXlNPcpS2gVdjmis5GKPG3fCxbQLVgxsQZ8w==
370369
dependencies:
371-
csstype "^2.2.0"
370+
csstype "^3.0.2"
372371

373372
374373
version "2.7.29"
@@ -2977,6 +2976,11 @@ csstype@^2.2.0:
29772976
version "2.5.3"
29782977
resolved "https://registry.yarnpkg.com/csstype/-/csstype-2.5.3.tgz#2504152e6e1cc59b32098b7f5d6a63f16294c1f7"
29792978

2979+
csstype@^3.0.2:
2980+
version "3.1.3"
2981+
resolved "https://registry.yarnpkg.com/csstype/-/csstype-3.1.3.tgz#d80ff294d114fb0e6ac500fbf85b60137d7eff81"
2982+
integrity sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw==
2983+
29802984
currently-unhandled@^0.4.1:
29812985
version "0.4.1"
29822986
resolved "https://registry.yarnpkg.com/currently-unhandled/-/currently-unhandled-0.4.1.tgz#988df33feab191ef799a61369dd76c17adf957ea"
@@ -6573,13 +6577,6 @@ prop-types@^15.6.1:
65736577
loose-envify "^1.3.1"
65746578
object-assign "^4.1.1"
65756579

6576-
prop-types@^15.6.2:
6577-
version "15.6.2"
6578-
resolved "https://registry.yarnpkg.com/prop-types/-/prop-types-15.6.2.tgz#05d5ca77b4453e985d60fc7ff8c859094a497102"
6579-
dependencies:
6580-
loose-envify "^1.3.1"
6581-
object-assign "^4.1.1"
6582-
65836580
property-information@^3.0.0:
65846581
version "3.2.0"
65856582
resolved "https://registry.yarnpkg.com/property-information/-/property-information-3.2.0.tgz#fd1483c8fbac61808f5fe359e7693a1f48a58331"
@@ -6790,14 +6787,12 @@ react-docgen@^3.0.0-beta11:
67906787
node-dir "^0.1.10"
67916788
recast "^0.12.6"
67926789

6793-
6794-
version "16.7.0"
6795-
resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-16.7.0.tgz#a17b2a7ca89ee7390bc1ed5eb81783c7461748b8"
6790+
6791+
version "19.1.0"
6792+
resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-19.1.0.tgz#133558deca37fa1d682708df8904b25186793623"
6793+
integrity sha512-Xs1hdnE+DyKgeHJeJznQmYMIBG3TKIHJJT95Q58nHLSrElKlGQqDTR2HQ9fx5CN/Gk6Vh/kupBTDLU11/nDk/g==
67966794
dependencies:
6797-
loose-envify "^1.1.0"
6798-
object-assign "^4.1.1"
6799-
prop-types "^15.6.2"
6800-
scheduler "^0.12.0"
6795+
scheduler "^0.26.0"
68016796

68026797
react-error-overlay@^4.0.0:
68036798
version "4.0.0"
@@ -6896,14 +6891,10 @@ react-treebeard@^2.1.0:
68966891
shallowequal "^0.2.2"
68976892
velocity-react "^1.3.1"
68986893

6899-
6900-
version "16.7.0"
6901-
resolved "https://registry.yarnpkg.com/react/-/react-16.7.0.tgz#b674ec396b0a5715873b350446f7ea0802ab6381"
6902-
dependencies:
6903-
loose-envify "^1.1.0"
6904-
object-assign "^4.1.1"
6905-
prop-types "^15.6.2"
6906-
scheduler "^0.12.0"
6894+
6895+
version "19.1.0"
6896+
resolved "https://registry.yarnpkg.com/react/-/react-19.1.0.tgz#926864b6c48da7627f004795d6cce50e90793b75"
6897+
integrity sha512-FS+XFBNvn3GTAWq26joslQgWNoFu08F4kl0J4CgdNKADkdSGXQyTCnKteIAJy96Br6YbpEU1LSzV5dYtjMkMDg==
69076898

69086899
read-pkg-up@^2.0.0:
69096900
version "2.0.0"
@@ -7423,12 +7414,10 @@ sax@^1.2.4, sax@~1.2.1:
74237414
version "1.2.4"
74247415
resolved "https://registry.yarnpkg.com/sax/-/sax-1.2.4.tgz#2816234e2378bddc4e5354fab5caa895df7100d9"
74257416

7426-
scheduler@^0.12.0:
7427-
version "0.12.0"
7428-
resolved "https://registry.yarnpkg.com/scheduler/-/scheduler-0.12.0.tgz#8ab17699939c0aedc5a196a657743c496538647b"
7429-
dependencies:
7430-
loose-envify "^1.1.0"
7431-
object-assign "^4.1.1"
7417+
scheduler@^0.26.0:
7418+
version "0.26.0"
7419+
resolved "https://registry.yarnpkg.com/scheduler/-/scheduler-0.26.0.tgz#4ce8a8c2a2095f13ea11bf9a445be50c555d6337"
7420+
integrity sha512-NlHwttCI/l5gCPR3D1nNXtWABUmBwvZpEQiD4IXSbIDq8BzLIK/7Ir5gTFSGZDUu37K5cMNp0hFtzO38sC7gWA==
74327421

74337422
schema-utils@^0.3.0:
74347423
version "0.3.0"

0 commit comments

Comments
 (0)