mirror of
https://github.com/tulir/gomuks.git
synced 2025-04-19 18:13:41 -05:00
web/dependencies: update to stable react 19
This commit is contained in:
parent
5b9f458b75
commit
63798f2298
2 changed files with 350 additions and 333 deletions
671
web/package-lock.json
generated
671
web/package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue