fix versions for react and react-dom (#414)

This commit is contained in:
samanhappy
2025-11-02 23:02:25 +08:00
committed by GitHub
parent 9e59dd9fb0
commit f5d66c1bb7
2 changed files with 146 additions and 93 deletions

View File

@@ -109,8 +109,8 @@
"next": "^15.5.0",
"postcss": "^8.5.6",
"prettier": "^3.6.2",
"react": "^19.1.1",
"react-dom": "^19.1.1",
"react": "19.1.1",
"react-dom": "19.1.1",
"react-i18next": "^15.7.2",
"react-router-dom": "^7.8.2",
"supertest": "^7.1.4",