Skip to content

Commit

Permalink
Update react to 19.0 (#1363)
Browse files Browse the repository at this point in the history
  • Loading branch information
picoliu authored Feb 5, 2025
1 parent fe2f158 commit 7562f5d
Show file tree
Hide file tree
Showing 2 changed files with 3,190 additions and 2,829 deletions.
9 changes: 5 additions & 4 deletions demo/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,15 @@
"@picovoice/porcupine-react": "~3.0.3",
"@picovoice/web-voice-processor": "~4.0.8",
"@types/node": "^18.11.9",
"@types/react": "^18.0.17",
"@types/react-dom": "^18.0.6",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-scripts": "5.0.1",
"typescript": "^4.6.4"
},
"devDependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"eslint": "^8.13.0"
},
"scripts": {
Expand Down
Loading

0 comments on commit 7562f5d

Please sign in to comment.