Skip to content

Commit

Permalink
chore(example): update example to install [email protected]
Browse files Browse the repository at this point in the history
…ild.22-rc.1
  • Loading branch information
sda-rob committed Nov 24, 2023
1 parent 3e14452 commit 439d848
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
]
},
"dependencies": {
"agora-electron-sdk": "4.1.1-build.16-rc.1",
"agora-electron-sdk": "4.1.1-build.22-rc.1",
"antd": "^4.20.3",
"download": "^8.0.0",
"ffi-napi": "^4.0.3",
Expand Down
11 changes: 6 additions & 5 deletions example/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1749,10 +1749,10 @@ aggregate-error@^3.0.0:
clean-stack "^2.0.0"
indent-string "^4.0.0"

[email protected].16-rc.1:
version "4.1.1-build.16-rc.1"
resolved "https://registry.npmjs.org/agora-electron-sdk/-/agora-electron-sdk-4.1.1-build.16-rc.1.tgz#ef9ade6058ea5e726aa4c886589f0761c145b25b"
integrity sha512-fDn/PtoQgQMbJvBvXa/thrEmzJsyqi6ofNZxyxe4pmrungHZ1Q/I/C3KPh5Uy2gCtvDIbqByG6f7vbxV1/x36Q==
[email protected].22-rc.1:
version "4.1.1-build.22-rc.1"
resolved "https://registry.npmjs.org/agora-electron-sdk/-/agora-electron-sdk-4.1.1-build.22-rc.1.tgz#eb74c48d6ecaa432c9d6d6d0328039363b79cb6b"
integrity sha512-VQzEODMo6mYOzuPQ2tm4AV0Mx1LXhDwn2Dd3G5/8twAgevDp5WHPrStJ0WsMMwoSpoqwYJtt7O18sUlGc+DNCw==
dependencies:
buffer "^6.0.3"
cross-env "^7.0.3"
Expand All @@ -1761,6 +1761,7 @@ [email protected]:
fs-extra "^11.1.1"
gulp "^4.0.2"
json-bigint "^1.0.0"
jsonfile "^6.1.0"
lodash.isequal "^4.5.0"
minimist "^1.2.5"
shelljs "^0.8.4"
Expand Down Expand Up @@ -6441,7 +6442,7 @@ jsonfile@^4.0.0:
optionalDependencies:
graceful-fs "^4.1.6"

jsonfile@^6.0.1:
jsonfile@^6.0.1, jsonfile@^6.1.0:
version "6.1.0"
resolved "https://registry.npmjs.org/jsonfile/-/jsonfile-6.1.0.tgz"
integrity sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==
Expand Down

0 comments on commit 439d848

Please sign in to comment.