Skip to content

Commit e832246

Browse files
committed
Fix: react-dom version
1 parent 72a91c3 commit e832246

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Website/docusaurus.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,9 +154,9 @@ const config = {
154154
"@docusaurus/plugin-client-redirects",
155155
{
156156
redirects: [
157-
{
157+
{
158158
from: ["/docs/changelog/latest"],
159-
to: "/docs/changelog/2025-1-18-0",
159+
to: "/docs/changelog/2025-8-10-0",
160160
},
161161
{
162162
from: ["/docs/changelog/2025-6-13-0"],

Website/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"clsx": "^2.0.0",
2222
"prism-react-renderer": "^2.4.1",
2323
"react": "^19.2.0",
24-
"react-dom": "^19.1.1",
24+
"react-dom": "^19.2.0",
2525
"react-image-gallery": "^1.4.0"
2626
},
2727
"devDependencies": {

0 commit comments

Comments
 (0)