web/dependencies: update to stable react 19

This commit is contained in:
Tulir Asokan 2024-12-06 01:21:08 +02:00
parent 5b9f458b75
commit 63798f2298
2 changed files with 350 additions and 333 deletions

671
web/package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -11,15 +11,13 @@
"preview": "vite preview"
},
"dependencies": {
"@types/react": "npm:types-react@rc",
"@types/react-dom": "npm:types-react-dom@rc",
"@wailsio/runtime": "^3.0.0-alpha.29",
"blurhash": "^2.0.5",
"katex": "^0.16.11",
"leaflet": "^1.9.4",
"react": "^19.0.0-rc.1",
"react": "^19.0.0",
"react-blurhash": "^0.3.0",
"react-dom": "^19.0.0-rc.1",
"react-dom": "^19.0.0",
"react-spinners": "^0.14.1",
"unhomoglyph": "^1.0.6"
},
@ -27,6 +25,8 @@
"@eslint/js": "^9.11.1",
"@types/katex": "^0.16.7",
"@types/leaflet": "^1.9.14",
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"@types/sanitize-html": "^2.13.0",
"@vitejs/plugin-react-swc": "^3.5.0",
"eslint": "^9.11.1",
@ -38,9 +38,5 @@
"typescript-eslint": "^8.7.0",
"vite": "^5.4.8",
"vite-plugin-svgr": "^4.2.0"
},
"overrides": {
"@types/react": "npm:types-react@rc",
"@types/react-dom": "npm:types-react-dom@rc"
}
}