⬆️(frontend) bump to react 19.0.0

Last version of Blocknotes is compatible with
React 19.0.0, it seems even necessary to
bump the version of React to 19.0.0.
We bump the version of React to 19.0.0 and
remove the react packages from renovate
list of ignored dependencies.
This commit is contained in:
Anthony LC
2025-03-04 16:08:16 +01:00
committed by Anthony LC
parent 1c6d18fdf3
commit d5997ba9d5
8 changed files with 43 additions and 65 deletions

View File

@@ -34,12 +34,13 @@
"@blocknote/xl-docx-exporter": "0.23.2-hotfix.0",
"@blocknote/xl-pdf-exporter": "0.23.2-hotfix.0",
"@types/node": "22.13.9",
"@types/react-dom": "18.3.1",
"@types/react": "19.0.0",
"@types/react-dom": "19.0.0",
"@typescript-eslint/eslint-plugin": "8.26.0",
"@typescript-eslint/parser": "8.26.0",
"eslint": "8.57.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"react": "19.0.0",
"react-dom": "19.0.0",
"typescript": "5.8.2",
"yjs": "13.6.23"
}