Upgrade to react 19 (#14864)

## Summary

Upgrades to React 19. Closes
https://github.com/astral-sh/ruff/issues/14859

## Test Plan

I ran the playground locally and clicked through the different panels. I
didn't see any warning or error.
This commit is contained in:
Micha Reiser 2024-12-09 11:15:38 +01:00 committed by GitHub
parent 59145098d6
commit cf260aef2b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 600 additions and 611 deletions

File diff suppressed because it is too large Load Diff

View File

@ -19,8 +19,8 @@
"classnames": "^2.3.2",
"lz-string": "^1.5.0",
"monaco-editor": "^0.52.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-resizable-panels": "^2.0.0",
"smol-toml": "^1.3.0"
},
@ -41,5 +41,11 @@
"tailwindcss": "^3.2.4",
"typescript": "^5.1.6",
"vite": "^6.0.0"
},
"overrides": {
"@monaco-editor/react": {
"react": "$react",
"react-dom": "$react-dom"
}
}
}