diff --git a/README.md b/README.md index f82bb49..a4575c3 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Use of this sample app is subject to our [Terms of Use](https://explore.zoom.us/ This repo is a [Vue.js](https://vuejs.org/) app generated via [Create Vue, the official Vue project scaffolding tool](https://vuejs.org/guide/quick-start.html#creating-a-vue-application), that uses the [Zoom Video SDK UI toolkit](https://developers.zoom.us/docs/video-sdk/web/) to start and joins sessions. -![Zoom Video SDK](https://raw.githubusercontent.com/zoom/videosdk-ui-toolkit-web/HEAD/ui-toolkit%E2%80%93gallery-view.png) +![Zoom Video SDK](https://github.com/zoom/videosdk-ui-toolkit-web/raw/main/uitoolkitgalleryview.png) ## Installation diff --git a/package-lock.json b/package-lock.json index 1667863..b81dd77 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,14 +1,14 @@ { "name": "videosdk-ui-toolkit-vuejs-sample", - "version": "1.12.1-1", + "version": "2.1.0-1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "videosdk-ui-toolkit-vuejs-sample", - "version": "1.12.1-1", + "version": "2.1.0-1", "dependencies": { - "@zoom/videosdk-ui-toolkit": "^1.12.1-1", + "@zoom/videosdk-ui-toolkit": "^2.1.0-1", "vue": "^3.3.4" }, "devDependencies": { @@ -500,9 +500,9 @@ "integrity": "sha512-7OjdcV8vQ74eiz1TZLzZP4JwqM5fA94K6yntPS5Z25r9HDuGNzaGdgvwKYq6S+MxwF0TFRwe50fIR/MYnakdkQ==" }, "node_modules/@zoom/videosdk-ui-toolkit": { - "version": "1.12.1-1", - "resolved": "https://registry.npmjs.org/@zoom/videosdk-ui-toolkit/-/videosdk-ui-toolkit-1.12.1-1.tgz", - "integrity": "sha512-6C5EnC62cn5zSK5QoTr46BilKDaitaOq02vX3M3a5nVaJiMobSGFOUywSA1IDTwtdKMRnx5u6QY+maBgV7pMQw==", + "version": "2.1.0-1", + "resolved": "https://registry.npmjs.org/@zoom/videosdk-ui-toolkit/-/videosdk-ui-toolkit-2.1.0-1.tgz", + "integrity": "sha512-S8lQjZpLWeBNvFLJ6UWrAwPTQM2ZizNrBlFwFsdZnZyUzaYGewhkN8EBKsvnUTCfyoNvd4NYDZb3KvJNc6Xsxg==", "license": "SEE LICENSE IN LICENSE.md" }, "node_modules/csstype": { @@ -578,15 +578,16 @@ } }, "node_modules/nanoid": { - "version": "3.3.7", - "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.7.tgz", - "integrity": "sha512-eSRppjcPIatRIMC1U6UngP8XFcz8MQWGQdt1MTBQ7NaAmvXDfvNxbvWV3x2y6CdEUciCSsDHDQZbhYaB8QEo2g==", + "version": "3.3.8", + "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.8.tgz", + "integrity": "sha512-WNLf5Sd8oZxOm+TzppcYk8gVOgP+l58xNy58D0nbUnOxOWRWvlcCV4kUF7ltmI6PsrLl/BgKEyS4mqsGChFN0w==", "funding": [ { "type": "github", "url": "https://github.com/sponsors/ai" } ], + "license": "MIT", "bin": { "nanoid": "bin/nanoid.cjs" }, @@ -627,10 +628,11 @@ } }, "node_modules/rollup": { - "version": "3.29.4", - "resolved": "https://registry.npmjs.org/rollup/-/rollup-3.29.4.tgz", - "integrity": "sha512-oWzmBZwvYrU0iJHtDmhsm662rC15FRXmcjCk1xD771dFDx5jJ02ufAQQTn0etB2emNk4J9EZg/yWKpsn9BWGRw==", + "version": "3.29.5", + "resolved": "https://registry.npmjs.org/rollup/-/rollup-3.29.5.tgz", + "integrity": "sha512-GVsDdsbJzzy4S/v3dqWPJ7EfvZJfCHiDqe80IyrF59LYuP+e6U1LJoUqeuqRbwAWoMNoXivMNeNAOf5E22VA1w==", "dev": true, + "license": "MIT", "bin": { "rollup": "dist/bin/rollup" }, @@ -651,10 +653,11 @@ } }, "node_modules/vite": { - "version": "4.5.3", - "resolved": "https://registry.npmjs.org/vite/-/vite-4.5.3.tgz", - "integrity": "sha512-kQL23kMeX92v3ph7IauVkXkikdDRsYMGTVl5KY2E9OY4ONLvkHf04MDTbnfo6NKxZiDLWzVpP5oTa8hQD8U3dg==", + "version": "4.5.5", + "resolved": "https://registry.npmjs.org/vite/-/vite-4.5.5.tgz", + "integrity": "sha512-ifW3Lb2sMdX+WU91s3R0FyQlAyLxOzCSCP37ujw0+r5POeHPwe6udWVIElKQq8gk3t7b8rkmvqC6IHBpCff4GQ==", "dev": true, + "license": "MIT", "dependencies": { "esbuild": "^0.18.10", "postcss": "^8.4.27", diff --git a/package.json b/package.json index fdbb79d..322beb9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "videosdk-ui-toolkit-vuejs-sample", - "version": "1.12.1-1", + "version": "2.1.0-1", "author": "Zoom Video Communications, Inc.", "contributors": [ { @@ -14,7 +14,7 @@ "preview": "vite preview" }, "dependencies": { - "@zoom/videosdk-ui-toolkit": "^1.12.1-1", + "@zoom/videosdk-ui-toolkit": "^2.1.0-1", "vue": "^3.3.4" }, "devDependencies": {