Skip to content

Commit

Permalink
use non rc for react packages
Browse files Browse the repository at this point in the history
  • Loading branch information
-tmp committed Dec 6, 2024
1 parent a6da830 commit e080561
Show file tree
Hide file tree
Showing 2 changed files with 224 additions and 251 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -207,15 +207,15 @@
"pretty-ms": "7.0.0",
"random-seed": "0.3.0",
"react": "19.0.0",
"react-builtin": "npm:react@19.0.0-rc-1c9b1387-20241204",
"react-builtin": "npm:react@19.0.0",
"react-dom": "19.0.0",
"react-dom-builtin": "npm:react-dom@19.0.0-rc-1c9b1387-20241204",
"react-dom-builtin": "npm:react-dom@19.0.0",
"react-dom-experimental-builtin": "npm:react-dom@0.0.0-experimental-1c9b1387-20241204",
"react-experimental-builtin": "npm:react@0.0.0-experimental-1c9b1387-20241204",
"react-is-builtin": "npm:react-is@19.0.0-rc-1c9b1387-20241204",
"react-server-dom-turbopack": "19.0.0-rc-1c9b1387-20241204",
"react-is-builtin": "npm:react-is@19.0.0",
"react-server-dom-turbopack": "19.0.0",
"react-server-dom-turbopack-experimental": "npm:react-server-dom-turbopack@0.0.0-experimental-1c9b1387-20241204",
"react-server-dom-webpack": "19.0.0-rc-1c9b1387-20241204",
"react-server-dom-webpack": "19.0.0",
"react-server-dom-webpack-experimental": "npm:react-server-dom-webpack@0.0.0-experimental-1c9b1387-20241204",
"react-ssr-prepass": "1.0.8",
"react-virtualized": "9.22.3",
Expand All @@ -226,7 +226,7 @@
"resolve-from": "5.0.0",
"sass": "1.54.0",
"satori": "0.10.9",
"scheduler-builtin": "npm:scheduler@0.25.0-rc-1c9b1387-20241204",
"scheduler-builtin": "npm:scheduler@0.25.0",
"scheduler-experimental-builtin": "npm:scheduler@0.0.0-experimental-1c9b1387-20241204",
"seedrandom": "3.0.5",
"semver": "7.3.7",
Expand Down Expand Up @@ -267,10 +267,10 @@
"@babel/traverse": "7.22.5",
"@types/react": "19.0.0",
"@types/react-dom": "19.0.0",
"react": "19.0.0-rc-1c9b1387-20241204",
"react-dom": "19.0.0-rc-1c9b1387-20241204",
"react-is": "19.0.0-rc-1c9b1387-20241204",
"scheduler": "0.25.0-rc-1c9b1387-20241204"
"react": "19.0.0",
"react-dom": "19.0.0",
"react-is": "19.0.0",
"scheduler": "0.25.0"
},
"patchedDependencies": {
"webpack-sources@3.2.3": "patches/webpack-sources@3.2.3.patch"
Expand Down
Loading

0 comments on commit e080561

Please sign in to comment.