diff --git a/README.md b/README.md index ecce6763f..55edcd9b7 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ The Live Share SDK contains dependencies for [@microsoft/teams-js](https://www.n | @microsoft/live-share | @microsoft/teams-js | fluid-framework | @microsoft/live-share-\* | @fluidframework/azure-client | @microsoft/TeamsFx | @microsoft/TeamsFx-react | | --------------------- | -------------------- | --------------- | -------------------------- | ---------------------------- | ------------------------------- | ------------------------------- | -| 1.0.0-preview.7 | ^2.5.0 | ~1.2.3 | 1.0.0-preview.7 (optional) | ~1.0.2 (optional) | ^2.5.0 (optional) | ^2.5.0 (optional) | +| 1.0.0-preview.8 | ^2.5.0 | ~1.2.3 | 1.0.0-preview.8 (optional) | ~1.0.2 (optional) | ^2.5.0 (optional) | ^2.5.0 (optional) | | 1.0.0-preview.3 | 2.0.0-experimental.1 | ~1.2.3 | 1.0.0-preview.3 (optional) | ~1.0.2 (optional) | 2.0.0-experimental.0 (optional) | 2.0.0-experimental.0 (optional) | | ~0.5.1 | 2.0.0-experimental.1 | ~1.2.3 | ~0.5.1 (optional) | ~1.0.2 (optional) | 2.0.0-experimental.0 (optional) | 2.0.0-experimental.0 (optional) | | ~0.3.1 | 2.0.0-experimental.0 | ~0.59.0 | ~0.3.1 (optional) | ~0.59.0 (optional) | 2.0.0-experimental.0 (optional) | 2.0.0-experimental.0 (optional) | diff --git a/packages/live-share-canvas/README.md b/packages/live-share-canvas/README.md index 2d78c4b42..d6b7116b4 100644 --- a/packages/live-share-canvas/README.md +++ b/packages/live-share-canvas/README.md @@ -103,7 +103,7 @@ The Live Share SDK contains dependencies for [@microsoft/teams-js](https://www.n | @microsoft/live-share | @microsoft/teams-js | fluid-framework | @microsoft/live-share-\* | @fluidframework/azure-client | @microsoft/TeamsFx | @microsoft/TeamsFx-react | | --------------------- | -------------------- | --------------- | -------------------------- | ---------------------------- | ------------------------------- | ------------------------------- | -| 1.0.0-preview.7 | ^2.5.0 | ~1.2.3 | 1.0.0-preview.7 (optional) | ~1.0.2 (optional) | ^2.5.0 (optional) | ^2.5.0 (optional) | +| 1.0.0-preview.8 | ^2.5.0 | ~1.2.3 | 1.0.0-preview.8 (optional) | ~1.0.2 (optional) | ^2.5.0 (optional) | ^2.5.0 (optional) | | 1.0.0-preview.3 | 2.0.0-experimental.1 | ~1.2.3 | 1.0.0-preview.3 (optional) | ~1.0.2 (optional) | 2.0.0-experimental.0 (optional) | 2.0.0-experimental.0 (optional) | | ~0.5.1 | 2.0.0-experimental.1 | ~1.2.3 | ~0.5.1 (optional) | ~1.0.2 (optional) | 2.0.0-experimental.0 (optional) | 2.0.0-experimental.0 (optional) | | ~0.3.1 | 2.0.0-experimental.0 | ~0.59.0 | ~0.3.1 (optional) | ~0.59.0 (optional) | 2.0.0-experimental.0 (optional) | 2.0.0-experimental.0 (optional) | diff --git a/packages/live-share-canvas/package-lock.json b/packages/live-share-canvas/package-lock.json index 6b67ac457..2f60cae13 100644 --- a/packages/live-share-canvas/package-lock.json +++ b/packages/live-share-canvas/package-lock.json @@ -1,15 +1,15 @@ { "name": "@microsoft/live-share-canvas", - "version": "1.0.0-preview.7", + "version": "1.0.0-preview.8", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@microsoft/live-share-canvas", - "version": "1.0.0-preview.7", + "version": "1.0.0-preview.8", "license": "SEE LICENSE IN LICENSE", "dependencies": { - "@microsoft/live-share": "1.0.0-preview.7", + "@microsoft/live-share": "1.0.0-preview.8", "fluid-framework": "~1.2.3" }, "devDependencies": { @@ -1078,7 +1078,7 @@ } }, "node_modules/@microsoft/live-share": { - "version": "1.0.0-preview.7", + "version": "1.0.0-preview.8", "resolved": "https://registry.npmjs.org/@microsoft/live-share/-/live-share-1.0.0-preview.4.tgz", "integrity": "sha512-nrItok95gvGSHUDnLrxBCtUt0MY47JI5h4LW/nwOTLz7/3SXy7WSqm6SpJr3VUPVriGtSXl8RaaYLU1PSbjRgg==", "dependencies": { @@ -4573,7 +4573,7 @@ } }, "@microsoft/live-share": { - "version": "1.0.0-preview.7", + "version": "1.0.0-preview.8", "resolved": "https://registry.npmjs.org/@microsoft/live-share/-/live-share-1.0.0-preview.4.tgz", "integrity": "sha512-nrItok95gvGSHUDnLrxBCtUt0MY47JI5h4LW/nwOTLz7/3SXy7WSqm6SpJr3VUPVriGtSXl8RaaYLU1PSbjRgg==", "requires": { diff --git a/packages/live-share-canvas/package.json b/packages/live-share-canvas/package.json index 239aa9626..9bdfdfdf5 100644 --- a/packages/live-share-canvas/package.json +++ b/packages/live-share-canvas/package.json @@ -1,6 +1,6 @@ { "name": "@microsoft/live-share-canvas", - "version": "1.0.0-preview.7", + "version": "1.0.0-preview.8", "description": "Live Share extension library for collaborative inking.", "author": "Microsoft", "license": "SEE LICENSE IN LICENSE", @@ -14,7 +14,7 @@ "test:coverage": "nyc --reporter=html --reporter=text --reporter=text-summary npm test" }, "dependencies": { - "@microsoft/live-share": "1.0.0-preview.7", + "@microsoft/live-share": "1.0.0-preview.8", "fluid-framework": "~1.2.3" }, "devDependencies": { diff --git a/packages/live-share-media/README.md b/packages/live-share-media/README.md index 2cae14430..d18add98e 100644 --- a/packages/live-share-media/README.md +++ b/packages/live-share-media/README.md @@ -114,7 +114,7 @@ The Live Share SDK contains dependencies for [@microsoft/teams-js](https://www.n | @microsoft/live-share | @microsoft/teams-js | fluid-framework | @microsoft/live-share-\* | @fluidframework/azure-client | @microsoft/TeamsFx | @microsoft/TeamsFx-react | | --------------------- | -------------------- | --------------- | -------------------------- | ---------------------------- | ------------------------------- | ------------------------------- | -| 1.0.0-preview.7 | ^2.5.0 | ~1.2.3 | 1.0.0-preview.7 (optional) | ~1.0.2 (optional) | ^2.5.0 (optional) | ^2.5.0 (optional) | +| 1.0.0-preview.8 | ^2.5.0 | ~1.2.3 | 1.0.0-preview.8 (optional) | ~1.0.2 (optional) | ^2.5.0 (optional) | ^2.5.0 (optional) | | 1.0.0-preview.3 | 2.0.0-experimental.1 | ~1.2.3 | 1.0.0-preview.3 (optional) | ~1.0.2 (optional) | 2.0.0-experimental.0 (optional) | 2.0.0-experimental.0 (optional) | | ~0.5.1 | 2.0.0-experimental.1 | ~1.2.3 | ~0.5.1 (optional) | ~1.0.2 (optional) | 2.0.0-experimental.0 (optional) | 2.0.0-experimental.0 (optional) | | ~0.3.1 | 2.0.0-experimental.0 | ~0.59.0 | ~0.3.1 (optional) | ~0.59.0 (optional) | 2.0.0-experimental.0 (optional) | 2.0.0-experimental.0 (optional) | diff --git a/packages/live-share-media/package-lock.json b/packages/live-share-media/package-lock.json index be5680925..1c3fa291b 100644 --- a/packages/live-share-media/package-lock.json +++ b/packages/live-share-media/package-lock.json @@ -1,15 +1,15 @@ { "name": "@microsoft/live-share-media", - "version": "1.0.0-preview.7", + "version": "1.0.0-preview.8", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@microsoft/live-share-media", - "version": "1.0.0-preview.7", + "version": "1.0.0-preview.8", "license": "SEE LICENSE IN LICENSE", "dependencies": { - "@microsoft/live-share": "1.0.0-preview.7", + "@microsoft/live-share": "1.0.0-preview.8", "fluid-framework": "~1.2.3" }, "devDependencies": { @@ -1077,7 +1077,7 @@ } }, "node_modules/@microsoft/live-share": { - "version": "1.0.0-preview.7", + "version": "1.0.0-preview.8", "resolved": "https://registry.npmjs.org/@microsoft/live-share/-/live-share-1.0.0-preview.4.tgz", "integrity": "sha512-nrItok95gvGSHUDnLrxBCtUt0MY47JI5h4LW/nwOTLz7/3SXy7WSqm6SpJr3VUPVriGtSXl8RaaYLU1PSbjRgg==", "dependencies": { @@ -4529,7 +4529,7 @@ } }, "@microsoft/live-share": { - "version": "1.0.0-preview.7", + "version": "1.0.0-preview.8", "resolved": "https://registry.npmjs.org/@microsoft/live-share/-/live-share-1.0.0-preview.4.tgz", "integrity": "sha512-nrItok95gvGSHUDnLrxBCtUt0MY47JI5h4LW/nwOTLz7/3SXy7WSqm6SpJr3VUPVriGtSXl8RaaYLU1PSbjRgg==", "requires": { diff --git a/packages/live-share-media/package.json b/packages/live-share-media/package.json index 3f48a7dfd..75faf2a0d 100644 --- a/packages/live-share-media/package.json +++ b/packages/live-share-media/package.json @@ -1,6 +1,6 @@ { "name": "@microsoft/live-share-media", - "version": "1.0.0-preview.7", + "version": "1.0.0-preview.8", "description": "Live Share classes that synchronize media playback across clients.", "author": "Microsoft", "license": "SEE LICENSE IN LICENSE", @@ -14,7 +14,7 @@ "test:coverage": "nyc --reporter=html --reporter=text --reporter=text-summary npm test" }, "dependencies": { - "@microsoft/live-share": "1.0.0-preview.7", + "@microsoft/live-share": "1.0.0-preview.8", "fluid-framework": "~1.2.3" }, "devDependencies": { diff --git a/packages/live-share-react/README.md b/packages/live-share-react/README.md index f5dd63cdf..e3a9d713f 100644 --- a/packages/live-share-react/README.md +++ b/packages/live-share-react/README.md @@ -518,7 +518,7 @@ The Live Share SDK contains dependencies for [@microsoft/teams-js](https://www.n | @microsoft/live-share | @microsoft/teams-js | fluid-framework | @microsoft/live-share-\* | @fluidframework/azure-client | @microsoft/TeamsFx | @microsoft/TeamsFx-react | | --------------------- | -------------------- | --------------- | -------------------------- | ---------------------------- | ------------------------------- | ------------------------------- | -| 1.0.0-preview.7 | ^2.5.0 | ~1.2.3 | 1.0.0-preview.7 (optional) | ~1.0.2 (optional) | ^2.5.0 (optional) | ^2.5.0 (optional) | +| 1.0.0-preview.8 | ^2.5.0 | ~1.2.3 | 1.0.0-preview.8 (optional) | ~1.0.2 (optional) | ^2.5.0 (optional) | ^2.5.0 (optional) | | 1.0.0-preview.3 | 2.0.0-experimental.1 | ~1.2.3 | 1.0.0-preview.3 (optional) | ~1.0.2 (optional) | 2.0.0-experimental.0 (optional) | 2.0.0-experimental.0 (optional) | | ~0.5.1 | 2.0.0-experimental.1 | ~1.2.3 | ~0.5.1 (optional) | ~1.0.2 (optional) | 2.0.0-experimental.0 (optional) | 2.0.0-experimental.0 (optional) | | ~0.3.1 | 2.0.0-experimental.0 | ~0.59.0 | ~0.3.1 (optional) | ~0.59.0 (optional) | 2.0.0-experimental.0 (optional) | 2.0.0-experimental.0 (optional) | diff --git a/packages/live-share-react/package.json b/packages/live-share-react/package.json index b229400c3..3da215735 100644 --- a/packages/live-share-react/package.json +++ b/packages/live-share-react/package.json @@ -1,6 +1,6 @@ { "name": "@microsoft/live-share-react", - "version": "1.0.0-preview.7", + "version": "1.0.0-preview.8", "description": "Build collaborative React apps using Microsoft's Fluid & Live Share frameworks with ease.", "author": "Microsoft", "license": "SEE LICENSE IN LICENSE", @@ -14,10 +14,10 @@ "dependencies": { "@fluidframework/azure-client": "~1.0.2", "@fluid-experimental/task-manager": "~1.2.3", - "@microsoft/live-share": "1.0.0-preview.7", - "@microsoft/live-share-canvas": "1.0.0-preview.7", - "@microsoft/live-share-media": "1.0.0-preview.7", - "@microsoft/live-share-turbo": "1.0.0-preview.7", + "@microsoft/live-share": "1.0.0-preview.8", + "@microsoft/live-share-canvas": "1.0.0-preview.8", + "@microsoft/live-share-media": "1.0.0-preview.8", + "@microsoft/live-share-turbo": "1.0.0-preview.8", "fluid-framework": "~1.2.3", "url": "^0.11.0", "uuid": "^8.3.2" diff --git a/packages/live-share-turbo/README.md b/packages/live-share-turbo/README.md index 0f9a59ec6..859a51407 100644 --- a/packages/live-share-turbo/README.md +++ b/packages/live-share-turbo/README.md @@ -269,7 +269,7 @@ The Live Share SDK contains dependencies for [@microsoft/teams-js](https://www.n | @microsoft/live-share | @microsoft/teams-js | fluid-framework | @microsoft/live-share-\* | @fluidframework/azure-client | @microsoft/TeamsFx | @microsoft/TeamsFx-react | | --------------------- | -------------------- | --------------- | -------------------------- | ---------------------------- | ------------------------------- | ------------------------------- | -| 1.0.0-preview.7 | ^2.5.0 | ~1.2.3 | 1.0.0-preview.7 (optional) | ~1.0.2 (optional) | ^2.5.0 (optional) | ^2.5.0 (optional) | +| 1.0.0-preview.8 | ^2.5.0 | ~1.2.3 | 1.0.0-preview.8 (optional) | ~1.0.2 (optional) | ^2.5.0 (optional) | ^2.5.0 (optional) | | 1.0.0-preview.3 | 2.0.0-experimental.1 | ~1.2.3 | 1.0.0-preview.3 (optional) | ~1.0.2 (optional) | 2.0.0-experimental.0 (optional) | 2.0.0-experimental.0 (optional) | | ~0.5.1 | 2.0.0-experimental.1 | ~1.2.3 | ~0.5.1 (optional) | ~1.0.2 (optional) | 2.0.0-experimental.0 (optional) | 2.0.0-experimental.0 (optional) | | ~0.3.1 | 2.0.0-experimental.0 | ~0.59.0 | ~0.3.1 (optional) | ~0.59.0 (optional) | 2.0.0-experimental.0 (optional) | 2.0.0-experimental.0 (optional) | diff --git a/packages/live-share-turbo/package.json b/packages/live-share-turbo/package.json index 96708ce93..1d4d4cce8 100644 --- a/packages/live-share-turbo/package.json +++ b/packages/live-share-turbo/package.json @@ -1,6 +1,6 @@ { "name": "@microsoft/live-share-turbo", - "version": "1.0.0-preview.7", + "version": "1.0.0-preview.8", "description": "Alternative & lightweight way to build collaborative apps using Microsoft's Fluid Framework & Live Share.", "author": "Microsoft", "license": "SEE LICENSE IN LICENSE", @@ -19,7 +19,7 @@ "dependencies": { "@fluidframework/azure-client": "~1.0.2", "@fluidframework/register-collection": "~1.2.3", - "@microsoft/live-share": "1.0.0-preview.7", + "@microsoft/live-share": "1.0.0-preview.8", "fluid-framework": "~1.2.3" }, "devDependencies": { diff --git a/packages/live-share/README.md b/packages/live-share/README.md index 9e6752d45..3c9332dcd 100644 --- a/packages/live-share/README.md +++ b/packages/live-share/README.md @@ -74,7 +74,7 @@ The Live Share SDK contains dependencies for [@microsoft/teams-js](https://www.n | @microsoft/live-share | @microsoft/teams-js | fluid-framework | @microsoft/live-share-\* | @fluidframework/azure-client | @microsoft/TeamsFx | @microsoft/TeamsFx-react | | --------------------- | -------------------- | --------------- | -------------------------- | ---------------------------- | ------------------------------- | ------------------------------- | -| 1.0.0-preview.7 | ^2.5.0 | ~1.2.3 | 1.0.0-preview.7 (optional) | ~1.0.2 (optional) | ^2.5.0 (optional) | ^2.5.0 (optional) | +| 1.0.0-preview.8 | ^2.5.0 | ~1.2.3 | 1.0.0-preview.8 (optional) | ~1.0.2 (optional) | ^2.5.0 (optional) | ^2.5.0 (optional) | | 1.0.0-preview.3 | 2.0.0-experimental.1 | ~1.2.3 | 1.0.0-preview.3 (optional) | ~1.0.2 (optional) | 2.0.0-experimental.0 (optional) | 2.0.0-experimental.0 (optional) | | ~0.5.1 | 2.0.0-experimental.1 | ~1.2.3 | ~0.5.1 (optional) | ~1.0.2 (optional) | 2.0.0-experimental.0 (optional) | 2.0.0-experimental.0 (optional) | | ~0.3.1 | 2.0.0-experimental.0 | ~0.59.0 | ~0.3.1 (optional) | ~0.59.0 (optional) | 2.0.0-experimental.0 (optional) | 2.0.0-experimental.0 (optional) | diff --git a/packages/live-share/package-lock.json b/packages/live-share/package-lock.json index 5d38b5b04..196ef996c 100644 --- a/packages/live-share/package-lock.json +++ b/packages/live-share/package-lock.json @@ -1,12 +1,12 @@ { "name": "@microsoft/live-share", - "version": "1.0.0-preview.7", + "version": "1.0.0-preview.8", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@microsoft/live-share", - "version": "1.0.0-preview.7", + "version": "1.0.0-preview.8", "license": "SEE LICENSE IN LICENSE", "dependencies": { "@fluidframework/azure-client": "~1.0.2", diff --git a/packages/live-share/package.json b/packages/live-share/package.json index 50606cc2e..1c5acfac7 100644 --- a/packages/live-share/package.json +++ b/packages/live-share/package.json @@ -1,6 +1,6 @@ { "name": "@microsoft/live-share", - "version": "1.0.0-preview.7", + "version": "1.0.0-preview.8", "description": "Building collaborative experiences for Microsoft Teams and M365 using Fluid.", "author": "Microsoft", "license": "SEE LICENSE IN LICENSE", diff --git a/samples/javascript/01.dice-roller/package.json b/samples/javascript/01.dice-roller/package.json index f78ba60d7..c8387e0aa 100644 --- a/samples/javascript/01.dice-roller/package.json +++ b/samples/javascript/01.dice-roller/package.json @@ -15,7 +15,7 @@ "doctor": "eslint src/**/*.{j,t}s{,x} --fix --no-error-on-unmatched-pattern" }, "dependencies": { - "@microsoft/live-share": "1.0.0-preview.7", + "@microsoft/live-share": "1.0.0-preview.8", "@microsoft/teams-js": "^2.5.0", "@typescript-eslint/eslint-plugin": "^5.48.1", "@typescript-eslint/parser": "^5.48.1", diff --git a/samples/javascript/02.react-video/package.json b/samples/javascript/02.react-video/package.json index ae05ddce7..6908d8e00 100644 --- a/samples/javascript/02.react-video/package.json +++ b/samples/javascript/02.react-video/package.json @@ -10,8 +10,8 @@ "@fluentui/react-icons": "^2.0.194", "@fluentui/react-theme": "^9.1.5", "@fluidframework/azure-client": "~1.0.2", - "@microsoft/live-share": "1.0.0-preview.7", - "@microsoft/live-share-media": "1.0.0-preview.7", + "@microsoft/live-share": "1.0.0-preview.8", + "@microsoft/live-share-media": "1.0.0-preview.8", "@microsoft/teams-js": "^2.5.0", "@testing-library/jest-dom": "^5.16.5", "@testing-library/react": "^13.4.0", diff --git a/samples/javascript/03.live-canvas-demo/package.json b/samples/javascript/03.live-canvas-demo/package.json index 73fb98277..124cf7ad0 100644 --- a/samples/javascript/03.live-canvas-demo/package.json +++ b/samples/javascript/03.live-canvas-demo/package.json @@ -15,8 +15,8 @@ }, "dependencies": { "@fluidframework/test-client-utils": "~1.2.3", - "@microsoft/live-share": "1.0.0-preview.7", - "@microsoft/live-share-canvas": "1.0.0-preview.7", + "@microsoft/live-share": "1.0.0-preview.8", + "@microsoft/live-share-canvas": "1.0.0-preview.8", "@microsoft/teams-js": "^2.5.0", "fluid-framework": "~1.2.3" }, diff --git a/samples/javascript/04.live-share-react/package.json b/samples/javascript/04.live-share-react/package.json index d0d7f67ec..5a22ae083 100644 --- a/samples/javascript/04.live-share-react/package.json +++ b/samples/javascript/04.live-share-react/package.json @@ -9,10 +9,10 @@ "@fluentui/react-icons": "^2.0.194", "@fluentui/react-theme": "^9.1.5", "@fluidframework/azure-client": "~1.0.2", - "@microsoft/live-share": "1.0.0-preview.7", - "@microsoft/live-share-media": "1.0.0-preview.7", - "@microsoft/live-share-canvas": "1.0.0-preview.7", - "@microsoft/live-share-react": "1.0.0-preview.7", + "@microsoft/live-share": "1.0.0-preview.8", + "@microsoft/live-share-media": "1.0.0-preview.8", + "@microsoft/live-share-canvas": "1.0.0-preview.8", + "@microsoft/live-share-react": "1.0.0-preview.8", "@microsoft/teams-js": "^2.5.0", "@testing-library/jest-dom": "^5.16.5", "@testing-library/react": "^13.4.0", diff --git a/samples/javascript/05.dice-roller-turbo/package.json b/samples/javascript/05.dice-roller-turbo/package.json index 6becd6238..1269411e8 100644 --- a/samples/javascript/05.dice-roller-turbo/package.json +++ b/samples/javascript/05.dice-roller-turbo/package.json @@ -15,8 +15,8 @@ "doctor": "eslint src/**/*.{j,t}s{,x} --fix --no-error-on-unmatched-pattern" }, "dependencies": { - "@microsoft/live-share": "1.0.0-preview.7", - "@microsoft/live-share-turbo": "1.0.0-preview.7", + "@microsoft/live-share": "1.0.0-preview.8", + "@microsoft/live-share-turbo": "1.0.0-preview.8", "@microsoft/teams-js": "^2.5.0", "@typescript-eslint/eslint-plugin": "^5.48.1", "@typescript-eslint/parser": "^5.48.1", diff --git a/samples/javascript/21.react-media-template/package.json b/samples/javascript/21.react-media-template/package.json index bd81b5394..fdb039611 100644 --- a/samples/javascript/21.react-media-template/package.json +++ b/samples/javascript/21.react-media-template/package.json @@ -9,9 +9,9 @@ "@fluentui/react-icons": "^2.0.194", "@fluentui/react-theme": "^9.1.5", "@fluidframework/azure-client": "~1.0.2", - "@microsoft/live-share": "1.0.0-preview.7", - "@microsoft/live-share-canvas": "1.0.0-preview.7", - "@microsoft/live-share-media": "1.0.0-preview.7", + "@microsoft/live-share": "1.0.0-preview.8", + "@microsoft/live-share-canvas": "1.0.0-preview.8", + "@microsoft/live-share-media": "1.0.0-preview.8", "@microsoft/teams-js": "^2.5.0", "@testing-library/jest-dom": "^5.16.5", "@testing-library/react": "^13.4.0", diff --git a/samples/javascript/22.react-agile-poker/package.json b/samples/javascript/22.react-agile-poker/package.json index e5c0ae984..4ec55a6df 100644 --- a/samples/javascript/22.react-agile-poker/package.json +++ b/samples/javascript/22.react-agile-poker/package.json @@ -9,7 +9,7 @@ "@fluentui/react-icons": "^2.0.194", "@fluentui/react-theme": "^9.1.5", "@fluidframework/azure-client": "~1.0.2", - "@microsoft/live-share": "1.0.0-preview.7", + "@microsoft/live-share": "1.0.0-preview.8", "@microsoft/teams-js": "^2.5.0", "@testing-library/jest-dom": "^5.16.5", "@testing-library/react": "^13.4.0", diff --git a/samples/javascript/23.react-live-canvas/package.json b/samples/javascript/23.react-live-canvas/package.json index 8d33e801b..2febbd2db 100644 --- a/samples/javascript/23.react-live-canvas/package.json +++ b/samples/javascript/23.react-live-canvas/package.json @@ -5,8 +5,8 @@ "author": "Microsoft", "license": "MIT", "dependencies": { - "@microsoft/live-share": "1.0.0-preview.7", - "@microsoft/live-share-canvas": "1.0.0-preview.7", + "@microsoft/live-share": "1.0.0-preview.8", + "@microsoft/live-share-canvas": "1.0.0-preview.8", "@microsoft/teams-js": "^2.5.0", "@testing-library/jest-dom": "^5.16.5", "@testing-library/react": "^13.4.0", diff --git a/samples/javascript/31.live-canvas-tests/package-lock.json b/samples/javascript/31.live-canvas-tests/package-lock.json index 281178bde..34a3fdbac 100644 --- a/samples/javascript/31.live-canvas-tests/package-lock.json +++ b/samples/javascript/31.live-canvas-tests/package-lock.json @@ -10,8 +10,8 @@ "license": "SEE LICENSE IN LICENSE", "dependencies": { "@fluidframework/test-client-utils": "~1.2.3", - "@microsoft/live-share": "1.0.0-preview.7", - "@microsoft/live-share-canvas": "1.0.0-preview.7", + "@microsoft/live-share": "1.0.0-preview.8", + "@microsoft/live-share-canvas": "1.0.0-preview.8", "fluid-framework": "~1.2.3" }, "devDependencies": { @@ -23,7 +23,7 @@ }, "../../../packages/live-share": { "name": "@microsoft/live-share", - "version": "1.0.0-preview.7", + "version": "1.0.0-preview.8", "license": "SEE LICENSE IN LICENSE", "dependencies": { "@fluidframework/azure-client": "~1.0.2", @@ -47,10 +47,10 @@ }, "../../../packages/live-share-canvas": { "name": "@microsoft/live-share-canvas", - "version": "1.0.0-preview.7", + "version": "1.0.0-preview.8", "license": "SEE LICENSE IN LICENSE", "dependencies": { - "@microsoft/live-share": "1.0.0-preview.7", + "@microsoft/live-share": "1.0.0-preview.8", "fluid-framework": "~1.2.3" }, "devDependencies": { @@ -3197,7 +3197,7 @@ "@microsoft/live-share-canvas": { "version": "file:../../../packages/live-share-canvas", "requires": { - "@microsoft/live-share": "1.0.0-preview.7", + "@microsoft/live-share": "1.0.0-preview.8", "@types/assert": "^1.5.6", "@types/mocha": "^10.0.1", "@types/node": "^18.11.18", diff --git a/samples/javascript/31.live-canvas-tests/package.json b/samples/javascript/31.live-canvas-tests/package.json index 0f107520a..d675ccb75 100644 --- a/samples/javascript/31.live-canvas-tests/package.json +++ b/samples/javascript/31.live-canvas-tests/package.json @@ -15,8 +15,8 @@ }, "dependencies": { "@fluidframework/test-client-utils": "~1.2.3", - "@microsoft/live-share": "1.0.0-preview.7", - "@microsoft/live-share-canvas": "1.0.0-preview.7", + "@microsoft/live-share": "1.0.0-preview.8", + "@microsoft/live-share-canvas": "1.0.0-preview.8", "fluid-framework": "~1.2.3" }, "devDependencies": { diff --git a/samples/typescript/21.react-media-template/package.json b/samples/typescript/21.react-media-template/package.json index 583181f43..1503ec677 100644 --- a/samples/typescript/21.react-media-template/package.json +++ b/samples/typescript/21.react-media-template/package.json @@ -9,9 +9,9 @@ "@fluentui/react-icons": "^2.0.194", "@fluentui/react-theme": "^9.1.5", "@fluidframework/azure-client": "~1.0.2", - "@microsoft/live-share": "1.0.0-preview.7", - "@microsoft/live-share-canvas": "1.0.0-preview.7", - "@microsoft/live-share-media": "1.0.0-preview.7", + "@microsoft/live-share": "1.0.0-preview.8", + "@microsoft/live-share-canvas": "1.0.0-preview.8", + "@microsoft/live-share-media": "1.0.0-preview.8", "@microsoft/teams-js": "^2.5.0", "@testing-library/jest-dom": "^5.16.5", "@testing-library/react": "^13.4.0",