Skip to content

Commit

Permalink
fix: Use react 19 in @wxt-dev/module-react and templates/react (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
aklinker1 authored Dec 17, 2024
1 parent 79c9c89 commit 8c645fa
Show file tree
Hide file tree
Showing 3 changed files with 172 additions and 101 deletions.
10 changes: 5 additions & 5 deletions packages/module-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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:*"
Expand Down
Loading

0 comments on commit 8c645fa

Please sign in to comment.