Skip to content

Commit

Permalink
Update core-interfaces in client packages (#9767)
Browse files Browse the repository at this point in the history
  • Loading branch information
anthony-murphy authored Apr 6, 2022
1 parent 3498db5 commit 3b3ac4e
Show file tree
Hide file tree
Showing 91 changed files with 579 additions and 93 deletions.
2 changes: 1 addition & 1 deletion examples/apps/collaborative-textarea/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"@fluid-experimental/react-inputs": "^0.59.1000",
"@fluidframework/aqueduct": "^0.59.1000",
"@fluidframework/common-definitions": "^0.20.1",
"@fluidframework/core-interfaces": "^0.42.0",
"@fluidframework/core-interfaces": "^0.43.1000-0",
"@fluidframework/sequence": "^0.59.1000",
"@fluidframework/view-interfaces": "^0.59.1000",
"css-loader": "^1.0.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/apps/contact-collection/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"@fluidframework/aqueduct": "^0.59.1000",
"@fluidframework/common-definitions": "^0.20.1",
"@fluidframework/container-runtime-definitions": "^0.59.1000",
"@fluidframework/core-interfaces": "^0.42.0",
"@fluidframework/core-interfaces": "^0.43.1000-0",
"@fluidframework/runtime-utils": "^0.59.1000",
"css-loader": "^1.0.0",
"react": "^16.10.2",
Expand Down
2 changes: 1 addition & 1 deletion examples/apps/spaces/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"@fluid-experimental/get-container": "^0.59.1000",
"@fluidframework/aqueduct": "^0.59.1000",
"@fluidframework/common-definitions": "^0.20.1",
"@fluidframework/core-interfaces": "^0.42.0",
"@fluidframework/core-interfaces": "^0.43.1000-0",
"@fluidframework/datastore-definitions": "^0.59.1000",
"@fluidframework/runtime-definitions": "^0.59.1000",
"@fluidframework/runtime-utils": "^0.59.1000",
Expand Down
2 changes: 1 addition & 1 deletion examples/data-objects/badge/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"@fluidframework/aqueduct": "^0.59.1000",
"@fluidframework/cell": "^0.59.1000",
"@fluidframework/common-definitions": "^0.20.1",
"@fluidframework/core-interfaces": "^0.42.0",
"@fluidframework/core-interfaces": "^0.43.1000-0",
"@fluidframework/datastore-definitions": "^0.59.1000",
"@fluidframework/map": "^0.59.1000",
"@uifabric/fluent-theme": "^7.1.3",
Expand Down
2 changes: 1 addition & 1 deletion examples/data-objects/canvas/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"@fluid-example/example-utils": "^0.59.1000",
"@fluidframework/aqueduct": "^0.59.1000",
"@fluidframework/common-definitions": "^0.20.1",
"@fluidframework/core-interfaces": "^0.42.0",
"@fluidframework/core-interfaces": "^0.43.1000-0",
"@fluidframework/ink": "^0.59.1000",
"react": "^16.10.2"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/data-objects/clicker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"@fluid-experimental/task-manager": "^0.59.1000",
"@fluidframework/aqueduct": "^0.59.1000",
"@fluidframework/common-definitions": "^0.20.1",
"@fluidframework/core-interfaces": "^0.42.0",
"@fluidframework/core-interfaces": "^0.43.1000-0",
"@fluidframework/counter": "^0.59.1000",
"@fluidframework/runtime-definitions": "^0.59.1000",
"react": "^16.10.2"
Expand Down
2 changes: 1 addition & 1 deletion examples/data-objects/client-ui-lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"dependencies": {
"@fluidframework/common-utils": "^0.32.1",
"@fluidframework/container-definitions": "^0.48.1000-0",
"@fluidframework/core-interfaces": "^0.42.0",
"@fluidframework/core-interfaces": "^0.43.1000-0",
"@fluidframework/datastore-definitions": "^0.59.1000",
"@fluidframework/ink": "^0.59.1000",
"@fluidframework/map": "^0.59.1000",
Expand Down
2 changes: 1 addition & 1 deletion examples/data-objects/codemirror/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"@fluidframework/container-definitions": "^0.48.1000-0",
"@fluidframework/container-runtime": "^0.59.1000",
"@fluidframework/container-runtime-definitions": "^0.59.1000",
"@fluidframework/core-interfaces": "^0.42.0",
"@fluidframework/core-interfaces": "^0.43.1000-0",
"@fluidframework/datastore": "^0.59.1000",
"@fluidframework/datastore-definitions": "^0.59.1000",
"@fluidframework/map": "^0.59.1000",
Expand Down
2 changes: 1 addition & 1 deletion examples/data-objects/key-value-cache/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"@fluidframework/common-utils": "^0.32.1",
"@fluidframework/container-definitions": "^0.48.1000-0",
"@fluidframework/container-runtime": "^0.59.1000",
"@fluidframework/core-interfaces": "^0.42.0",
"@fluidframework/core-interfaces": "^0.43.1000-0",
"@fluidframework/datastore": "^0.59.1000",
"@fluidframework/datastore-definitions": "^0.59.1000",
"@fluidframework/map": "^0.59.1000",
Expand Down
2 changes: 1 addition & 1 deletion examples/data-objects/monaco/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"@fluid-example/example-utils": "^0.59.1000",
"@fluidframework/aqueduct": "^0.59.1000",
"@fluidframework/container-definitions": "^0.48.1000-0",
"@fluidframework/core-interfaces": "^0.42.0",
"@fluidframework/core-interfaces": "^0.43.1000-0",
"@fluidframework/merge-tree": "^0.59.1000",
"@fluidframework/runtime-definitions": "^0.59.1000",
"@fluidframework/sequence": "^0.59.1000",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"@fluid-example/multiview-coordinate-model": "^0.59.1000",
"@fluidframework/aqueduct": "^0.59.1000",
"@fluidframework/common-definitions": "^0.20.1",
"@fluidframework/core-interfaces": "^0.42.0",
"@fluidframework/core-interfaces": "^0.43.1000-0",
"@fluidframework/map": "^0.59.1000"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/data-objects/pond/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"@fluidframework/aqueduct": "^0.59.1000",
"@fluidframework/common-definitions": "^0.20.1",
"@fluidframework/container-runtime-definitions": "^0.59.1000",
"@fluidframework/core-interfaces": "^0.42.0",
"@fluidframework/core-interfaces": "^0.43.1000-0",
"@fluidframework/counter": "^0.59.1000",
"@fluidframework/map": "^0.59.1000",
"@fluidframework/protocol-definitions": "^0.1028.1000-0",
Expand Down
2 changes: 1 addition & 1 deletion examples/data-objects/primitives/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"@fluid-example/example-utils": "^0.59.1000",
"@fluidframework/aqueduct": "^0.59.1000",
"@fluidframework/common-definitions": "^0.20.1",
"@fluidframework/core-interfaces": "^0.42.0",
"@fluidframework/core-interfaces": "^0.43.1000-0",
"@fluidframework/map": "^0.59.1000",
"react": "^16.10.2"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/data-objects/prosemirror/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"@fluidframework/container-definitions": "^0.48.1000-0",
"@fluidframework/container-runtime": "^0.59.1000",
"@fluidframework/container-runtime-definitions": "^0.59.1000",
"@fluidframework/core-interfaces": "^0.42.0",
"@fluidframework/core-interfaces": "^0.43.1000-0",
"@fluidframework/datastore": "^0.59.1000",
"@fluidframework/datastore-definitions": "^0.59.1000",
"@fluidframework/map": "^0.59.1000",
Expand Down
2 changes: 1 addition & 1 deletion examples/data-objects/shared-text/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"@fluidframework/common-utils": "^0.32.1",
"@fluidframework/container-definitions": "^0.48.1000-0",
"@fluidframework/container-runtime": "^0.59.1000",
"@fluidframework/core-interfaces": "^0.42.0",
"@fluidframework/core-interfaces": "^0.43.1000-0",
"@fluidframework/datastore": "^0.59.1000",
"@fluidframework/datastore-definitions": "^0.59.1000",
"@fluidframework/ink": "^0.59.1000",
Expand Down
2 changes: 1 addition & 1 deletion examples/data-objects/smde/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"@fluidframework/common-utils": "^0.32.1",
"@fluidframework/container-definitions": "^0.48.1000-0",
"@fluidframework/container-runtime": "^0.59.1000",
"@fluidframework/core-interfaces": "^0.42.0",
"@fluidframework/core-interfaces": "^0.43.1000-0",
"@fluidframework/datastore": "^0.59.1000",
"@fluidframework/datastore-definitions": "^0.59.1000",
"@fluidframework/map": "^0.59.1000",
Expand Down
2 changes: 1 addition & 1 deletion examples/data-objects/table-document/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"@fluidframework/aqueduct": "^0.59.1000",
"@fluidframework/common-definitions": "^0.20.1",
"@fluidframework/common-utils": "^0.32.1",
"@fluidframework/core-interfaces": "^0.42.0",
"@fluidframework/core-interfaces": "^0.43.1000-0",
"@fluidframework/datastore-definitions": "^0.59.1000",
"@fluidframework/merge-tree": "^0.59.1000",
"@fluidframework/protocol-definitions": "^0.1028.1000-0",
Expand Down
2 changes: 1 addition & 1 deletion examples/data-objects/table-view/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"@fluidframework/aqueduct": "^0.59.1000",
"@fluidframework/common-definitions": "^0.20.1",
"@fluidframework/container-definitions": "^0.48.1000-0",
"@fluidframework/core-interfaces": "^0.42.0",
"@fluidframework/core-interfaces": "^0.43.1000-0",
"@fluidframework/matrix": "^0.59.1000",
"@fluidframework/runtime-utils": "^0.59.1000",
"@fluidframework/sequence": "^0.59.1000",
Expand Down
2 changes: 1 addition & 1 deletion examples/data-objects/task-selection/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"@fluidframework/common-utils": "^0.32.1",
"@fluidframework/container-definitions": "^0.48.1000-0",
"@fluidframework/container-runtime-definitions": "^0.59.1000",
"@fluidframework/core-interfaces": "^0.42.0",
"@fluidframework/core-interfaces": "^0.43.1000-0",
"@fluidframework/request-handler": "^0.59.1000",
"@fluidframework/runtime-utils": "^0.59.1000",
"css-loader": "^1.0.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/data-objects/todo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"@fluidframework/aqueduct": "^0.59.1000",
"@fluidframework/cell": "^0.59.1000",
"@fluidframework/common-definitions": "^0.20.1",
"@fluidframework/core-interfaces": "^0.42.0",
"@fluidframework/core-interfaces": "^0.43.1000-0",
"@fluidframework/map": "^0.59.1000",
"@fluidframework/runtime-definitions": "^0.59.1000",
"@fluidframework/sequence": "^0.59.1000",
Expand Down
2 changes: 1 addition & 1 deletion examples/data-objects/vltava/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"@fluidframework/common-definitions": "^0.20.1",
"@fluidframework/container-runtime": "^0.59.1000",
"@fluidframework/container-runtime-definitions": "^0.59.1000",
"@fluidframework/core-interfaces": "^0.42.0",
"@fluidframework/core-interfaces": "^0.43.1000-0",
"@fluidframework/datastore-definitions": "^0.59.1000",
"@fluidframework/map": "^0.59.1000",
"@fluidframework/protocol-definitions": "^0.1028.1000-0",
Expand Down
2 changes: 1 addition & 1 deletion examples/data-objects/webflow/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
"@fluidframework/aqueduct": "^0.59.1000",
"@fluidframework/common-definitions": "^0.20.1",
"@fluidframework/common-utils": "^0.32.1",
"@fluidframework/core-interfaces": "^0.42.0",
"@fluidframework/core-interfaces": "^0.43.1000-0",
"@fluidframework/data-object-base": "^0.59.1000",
"@fluidframework/map": "^0.59.1000",
"@fluidframework/merge-tree": "^0.59.1000",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"@fluidframework/container-definitions": "^0.48.1000-0",
"@fluidframework/container-loader": "^0.59.1000",
"@fluidframework/container-runtime-definitions": "^0.59.1000",
"@fluidframework/core-interfaces": "^0.42.0",
"@fluidframework/core-interfaces": "^0.43.1000-0",
"@fluidframework/map": "^0.59.1000",
"@fluidframework/runtime-utils": "^0.59.1000",
"@fluidframework/view-adapters": "^0.59.1000",
Expand Down
2 changes: 1 addition & 1 deletion examples/hosts/host-service-interfaces/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
},
"dependencies": {
"@fluidframework/container-definitions": "^0.48.1000-0",
"@fluidframework/core-interfaces": "^0.42.0"
"@fluidframework/core-interfaces": "^0.43.1000-0"
},
"devDependencies": {
"@fluidframework/build-common": "^0.23.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/hosts/hosts-sample/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@fluidframework/aqueduct": "^0.59.1000",
"@fluidframework/container-definitions": "^0.48.1000-0",
"@fluidframework/container-loader": "^0.59.1000",
"@fluidframework/core-interfaces": "^0.42.0",
"@fluidframework/core-interfaces": "^0.43.1000-0",
"@fluidframework/driver-utils": "^0.59.1000",
"@fluidframework/protocol-definitions": "^0.1028.1000-0",
"@fluidframework/routerlicious-driver": "^0.59.1000",
Expand Down
2 changes: 1 addition & 1 deletion examples/hosts/iframe-host/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"@fluidframework/container-definitions": "^0.48.1000-0",
"@fluidframework/container-loader": "^0.59.1000",
"@fluidframework/container-runtime-definitions": "^0.59.1000",
"@fluidframework/core-interfaces": "^0.42.0",
"@fluidframework/core-interfaces": "^0.43.1000-0",
"@fluidframework/driver-definitions": "^0.46.1000-0",
"@fluidframework/driver-utils": "^0.59.1000",
"@fluidframework/iframe-driver": "^0.59.1000",
Expand Down
2 changes: 1 addition & 1 deletion examples/hosts/node-host/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@fluid-example/key-value-cache": "^0.59.1000",
"@fluidframework/container-definitions": "^0.48.1000-0",
"@fluidframework/container-loader": "^0.59.1000",
"@fluidframework/core-interfaces": "^0.42.0",
"@fluidframework/core-interfaces": "^0.43.1000-0",
"@fluidframework/driver-definitions": "^0.46.1000-0",
"@fluidframework/protocol-definitions": "^0.1028.1000-0",
"@fluidframework/routerlicious-driver": "^0.59.1000",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"@fluidframework/container-definitions": "^0.48.1000-0",
"@fluidframework/container-loader": "^0.59.1000",
"@fluidframework/container-runtime": "^0.59.1000",
"@fluidframework/core-interfaces": "^0.42.0",
"@fluidframework/core-interfaces": "^0.43.1000-0",
"@fluidframework/data-object-base": "^0.59.1000",
"@fluidframework/datastore": "^0.59.1000",
"@fluidframework/datastore-definitions": "^0.59.1000",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"@fluidframework/container-definitions": "^0.48.1000-0",
"@fluidframework/container-loader": "^0.59.1000",
"@fluidframework/container-runtime": "^0.59.1000",
"@fluidframework/core-interfaces": "^0.42.0",
"@fluidframework/core-interfaces": "^0.43.1000-0",
"@fluidframework/data-object-base": "^0.59.1000",
"@fluidframework/datastore": "^0.59.1000",
"@fluidframework/datastore-definitions": "^0.59.1000",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"@fluid-experimental/property-properties": "^0.59.1000",
"@fluidframework/common-utils": "^0.32.1",
"@fluidframework/container-definitions": "^0.48.1000-0",
"@fluidframework/core-interfaces": "^0.42.0",
"@fluidframework/core-interfaces": "^0.43.1000-0",
"@fluidframework/datastore-definitions": "^0.59.1000",
"@fluidframework/protocol-definitions": "^0.1028.1000-0",
"@fluidframework/runtime-definitions": "^0.59.1000",
Expand Down
2 changes: 1 addition & 1 deletion experimental/dds/ot/ot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
},
"dependencies": {
"@fluidframework/common-utils": "^0.32.1",
"@fluidframework/core-interfaces": "^0.42.0",
"@fluidframework/core-interfaces": "^0.43.1000-0",
"@fluidframework/datastore-definitions": "^0.59.1000",
"@fluidframework/protocol-definitions": "^0.1028.1000-0",
"@fluidframework/runtime-definitions": "^0.59.1000",
Expand Down
2 changes: 1 addition & 1 deletion experimental/dds/ot/sharejs/json1/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"dependencies": {
"@fluid-experimental/ot": "^0.59.1000",
"@fluidframework/common-utils": "^0.32.1",
"@fluidframework/core-interfaces": "^0.42.0",
"@fluidframework/core-interfaces": "^0.43.1000-0",
"@fluidframework/datastore-definitions": "^0.59.1000",
"@fluidframework/protocol-definitions": "^0.1028.1000-0",
"@fluidframework/shared-object-base": "^0.59.1000",
Expand Down
2 changes: 1 addition & 1 deletion experimental/dds/tree/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@fluidframework/common-definitions": "^0.20.1",
"@fluidframework/common-utils": "^0.32.1",
"@fluidframework/container-definitions": "^0.48.1000-0",
"@fluidframework/core-interfaces": "^0.42.0",
"@fluidframework/core-interfaces": "^0.43.1000-0",
"@fluidframework/datastore-definitions": "^0.59.1000",
"@fluidframework/protocol-definitions": "^0.1028.1000-0",
"@fluidframework/runtime-definitions": "^0.59.1000",
Expand Down
2 changes: 1 addition & 1 deletion experimental/dds/xtree/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"dependencies": {
"@fluidframework/common-definitions": "^0.20.1",
"@fluidframework/common-utils": "^0.32.1",
"@fluidframework/core-interfaces": "^0.42.0",
"@fluidframework/core-interfaces": "^0.43.1000-0",
"@fluidframework/datastore-definitions": "^0.59.1000",
"@fluidframework/protocol-base": "^0.1036.1000-0",
"@fluidframework/protocol-definitions": "^0.1028.1000-0",
Expand Down
2 changes: 1 addition & 1 deletion experimental/examples/bubblebench/baseline/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"@fluidframework/aqueduct": "^0.59.1000",
"@fluidframework/common-definitions": "^0.20.1",
"@fluidframework/container-definitions": "^0.48.1000-0",
"@fluidframework/core-interfaces": "^0.42.0",
"@fluidframework/core-interfaces": "^0.43.1000-0",
"@fluidframework/datastore-definitions": "^0.59.1000",
"@fluidframework/map": "^0.59.1000",
"react": "^16.10.2"
Expand Down
2 changes: 1 addition & 1 deletion experimental/examples/bubblebench/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"@fluid-experimental/tree": "^0.59.1000",
"@fluidframework/aqueduct": "^0.59.1000",
"@fluidframework/container-definitions": "^0.48.1000-0",
"@fluidframework/core-interfaces": "^0.42.0",
"@fluidframework/core-interfaces": "^0.43.1000-0",
"@fluidframework/datastore-definitions": "^0.59.1000",
"@fluidframework/map": "^0.59.1000",
"@fluidframework/view-interfaces": "^0.59.1000",
Expand Down
2 changes: 1 addition & 1 deletion experimental/examples/bubblebench/ot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"@fluidframework/aqueduct": "^0.59.1000",
"@fluidframework/common-definitions": "^0.20.1",
"@fluidframework/container-definitions": "^0.48.1000-0",
"@fluidframework/core-interfaces": "^0.42.0",
"@fluidframework/core-interfaces": "^0.43.1000-0",
"@fluidframework/datastore-definitions": "^0.59.1000",
"@fluidframework/map": "^0.59.1000",
"ot-json1": "^1.0.1",
Expand Down
2 changes: 1 addition & 1 deletion experimental/examples/bubblebench/sharedtree/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"@fluidframework/aqueduct": "^0.59.1000",
"@fluidframework/common-definitions": "^0.20.1",
"@fluidframework/container-definitions": "^0.48.1000-0",
"@fluidframework/core-interfaces": "^0.42.0",
"@fluidframework/core-interfaces": "^0.43.1000-0",
"@fluidframework/datastore-definitions": "^0.59.1000",
"@fluidframework/map": "^0.59.1000",
"react": "^16.10.2"
Expand Down
2 changes: 1 addition & 1 deletion experimental/framework/get-container/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"dependencies": {
"@fluidframework/container-definitions": "^0.48.1000-0",
"@fluidframework/container-loader": "^0.59.1000",
"@fluidframework/core-interfaces": "^0.42.0",
"@fluidframework/core-interfaces": "^0.43.1000-0",
"@fluidframework/driver-definitions": "^0.46.1000-0",
"@fluidframework/driver-utils": "^0.59.1000",
"@fluidframework/local-driver": "^0.59.1000",
Expand Down
2 changes: 1 addition & 1 deletion experimental/framework/last-edited/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"@fluidframework/common-definitions": "^0.20.1",
"@fluidframework/container-runtime": "^0.59.1000",
"@fluidframework/container-runtime-definitions": "^0.59.1000",
"@fluidframework/core-interfaces": "^0.42.0",
"@fluidframework/core-interfaces": "^0.43.1000-0",
"@fluidframework/protocol-definitions": "^0.1028.1000-0",
"@fluidframework/runtime-utils": "^0.59.1000",
"@fluidframework/shared-summary-block": "^0.59.1000"
Expand Down
2 changes: 1 addition & 1 deletion experimental/framework/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"dependencies": {
"@fluidframework/aqueduct": "^0.59.1000",
"@fluidframework/common-definitions": "^0.20.1",
"@fluidframework/core-interfaces": "^0.42.0",
"@fluidframework/core-interfaces": "^0.43.1000-0",
"@fluidframework/counter": "^0.59.1000",
"@fluidframework/datastore-definitions": "^0.59.1000",
"@fluidframework/map": "^0.59.1000",
Expand Down
Loading

0 comments on commit 3b3ac4e

Please sign in to comment.