Skip to content

Commit 0925277

Browse files
Update dependency react to v19 (#1838)
Co-authored-by: 23t-machine-user <[email protected]>
1 parent 8baf4e5 commit 0925277

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"@mdx-js/react": "^3.0.1",
2121
"clsx": "^2.1.1",
2222
"prism-react-renderer": "^2.4.0",
23-
"react": "^18.3.1",
23+
"react": "^19.0.0",
2424
"react-dom": "^18.3.1"
2525
},
2626
"devDependencies": {

docs/yarn.lock

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7864,12 +7864,10 @@ [email protected], react-router@^5.3.4:
78647864
tiny-invariant "^1.0.2"
78657865
tiny-warning "^1.0.0"
78667866

7867-
react@^18.3.1:
7868-
version "18.3.1"
7869-
resolved "https://registry.yarnpkg.com/react/-/react-18.3.1.tgz#49ab892009c53933625bd16b2533fc754cab2891"
7870-
integrity sha512-wS+hAgJShR0KhEvPJArfuPVN1+Hz1t0Y6n5jLrGQbkb4urgPE/0Rve+1kMB1v/oWgHgm4WIcV+i7F2pTVj+2iQ==
7871-
dependencies:
7872-
loose-envify "^1.1.0"
7867+
react@^19.0.0:
7868+
version "19.0.0"
7869+
resolved "https://registry.yarnpkg.com/react/-/react-19.0.0.tgz#6e1969251b9f108870aa4bff37a0ce9ddfaaabdd"
7870+
integrity sha512-V8AVnmPIICiWpGfm6GLzCR/W5FXLchHop40W4nXBmdlEceh16rCN8O8LNWm5bh5XUX91fh7KpA+W0TgMKmgTpQ==
78737871

78747872
readable-stream@^2.0.1:
78757873
version "2.3.8"

0 commit comments

Comments
 (0)