Skip to content

Commit

Permalink
get rid of leftover react 19 testing changes
Browse files Browse the repository at this point in the history
  • Loading branch information
LFDanLu committed Nov 25, 2024
1 parent 9eede0c commit 6bd5270
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 32 deletions.
4 changes: 2 additions & 2 deletions packages/dev/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
"highlight.js": "9.18.1",
"markdown-to-jsx": "^6.11.0",
"quicklink": "^2.3.0",
"react": "19.0.0-rc-91061073-20241121",
"react-dom": "19.0.0-rc-91061073-20241121",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-lowlight": "^2.0.0"
},
"alias": {
Expand Down
35 changes: 5 additions & 30 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7314,8 +7314,8 @@ __metadata:
highlight.js: "npm:9.18.1"
markdown-to-jsx: "npm:^6.11.0"
quicklink: "npm:^2.3.0"
react: "npm:19.0.0-rc-91061073-20241121"
react-dom: "npm:19.0.0-rc-91061073-20241121"
react: "npm:^18.2.0"
react-dom: "npm:^18.2.0"
react-lowlight: "npm:^2.0.0"
languageName: unknown
linkType: soft
Expand Down Expand Up @@ -14071,9 +14071,9 @@ __metadata:
linkType: hard

"caniuse-db@npm:^1.0.30000634":
version: 1.0.30001008
resolution: "caniuse-db@npm:1.0.30001008"
checksum: 10c0/5edcaa4b7c493bdf7739e4edc6ec0fcbdb926afe8b20d8b71a077b03396fd744c8c63fbb0d3fbe39e38b40c1fcf49410f51c320fc8b4cf3e3a43eea4e44d93cb
version: 1.0.30001680
resolution: "caniuse-db@npm:1.0.30001680"
checksum: 10c0/5a2d75736353b93a2da769eeb151f0062ab296f90e413f8947fca78b916e0358c75c7350026a84a3c988c2d00562df088df5c8b5a66d000130fd00367f917a0d
languageName: node
linkType: hard

Expand Down Expand Up @@ -29261,17 +29261,6 @@ __metadata:
languageName: node
linkType: hard

"react-dom@npm:19.0.0-rc-91061073-20241121":
version: 19.0.0-rc-91061073-20241121
resolution: "react-dom@npm:19.0.0-rc-91061073-20241121"
dependencies:
scheduler: "npm:0.25.0-rc-91061073-20241121"
peerDependencies:
react: 19.0.0-rc-91061073-20241121
checksum: 10c0/a358b5e906b02850c9655b8fc3fffca2edd6f86dd903b31a15f3a3d708296ad77911f14b370c592dba5992a9cf6775682d515fbf30552f8e45b296e56ff797ed
languageName: node
linkType: hard

"react-dom@npm:^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0, react-dom@npm:^18.0.0 || ^19.0.0, react-dom@npm:^18.2.0":
version: 18.3.1
resolution: "react-dom@npm:18.3.1"
Expand Down Expand Up @@ -29645,13 +29634,6 @@ __metadata:
languageName: node
linkType: hard

"react@npm:19.0.0-rc-91061073-20241121":
version: 19.0.0-rc-91061073-20241121
resolution: "react@npm:19.0.0-rc-91061073-20241121"
checksum: 10c0/eae0dddc092a91a89f9d975eaf4211af123f3aafac99200da66b082efec0020ed57ad35e31140823faacdcdd1e27322708e7601da5baf8ab16e3206ff3afe642
languageName: node
linkType: hard

"react@npm:^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0, react@npm:^18.0.0 || ^19.0.0, react@npm:^18.2.0":
version: 18.3.1
resolution: "react@npm:18.3.1"
Expand Down Expand Up @@ -30813,13 +30795,6 @@ __metadata:
languageName: node
linkType: hard

"scheduler@npm:0.25.0-rc-91061073-20241121":
version: 0.25.0-rc-91061073-20241121
resolution: "scheduler@npm:0.25.0-rc-91061073-20241121"
checksum: 10c0/f1ade45be0d76c92810c0ecb464c31781e78629085e9648c750b8d300e9a50c062960cc7e35006193d26add679942d54707b3dc24d674f505a488c1dce71d792
languageName: node
linkType: hard

"scheduler@npm:^0.23.2":
version: 0.23.2
resolution: "scheduler@npm:0.23.2"
Expand Down

0 comments on commit 6bd5270

Please sign in to comment.