Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions internal/usage-test/cjs-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
"license": "ISC",
"dependencies": {
"@microsoft/live-share": "file:/../../../packages/live-share",
"fluid-framework": ">=2.40 <2.70"
"fluid-framework": ">=2.40 <2.80"
},
"devDependencies": {
"@fluidframework/test-runtime-utils": ">=2.40 <2.70"
"@fluidframework/test-runtime-utils": ">=2.40 <2.80"
}
}
4 changes: 2 additions & 2 deletions internal/usage-test/esm-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
"license": "ISC",
"dependencies": {
"@microsoft/live-share": "file:/../../../packages/live-share",
"fluid-framework": ">=2.40 <2.70"
"fluid-framework": ">=2.40 <2.80"
},
"devDependencies": {
"@fluidframework/test-runtime-utils": ">=2.40 <2.70"
"@fluidframework/test-runtime-utils": ">=2.40 <2.80"
}
}
4 changes: 2 additions & 2 deletions internal/usage-test/pnpm-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
"license": "ISC",
"dependencies": {
"@microsoft/live-share": "file:/../../../packages/live-share",
"fluid-framework": ">=2.40 <2.70"
"fluid-framework": ">=2.40 <2.80"
},
"devDependencies": {
"@fluidframework/test-runtime-utils": ">=2.40 <2.70",
"@fluidframework/test-runtime-utils": ">=2.40 <2.80",
"@types/node": "^20.14.14"
}
}
266 changes: 133 additions & 133 deletions package-lock.json

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions packages/live-share-acs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@microsoft/live-share-acs",
"version": "2.0.0-internal.12",
"version": "2.0.0-internal.13",
"description": "Live Share integration package for Azure Communication Services.",
"author": "Microsoft",
"license": "SEE LICENSE IN LICENSE",
Expand Down Expand Up @@ -29,7 +29,7 @@
}
},
"devDependencies": {
"@microsoft/live-share": "2.0.0-internal.12",
"@microsoft/live-share": "2.0.0-internal.13",
"@azure/communication-calling": "^1.27.3",
"@types/assert": "^1.5.6",
"@types/mocha": "^10.0.1",
Expand All @@ -40,7 +40,7 @@
"typescript": "~5.5.3"
},
"peerDependencies": {
"@microsoft/live-share": "2.0.0-internal.12",
"@microsoft/live-share": "2.0.0-internal.13",
"@azure/communication-calling": "^1.14.0"
},
"repository": {
Expand Down
10 changes: 5 additions & 5 deletions packages/live-share-canvas/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@microsoft/live-share-canvas",
"version": "2.0.0-internal.12",
"version": "2.0.0-internal.13",
"description": "Live Share extension library for collaborative inking.",
"author": "Microsoft",
"license": "SEE LICENSE IN LICENSE",
Expand Down Expand Up @@ -30,19 +30,19 @@
}
},
"devDependencies": {
"@microsoft/live-share": "2.0.0-internal.12",
"@microsoft/live-share": "2.0.0-internal.13",
"@types/assert": "^1.5.6",
"@types/mocha": "^10.0.1",
"@types/node": "^20.2.3",
"fluid-framework": ">=2.40 <2.70",
"fluid-framework": ">=2.40 <2.80",
"mocha": "^10.2.0",
"nyc": "^15.1.0",
"ts-mocha": "^10.0.0",
"typescript": "~5.5.3"
},
"peerDependencies": {
"@microsoft/live-share": "2.0.0-internal.12",
"fluid-framework": ">=2.40 <2.70"
"@microsoft/live-share": "2.0.0-internal.13",
"fluid-framework": ">=2.40 <2.80"
},
"repository": {
"directory": "packages/live-share-canvas",
Expand Down
14 changes: 7 additions & 7 deletions packages/live-share-media/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@microsoft/live-share-media",
"version": "2.0.0-internal.12",
"version": "2.0.0-internal.13",
"description": "Live Share classes that synchronize media playback across clients.",
"author": "Microsoft",
"license": "SEE LICENSE IN LICENSE",
Expand Down Expand Up @@ -32,22 +32,22 @@
},
"devDependencies": {
"@fluidframework/mocha-test-setup": "^2.0.0-rc.1.0.9",
"@fluidframework/test-runtime-utils": ">=2.40 <2.70",
"@fluidframework/test-utils": ">=2.40 <2.70",
"@fluidframework/test-runtime-utils": ">=2.40 <2.80",
"@fluidframework/test-utils": ">=2.40 <2.80",
"@live-share-private/test-utils": "^1.0.0",
"@microsoft/live-share": "2.0.0-internal.12",
"@microsoft/live-share": "2.0.0-internal.13",
"@types/assert": "^1.5.6",
"@types/mocha": "^10.0.1",
"@types/node": "^20.2.3",
"fluid-framework": ">=2.40 <2.70",
"fluid-framework": ">=2.40 <2.80",
"mocha": "^10.2.0",
"nyc": "^15.1.0",
"ts-mocha": "^10.0.0",
"typescript": "~5.5.3"
},
"peerDependencies": {
"@microsoft/live-share": "2.0.0-internal.12",
"fluid-framework": ">=2.40 <2.70"
"@microsoft/live-share": "2.0.0-internal.13",
"fluid-framework": ">=2.40 <2.80"
},
"repository": {
"directory": "packages/live-share-media",
Expand Down
18 changes: 9 additions & 9 deletions packages/live-share-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@microsoft/live-share-react",
"version": "2.0.0-internal.12",
"version": "2.0.0-internal.13",
"description": "Build collaborative React apps using Microsoft's Fluid & Live Share frameworks with ease.",
"author": "Microsoft",
"license": "SEE LICENSE IN LICENSE",
Expand Down Expand Up @@ -32,21 +32,21 @@
},
"devDependencies": {
"@babel/core": "^7.21.8",
"@microsoft/live-share": "2.0.0-internal.12",
"@microsoft/live-share-canvas": "2.0.0-internal.12",
"@microsoft/live-share-media": "2.0.0-internal.12",
"@microsoft/live-share": "2.0.0-internal.13",
"@microsoft/live-share-canvas": "2.0.0-internal.13",
"@microsoft/live-share-media": "2.0.0-internal.13",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"@types/uuid": "^9.0.1",
"babel-loader": "^9.1.2",
"fluid-framework": ">=2.40 <2.70",
"fluid-framework": ">=2.40 <2.80",
"typescript": "~5.5.3"
},
"peerDependencies": {
"@microsoft/live-share": "2.0.0-internal.12",
"@microsoft/live-share-canvas": "2.0.0-internal.12",
"@microsoft/live-share-media": "2.0.0-internal.12",
"fluid-framework": ">=2.40 <2.70",
"@microsoft/live-share": "2.0.0-internal.13",
"@microsoft/live-share-canvas": "2.0.0-internal.13",
"@microsoft/live-share-media": "2.0.0-internal.13",
"fluid-framework": ">=2.40 <2.80",
"react": "^16.8.0 || ^17 || ^18",
"react-dom": "^16.8.0 || ^17 || ^18"
},
Expand Down
22 changes: 11 additions & 11 deletions packages/live-share/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@microsoft/live-share",
"version": "2.0.0-internal.12",
"version": "2.0.0-internal.13",
"description": "Building collaborative experiences for Microsoft Teams and M365 using Fluid.",
"author": "Microsoft",
"license": "SEE LICENSE IN LICENSE",
Expand Down Expand Up @@ -47,32 +47,32 @@
}
},
"dependencies": {
"@fluid-internal/client-utils": ">=2.40 <2.70",
"@fluidframework/aqueduct": ">=2.40 <2.70",
"@fluidframework/core-interfaces": ">=2.40 <2.70",
"@fluidframework/core-utils": ">=2.40 <2.70",
"@fluidframework/register-collection": ">=2.40 <2.70",
"@fluid-internal/client-utils": ">=2.40 <2.80",
"@fluidframework/aqueduct": ">=2.40 <2.80",
"@fluidframework/core-interfaces": ">=2.40 <2.80",
"@fluidframework/core-utils": ">=2.40 <2.80",
"@fluidframework/register-collection": ">=2.40 <2.80",
"uuid": "^9.0.0"
},
"devDependencies": {
"@fluidframework/mocha-test-setup": "^2.0.0-rc.1.0.9",
"@fluidframework/test-runtime-utils": ">=2.40 <2.70",
"@fluidframework/test-utils": ">=2.40 <2.70",
"@fluidframework/test-runtime-utils": ">=2.40 <2.80",
"@fluidframework/test-utils": ">=2.40 <2.80",
"@live-share-private/test-utils": "^1.0.0",
"@types/assert": "^1.5.6",
"@types/mocha": "^10.0.1",
"@types/node": "^20.2.3",
"@types/uuid": "9.0.1",
"fluid-framework": ">=2.40 <2.70",
"fluid-framework": ">=2.40 <2.80",
"mocha": "^10.2.0",
"nyc": "^15.1.0",
"start-server-and-test": "^2.0.4",
"ts-mocha": "^10.0.0",
"typescript": "~5.5.3"
},
"peerDependencies": {
"@fluidframework/azure-client": ">=2.40 <2.70",
"fluid-framework": ">=2.40 <2.70"
"@fluidframework/azure-client": ">=2.40 <2.80",
"fluid-framework": ">=2.40 <2.80"
},
"repository": {
"directory": "packages/live-share",
Expand Down
8 changes: 4 additions & 4 deletions samples/javascript/01.dice-roller/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@
"doctor": "eslint src/**/*.{j,t}s{,x} --fix --no-error-on-unmatched-pattern"
},
"dependencies": {
"@fluidframework/azure-client": ">=2.40 <2.70",
"@microsoft/live-share": "2.0.0-internal.12",
"@fluidframework/azure-client": ">=2.40 <2.80",
"@microsoft/live-share": "2.0.0-internal.13",
"@microsoft/teams-js": "^2.16.0",
"fluid-framework": ">=2.40 <2.70"
"fluid-framework": ">=2.40 <2.80"
},
"devDependencies": {
"@fluidframework/test-runtime-utils": ">=2.40 <2.70",
"@fluidframework/test-runtime-utils": ">=2.40 <2.80",
"@typescript-eslint/eslint-plugin": "^7.16.0",
"@typescript-eslint/parser": "^7.16.0",
"buffer": "^6.0.3",
Expand Down
10 changes: 5 additions & 5 deletions samples/javascript/02.react-video/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@
"@fluentui/react-components": "^9.18.6",
"@fluentui/react-icons": "^2.0.202",
"@fluentui/react-theme": "^9.1.5",
"@fluidframework/azure-client": ">=2.40 <2.70",
"@microsoft/live-share": "2.0.0-internal.12",
"@microsoft/live-share-media": "2.0.0-internal.12",
"@fluidframework/azure-client": ">=2.40 <2.80",
"@microsoft/live-share": "2.0.0-internal.13",
"@microsoft/live-share-media": "2.0.0-internal.13",
"@microsoft/teams-js": "^2.16.0",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^14.4.3",
"fluid-framework": ">=2.40 <2.70",
"fluid-framework": ">=2.40 <2.80",
"lodash": "^4.17.21",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand All @@ -28,7 +28,7 @@
"web-vitals": "^3.1.1"
},
"devDependencies": {
"@fluidframework/test-runtime-utils": ">=2.40 <2.70",
"@fluidframework/test-runtime-utils": ">=2.40 <2.80",
"@typescript-eslint/eslint-plugin": "^7.16.0",
"@typescript-eslint/parser": "^7.16.0",
"@vitejs/plugin-react": "^3.0.1",
Expand Down
10 changes: 5 additions & 5 deletions samples/javascript/03.live-canvas-demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@
"doctor": "eslint src/**/*.{j,t}s{,x} --fix --no-error-on-unmatched-pattern"
},
"dependencies": {
"@fluidframework/azure-client": ">=2.40 <2.70",
"@microsoft/live-share": "2.0.0-internal.12",
"@microsoft/live-share-canvas": "2.0.0-internal.12",
"@fluidframework/azure-client": ">=2.40 <2.80",
"@microsoft/live-share": "2.0.0-internal.13",
"@microsoft/live-share-canvas": "2.0.0-internal.13",
"@microsoft/teams-js": "^2.16.0",
"fluid-framework": ">=2.40 <2.70"
"fluid-framework": ">=2.40 <2.80"
},
"devDependencies": {
"@fluidframework/test-runtime-utils": ">=2.40 <2.70",
"@fluidframework/test-runtime-utils": ">=2.40 <2.80",
"@typescript-eslint/eslint-plugin": "^7.16.0",
"@typescript-eslint/parser": "^7.16.0",
"buffer": "^6.0.3",
Expand Down
14 changes: 7 additions & 7 deletions samples/javascript/04.live-share-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,16 @@
"author": "Microsoft",
"license": "MIT",
"dependencies": {
"@fluidframework/azure-client": ">=2.40 <2.70",
"@fluidframework/azure-client": ">=2.40 <2.80",
"@fluentui/react-components": "^9.18.6",
"@fluentui/react-icons": "^2.0.202",
"@fluentui/react-theme": "^9.1.5",
"@microsoft/live-share": "2.0.0-internal.12",
"@microsoft/live-share-media": "2.0.0-internal.12",
"@microsoft/live-share-canvas": "2.0.0-internal.12",
"@microsoft/live-share-react": "2.0.0-internal.12",
"@microsoft/live-share": "2.0.0-internal.13",
"@microsoft/live-share-media": "2.0.0-internal.13",
"@microsoft/live-share-canvas": "2.0.0-internal.13",
"@microsoft/live-share-react": "2.0.0-internal.13",
"@microsoft/teams-js": "^2.16.0",
"fluid-framework": ">=2.40 <2.70",
"fluid-framework": ">=2.40 <2.80",
"lodash": "^4.17.21",
"prop-types": "^15.8.1",
"react": "^18.2.0",
Expand All @@ -26,7 +26,7 @@
"web-vitals": "^3.1.1"
},
"devDependencies": {
"@fluidframework/test-runtime-utils": ">=2.40 <2.70",
"@fluidframework/test-runtime-utils": ">=2.40 <2.80",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^14.4.3",
Expand Down
8 changes: 4 additions & 4 deletions samples/javascript/05.dice-roller-turbo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@
"doctor": "eslint src/**/*.{j,t}s{,x} --fix --no-error-on-unmatched-pattern"
},
"dependencies": {
"@fluidframework/azure-client": ">=2.40 <2.70",
"@microsoft/live-share": "2.0.0-internal.12",
"@fluidframework/azure-client": ">=2.40 <2.80",
"@microsoft/live-share": "2.0.0-internal.13",
"@microsoft/teams-js": "^2.16.0",
"fluid-framework": ">=2.40 <2.70"
"fluid-framework": ">=2.40 <2.80"
},
"devDependencies": {
"@fluidframework/test-runtime-utils": ">=2.40 <2.70",
"@fluidframework/test-runtime-utils": ">=2.40 <2.80",
"@typescript-eslint/eslint-plugin": "^7.16.0",
"@typescript-eslint/parser": "^7.16.0",
"buffer": "^6.0.3",
Expand Down
12 changes: 6 additions & 6 deletions samples/javascript/21.react-media-template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@
"author": "Microsoft",
"license": "MIT",
"dependencies": {
"@fluidframework/azure-client": ">=2.40 <2.70",
"@fluidframework/azure-client": ">=2.40 <2.80",
"@fluentui/react-components": "^9.18.6",
"@fluentui/react-icons": "^2.0.202",
"@fluentui/react-theme": "^9.1.5",
"@microsoft/live-share": "2.0.0-internal.12",
"@microsoft/live-share-canvas": "2.0.0-internal.12",
"@microsoft/live-share-media": "2.0.0-internal.12",
"@microsoft/live-share": "2.0.0-internal.13",
"@microsoft/live-share-canvas": "2.0.0-internal.13",
"@microsoft/live-share-media": "2.0.0-internal.13",
"@microsoft/teams-js": "^2.16.0",
"fluid-framework": ">=2.40 <2.70",
"fluid-framework": ">=2.40 <2.80",
"lodash": "^4.17.21",
"prop-types": "^15.8.1",
"react": "^18.2.0",
Expand All @@ -25,7 +25,7 @@
"web-vitals": "^3.1.1"
},
"devDependencies": {
"@fluidframework/test-runtime-utils": ">=2.40 <2.70",
"@fluidframework/test-runtime-utils": ">=2.40 <2.80",
"@typescript-eslint/eslint-plugin": "^7.16.0",
"@typescript-eslint/parser": "^7.16.0",
"@vitejs/plugin-react": "^3.0.1",
Expand Down
8 changes: 4 additions & 4 deletions samples/javascript/22.react-agile-poker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
"author": "Microsoft",
"license": "MIT",
"dependencies": {
"@fluidframework/azure-client": ">=2.40 <2.70",
"@fluidframework/azure-client": ">=2.40 <2.80",
"@fluentui/react-components": "^9.18.6",
"@fluentui/react-icons": "^2.0.202",
"@fluentui/react-theme": "^9.1.5",
"@microsoft/live-share": "2.0.0-internal.12",
"@microsoft/live-share": "2.0.0-internal.13",
"@microsoft/teams-js": "^2.16.0",
"fluid-framework": ">=2.40 <2.70",
"fluid-framework": ">=2.40 <2.80",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand All @@ -21,7 +21,7 @@
"web-vitals": "^3.1.1"
},
"devDependencies": {
"@fluidframework/test-runtime-utils": ">=2.40 <2.70",
"@fluidframework/test-runtime-utils": ">=2.40 <2.80",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^14.4.3",
Expand Down
Loading
Loading