Skip to content

Commit

Permalink
v2.0 react release (#321)
Browse files Browse the repository at this point in the history
  • Loading branch information
albho authored Nov 27, 2023
1 parent 1637f4a commit dfadddf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion demo/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"private": true,
"description": "Leopard React demo (made with Create React App)",
"dependencies": {
"@picovoice/leopard-react": "file:../../binding/react",
"@picovoice/leopard-react": "~2.0.0",
"@picovoice/web-voice-processor": "~4.0.8",
"@types/node": "^18.11.9",
"@types/react": "^18.0.17",
Expand Down
4 changes: 3 additions & 1 deletion demo/react/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1608,8 +1608,10 @@
"@nodelib/fs.scandir" "2.1.5"
fastq "^1.6.0"

"@picovoice/leopard-react@file:../../binding/react":
"@picovoice/leopard-react@~2.0.0":
version "2.0.0"
resolved "https://registry.yarnpkg.com/@picovoice/leopard-react/-/leopard-react-2.0.0.tgz#695be0692da3033fbc2e11f219b93db121ef731e"
integrity sha512-7JIASezZUWT9spKllsFMdWwWxkMg5s2R5Q4wFtqW4+xVavHboIbNsIorDjo1E5+YWXefFelLktFpFg5MojAoHg==
dependencies:
"@picovoice/leopard-web" "=2.0.0"

Expand Down

0 comments on commit dfadddf

Please sign in to comment.