Skip to content

Commit 8c645fa

Browse files
authored
fix: Use react 19 in @wxt-dev/module-react and templates/react (#1285)
1 parent 79c9c89 commit 8c645fa

File tree

3 files changed

+172
-101
lines changed

3 files changed

+172
-101
lines changed

Diff for: packages/module-react/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -47,15 +47,15 @@
4747
"wxt": ">=0.19.16"
4848
},
4949
"dependencies": {
50-
"@vitejs/plugin-react": "^4.3.3"
50+
"@vitejs/plugin-react": "^4.3.4"
5151
},
5252
"devDependencies": {
5353
"@aklinker1/check": "^1.4.5",
54-
"@types/react": "^18.3.12",
55-
"@types/react-dom": "^18.3.1",
54+
"@types/react": "^19.0.1",
55+
"@types/react-dom": "^19.0.2",
5656
"publint": "^0.2.12",
57-
"react": "^18.3.1",
58-
"react-dom": "^18.3.1",
57+
"react": "^19.0.0",
58+
"react-dom": "^19.0.0",
5959
"typescript": "^5.6.3",
6060
"unbuild": "^2.0.0",
6161
"wxt": "workspace:*"

0 commit comments

Comments
 (0)