fix: Use react 19 in @wxt-dev/module-react and templates/react (#1285)

This commit is contained in:
Aaron
2024-12-17 12:57:50 -06:00
committed by GitHub
parent 79c9c89923
commit 8c645fa1ce
3 changed files with 172 additions and 101 deletions
+5 -5
View File
@@ -47,15 +47,15 @@
"wxt": ">=0.19.16"
},
"dependencies": {
"@vitejs/plugin-react": "^4.3.3"
"@vitejs/plugin-react": "^4.3.4"
},
"devDependencies": {
"@aklinker1/check": "^1.4.5",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@types/react": "^19.0.1",
"@types/react-dom": "^19.0.2",
"publint": "^0.2.12",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"typescript": "^5.6.3",
"unbuild": "^2.0.0",
"wxt": "workspace:*"