Skip to content

Commit

Permalink
chore: Upgrade React to v19 in demo (#1280)
Browse files Browse the repository at this point in the history
  • Loading branch information
nishu-murmu authored Dec 17, 2024
1 parent 11d93fe commit 79c9c89
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 12 deletions.
8 changes: 4 additions & 4 deletions packages/wxt-demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@
},
"dependencies": {
"@wxt-dev/i18n": "workspace:*",
"react": "^18.3.1",
"react-dom": "^18.3.1"
"react": "^19.0.0",
"react-dom": "^19.0.0"
},
"devDependencies": {
"@types/chrome": "^0.0.280",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@types/react": "^19.0.1",
"@types/react-dom": "^19.0.2",
"@wxt-dev/auto-icons": "workspace:*",
"@wxt-dev/unocss": "workspace:*",
"sass": "^1.80.7",
Expand Down
53 changes: 45 additions & 8 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 79c9c89

Please sign in to comment.