Update react monorepo to v19

This commit is contained in:
2025-11-15 01:43:24 +00:00
parent 888144adc0
commit f2e0b8c4ce
2 changed files with 26 additions and 54 deletions

View File

@@ -19,8 +19,8 @@
"clsx": "1.2.1",
"concurrently": "8.0.1",
"next": "13.4.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"react": "19.2.0",
"react-dom": "19.2.0",
"react-markdown": "10.1.0",
"remark-gfm": "4.0.1",
"server-only": "0.0.1",
@@ -30,8 +30,8 @@
},
"devDependencies": {
"@types/node": "18.16.9",
"@types/react": "18.2.6",
"@types/react-dom": "18.2.4",
"@types/react": "19.2.5",
"@types/react-dom": "19.2.3",
"autoprefixer": "10.4.14",
"eslint": "9.39.1",
"eslint-config-next": "latest",