Update react monorepo to v19 (major) (#147)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2025-11-28 21:23:27 -08:00 committed by GitHub
parent 71b94864a5
commit 50b6937b33
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -22,15 +22,15 @@
"next": "^16.0.0", "next": "^16.0.0",
"next-plugin-preval": "^1.2.6", "next-plugin-preval": "^1.2.6",
"qrcode.react": "^4.1.0", "qrcode.react": "^4.1.0",
"react": "^18.3.1", "react": "^19.0.0",
"react-dom": "^18.3.1" "react-dom": "^19.0.0"
}, },
"devDependencies": { "devDependencies": {
"@types/js-yaml": "^4.0.9", "@types/js-yaml": "^4.0.9",
"@types/lodash": "^4.17.13", "@types/lodash": "^4.17.13",
"@types/node": "^20.17.9", "@types/node": "^20.17.9",
"@types/react": "^18.3.14", "@types/react": "^19.0.0",
"@types/react-dom": "^18.3.3", "@types/react-dom": "^19.0.0",
"autoprefixer": "^10.4.20", "autoprefixer": "^10.4.20",
"eslint": "^8.57.1", "eslint": "^8.57.1",
"eslint-config-next": "16.0.5", "eslint-config-next": "16.0.5",