Skip to content

Commit 61a3626

Browse files
fix(deps): update react monorepo to v19
1 parent 48787b5 commit 61a3626

File tree

3 files changed

+42
-56
lines changed

3 files changed

+42
-56
lines changed

package-lock.json

Lines changed: 21 additions & 27 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,10 @@
4141
"docusaurus-plugin-sass": "^0.2.6",
4242
"prism-react-renderer": "^1.3.5",
4343
"prismjs": "^1.29.0",
44-
"react": "^17.0.2",
45-
"react-dom": "^17.0.2",
44+
"react": "^19.1.0",
45+
"react-dom": "^19.1.0",
4646
"react-feather": "^2.0.10",
47-
"react-is": "^17.0.2",
47+
"react-is": "^19.1.0",
4848
"redocusaurus": "^1.6.4",
4949
"styled-components": "^5.3.11"
5050
},

yarn.lock

Lines changed: 18 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -6191,7 +6191,7 @@ lodash@^4.17.19, lodash@^4.17.20, lodash@^4.17.21:
61916191
resolved "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz"
61926192
integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==
61936193

6194-
loose-envify@^1.0.0, loose-envify@^1.1.0, loose-envify@^1.2.0, loose-envify@^1.3.1, loose-envify@^1.4.0:
6194+
loose-envify@^1.0.0, loose-envify@^1.2.0, loose-envify@^1.3.1, loose-envify@^1.4.0:
61956195
version "1.4.0"
61966196
resolved "https://registry.npmjs.org/loose-envify/-/loose-envify-1.4.0.tgz"
61976197
integrity sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==
@@ -7526,14 +7526,12 @@ react-dev-utils@^12.0.1:
75267526
strip-ansi "^6.0.1"
75277527
text-table "^0.2.0"
75287528

7529-
react-dom@^17.0.2:
7530-
version "17.0.2"
7531-
resolved "https://registry.npmjs.org/react-dom/-/react-dom-17.0.2.tgz"
7532-
integrity sha512-s4h96KtLDUQlsENhMn1ar8t2bEa+q/YAtj8pPPdIjPDGBDIVNsrD9aXNWqspUe6AzKCIG0C1HZZLqLV7qpOBGA==
7529+
react-dom@^19.1.0:
7530+
version "19.1.0"
7531+
resolved "https://registry.npmjs.org/react-dom/-/react-dom-19.1.0.tgz"
7532+
integrity sha512-Xs1hdnE+DyKgeHJeJznQmYMIBG3TKIHJJT95Q58nHLSrElKlGQqDTR2HQ9fx5CN/Gk6Vh/kupBTDLU11/nDk/g==
75337533
dependencies:
7534-
loose-envify "^1.1.0"
7535-
object-assign "^4.1.1"
7536-
scheduler "^0.20.2"
7534+
scheduler "^0.26.0"
75377535

75387536
react-error-overlay@^6.0.11:
75397537
version "6.0.11"
@@ -7568,10 +7566,10 @@ react-is@^16.13.1, react-is@^16.6.0, react-is@^16.7.0:
75687566
resolved "https://registry.npmjs.org/react-is/-/react-is-16.13.1.tgz"
75697567
integrity sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==
75707568

7571-
react-is@^17.0.2:
7572-
version "17.0.2"
7573-
resolved "https://registry.npmjs.org/react-is/-/react-is-17.0.2.tgz"
7574-
integrity sha512-w2GsyukL62IJnlaff/nRegPQR94C/XXamvMWmSHRJ4y7Ts/4ocGRmTHvOs8PSE6pB3dWOrD/nueuU5sduBsQ4w==
7569+
react-is@^19.1.0:
7570+
version "19.1.0"
7571+
resolved "https://registry.npmjs.org/react-is/-/react-is-19.1.0.tgz"
7572+
integrity sha512-Oe56aUPnkHyyDxxkvqtd7KkdQP5uIUfHxd5XTb3wE9d/kRnZLmKbDB0GWk919tdQ+mxxPtG6EAs6RMT6i1qtHg==
75757573

75767574
react-json-view@^1.21.3:
75777575
version "1.21.3"
@@ -7655,13 +7653,10 @@ react-textarea-autosize@^8.3.2:
76557653
use-composed-ref "^1.3.0"
76567654
use-latest "^1.2.1"
76577655

7658-
react@^17.0.2:
7659-
version "17.0.2"
7660-
resolved "https://registry.npmjs.org/react/-/react-17.0.2.tgz"
7661-
integrity sha512-gnhPt75i/dq/z3/6q/0asP78D0u592D5L1pd7M8P+dck6Fu/jJeL6iVVK23fptSUZj8Vjf++7wXA8UNclGQcbA==
7662-
dependencies:
7663-
loose-envify "^1.1.0"
7664-
object-assign "^4.1.1"
7656+
react@^19.1.0:
7657+
version "19.1.0"
7658+
resolved "https://registry.npmjs.org/react/-/react-19.1.0.tgz"
7659+
integrity sha512-FS+XFBNvn3GTAWq26joslQgWNoFu08F4kl0J4CgdNKADkdSGXQyTCnKteIAJy96Br6YbpEU1LSzV5dYtjMkMDg==
76657660

76667661
readable-stream@^2.0.1, readable-stream@~2.3.6:
76677662
version "2.3.8"
@@ -8082,13 +8077,10 @@ sax@^1.2.4, sax@~1.3.0:
80828077
resolved "https://registry.npmjs.org/sax/-/sax-1.3.0.tgz"
80838078
integrity sha512-0s+oAmw9zLl1V1cS9BtZN7JAd0cW5e0QH4W3LWEK6a4LaLEA2OTpGYWDY+6XasBLtz6wkm3u1xRw95mRuJ59WA==
80848079

8085-
scheduler@^0.20.2:
8086-
version "0.20.2"
8087-
resolved "https://registry.npmjs.org/scheduler/-/scheduler-0.20.2.tgz"
8088-
integrity sha512-2eWfGgAqqWFGqtdMmcL5zCMK1U8KlXv8SQFGglL3CEtd0aDVDWgeF/YoCmvln55m5zSk3J/20hTaSBeSObsQDQ==
8089-
dependencies:
8090-
loose-envify "^1.1.0"
8091-
object-assign "^4.1.1"
8080+
scheduler@^0.26.0:
8081+
version "0.26.0"
8082+
resolved "https://registry.npmjs.org/scheduler/-/scheduler-0.26.0.tgz"
8083+
integrity sha512-NlHwttCI/l5gCPR3D1nNXtWABUmBwvZpEQiD4IXSbIDq8BzLIK/7Ir5gTFSGZDUu37K5cMNp0hFtzO38sC7gWA==
80928084

80938085
80948086
version "2.7.0"

0 commit comments

Comments
 (0)