Skip to content

Commit 9f0086e

Browse files
build: update store (#493)
Co-authored-by: triptu <triptu@users.noreply.github.com>
1 parent ee0366c commit 9f0086e

2 files changed

Lines changed: 11 additions & 11 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.3.124",
2+
"version": "0.3.125",
33
"license": "MIT",
44
"main": "dist/index.js",
55
"typings": "dist/index.d.ts",
@@ -86,7 +86,7 @@
8686
"typescript": "^4.4.4"
8787
},
8888
"dependencies": {
89-
"@100mslive/hms-video-store": "0.2.94",
89+
"@100mslive/hms-video-store": "0.2.96",
9090
"@material-ui/core": "^4.11.3",
9191
"@twind/aspect-ratio": "^0.1.4",
9292
"autoprefixer": "^9.8.6",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,21 @@
22
# yarn lockfile v1
33

44

5-
"@100mslive/hms-video-store@0.2.94":
6-
version "0.2.94"
7-
resolved "https://registry.yarnpkg.com/@100mslive/hms-video-store/-/hms-video-store-0.2.94.tgz#8e6cb9c7fa7d29070c191d8e5304b3411cb21cec"
8-
integrity sha512-esquCvqEsM0LTBv4SIG5ZpLM30pAmu8/Vj6D/UDkQ/4ripF8wswbwVwDPgQcn9ZGB85bHi7icxZDbXCl3WtFrg==
5+
"@100mslive/hms-video-store@0.2.96":
6+
version "0.2.96"
7+
resolved "https://registry.yarnpkg.com/@100mslive/hms-video-store/-/hms-video-store-0.2.96.tgz#43a7991ce9a96cef78507ee1cfd80384414c001a"
8+
integrity sha512-/gf8a62Qxt4hxXp856iUpJhaOKaX7muAVSTdBmysuPmmqMMM5uro1YaGccT7GQ0jED1FfIN96+OZBGYr9wD1bA==
99
dependencies:
10-
"@100mslive/hms-video" "0.1.48"
10+
"@100mslive/hms-video" "0.1.50"
1111
eventemitter2 "^6.4.5"
1212
immer "^9.0.6"
1313
reselect "4.0.0"
1414
zustand "3.5.7"
1515

16-
"@100mslive/hms-video@0.1.48":
17-
version "0.1.48"
18-
resolved "https://registry.yarnpkg.com/@100mslive/hms-video/-/hms-video-0.1.48.tgz#71aab9ce4d0d31693f4d7a90da75f06eaa6111b7"
19-
integrity sha512-7XQFQ+KNSU7fkk50Vx7TR1RsC/O2kHCl2Ce+kEEck9kjrz3ZjCLQ6Bd9i0w/ziaFCK4HrjmqHX2NicXQc3K11w==
16+
"@100mslive/hms-video@0.1.50":
17+
version "0.1.50"
18+
resolved "https://registry.yarnpkg.com/@100mslive/hms-video/-/hms-video-0.1.50.tgz#8f62b12597578221b1ad600fc721c4c845cf6bfc"
19+
integrity sha512-3U3Az66lwFuosbth8hez02jArQqAJfVuRsvc3Xsm20vGvNIUyU3B/qq+hQNctsHaVlE73C54Nvka+pXpyRbI3g==
2020
dependencies:
2121
eventemitter2 "^6.4.5"
2222
sdp-transform "^2.14.1"

0 commit comments

Comments
 (0)