Bump client to 2.0.0-internal.3.0.0 (major bump)
This commit is contained in:
Родитель
d3a23fd580
Коммит
62fe3483e2
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@fluid-example/collaborative-textarea",
|
||||
"version": "2.0.0-internal.2.1.0",
|
||||
"version": "2.0.0-internal.3.0.0",
|
||||
"private": true,
|
||||
"description": "A minimal example using the react collaborative-textarea",
|
||||
"homepage": "https://fluidframework.com",
|
||||
|
@ -38,16 +38,16 @@
|
|||
"webpack:dev": "webpack --env development"
|
||||
},
|
||||
"dependencies": {
|
||||
"@fluid-example/example-utils": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluid-experimental/react-inputs": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/aqueduct": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluid-example/example-utils": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluid-experimental/react-inputs": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/aqueduct": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/common-definitions": "^0.20.1",
|
||||
"@fluidframework/container-definitions": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/container-runtime-definitions": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/core-interfaces": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/runtime-utils": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/sequence": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/view-interfaces": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/container-definitions": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/container-runtime-definitions": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/core-interfaces": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/runtime-utils": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/sequence": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/view-interfaces": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"css-loader": "^1.0.0",
|
||||
"react": "^17.0.1",
|
||||
"react-dom": "^17.0.1",
|
||||
|
@ -57,7 +57,7 @@
|
|||
"@fluidframework/build-common": "^1.0.0",
|
||||
"@fluidframework/eslint-config-fluid": "^1.0.0",
|
||||
"@fluidframework/test-tools": "^0.2.3074",
|
||||
"@fluidframework/test-utils": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/test-utils": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@rushstack/eslint-config": "^2.5.1",
|
||||
"@types/expect-puppeteer": "2.2.1",
|
||||
"@types/jest": "22.2.3",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@fluid-example/contact-collection",
|
||||
"version": "2.0.0-internal.2.1.0",
|
||||
"version": "2.0.0-internal.3.0.0",
|
||||
"private": true,
|
||||
"description": "Example of using a Fluid Object as a collection of items",
|
||||
"homepage": "https://fluidframework.com",
|
||||
|
@ -37,13 +37,13 @@
|
|||
"webpack:dev": "webpack --env development"
|
||||
},
|
||||
"dependencies": {
|
||||
"@fluid-example/example-utils": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/aqueduct": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluid-example/example-utils": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/aqueduct": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/common-definitions": "^0.20.1",
|
||||
"@fluidframework/container-definitions": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/container-runtime-definitions": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/core-interfaces": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/runtime-utils": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/container-definitions": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/container-runtime-definitions": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/core-interfaces": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/runtime-utils": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"css-loader": "^1.0.0",
|
||||
"react": "^17.0.1",
|
||||
"react-dom": "^17.0.1",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@fluid-example/spaces",
|
||||
"version": "2.0.0-internal.2.1.0",
|
||||
"version": "2.0.0-internal.3.0.0",
|
||||
"private": true,
|
||||
"description": "Spaces is a grid layout component",
|
||||
"homepage": "https://fluidframework.com",
|
||||
|
@ -40,20 +40,20 @@
|
|||
"webpack:dev": "webpack --env development"
|
||||
},
|
||||
"dependencies": {
|
||||
"@fluid-example/clicker": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluid-example/codemirror": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluid-example/collaborative-textarea": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluid-example/multiview-coordinate-model": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluid-example/multiview-slider-coordinate-view": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluid-example/prosemirror": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluid-experimental/get-container": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/aqueduct": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluid-example/clicker": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluid-example/codemirror": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluid-example/collaborative-textarea": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluid-example/multiview-coordinate-model": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluid-example/multiview-slider-coordinate-view": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluid-example/prosemirror": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluid-experimental/get-container": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/aqueduct": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/common-definitions": "^0.20.1",
|
||||
"@fluidframework/core-interfaces": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/datastore-definitions": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/runtime-definitions": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/runtime-utils": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/view-adapters": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/core-interfaces": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/datastore-definitions": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/runtime-definitions": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/runtime-utils": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/view-adapters": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"office-ui-fabric-react": "^7.189.0",
|
||||
"prop-types": "^15.7.2",
|
||||
"react": "^17.0.1",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@fluid-example/view-framework-sampler",
|
||||
"version": "2.0.0-internal.2.1.0",
|
||||
"version": "2.0.0-internal.3.0.0",
|
||||
"private": true,
|
||||
"description": "Example of integrating a Fluid data object with a variety of view frameworks.",
|
||||
"homepage": "https://fluidframework.com",
|
||||
|
@ -38,8 +38,8 @@
|
|||
"webpack:dev": "webpack --env development"
|
||||
},
|
||||
"dependencies": {
|
||||
"@fluid-experimental/get-container": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/aqueduct": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluid-experimental/get-container": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/aqueduct": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/common-definitions": "^0.20.1",
|
||||
"css-loader": "^1.0.0",
|
||||
"react": "^17.0.1",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@fluid-example/canvas",
|
||||
"version": "2.0.0-internal.2.1.0",
|
||||
"version": "2.0.0-internal.3.0.0",
|
||||
"private": true,
|
||||
"description": "Fluid ink canvas",
|
||||
"homepage": "https://fluidframework.com",
|
||||
|
@ -42,15 +42,15 @@
|
|||
"webpack:dev": "webpack --env development"
|
||||
},
|
||||
"dependencies": {
|
||||
"@fluid-example/example-utils": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/aqueduct": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluid-example/example-utils": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/aqueduct": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/common-definitions": "^0.20.1",
|
||||
"@fluidframework/core-interfaces": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/ink": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/core-interfaces": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/ink": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"react": "^17.0.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@fluid-tools/webpack-fluid-loader": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluid-tools/webpack-fluid-loader": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/build-common": "^1.0.0",
|
||||
"@fluidframework/eslint-config-fluid": "^1.0.0",
|
||||
"@fluidframework/test-tools": "^0.2.3074",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@fluid-example/clicker",
|
||||
"version": "2.0.0-internal.2.1.0",
|
||||
"version": "2.0.0-internal.3.0.0",
|
||||
"private": true,
|
||||
"description": "Minimal Fluid component sample to implement a collaborative counter.",
|
||||
"homepage": "https://fluidframework.com",
|
||||
|
@ -42,21 +42,21 @@
|
|||
"webpack:dev": "webpack --env development"
|
||||
},
|
||||
"dependencies": {
|
||||
"@fluid-example/example-utils": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluid-experimental/task-manager": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/aqueduct": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluid-example/example-utils": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluid-experimental/task-manager": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/aqueduct": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/common-definitions": "^0.20.1",
|
||||
"@fluidframework/core-interfaces": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/counter": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/runtime-definitions": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/core-interfaces": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/counter": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/runtime-definitions": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"react": "^17.0.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@fluid-tools/webpack-fluid-loader": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluid-tools/webpack-fluid-loader": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/build-common": "^1.0.0",
|
||||
"@fluidframework/eslint-config-fluid": "^1.0.0",
|
||||
"@fluidframework/test-tools": "^0.2.3074",
|
||||
"@fluidframework/test-utils": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/test-utils": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@rushstack/eslint-config": "^2.5.1",
|
||||
"@types/expect-puppeteer": "2.2.1",
|
||||
"@types/jest": "22.2.3",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@fluid-example/codemirror",
|
||||
"version": "2.0.0-internal.2.1.0",
|
||||
"version": "2.0.0-internal.3.0.0",
|
||||
"private": true,
|
||||
"description": "Simple markdown editor",
|
||||
"homepage": "https://fluidframework.com",
|
||||
|
@ -40,26 +40,26 @@
|
|||
"webpack:dev": "webpack --env=\"development\""
|
||||
},
|
||||
"dependencies": {
|
||||
"@fluidframework/aqueduct": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/container-definitions": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/container-runtime": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/container-runtime-definitions": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/core-interfaces": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/datastore": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/datastore-definitions": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/map": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/merge-tree": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/request-handler": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/runtime-definitions": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/runtime-utils": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/sequence": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/view-adapters": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/view-interfaces": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/aqueduct": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/container-definitions": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/container-runtime": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/container-runtime-definitions": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/core-interfaces": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/datastore": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/datastore-definitions": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/map": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/merge-tree": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/request-handler": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/runtime-definitions": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/runtime-utils": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/sequence": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/view-adapters": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/view-interfaces": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@types/codemirror": "0.0.76",
|
||||
"codemirror": "^5.48.4"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@fluid-tools/webpack-fluid-loader": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluid-tools/webpack-fluid-loader": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/build-common": "^1.0.0",
|
||||
"@fluidframework/eslint-config-fluid": "^1.0.0",
|
||||
"@rushstack/eslint-config": "^2.5.1",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@fluid-example/diceroller",
|
||||
"version": "2.0.0-internal.2.1.0",
|
||||
"version": "2.0.0-internal.3.0.0",
|
||||
"private": true,
|
||||
"description": "Minimal Fluid Container & Object sample to implement a collaborative dice roller.",
|
||||
"homepage": "https://fluidframework.com",
|
||||
|
@ -42,15 +42,15 @@
|
|||
"webpack:dev": "webpack --env development"
|
||||
},
|
||||
"dependencies": {
|
||||
"@fluid-example/example-utils": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/aqueduct": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluid-example/example-utils": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/aqueduct": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/common-definitions": "^0.20.1",
|
||||
"@fluidframework/map": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/view-interfaces": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/map": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/view-interfaces": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"react": "^17.0.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@fluid-tools/webpack-fluid-loader": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluid-tools/webpack-fluid-loader": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/build-common": "^1.0.0",
|
||||
"@fluidframework/eslint-config-fluid": "^1.0.0",
|
||||
"@fluidframework/test-tools": "^0.2.3074",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@fluid-example/monaco",
|
||||
"version": "2.0.0-internal.2.1.0",
|
||||
"version": "2.0.0-internal.3.0.0",
|
||||
"private": true,
|
||||
"description": "Monaco code editor",
|
||||
"homepage": "https://fluidframework.com",
|
||||
|
@ -40,19 +40,19 @@
|
|||
"webpack:dev": "webpack --env development"
|
||||
},
|
||||
"dependencies": {
|
||||
"@fluid-example/example-utils": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/aqueduct": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/container-definitions": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/core-interfaces": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/merge-tree": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/runtime-definitions": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/sequence": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluid-example/example-utils": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/aqueduct": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/container-definitions": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/core-interfaces": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/merge-tree": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/runtime-definitions": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/sequence": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@types/node": "^14.18.0",
|
||||
"monaco-editor": "^0.30.0",
|
||||
"react": "^17.0.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@fluid-tools/webpack-fluid-loader": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluid-tools/webpack-fluid-loader": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/build-common": "^1.0.0",
|
||||
"@fluidframework/eslint-config-fluid": "^1.0.0",
|
||||
"@rushstack/eslint-config": "^2.5.1",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@fluid-example/multiview-constellation-model",
|
||||
"version": "2.0.0-internal.2.1.0",
|
||||
"version": "2.0.0-internal.3.0.0",
|
||||
"private": true,
|
||||
"description": "Constellation model for multiview sample",
|
||||
"homepage": "https://fluidframework.com",
|
||||
|
@ -41,15 +41,15 @@
|
|||
"webpack:dev": "webpack --env development"
|
||||
},
|
||||
"dependencies": {
|
||||
"@fluid-example/multiview-coordinate-interface": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluid-example/multiview-coordinate-model": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/aqueduct": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluid-example/multiview-coordinate-interface": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluid-example/multiview-coordinate-model": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/aqueduct": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/common-definitions": "^0.20.1",
|
||||
"@fluidframework/core-interfaces": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/map": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0"
|
||||
"@fluidframework/core-interfaces": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/map": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@fluid-tools/webpack-fluid-loader": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluid-tools/webpack-fluid-loader": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/build-common": "^1.0.0",
|
||||
"@fluidframework/eslint-config-fluid": "^1.0.0",
|
||||
"@fluidframework/test-tools": "^0.2.3074",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@fluid-example/multiview-constellation-view",
|
||||
"version": "2.0.0-internal.2.1.0",
|
||||
"version": "2.0.0-internal.3.0.0",
|
||||
"private": true,
|
||||
"description": "View for multiview sample",
|
||||
"homepage": "https://fluidframework.com",
|
||||
|
@ -42,12 +42,12 @@
|
|||
"webpack:dev": "webpack --env development"
|
||||
},
|
||||
"dependencies": {
|
||||
"@fluid-example/multiview-coordinate-interface": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluid-example/multiview-slider-coordinate-view": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluid-example/multiview-coordinate-interface": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluid-example/multiview-slider-coordinate-view": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"react": "^17.0.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@fluid-tools/webpack-fluid-loader": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluid-tools/webpack-fluid-loader": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/build-common": "^1.0.0",
|
||||
"@fluidframework/eslint-config-fluid": "^1.0.0",
|
||||
"@fluidframework/test-tools": "^0.2.3074",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@fluid-example/multiview-container",
|
||||
"version": "2.0.0-internal.2.1.0",
|
||||
"version": "2.0.0-internal.3.0.0",
|
||||
"private": true,
|
||||
"description": "Container for multiview sample",
|
||||
"homepage": "https://fluidframework.com",
|
||||
|
@ -42,23 +42,23 @@
|
|||
"webpack:dev": "webpack --env development"
|
||||
},
|
||||
"dependencies": {
|
||||
"@fluid-example/multiview-constellation-model": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluid-example/multiview-constellation-view": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluid-example/multiview-coordinate-interface": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluid-example/multiview-coordinate-model": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluid-example/multiview-plot-coordinate-view": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluid-example/multiview-slider-coordinate-view": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluid-example/multiview-triangle-view": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/aqueduct": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/container-runtime": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/container-runtime-definitions": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/request-handler": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/runtime-utils": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/view-adapters": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluid-example/multiview-constellation-model": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluid-example/multiview-constellation-view": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluid-example/multiview-coordinate-interface": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluid-example/multiview-coordinate-model": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluid-example/multiview-plot-coordinate-view": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluid-example/multiview-slider-coordinate-view": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluid-example/multiview-triangle-view": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/aqueduct": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/container-runtime": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/container-runtime-definitions": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/request-handler": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/runtime-utils": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/view-adapters": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"react": "^17.0.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@fluid-tools/webpack-fluid-loader": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluid-tools/webpack-fluid-loader": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/build-common": "^1.0.0",
|
||||
"@fluidframework/eslint-config-fluid": "^1.0.0",
|
||||
"@fluidframework/test-tools": "^0.2.3074",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@fluid-example/multiview-coordinate-model",
|
||||
"version": "2.0.0-internal.2.1.0",
|
||||
"version": "2.0.0-internal.3.0.0",
|
||||
"private": true,
|
||||
"description": "Coordinate model for multiview sample",
|
||||
"homepage": "https://fluidframework.com",
|
||||
|
@ -41,13 +41,13 @@
|
|||
"webpack:dev": "webpack --env development"
|
||||
},
|
||||
"dependencies": {
|
||||
"@fluid-example/multiview-coordinate-interface": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/aqueduct": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluid-example/multiview-coordinate-interface": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/aqueduct": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/common-definitions": "^0.20.1",
|
||||
"@fluidframework/map": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0"
|
||||
"@fluidframework/map": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@fluid-tools/webpack-fluid-loader": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluid-tools/webpack-fluid-loader": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/build-common": "^1.0.0",
|
||||
"@fluidframework/eslint-config-fluid": "^1.0.0",
|
||||
"@fluidframework/test-tools": "^0.2.3074",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@fluid-example/multiview-coordinate-interface",
|
||||
"version": "2.0.0-internal.2.1.0",
|
||||
"version": "2.0.0-internal.3.0.0",
|
||||
"private": true,
|
||||
"description": "Interface for multiview sample",
|
||||
"homepage": "https://fluidframework.com",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@fluid-example/multiview-plot-coordinate-view",
|
||||
"version": "2.0.0-internal.2.1.0",
|
||||
"version": "2.0.0-internal.3.0.0",
|
||||
"private": true,
|
||||
"description": "View for multiview sample",
|
||||
"homepage": "https://fluidframework.com",
|
||||
|
@ -42,11 +42,11 @@
|
|||
"webpack:dev": "webpack --env development"
|
||||
},
|
||||
"dependencies": {
|
||||
"@fluid-example/multiview-coordinate-interface": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluid-example/multiview-coordinate-interface": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"react": "^17.0.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@fluid-tools/webpack-fluid-loader": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluid-tools/webpack-fluid-loader": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/build-common": "^1.0.0",
|
||||
"@fluidframework/eslint-config-fluid": "^1.0.0",
|
||||
"@fluidframework/test-tools": "^0.2.3074",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@fluid-example/multiview-slider-coordinate-view",
|
||||
"version": "2.0.0-internal.2.1.0",
|
||||
"version": "2.0.0-internal.3.0.0",
|
||||
"private": true,
|
||||
"description": "View for multiview sample",
|
||||
"homepage": "https://fluidframework.com",
|
||||
|
@ -42,11 +42,11 @@
|
|||
"webpack:dev": "webpack --env development"
|
||||
},
|
||||
"dependencies": {
|
||||
"@fluid-example/multiview-coordinate-interface": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluid-example/multiview-coordinate-interface": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"react": "^17.0.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@fluid-tools/webpack-fluid-loader": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluid-tools/webpack-fluid-loader": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/build-common": "^1.0.0",
|
||||
"@fluidframework/eslint-config-fluid": "^1.0.0",
|
||||
"@fluidframework/test-tools": "^0.2.3074",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@fluid-example/multiview-triangle-view",
|
||||
"version": "2.0.0-internal.2.1.0",
|
||||
"version": "2.0.0-internal.3.0.0",
|
||||
"private": true,
|
||||
"description": "View for multiview sample",
|
||||
"homepage": "https://fluidframework.com",
|
||||
|
@ -42,11 +42,11 @@
|
|||
"webpack:dev": "webpack --env development"
|
||||
},
|
||||
"dependencies": {
|
||||
"@fluid-example/multiview-coordinate-interface": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluid-example/multiview-coordinate-interface": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"react": "^17.0.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@fluid-tools/webpack-fluid-loader": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluid-tools/webpack-fluid-loader": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/build-common": "^1.0.0",
|
||||
"@fluidframework/eslint-config-fluid": "^1.0.0",
|
||||
"@fluidframework/test-tools": "^0.2.3074",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@fluid-example/presence-tracker",
|
||||
"version": "2.0.0-internal.2.1.0",
|
||||
"version": "2.0.0-internal.3.0.0",
|
||||
"private": true,
|
||||
"description": "Example Data Object that tracks page focus for Audience members using signals.",
|
||||
"homepage": "https://fluidframework.com",
|
||||
|
@ -37,11 +37,11 @@
|
|||
"webpack:dev": "webpack --env development"
|
||||
},
|
||||
"dependencies": {
|
||||
"@fluid-experimental/data-objects": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluid-experimental/data-objects": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/common-definitions": "^0.20.1",
|
||||
"@fluidframework/common-utils": "^1.0.0",
|
||||
"@fluidframework/tinylicious-client": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"fluid-framework": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0"
|
||||
"@fluidframework/tinylicious-client": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"fluid-framework": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@fluidframework/build-common": "^1.0.0",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@fluid-example/prosemirror",
|
||||
"version": "2.0.0-internal.2.1.0",
|
||||
"version": "2.0.0-internal.3.0.0",
|
||||
"private": true,
|
||||
"description": "ProseMirror",
|
||||
"homepage": "https://fluidframework.com",
|
||||
|
@ -40,22 +40,22 @@
|
|||
"webpack:dev": "webpack --env=\"development\""
|
||||
},
|
||||
"dependencies": {
|
||||
"@fluidframework/aqueduct": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/aqueduct": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/common-utils": "^1.0.0",
|
||||
"@fluidframework/container-definitions": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/container-runtime": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/container-runtime-definitions": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/core-interfaces": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/datastore": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/datastore-definitions": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/map": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/merge-tree": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/request-handler": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/runtime-definitions": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/runtime-utils": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/sequence": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/view-adapters": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/view-interfaces": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/container-definitions": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/container-runtime": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/container-runtime-definitions": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/core-interfaces": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/datastore": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/datastore-definitions": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/map": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/merge-tree": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/request-handler": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/runtime-definitions": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/runtime-utils": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/sequence": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/view-adapters": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/view-interfaces": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@types/prosemirror-model": "^1.7.2",
|
||||
"@types/prosemirror-schema-list": "^1.0.1",
|
||||
"@types/prosemirror-state": "^1.2.3",
|
||||
|
@ -72,7 +72,7 @@
|
|||
"prosemirror-view": "^1.10.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@fluid-tools/webpack-fluid-loader": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluid-tools/webpack-fluid-loader": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/build-common": "^1.0.0",
|
||||
"@fluidframework/eslint-config-fluid": "^1.0.0",
|
||||
"@rushstack/eslint-config": "^2.5.1",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@fluid-example/shared-text",
|
||||
"version": "2.0.0-internal.2.1.0",
|
||||
"version": "2.0.0-internal.3.0.0",
|
||||
"private": true,
|
||||
"description": "Shared text",
|
||||
"homepage": "https://fluidframework.com",
|
||||
|
@ -42,30 +42,30 @@
|
|||
"webpack:dev": "webpack --env development"
|
||||
},
|
||||
"dependencies": {
|
||||
"@fluid-example/example-utils": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/aqueduct": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluid-example/example-utils": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/aqueduct": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/common-utils": "^1.0.0",
|
||||
"@fluidframework/container-definitions": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/container-runtime": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/core-interfaces": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/datastore": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/datastore-definitions": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/map": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/merge-tree": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/container-definitions": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/container-runtime": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/core-interfaces": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/datastore": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/datastore-definitions": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/map": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/merge-tree": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/protocol-definitions": "^1.1.0-97957",
|
||||
"@fluidframework/request-handler": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/runtime-definitions": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/runtime-utils": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/sequence": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/undo-redo": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/view-interfaces": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/request-handler": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/runtime-definitions": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/runtime-utils": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/sequence": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/undo-redo": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/view-interfaces": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"bootstrap": "^3.3.7",
|
||||
"debug": "^4.1.1",
|
||||
"react": "^17.0.1",
|
||||
"react-dom": "^17.0.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@fluid-tools/webpack-fluid-loader": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluid-tools/webpack-fluid-loader": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/build-common": "^1.0.0",
|
||||
"@fluidframework/test-tools": "^0.2.3074",
|
||||
"@rushstack/eslint-config": "^2.5.1",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@fluid-example/smde",
|
||||
"version": "2.0.0-internal.2.1.0",
|
||||
"version": "2.0.0-internal.3.0.0",
|
||||
"private": true,
|
||||
"description": "Simple markdown editor",
|
||||
"homepage": "https://fluidframework.com",
|
||||
|
@ -39,25 +39,25 @@
|
|||
"webpack:dev": "webpack --env=\"development\""
|
||||
},
|
||||
"dependencies": {
|
||||
"@fluidframework/aqueduct": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/aqueduct": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/common-utils": "^1.0.0",
|
||||
"@fluidframework/container-definitions": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/container-runtime": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/core-interfaces": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/datastore": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/datastore-definitions": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/map": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/merge-tree": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/request-handler": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/runtime-definitions": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/runtime-utils": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/sequence": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/view-interfaces": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/container-definitions": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/container-runtime": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/core-interfaces": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/datastore": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/datastore-definitions": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/map": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/merge-tree": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/request-handler": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/runtime-definitions": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/runtime-utils": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/sequence": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/view-interfaces": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"marked": "^2.0.3",
|
||||
"simplemde": "^1.11.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@fluid-tools/webpack-fluid-loader": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluid-tools/webpack-fluid-loader": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/build-common": "^1.0.0",
|
||||
"@fluidframework/eslint-config-fluid": "^1.0.0",
|
||||
"@rushstack/eslint-config": "^2.5.1",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@fluid-example/table-document",
|
||||
"version": "2.0.0-internal.2.1.0",
|
||||
"version": "2.0.0-internal.3.0.0",
|
||||
"description": "Chaincode component containing a table's data",
|
||||
"homepage": "https://fluidframework.com",
|
||||
"repository": {
|
||||
|
@ -52,27 +52,27 @@
|
|||
"temp-directory": "nyc/.nyc_output"
|
||||
},
|
||||
"dependencies": {
|
||||
"@fluid-experimental/sequence-deprecated": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/aqueduct": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluid-experimental/sequence-deprecated": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/aqueduct": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/common-definitions": "^0.20.1",
|
||||
"@fluidframework/common-utils": "^1.0.0",
|
||||
"@fluidframework/core-interfaces": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/datastore-definitions": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/merge-tree": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/core-interfaces": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/datastore-definitions": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/merge-tree": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/protocol-definitions": "^1.1.0-97957",
|
||||
"@fluidframework/request-handler": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/runtime-definitions": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/sequence": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/request-handler": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/runtime-definitions": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/sequence": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"debug": "^4.1.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@fluidframework/build-common": "^1.0.0",
|
||||
"@fluidframework/eslint-config-fluid": "^1.0.0",
|
||||
"@fluidframework/mocha-test-setup": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/runtime-utils": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/test-runtime-utils": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/test-utils": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/test-version-utils": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/mocha-test-setup": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/runtime-utils": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/test-runtime-utils": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/test-utils": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/test-version-utils": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@rushstack/eslint-config": "^2.5.1",
|
||||
"@types/debug": "^4.1.5",
|
||||
"@types/mocha": "^9.1.1",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@fluid-example/table-view",
|
||||
"version": "2.0.0-internal.2.1.0",
|
||||
"version": "2.0.0-internal.3.0.0",
|
||||
"private": true,
|
||||
"description": "Chaincode component that provides a view for a table-document.",
|
||||
"homepage": "https://fluidframework.com",
|
||||
|
@ -43,23 +43,23 @@
|
|||
"webpack:dev": "webpack --env development"
|
||||
},
|
||||
"dependencies": {
|
||||
"@fluid-example/example-utils": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluid-example/table-document": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/aqueduct": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluid-example/example-utils": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluid-example/table-document": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/aqueduct": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/common-definitions": "^0.20.1",
|
||||
"@fluidframework/container-definitions": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/core-interfaces": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/matrix": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/runtime-utils": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/sequence": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/view-interfaces": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/container-definitions": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/core-interfaces": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/matrix": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/runtime-utils": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/sequence": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/view-interfaces": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@tiny-calc/micro": "0.0.0-alpha.5",
|
||||
"react": "^17.0.1",
|
||||
"source-map-loader": "^2.0.0",
|
||||
"url-loader": "^2.1.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@fluid-tools/webpack-fluid-loader": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluid-tools/webpack-fluid-loader": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/build-common": "^1.0.0",
|
||||
"@fluidframework/eslint-config-fluid": "^1.0.0",
|
||||
"@rushstack/eslint-config": "^2.5.1",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@fluid-example/task-selection",
|
||||
"version": "2.0.0-internal.2.1.0",
|
||||
"version": "2.0.0-internal.3.0.0",
|
||||
"private": true,
|
||||
"description": "Example demonstrating selecting a unique task amongst connected Fluid clients",
|
||||
"homepage": "https://fluidframework.com",
|
||||
|
@ -38,17 +38,17 @@
|
|||
"webpack:dev": "webpack --env development"
|
||||
},
|
||||
"dependencies": {
|
||||
"@fluid-experimental/get-container": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluid-experimental/oldest-client-observer": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluid-experimental/task-manager": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/aqueduct": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluid-experimental/get-container": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluid-experimental/oldest-client-observer": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluid-experimental/task-manager": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/aqueduct": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/common-definitions": "^0.20.1",
|
||||
"@fluidframework/common-utils": "^1.0.0",
|
||||
"@fluidframework/container-definitions": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/container-runtime-definitions": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/core-interfaces": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/request-handler": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/runtime-utils": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/container-definitions": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/container-runtime-definitions": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/core-interfaces": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/request-handler": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/runtime-utils": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"css-loader": "^1.0.0",
|
||||
"style-loader": "^1.0.0"
|
||||
},
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@fluid-example/todo",
|
||||
"version": "2.0.0-internal.2.1.0",
|
||||
"version": "2.0.0-internal.3.0.0",
|
||||
"private": true,
|
||||
"description": "Simple todo canvas.",
|
||||
"homepage": "https://fluidframework.com",
|
||||
|
@ -42,24 +42,24 @@
|
|||
"webpack:dev": "webpack --env development"
|
||||
},
|
||||
"dependencies": {
|
||||
"@fluid-experimental/react-inputs": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/aqueduct": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/container-runtime-definitions": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/core-interfaces": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/map": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/runtime-utils": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/sequence": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/view-adapters": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluid-experimental/react-inputs": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/aqueduct": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/container-runtime-definitions": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/core-interfaces": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/map": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/runtime-utils": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/sequence": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/view-adapters": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"react": "^17.0.1",
|
||||
"react-dom": "^17.0.1",
|
||||
"uuid": "^8.3.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@fluid-tools/webpack-fluid-loader": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluid-tools/webpack-fluid-loader": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/build-common": "^1.0.0",
|
||||
"@fluidframework/eslint-config-fluid": "^1.0.0",
|
||||
"@fluidframework/test-tools": "^0.2.3074",
|
||||
"@fluidframework/test-utils": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/test-utils": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@rushstack/eslint-config": "^2.5.1",
|
||||
"@types/expect-puppeteer": "2.2.1",
|
||||
"@types/jest": "22.2.3",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@fluid-example/vltava",
|
||||
"version": "2.0.0-internal.2.1.0",
|
||||
"version": "2.0.0-internal.3.0.0",
|
||||
"private": true,
|
||||
"description": "Vltava is a Application Experience",
|
||||
"homepage": "https://fluidframework.com",
|
||||
|
@ -40,24 +40,24 @@
|
|||
"webpack:dev": "webpack --env development"
|
||||
},
|
||||
"dependencies": {
|
||||
"@fluid-example/clicker": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluid-example/codemirror": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluid-example/prosemirror": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluid-example/spaces": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluid-experimental/last-edited": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/aqueduct": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluid-example/clicker": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluid-example/codemirror": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluid-example/prosemirror": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluid-example/spaces": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluid-experimental/last-edited": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/aqueduct": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/common-definitions": "^0.20.1",
|
||||
"@fluidframework/container-runtime": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/container-runtime-definitions": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/core-interfaces": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/datastore-definitions": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/map": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/container-runtime": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/container-runtime-definitions": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/core-interfaces": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/datastore-definitions": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/map": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/protocol-definitions": "^1.1.0-97957",
|
||||
"@fluidframework/request-handler": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/runtime-definitions": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/runtime-utils": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/view-adapters": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/view-interfaces": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/request-handler": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/runtime-definitions": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/runtime-utils": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/view-adapters": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/view-interfaces": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"office-ui-fabric-react": "^7.189.0",
|
||||
"react": "^17.0.1",
|
||||
"react-dom": "^17.0.1",
|
||||
|
@ -65,7 +65,7 @@
|
|||
"uuid": "^8.3.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@fluid-tools/webpack-fluid-loader": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluid-tools/webpack-fluid-loader": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/build-common": "^1.0.0",
|
||||
"@fluidframework/eslint-config-fluid": "^1.0.0",
|
||||
"@fluidframework/test-tools": "^0.2.3074",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@fluid-example/webflow",
|
||||
"version": "2.0.0-internal.2.1.0",
|
||||
"version": "2.0.0-internal.3.0.0",
|
||||
"private": true,
|
||||
"description": "Collaborative markdown editor.",
|
||||
"homepage": "https://fluidframework.com",
|
||||
|
@ -74,29 +74,29 @@
|
|||
"temp-directory": "nyc/.nyc_output"
|
||||
},
|
||||
"dependencies": {
|
||||
"@fluid-example/example-utils": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/aqueduct": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluid-example/example-utils": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/aqueduct": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/common-definitions": "^0.20.1",
|
||||
"@fluidframework/common-utils": "^1.0.0",
|
||||
"@fluidframework/core-interfaces": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/data-object-base": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/map": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/merge-tree": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/runtime-definitions": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/sequence": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/view-interfaces": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/core-interfaces": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/data-object-base": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/map": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/merge-tree": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/runtime-definitions": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/sequence": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/view-interfaces": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"debug": "^4.1.1",
|
||||
"react": "^17.0.1",
|
||||
"react-dom": "^17.0.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@fluid-tools/webpack-fluid-loader": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluid-tools/webpack-fluid-loader": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/build-common": "^1.0.0",
|
||||
"@fluidframework/eslint-config-fluid": "^1.0.0",
|
||||
"@fluidframework/mocha-test-setup": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/runtime-utils": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/test-utils": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/test-version-utils": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/mocha-test-setup": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/runtime-utils": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/test-utils": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/test-version-utils": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@rushstack/eslint-config": "^2.5.1",
|
||||
"@types/debug": "^4.1.5",
|
||||
"@types/mocha": "^9.1.1",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@fluid-example/app-integration-container-views",
|
||||
"version": "2.0.0-internal.2.1.0",
|
||||
"version": "2.0.0-internal.3.0.0",
|
||||
"private": true,
|
||||
"description": "Minimal Fluid Container & data store sample to implement a collaborative dice roller as a standalone app.",
|
||||
"homepage": "https://fluidframework.com",
|
||||
|
@ -37,17 +37,17 @@
|
|||
"webpack:dev": "webpack --env development"
|
||||
},
|
||||
"dependencies": {
|
||||
"@fluid-experimental/get-container": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/aqueduct": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluid-experimental/get-container": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/aqueduct": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/common-definitions": "^0.20.1",
|
||||
"@fluidframework/container-definitions": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/container-loader": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/container-runtime-definitions": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/core-interfaces": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/map": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/runtime-utils": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/view-adapters": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/view-interfaces": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/container-definitions": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/container-loader": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/container-runtime-definitions": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/core-interfaces": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/map": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/runtime-utils": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/view-adapters": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/view-interfaces": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"react": "^17.0.1",
|
||||
"react-dom": "^17.0.1"
|
||||
},
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@fluid-example/app-integration-external-views",
|
||||
"version": "2.0.0-internal.2.1.0",
|
||||
"version": "2.0.0-internal.3.0.0",
|
||||
"private": true,
|
||||
"description": "Minimal Fluid Container & Data Object sample to implement a collaborative dice roller as a standalone app.",
|
||||
"homepage": "https://fluidframework.com",
|
||||
|
@ -38,8 +38,8 @@
|
|||
"webpack:dev": "webpack --env development"
|
||||
},
|
||||
"dependencies": {
|
||||
"@fluid-experimental/get-container": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/aqueduct": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluid-experimental/get-container": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/aqueduct": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/common-definitions": "^0.20.1",
|
||||
"css-loader": "^1.0.0",
|
||||
"style-loader": "^1.0.0"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@fluid-example/app-integration-schema-upgrade",
|
||||
"version": "2.0.0-internal.2.1.0",
|
||||
"version": "2.0.0-internal.3.0.0",
|
||||
"private": true,
|
||||
"description": "Using external data to initialize the container state and serialize out afterwards.",
|
||||
"homepage": "https://fluidframework.com",
|
||||
|
@ -38,28 +38,28 @@
|
|||
"webpack:dev": "webpack --env development"
|
||||
},
|
||||
"dependencies": {
|
||||
"@fluid-example/example-utils": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluid-experimental/quorum": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluid-experimental/react-inputs": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluid-experimental/task-manager": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/aqueduct": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/cell": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluid-example/example-utils": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluid-experimental/quorum": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluid-experimental/react-inputs": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluid-experimental/task-manager": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/aqueduct": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/cell": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/common-definitions": "^0.20.1",
|
||||
"@fluidframework/common-utils": "^1.0.0",
|
||||
"@fluidframework/container-definitions": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/container-loader": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/container-runtime-definitions": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/core-interfaces": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/driver-definitions": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/driver-utils": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/map": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/register-collection": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/request-handler": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/routerlicious-driver": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/runtime-utils": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/sequence": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/telemetry-utils": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/tinylicious-driver": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/container-definitions": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/container-loader": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/container-runtime-definitions": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/core-interfaces": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/driver-definitions": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/driver-utils": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/map": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/register-collection": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/request-handler": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/routerlicious-driver": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/runtime-utils": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/sequence": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/telemetry-utils": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/tinylicious-driver": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"css-loader": "^1.0.0",
|
||||
"react": "^17.0.1",
|
||||
"react-dom": "^17.0.1",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@fluid-internal/hosts-sample",
|
||||
"version": "2.0.0-internal.2.1.0",
|
||||
"version": "2.0.0-internal.3.0.0",
|
||||
"private": true,
|
||||
"description": "Sample Fluid container host",
|
||||
"homepage": "https://fluidframework.com",
|
||||
|
@ -30,17 +30,17 @@
|
|||
"webpack": "webpack --config webpack.config.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"@fluid-example/example-utils": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/aqueduct": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/container-definitions": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/container-loader": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/core-interfaces": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/driver-utils": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluid-example/example-utils": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/aqueduct": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/container-definitions": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/container-loader": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/core-interfaces": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/driver-utils": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/protocol-definitions": "^1.1.0-97957",
|
||||
"@fluidframework/routerlicious-driver": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/test-runtime-utils": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/view-interfaces": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/web-code-loader": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/routerlicious-driver": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/test-runtime-utils": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/view-interfaces": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/web-code-loader": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"react": "^17.0.1",
|
||||
"semver": "^7.3.4"
|
||||
},
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@fluid-example/bundle-size-tests",
|
||||
"version": "2.0.0-internal.2.1.0",
|
||||
"version": "2.0.0-internal.3.0.0",
|
||||
"private": true,
|
||||
"description": "A package for understanding the bundle size of Fluid Framework",
|
||||
"homepage": "https://fluidframework.com",
|
||||
|
@ -28,13 +28,13 @@
|
|||
"webpack:profile": "npm run webpack"
|
||||
},
|
||||
"dependencies": {
|
||||
"@fluidframework/aqueduct": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/container-loader": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/container-runtime": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/map": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/matrix": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/odsp-driver": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/sequence": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/aqueduct": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/container-loader": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/container-runtime": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/map": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/matrix": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/odsp-driver": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/sequence": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"source-map-loader": "^2.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@fluid-example/example-utils",
|
||||
"version": "2.0.0-internal.2.1.0",
|
||||
"version": "2.0.0-internal.3.0.0",
|
||||
"private": true,
|
||||
"description": "Shared utilities used by examples.",
|
||||
"homepage": "https://fluidframework.com",
|
||||
|
@ -33,22 +33,22 @@
|
|||
"tsfmt:fix": "tsfmt --replace"
|
||||
},
|
||||
"dependencies": {
|
||||
"@fluidframework/aqueduct": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/container-definitions": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/container-loader": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/container-runtime": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/container-runtime-definitions": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/core-interfaces": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/driver-definitions": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/driver-utils": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/local-driver": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/request-handler": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/routerlicious-driver": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/runtime-definitions": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/runtime-utils": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/aqueduct": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/container-definitions": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/container-loader": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/container-runtime": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/container-runtime-definitions": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/core-interfaces": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/driver-definitions": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/driver-utils": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/local-driver": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/request-handler": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/routerlicious-driver": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/runtime-definitions": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/runtime-utils": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/server-local-server": "^0.1038.2000-98212",
|
||||
"@fluidframework/tinylicious-driver": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/view-adapters": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/tinylicious-driver": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/view-adapters": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"uuid": "^8.3.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@fluid-experimental/partial-checkout",
|
||||
"version": "2.0.0-internal.2.1.0",
|
||||
"version": "2.0.0-internal.3.0.0",
|
||||
"description": "A sample using property-dds and property-binder to create a reactive application.",
|
||||
"homepage": "https://fluidframework.com",
|
||||
"repository": {
|
||||
|
@ -35,36 +35,36 @@
|
|||
"webpack": "webpack --color --no-stats"
|
||||
},
|
||||
"dependencies": {
|
||||
"@fluid-experimental/get-container": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluid-experimental/property-binder": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluid-experimental/property-changeset": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluid-experimental/property-common": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluid-experimental/property-dds": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluid-experimental/property-inspector-table": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluid-experimental/property-properties": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluid-experimental/property-proxy": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluid-experimental/schemas": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/aqueduct": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluid-experimental/get-container": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluid-experimental/property-binder": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluid-experimental/property-changeset": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluid-experimental/property-common": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluid-experimental/property-dds": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluid-experimental/property-inspector-table": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluid-experimental/property-properties": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluid-experimental/property-proxy": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluid-experimental/schemas": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/aqueduct": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/common-utils": "^1.0.0",
|
||||
"@fluidframework/container-definitions": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/container-loader": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/container-runtime": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/core-interfaces": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/data-object-base": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/datastore": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/datastore-definitions": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/driver-definitions": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/driver-utils": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/map": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/merge-tree": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/container-definitions": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/container-loader": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/container-runtime": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/core-interfaces": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/data-object-base": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/datastore": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/datastore-definitions": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/driver-definitions": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/driver-utils": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/map": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/merge-tree": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/protocol-definitions": "^1.1.0-97957",
|
||||
"@fluidframework/request-handler": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/routerlicious-driver": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/runtime-definitions": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/sequence": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/shared-object-base": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/tinylicious-driver": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/view-interfaces": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/request-handler": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/routerlicious-driver": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/runtime-definitions": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/sequence": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/shared-object-base": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/tinylicious-driver": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/view-interfaces": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@types/uuid": "^8.3.0",
|
||||
"jsonwebtoken": "^8.4.0",
|
||||
"lodash": "^4.17.21",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@fluid-experimental/property-inspector",
|
||||
"version": "2.0.0-internal.2.1.0",
|
||||
"version": "2.0.0-internal.3.0.0",
|
||||
"description": "TreeTable representation for property-dds which allow browsing, editing and searching.",
|
||||
"homepage": "https://fluidframework.com",
|
||||
"repository": {
|
||||
|
@ -35,34 +35,34 @@
|
|||
"webpack": "webpack --color --no-stats"
|
||||
},
|
||||
"dependencies": {
|
||||
"@fluid-experimental/get-container": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluid-experimental/property-binder": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluid-experimental/property-changeset": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluid-experimental/property-common": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluid-experimental/property-dds": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluid-experimental/property-inspector-table": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluid-experimental/property-properties": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluid-experimental/property-proxy": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluid-experimental/schemas": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/aqueduct": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluid-experimental/get-container": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluid-experimental/property-binder": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluid-experimental/property-changeset": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluid-experimental/property-common": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluid-experimental/property-dds": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluid-experimental/property-inspector-table": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluid-experimental/property-properties": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluid-experimental/property-proxy": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluid-experimental/schemas": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/aqueduct": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/common-utils": "^1.0.0",
|
||||
"@fluidframework/container-definitions": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/container-loader": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/container-runtime": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/core-interfaces": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/data-object-base": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/datastore": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/datastore-definitions": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/map": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/merge-tree": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/container-definitions": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/container-loader": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/container-runtime": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/core-interfaces": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/data-object-base": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/datastore": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/datastore-definitions": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/map": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/merge-tree": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/protocol-definitions": "^1.1.0-97957",
|
||||
"@fluidframework/request-handler": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/routerlicious-driver": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/runtime-definitions": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/sequence": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/shared-object-base": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/tinylicious-driver": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/view-interfaces": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/request-handler": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/routerlicious-driver": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/runtime-definitions": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/sequence": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/shared-object-base": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/tinylicious-driver": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/view-interfaces": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@hig/fonts": "^1.0.2",
|
||||
"@material-ui/core": "4.12.4",
|
||||
"@material-ui/lab": "4.0.0-alpha.61",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@fluid-experimental/schemas",
|
||||
"version": "2.0.0-internal.2.1.0",
|
||||
"version": "2.0.0-internal.3.0.0",
|
||||
"description": "Centralized package for storing schemas used by the samples.",
|
||||
"homepage": "https://fluidframework.com",
|
||||
"repository": {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@fluid-experimental/property-binder",
|
||||
"version": "2.0.0-internal.2.1.0",
|
||||
"version": "2.0.0-internal.3.0.0",
|
||||
"description": "Data Binder for Fluid PropertyDDS",
|
||||
"keywords": [],
|
||||
"homepage": "https://fluidframework.com",
|
||||
|
@ -65,9 +65,9 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.13.7",
|
||||
"@fluid-experimental/property-changeset": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluid-experimental/property-dds": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluid-experimental/property-properties": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluid-experimental/property-changeset": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluid-experimental/property-dds": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluid-experimental/property-properties": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"lodash": "^4.17.21"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
@ -76,8 +76,8 @@
|
|||
"@babel/plugin-transform-runtime": "^7.2.0",
|
||||
"@babel/preset-env": "^7.2.0",
|
||||
"@fluidframework/build-common": "^1.0.0",
|
||||
"@fluidframework/test-runtime-utils": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/test-utils": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/test-runtime-utils": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/test-utils": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@rushstack/eslint-config": "^2.5.1",
|
||||
"@types/jest": "22.2.3",
|
||||
"async": "^3.2.0",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@fluid-experimental/property-changeset",
|
||||
"version": "2.0.0-internal.2.1.0",
|
||||
"version": "2.0.0-internal.3.0.0",
|
||||
"description": "property changeset definitions and related functionalities",
|
||||
"homepage": "https://fluidframework.com",
|
||||
"repository": {
|
||||
|
@ -61,7 +61,7 @@
|
|||
"temp-directory": "nyc/.nyc_output"
|
||||
},
|
||||
"dependencies": {
|
||||
"@fluid-experimental/property-common": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluid-experimental/property-common": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"ajv": "7.1.1",
|
||||
"ajv-keywords": "4.0.0",
|
||||
"async": "^3.2.0",
|
||||
|
@ -72,7 +72,7 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"@fluidframework/build-common": "^1.0.0",
|
||||
"@fluidframework/mocha-test-setup": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/mocha-test-setup": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@rushstack/eslint-config": "^2.5.1",
|
||||
"@types/lodash": "^4.14.118",
|
||||
"@types/mocha": "^9.1.1",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@fluid-experimental/property-common",
|
||||
"version": "2.0.0-internal.2.1.0",
|
||||
"version": "2.0.0-internal.3.0.0",
|
||||
"description": "common functions used in properties",
|
||||
"homepage": "https://fluidframework.com",
|
||||
"repository": {
|
||||
|
@ -70,7 +70,7 @@
|
|||
"devDependencies": {
|
||||
"@fluidframework/build-common": "^1.0.0",
|
||||
"@fluidframework/eslint-config-fluid": "^1.0.0",
|
||||
"@fluidframework/mocha-test-setup": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/mocha-test-setup": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@microsoft/api-extractor": "^7.22.2",
|
||||
"@rushstack/eslint-config": "^2.5.1",
|
||||
"@types/debug": "^4.1.5",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@fluid-internal/platform-dependent",
|
||||
"version": "2.0.0-internal.2.1.0",
|
||||
"version": "2.0.0-internal.3.0.0",
|
||||
"private": true,
|
||||
"description": "Helper package that separates code for browser and server.",
|
||||
"homepage": "https://fluidframework.com",
|
||||
|
|
|
@ -6,4 +6,4 @@
|
|||
*/
|
||||
|
||||
export const pkgName = "@fluid-experimental/property-common";
|
||||
export const pkgVersion = "2.0.0-internal.2.1.0";
|
||||
export const pkgVersion = "2.0.0-internal.3.0.0";
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@fluid-experimental/property-dds",
|
||||
"version": "2.0.0-internal.2.1.0",
|
||||
"version": "2.0.0-internal.3.0.0",
|
||||
"description": "definition of the property distributed data store",
|
||||
"homepage": "https://fluidframework.com",
|
||||
"repository": {
|
||||
|
@ -35,16 +35,16 @@
|
|||
"tsc": "tsc"
|
||||
},
|
||||
"dependencies": {
|
||||
"@fluid-experimental/property-changeset": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluid-experimental/property-properties": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluid-experimental/property-changeset": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluid-experimental/property-properties": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/common-utils": "^1.0.0",
|
||||
"@fluidframework/container-definitions": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/core-interfaces": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/datastore-definitions": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/container-definitions": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/core-interfaces": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/datastore-definitions": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/protocol-definitions": "^1.1.0-97957",
|
||||
"@fluidframework/runtime-definitions": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/runtime-utils": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/shared-object-base": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/runtime-definitions": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/runtime-utils": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/shared-object-base": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"axios": "^0.26.0",
|
||||
"fastest-json-copy": "^1.0.1",
|
||||
"lodash": "^4.17.21",
|
||||
|
@ -54,16 +54,16 @@
|
|||
"uuid": "^8.3.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@fluid-experimental/property-common": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluid-experimental/property-common": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/build-common": "^1.0.0",
|
||||
"@fluidframework/driver-definitions": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/driver-definitions": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/eslint-config-fluid": "^1.0.0",
|
||||
"@fluidframework/local-driver": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/mocha-test-setup": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/sequence": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/local-driver": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/mocha-test-setup": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/sequence": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/server-local-server": "^0.1038.2000-98212",
|
||||
"@fluidframework/test-runtime-utils": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/test-utils": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/test-runtime-utils": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/test-utils": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@microsoft/api-extractor": "^7.22.2",
|
||||
"@rushstack/eslint-config": "^2.5.1",
|
||||
"@types/mocha": "^9.1.1",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@fluid-experimental/property-inspector-table",
|
||||
"version": "2.0.0-internal.2.1.0",
|
||||
"version": "2.0.0-internal.3.0.0",
|
||||
"description": "Property Inspector Table component",
|
||||
"homepage": "https://fluidframework.com",
|
||||
"repository": {
|
||||
|
@ -52,12 +52,12 @@
|
|||
"react-virtualized-auto-sizer": "^1.0.6"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@fluid-experimental/property-binder": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluid-experimental/property-changeset": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluid-experimental/property-dds": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluid-experimental/property-properties": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluid-experimental/property-proxy": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluid-tools/webpack-fluid-loader": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluid-experimental/property-binder": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluid-experimental/property-changeset": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluid-experimental/property-dds": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluid-experimental/property-properties": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluid-experimental/property-proxy": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluid-tools/webpack-fluid-loader": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/build-common": "^1.0.0",
|
||||
"@rushstack/eslint-config": "^2.5.1",
|
||||
"@storybook/addon-actions": "^6.4.22",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@fluid-experimental/property-properties",
|
||||
"version": "2.0.0-internal.2.1.0",
|
||||
"version": "2.0.0-internal.3.0.0",
|
||||
"description": "definitions of properties",
|
||||
"homepage": "https://fluidframework.com",
|
||||
"repository": {
|
||||
|
@ -61,8 +61,8 @@
|
|||
"temp-directory": "nyc/.nyc_output"
|
||||
},
|
||||
"dependencies": {
|
||||
"@fluid-experimental/property-changeset": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluid-experimental/property-common": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluid-experimental/property-changeset": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluid-experimental/property-common": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"ajv": "7.1.1",
|
||||
"async": "^3.2.0",
|
||||
"fastest-json-copy": "^1.0.1",
|
||||
|
@ -73,7 +73,7 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"@fluidframework/build-common": "^1.0.0",
|
||||
"@fluidframework/mocha-test-setup": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/mocha-test-setup": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@types/mocha": "^9.1.1",
|
||||
"chai": "^4.2.0",
|
||||
"concurrently": "^6.2.0",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@fluid-experimental/property-proxy",
|
||||
"version": "2.0.0-internal.2.1.0",
|
||||
"version": "2.0.0-internal.3.0.0",
|
||||
"description": "Proxify PropertyTree to interact with them in a JavaScript like manner",
|
||||
"homepage": "https://fluidframework.com",
|
||||
"repository": {
|
||||
|
@ -36,8 +36,8 @@
|
|||
"tsc": "tsc"
|
||||
},
|
||||
"dependencies": {
|
||||
"@fluid-experimental/property-changeset": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluid-experimental/property-properties": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0"
|
||||
"@fluid-experimental/property-changeset": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluid-experimental/property-properties": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.12.10",
|
||||
|
|
|
@ -6,4 +6,4 @@
|
|||
*/
|
||||
|
||||
export const pkgName = "@fluid-experimental/property-proxy";
|
||||
export const pkgVersion = "2.0.0-internal.2.1.0";
|
||||
export const pkgVersion = "2.0.0-internal.3.0.0";
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@fluid-experimental/property-query",
|
||||
"version": "2.0.0-internal.2.1.0",
|
||||
"version": "2.0.0-internal.3.0.0",
|
||||
"description": "QueryService implementation",
|
||||
"homepage": "https://fluidframework.com",
|
||||
"repository": {
|
||||
|
@ -21,8 +21,8 @@
|
|||
"test:mocha:verbose": "cross-env FLUID_TEST_VERBOSE=1 npm run test:mocha"
|
||||
},
|
||||
"dependencies": {
|
||||
"@fluid-experimental/property-changeset": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluid-experimental/property-common": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluid-experimental/property-changeset": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluid-experimental/property-common": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"ajv": "7.1.1",
|
||||
"async": "^3.2.0",
|
||||
"http-status": "1.3.2",
|
||||
|
@ -35,8 +35,8 @@
|
|||
"traverse": "0.6.6"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@fluid-experimental/property-properties": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/mocha-test-setup": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluid-experimental/property-properties": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/mocha-test-setup": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"chai": "^4.2.0",
|
||||
"cross-env": "^7.0.2",
|
||||
"mocha": "^10.0.0",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@fluid-experimental/property-query-service",
|
||||
"version": "2.0.0-internal.2.1.0",
|
||||
"version": "2.0.0-internal.3.0.0",
|
||||
"private": true,
|
||||
"description": "Moira service",
|
||||
"homepage": "https://fluidframework.com",
|
||||
|
@ -42,10 +42,10 @@
|
|||
"tempDirectory": "coverage/tmp"
|
||||
},
|
||||
"dependencies": {
|
||||
"@fluid-experimental/property-changeset": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluid-experimental/property-common": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluid-experimental/property-properties": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluid-experimental/property-query": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluid-experimental/property-changeset": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluid-experimental/property-common": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluid-experimental/property-properties": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluid-experimental/property-query": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"async": "^3.2.0",
|
||||
"basicauth-middleware": "2.0.0",
|
||||
"body-parser": "^1.18.3",
|
||||
|
@ -69,13 +69,13 @@
|
|||
"sleep-promise": "8.0.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@fluid-experimental/property-dds": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluid-experimental/property-dds": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/common-utils": "^1.0.0",
|
||||
"@fluidframework/local-driver": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/mocha-test-setup": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/runtime-utils": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/local-driver": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/mocha-test-setup": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/runtime-utils": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/server-local-server": "^0.1038.2000-98212",
|
||||
"@fluidframework/test-utils": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/test-utils": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@rushstack/eslint-config": "^2.5.1",
|
||||
"aws-sdk": "2.547.0",
|
||||
"chai": "^4.2.0",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@fluid-experimental/ot",
|
||||
"version": "2.0.0-internal.2.1.0",
|
||||
"version": "2.0.0-internal.3.0.0",
|
||||
"description": "Distributed data structure for hosting ottypes",
|
||||
"homepage": "https://fluidframework.com",
|
||||
"repository": {
|
||||
|
@ -60,18 +60,18 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"@fluidframework/common-utils": "^1.0.0",
|
||||
"@fluidframework/core-interfaces": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/datastore-definitions": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/core-interfaces": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/datastore-definitions": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/protocol-definitions": "^1.1.0-97957",
|
||||
"@fluidframework/runtime-definitions": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/shared-object-base": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0"
|
||||
"@fluidframework/runtime-definitions": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/shared-object-base": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@fluid-internal/test-dds-utils": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluid-internal/test-dds-utils": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/build-common": "^1.0.0",
|
||||
"@fluidframework/eslint-config-fluid": "^1.0.0",
|
||||
"@fluidframework/mocha-test-setup": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/test-runtime-utils": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/mocha-test-setup": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/test-runtime-utils": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@microsoft/api-extractor": "^7.22.2",
|
||||
"@rushstack/eslint-config": "^2.5.1",
|
||||
"@types/mocha": "^9.1.1",
|
||||
|
|
|
@ -6,4 +6,4 @@
|
|||
*/
|
||||
|
||||
export const pkgName = "@fluid-experimental/ot";
|
||||
export const pkgVersion = "2.0.0-internal.2.1.0";
|
||||
export const pkgVersion = "2.0.0-internal.3.0.0";
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@fluid-experimental/sharejs-json1",
|
||||
"version": "2.0.0-internal.2.1.0",
|
||||
"version": "2.0.0-internal.3.0.0",
|
||||
"description": "Distributed data structure for hosting ottypes",
|
||||
"homepage": "https://fluidframework.com",
|
||||
"repository": {
|
||||
|
@ -60,20 +60,20 @@
|
|||
"temp-directory": "nyc/.nyc_output"
|
||||
},
|
||||
"dependencies": {
|
||||
"@fluid-experimental/ot": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluid-experimental/ot": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/common-utils": "^1.0.0",
|
||||
"@fluidframework/core-interfaces": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/datastore-definitions": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/core-interfaces": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/datastore-definitions": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/protocol-definitions": "^1.1.0-97957",
|
||||
"@fluidframework/shared-object-base": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/shared-object-base": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"ot-json1": "^1.0.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@fluid-internal/test-dds-utils": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluid-internal/test-dds-utils": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/build-common": "^1.0.0",
|
||||
"@fluidframework/eslint-config-fluid": "^1.0.0",
|
||||
"@fluidframework/mocha-test-setup": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/test-runtime-utils": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/mocha-test-setup": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/test-runtime-utils": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@microsoft/api-extractor": "^7.22.2",
|
||||
"@rushstack/eslint-config": "^2.5.1",
|
||||
"@types/mocha": "^9.1.1",
|
||||
|
|
|
@ -6,4 +6,4 @@
|
|||
*/
|
||||
|
||||
export const pkgName = "@fluid-experimental/sharejs-json1";
|
||||
export const pkgVersion = "2.0.0-internal.2.1.0";
|
||||
export const pkgVersion = "2.0.0-internal.3.0.0";
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@fluid-experimental/sequence-deprecated",
|
||||
"version": "2.0.0-internal.2.1.0",
|
||||
"version": "2.0.0-internal.3.0.0",
|
||||
"description": "Deprecated distributed sequences",
|
||||
"homepage": "https://fluidframework.com",
|
||||
"repository": {
|
||||
|
@ -60,19 +60,19 @@
|
|||
"temp-directory": "nyc/.nyc_output"
|
||||
},
|
||||
"dependencies": {
|
||||
"@fluidframework/core-interfaces": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/datastore-definitions": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/merge-tree": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/sequence": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/shared-object-base": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0"
|
||||
"@fluidframework/core-interfaces": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/datastore-definitions": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/merge-tree": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/sequence": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/shared-object-base": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@fluid-internal/test-dds-utils": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluid-internal/test-dds-utils": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/build-common": "^1.0.0",
|
||||
"@fluidframework/build-tools": "^0.4.6000",
|
||||
"@fluidframework/eslint-config-fluid": "^1.0.0",
|
||||
"@fluidframework/mocha-test-setup": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/test-runtime-utils": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/mocha-test-setup": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/test-runtime-utils": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@microsoft/api-extractor": "^7.22.2",
|
||||
"@rushstack/eslint-config": "^2.5.1",
|
||||
"@types/diff": "^3.5.1",
|
||||
|
|
|
@ -6,4 +6,4 @@
|
|||
*/
|
||||
|
||||
export const pkgName = "@fluid-experimental/sequence-deprecated";
|
||||
export const pkgVersion = "2.0.0-internal.2.1.0";
|
||||
export const pkgVersion = "2.0.0-internal.3.0.0";
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@fluid-experimental/tree-graphql",
|
||||
"version": "2.0.0-internal.2.1.0",
|
||||
"version": "2.0.0-internal.3.0.0",
|
||||
"description": "Prototype using GraphQL to access a distributed tree",
|
||||
"homepage": "https://fluidframework.com",
|
||||
"repository": {
|
||||
|
@ -37,7 +37,7 @@
|
|||
"tsc": "tsc"
|
||||
},
|
||||
"dependencies": {
|
||||
"@fluid-experimental/tree": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluid-experimental/tree": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/common-utils": "^1.0.0",
|
||||
"@graphql-codegen/plugin-helpers": "^1.18.2",
|
||||
"@graphql-codegen/visitor-plugin-common": "^1.18.2",
|
||||
|
@ -45,8 +45,8 @@
|
|||
"graphql-tools": "^7.0.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@fluidframework/mocha-test-setup": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/test-runtime-utils": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/mocha-test-setup": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/test-runtime-utils": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@graphql-codegen/cli": "1.20.1",
|
||||
"@graphql-codegen/typescript": "1.20.2",
|
||||
"@microsoft/api-extractor": "^7.22.2",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@fluid-experimental/tree",
|
||||
"version": "2.0.0-internal.2.1.0",
|
||||
"version": "2.0.0-internal.3.0.0",
|
||||
"description": "Distributed tree",
|
||||
"homepage": "https://fluidframework.com",
|
||||
"repository": {
|
||||
|
@ -42,13 +42,13 @@
|
|||
"dependencies": {
|
||||
"@fluidframework/common-definitions": "^0.20.1",
|
||||
"@fluidframework/common-utils": "^1.0.0",
|
||||
"@fluidframework/container-definitions": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/core-interfaces": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/datastore-definitions": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/container-definitions": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/core-interfaces": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/datastore-definitions": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/protocol-definitions": "^1.1.0-97957",
|
||||
"@fluidframework/runtime-definitions": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/shared-object-base": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/telemetry-utils": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/runtime-definitions": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/shared-object-base": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/telemetry-utils": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"buffer": "^6.0.3",
|
||||
"denque": "^1.5.1",
|
||||
"lru-cache": "^6.0.0",
|
||||
|
@ -56,19 +56,19 @@
|
|||
"uuid": "^8.3.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@fluid-internal/stochastic-test-utils": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluid-internal/stochastic-test-utils": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluid-tools/benchmark": "^0.43.0",
|
||||
"@fluidframework/build-common": "^1.0.0",
|
||||
"@fluidframework/container-loader": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/container-runtime": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/container-loader": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/container-runtime": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/eslint-config-fluid": "^1.0.0",
|
||||
"@fluidframework/mocha-test-setup": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/runtime-utils": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/test-driver-definitions": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/test-drivers": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/test-runtime-utils": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/test-utils": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/undo-redo": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/mocha-test-setup": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/runtime-utils": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/test-driver-definitions": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/test-drivers": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/test-runtime-utils": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/test-utils": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/undo-redo": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@microsoft/api-extractor": "^7.22.2",
|
||||
"@rushstack/eslint-config": "^2.5.1",
|
||||
"@types/lru-cache": "^5.1.0",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@fluid-example/bubblebench-baseline",
|
||||
"version": "2.0.0-internal.2.1.0",
|
||||
"version": "2.0.0-internal.3.0.0",
|
||||
"private": true,
|
||||
"description": "Bubblemark inspired DDS benchmark",
|
||||
"homepage": "https://fluidframework.com",
|
||||
|
@ -42,18 +42,18 @@
|
|||
"webpack:dev": "webpack --env development"
|
||||
},
|
||||
"dependencies": {
|
||||
"@fluid-example/bubblebench-common": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluid-example/example-utils": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/aqueduct": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluid-example/bubblebench-common": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluid-example/example-utils": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/aqueduct": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/common-definitions": "^0.20.1",
|
||||
"@fluidframework/container-definitions": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/core-interfaces": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/datastore-definitions": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/map": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/container-definitions": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/core-interfaces": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/datastore-definitions": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/map": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"react": "^17.0.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@fluid-tools/webpack-fluid-loader": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluid-tools/webpack-fluid-loader": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/build-common": "^1.0.0",
|
||||
"@fluidframework/eslint-config-fluid": "^1.0.0",
|
||||
"@fluidframework/test-tools": "^0.2.3074",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@fluid-example/bubblebench-common",
|
||||
"version": "2.0.0-internal.2.1.0",
|
||||
"version": "2.0.0-internal.3.0.0",
|
||||
"private": true,
|
||||
"description": "Bubblemark inspired DDS benchmark",
|
||||
"homepage": "https://fluidframework.com",
|
||||
|
@ -54,13 +54,13 @@
|
|||
"temp-directory": "nyc/.nyc_output"
|
||||
},
|
||||
"dependencies": {
|
||||
"@fluid-experimental/tree": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/aqueduct": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/container-definitions": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/core-interfaces": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/datastore-definitions": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/map": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/view-interfaces": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluid-experimental/tree": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/aqueduct": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/container-definitions": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/core-interfaces": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/datastore-definitions": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/map": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/view-interfaces": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"best-random": "^1.0.0",
|
||||
"react": "^17.0.1",
|
||||
"react-dom": "^17.0.1",
|
||||
|
@ -69,7 +69,7 @@
|
|||
"devDependencies": {
|
||||
"@fluidframework/build-common": "^1.0.0",
|
||||
"@fluidframework/eslint-config-fluid": "^1.0.0",
|
||||
"@fluidframework/mocha-test-setup": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/mocha-test-setup": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/test-tools": "^0.2.3074",
|
||||
"@rushstack/eslint-config": "^2.5.1",
|
||||
"@types/mocha": "^9.1.1",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@fluid-example/bubblebench-ot",
|
||||
"version": "2.0.0-internal.2.1.0",
|
||||
"version": "2.0.0-internal.3.0.0",
|
||||
"private": true,
|
||||
"description": "Bubblemark inspired DDS benchmark",
|
||||
"homepage": "https://fluidframework.com",
|
||||
|
@ -42,20 +42,20 @@
|
|||
"webpack:dev": "webpack --env development"
|
||||
},
|
||||
"dependencies": {
|
||||
"@fluid-example/bubblebench-common": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluid-example/example-utils": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluid-experimental/sharejs-json1": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/aqueduct": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluid-example/bubblebench-common": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluid-example/example-utils": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluid-experimental/sharejs-json1": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/aqueduct": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/common-definitions": "^0.20.1",
|
||||
"@fluidframework/container-definitions": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/core-interfaces": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/datastore-definitions": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/map": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/container-definitions": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/core-interfaces": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/datastore-definitions": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/map": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"ot-json1": "^1.0.1",
|
||||
"react": "^17.0.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@fluid-tools/webpack-fluid-loader": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluid-tools/webpack-fluid-loader": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/build-common": "^1.0.0",
|
||||
"@fluidframework/eslint-config-fluid": "^1.0.0",
|
||||
"@fluidframework/test-tools": "^0.2.3074",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@fluid-example/bubblebench-sharedtree",
|
||||
"version": "2.0.0-internal.2.1.0",
|
||||
"version": "2.0.0-internal.3.0.0",
|
||||
"private": true,
|
||||
"description": "Bubblemark inspired DDS benchmark",
|
||||
"homepage": "https://fluidframework.com",
|
||||
|
@ -42,19 +42,19 @@
|
|||
"webpack:dev": "webpack --env development"
|
||||
},
|
||||
"dependencies": {
|
||||
"@fluid-example/bubblebench-common": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluid-example/example-utils": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluid-experimental/tree": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/aqueduct": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluid-example/bubblebench-common": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluid-example/example-utils": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluid-experimental/tree": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/aqueduct": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/common-definitions": "^0.20.1",
|
||||
"@fluidframework/container-definitions": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/core-interfaces": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/datastore-definitions": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/map": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/container-definitions": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/core-interfaces": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/datastore-definitions": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/map": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"react": "^17.0.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@fluid-tools/webpack-fluid-loader": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluid-tools/webpack-fluid-loader": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/build-common": "^1.0.0",
|
||||
"@fluidframework/eslint-config-fluid": "^1.0.0",
|
||||
"@fluidframework/test-tools": "^0.2.3074",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@fluid-experimental/data-objects",
|
||||
"version": "2.0.0-internal.2.1.0",
|
||||
"version": "2.0.0-internal.3.0.0",
|
||||
"description": "A collection of ready to use Fluid Data Objects",
|
||||
"homepage": "https://fluidframework.com",
|
||||
"repository": {
|
||||
|
@ -31,12 +31,12 @@
|
|||
"tsfmt:fix": "tsfmt --replace"
|
||||
},
|
||||
"dependencies": {
|
||||
"@fluidframework/aqueduct": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/aqueduct": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/common-definitions": "^0.20.1",
|
||||
"@fluidframework/common-utils": "^1.0.0",
|
||||
"@fluidframework/datastore-definitions": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/map": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/runtime-definitions": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0"
|
||||
"@fluidframework/datastore-definitions": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/map": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/runtime-definitions": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@fluidframework/build-common": "^1.0.0",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@fluid-experimental/get-container",
|
||||
"version": "2.0.0-internal.2.1.0",
|
||||
"version": "2.0.0-internal.3.0.0",
|
||||
"description": "Tool for getting a container for testing app scenarios",
|
||||
"homepage": "https://fluidframework.com",
|
||||
"repository": {
|
||||
|
@ -30,17 +30,17 @@
|
|||
"tsfmt:fix": "tsfmt --replace"
|
||||
},
|
||||
"dependencies": {
|
||||
"@fluidframework/container-definitions": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/container-loader": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/core-interfaces": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/driver-definitions": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/driver-utils": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/local-driver": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/container-definitions": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/container-loader": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/core-interfaces": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/driver-definitions": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/driver-utils": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/local-driver": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/protocol-definitions": "^1.1.0-97957",
|
||||
"@fluidframework/routerlicious-driver": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/routerlicious-driver": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/server-local-server": "^0.1038.2000-98212",
|
||||
"@fluidframework/test-runtime-utils": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/tinylicious-driver": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/test-runtime-utils": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/tinylicious-driver": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"jsonwebtoken": "^8.4.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@fluid-experimental/last-edited",
|
||||
"version": "2.0.0-internal.2.1.0",
|
||||
"version": "2.0.0-internal.3.0.0",
|
||||
"description": "Tracks the last edited information in the Container.",
|
||||
"homepage": "https://fluidframework.com",
|
||||
"repository": {
|
||||
|
@ -54,19 +54,19 @@
|
|||
"temp-directory": "nyc/.nyc_output"
|
||||
},
|
||||
"dependencies": {
|
||||
"@fluidframework/aqueduct": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/aqueduct": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/common-definitions": "^0.20.1",
|
||||
"@fluidframework/container-runtime": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/container-runtime-definitions": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/core-interfaces": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/container-runtime": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/container-runtime-definitions": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/core-interfaces": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/protocol-definitions": "^1.1.0-97957",
|
||||
"@fluidframework/runtime-utils": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/shared-summary-block": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0"
|
||||
"@fluidframework/runtime-utils": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/shared-summary-block": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@fluidframework/build-common": "^1.0.0",
|
||||
"@fluidframework/eslint-config-fluid": "^1.0.0",
|
||||
"@fluidframework/mocha-test-setup": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/mocha-test-setup": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@microsoft/api-extractor": "^7.22.2",
|
||||
"@rushstack/eslint-config": "^2.5.1",
|
||||
"@types/mocha": "^9.1.1",
|
||||
|
|
|
@ -6,4 +6,4 @@
|
|||
*/
|
||||
|
||||
export const pkgName = "@fluid-experimental/last-edited";
|
||||
export const pkgVersion = "2.0.0-internal.2.1.0";
|
||||
export const pkgVersion = "2.0.0-internal.3.0.0";
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@fluid-experimental/react-inputs",
|
||||
"version": "2.0.0-internal.2.1.0",
|
||||
"version": "2.0.0-internal.3.0.0",
|
||||
"description": "React support for the Aqueduct framework.",
|
||||
"homepage": "https://fluidframework.com",
|
||||
"repository": {
|
||||
|
@ -32,11 +32,11 @@
|
|||
"tsfmt:fix": "tsfmt --replace"
|
||||
},
|
||||
"dependencies": {
|
||||
"@fluidframework/cell": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/cell": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/common-definitions": "^0.20.1",
|
||||
"@fluidframework/common-utils": "^1.0.0",
|
||||
"@fluidframework/merge-tree": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/sequence": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/merge-tree": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/sequence": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"react": "^17.0.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
|
|
@ -4,5 +4,5 @@
|
|||
"experimental/**",
|
||||
"packages/**"
|
||||
],
|
||||
"version": "2.0.0-internal.2.1.0"
|
||||
"version": "2.0.0-internal.3.0.0"
|
||||
}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@fluidframework/container-definitions",
|
||||
"version": "2.0.0-internal.2.1.0",
|
||||
"version": "2.0.0-internal.3.0.0",
|
||||
"description": "Fluid container definitions",
|
||||
"homepage": "https://fluidframework.com",
|
||||
"repository": {
|
||||
|
@ -40,8 +40,8 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"@fluidframework/common-definitions": "^0.20.1",
|
||||
"@fluidframework/core-interfaces": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/driver-definitions": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/core-interfaces": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/driver-definitions": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/protocol-definitions": "^1.1.0-97957"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@fluidframework/core-interfaces",
|
||||
"version": "2.0.0-internal.2.1.0",
|
||||
"version": "2.0.0-internal.3.0.0",
|
||||
"description": "Fluid object interfaces",
|
||||
"homepage": "https://fluidframework.com",
|
||||
"repository": {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@fluidframework/driver-definitions",
|
||||
"version": "2.0.0-internal.2.1.0",
|
||||
"version": "2.0.0-internal.3.0.0",
|
||||
"description": "Fluid driver definitions",
|
||||
"homepage": "https://fluidframework.com",
|
||||
"repository": {
|
||||
|
@ -38,7 +38,7 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"@fluidframework/common-definitions": "^0.20.1",
|
||||
"@fluidframework/core-interfaces": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/core-interfaces": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/protocol-definitions": "^1.1.0-97957"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@fluidframework/cell",
|
||||
"version": "2.0.0-internal.2.1.0",
|
||||
"version": "2.0.0-internal.3.0.0",
|
||||
"description": "Distributed data structure for a single value",
|
||||
"homepage": "https://fluidframework.com",
|
||||
"repository": {
|
||||
|
@ -61,21 +61,21 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"@fluidframework/common-utils": "^1.0.0",
|
||||
"@fluidframework/core-interfaces": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/datastore-definitions": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/driver-utils": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/core-interfaces": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/datastore-definitions": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/driver-utils": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/protocol-definitions": "^1.1.0-97957",
|
||||
"@fluidframework/runtime-definitions": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/shared-object-base": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0"
|
||||
"@fluidframework/runtime-definitions": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/shared-object-base": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@fluid-internal/test-dds-utils": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluid-internal/test-dds-utils": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/build-common": "^1.0.0",
|
||||
"@fluidframework/build-tools": "^0.4.6000",
|
||||
"@fluidframework/cell-previous": "npm:@fluidframework/cell@^1.1.0",
|
||||
"@fluidframework/eslint-config-fluid": "^1.0.0",
|
||||
"@fluidframework/mocha-test-setup": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/test-runtime-utils": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/mocha-test-setup": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/test-runtime-utils": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@microsoft/api-extractor": "^7.22.2",
|
||||
"@rushstack/eslint-config": "^2.5.1",
|
||||
"@types/mocha": "^9.1.1",
|
||||
|
|
|
@ -6,4 +6,4 @@
|
|||
*/
|
||||
|
||||
export const pkgName = "@fluidframework/cell";
|
||||
export const pkgVersion = "2.0.0-internal.2.1.0";
|
||||
export const pkgVersion = "2.0.0-internal.3.0.0";
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@fluidframework/counter",
|
||||
"version": "2.0.0-internal.2.1.0",
|
||||
"version": "2.0.0-internal.3.0.0",
|
||||
"description": "Counter DDS",
|
||||
"homepage": "https://fluidframework.com",
|
||||
"repository": {
|
||||
|
@ -59,20 +59,20 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"@fluidframework/common-utils": "^1.0.0",
|
||||
"@fluidframework/core-interfaces": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/datastore-definitions": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/driver-utils": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/core-interfaces": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/datastore-definitions": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/driver-utils": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/protocol-definitions": "^1.1.0-97957",
|
||||
"@fluidframework/runtime-definitions": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/shared-object-base": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0"
|
||||
"@fluidframework/runtime-definitions": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/shared-object-base": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@fluidframework/build-common": "^1.0.0",
|
||||
"@fluidframework/build-tools": "^0.4.6000",
|
||||
"@fluidframework/counter-previous": "npm:@fluidframework/counter@^1.0.0",
|
||||
"@fluidframework/eslint-config-fluid": "^1.0.0",
|
||||
"@fluidframework/mocha-test-setup": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/test-runtime-utils": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/mocha-test-setup": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/test-runtime-utils": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@microsoft/api-extractor": "^7.22.2",
|
||||
"@rushstack/eslint-config": "^2.5.1",
|
||||
"@types/mocha": "^9.1.1",
|
||||
|
|
|
@ -6,4 +6,4 @@
|
|||
*/
|
||||
|
||||
export const pkgName = "@fluidframework/counter";
|
||||
export const pkgVersion = "2.0.0-internal.2.1.0";
|
||||
export const pkgVersion = "2.0.0-internal.3.0.0";
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@fluidframework/ink",
|
||||
"version": "2.0.0-internal.2.1.0",
|
||||
"version": "2.0.0-internal.3.0.0",
|
||||
"description": "Ink DDS",
|
||||
"homepage": "https://fluidframework.com",
|
||||
"repository": {
|
||||
|
@ -61,12 +61,12 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"@fluidframework/common-utils": "^1.0.0",
|
||||
"@fluidframework/core-interfaces": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/datastore-definitions": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/driver-utils": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/core-interfaces": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/datastore-definitions": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/driver-utils": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/protocol-definitions": "^1.1.0-97957",
|
||||
"@fluidframework/runtime-definitions": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/shared-object-base": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/runtime-definitions": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/shared-object-base": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"uuid": "^8.3.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
@ -74,8 +74,8 @@
|
|||
"@fluidframework/build-tools": "^0.4.6000",
|
||||
"@fluidframework/eslint-config-fluid": "^1.0.0",
|
||||
"@fluidframework/ink-previous": "npm:@fluidframework/ink@^1.0.0",
|
||||
"@fluidframework/mocha-test-setup": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/test-runtime-utils": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/mocha-test-setup": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/test-runtime-utils": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@microsoft/api-extractor": "^7.22.2",
|
||||
"@rushstack/eslint-config": "^2.5.1",
|
||||
"@types/mocha": "^9.1.1",
|
||||
|
|
|
@ -6,4 +6,4 @@
|
|||
*/
|
||||
|
||||
export const pkgName = "@fluidframework/ink";
|
||||
export const pkgVersion = "2.0.0-internal.2.1.0";
|
||||
export const pkgVersion = "2.0.0-internal.3.0.0";
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@fluidframework/map",
|
||||
"version": "2.0.0-internal.2.1.0",
|
||||
"version": "2.0.0-internal.3.0.0",
|
||||
"description": "Distributed map",
|
||||
"homepage": "https://fluidframework.com",
|
||||
"repository": {
|
||||
|
@ -64,25 +64,25 @@
|
|||
"dependencies": {
|
||||
"@fluidframework/common-definitions": "^0.20.1",
|
||||
"@fluidframework/common-utils": "^1.0.0",
|
||||
"@fluidframework/container-utils": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/core-interfaces": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/datastore-definitions": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/driver-utils": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/container-utils": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/core-interfaces": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/datastore-definitions": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/driver-utils": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/protocol-definitions": "^1.1.0-97957",
|
||||
"@fluidframework/runtime-definitions": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/runtime-utils": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/shared-object-base": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/runtime-definitions": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/runtime-utils": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/shared-object-base": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"path-browserify": "^1.0.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@fluid-internal/test-dds-utils": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluid-internal/test-dds-utils": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluid-tools/benchmark": "^0.43.0",
|
||||
"@fluidframework/build-common": "^1.0.0",
|
||||
"@fluidframework/build-tools": "^0.4.6000",
|
||||
"@fluidframework/eslint-config-fluid": "^1.0.0",
|
||||
"@fluidframework/map-previous": "npm:@fluidframework/map@^1.0.0",
|
||||
"@fluidframework/mocha-test-setup": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/test-runtime-utils": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/mocha-test-setup": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/test-runtime-utils": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@microsoft/api-extractor": "^7.22.2",
|
||||
"@rushstack/eslint-config": "^2.5.1",
|
||||
"@types/mocha": "^9.1.1",
|
||||
|
|
|
@ -6,4 +6,4 @@
|
|||
*/
|
||||
|
||||
export const pkgName = "@fluidframework/map";
|
||||
export const pkgVersion = "2.0.0-internal.2.1.0";
|
||||
export const pkgVersion = "2.0.0-internal.3.0.0";
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@fluidframework/matrix",
|
||||
"version": "2.0.0-internal.2.1.0",
|
||||
"version": "2.0.0-internal.3.0.0",
|
||||
"description": "Distributed matrix",
|
||||
"homepage": "https://fluidframework.com",
|
||||
"repository": {
|
||||
|
@ -63,27 +63,27 @@
|
|||
"dependencies": {
|
||||
"@fluidframework/common-definitions": "^0.20.1",
|
||||
"@fluidframework/common-utils": "^1.0.0",
|
||||
"@fluidframework/core-interfaces": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/datastore-definitions": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/merge-tree": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/core-interfaces": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/datastore-definitions": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/merge-tree": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/protocol-base": "^0.1038.2000-98212",
|
||||
"@fluidframework/protocol-definitions": "^1.1.0-97957",
|
||||
"@fluidframework/runtime-definitions": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/runtime-utils": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/shared-object-base": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/telemetry-utils": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/runtime-definitions": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/runtime-utils": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/shared-object-base": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/telemetry-utils": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@tiny-calc/nano": "0.0.0-alpha.5",
|
||||
"tslib": "^1.10.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@fluid-internal/test-dds-utils": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluid-internal/test-dds-utils": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluid-tools/benchmark": "^0.43.0",
|
||||
"@fluidframework/build-common": "^1.0.0",
|
||||
"@fluidframework/build-tools": "^0.4.6000",
|
||||
"@fluidframework/eslint-config-fluid": "^1.0.0",
|
||||
"@fluidframework/matrix-previous": "npm:@fluidframework/matrix@^1.0.0",
|
||||
"@fluidframework/mocha-test-setup": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/test-runtime-utils": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/mocha-test-setup": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/test-runtime-utils": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@microsoft/api-extractor": "^7.22.2",
|
||||
"@rushstack/eslint-config": "^2.5.1",
|
||||
"@tiny-calc/micro": "0.0.0-alpha.5",
|
||||
|
|
|
@ -6,4 +6,4 @@
|
|||
*/
|
||||
|
||||
export const pkgName = "@fluidframework/matrix";
|
||||
export const pkgVersion = "2.0.0-internal.2.1.0";
|
||||
export const pkgVersion = "2.0.0-internal.3.0.0";
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@fluidframework/merge-tree",
|
||||
"version": "2.0.0-internal.2.1.0",
|
||||
"version": "2.0.0-internal.3.0.0",
|
||||
"description": "Merge tree",
|
||||
"homepage": "https://fluidframework.com",
|
||||
"repository": {
|
||||
|
@ -63,24 +63,24 @@
|
|||
"dependencies": {
|
||||
"@fluidframework/common-definitions": "^0.20.1",
|
||||
"@fluidframework/common-utils": "^1.0.0",
|
||||
"@fluidframework/container-definitions": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/container-utils": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/core-interfaces": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/datastore-definitions": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/container-definitions": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/container-utils": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/core-interfaces": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/datastore-definitions": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/protocol-definitions": "^1.1.0-97957",
|
||||
"@fluidframework/runtime-definitions": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/runtime-utils": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/shared-object-base": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/telemetry-utils": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0"
|
||||
"@fluidframework/runtime-definitions": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/runtime-utils": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/shared-object-base": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/telemetry-utils": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@fluid-internal/stochastic-test-utils": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluid-internal/stochastic-test-utils": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/build-common": "^1.0.0",
|
||||
"@fluidframework/build-tools": "^0.4.6000",
|
||||
"@fluidframework/eslint-config-fluid": "^1.0.0",
|
||||
"@fluidframework/merge-tree-previous": "npm:@fluidframework/merge-tree@^1.0.0",
|
||||
"@fluidframework/mocha-test-setup": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/test-runtime-utils": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/mocha-test-setup": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/test-runtime-utils": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@microsoft/api-extractor": "^7.22.2",
|
||||
"@rushstack/eslint-config": "^2.5.1",
|
||||
"@types/diff": "^3.5.1",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@fluidframework/ordered-collection",
|
||||
"version": "2.0.0-internal.2.1.0",
|
||||
"version": "2.0.0-internal.3.0.0",
|
||||
"description": "Consensus Collection",
|
||||
"homepage": "https://fluidframework.com",
|
||||
"repository": {
|
||||
|
@ -61,22 +61,22 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"@fluidframework/common-utils": "^1.0.0",
|
||||
"@fluidframework/core-interfaces": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/datastore-definitions": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/core-interfaces": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/datastore-definitions": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/protocol-definitions": "^1.1.0-97957",
|
||||
"@fluidframework/runtime-definitions": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/runtime-utils": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/shared-object-base": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/runtime-definitions": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/runtime-utils": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/shared-object-base": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"uuid": "^8.3.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@fluid-internal/test-dds-utils": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluid-internal/test-dds-utils": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/build-common": "^1.0.0",
|
||||
"@fluidframework/build-tools": "^0.4.6000",
|
||||
"@fluidframework/eslint-config-fluid": "^1.0.0",
|
||||
"@fluidframework/mocha-test-setup": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/mocha-test-setup": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/ordered-collection-previous": "npm:@fluidframework/ordered-collection@^1.0.0",
|
||||
"@fluidframework/test-runtime-utils": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/test-runtime-utils": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@microsoft/api-extractor": "^7.22.2",
|
||||
"@rushstack/eslint-config": "^2.5.1",
|
||||
"@types/mocha": "^9.1.1",
|
||||
|
|
|
@ -6,4 +6,4 @@
|
|||
*/
|
||||
|
||||
export const pkgName = "@fluidframework/ordered-collection";
|
||||
export const pkgVersion = "2.0.0-internal.2.1.0";
|
||||
export const pkgVersion = "2.0.0-internal.3.0.0";
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@fluid-experimental/quorum",
|
||||
"version": "2.0.0-internal.2.1.0",
|
||||
"version": "2.0.0-internal.3.0.0",
|
||||
"private": true,
|
||||
"description": "Distributed data structure for key-value pairs using quorum consensus",
|
||||
"homepage": "https://fluidframework.com",
|
||||
|
@ -62,19 +62,19 @@
|
|||
"dependencies": {
|
||||
"@fluidframework/common-definitions": "^0.20.1",
|
||||
"@fluidframework/common-utils": "^1.0.0",
|
||||
"@fluidframework/core-interfaces": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/datastore-definitions": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/driver-utils": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/core-interfaces": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/datastore-definitions": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/driver-utils": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/protocol-definitions": "^1.1.0-97957",
|
||||
"@fluidframework/runtime-definitions": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/shared-object-base": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0"
|
||||
"@fluidframework/runtime-definitions": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/shared-object-base": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@fluid-internal/test-dds-utils": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluid-internal/test-dds-utils": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/build-common": "^1.0.0",
|
||||
"@fluidframework/eslint-config-fluid": "^1.0.0",
|
||||
"@fluidframework/mocha-test-setup": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/test-runtime-utils": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/mocha-test-setup": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/test-runtime-utils": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@microsoft/api-extractor": "^7.22.2",
|
||||
"@rushstack/eslint-config": "^2.5.1",
|
||||
"@types/mocha": "^9.1.1",
|
||||
|
|
|
@ -6,4 +6,4 @@
|
|||
*/
|
||||
|
||||
export const pkgName = "@fluid-experimental/quorum";
|
||||
export const pkgVersion = "2.0.0-internal.2.1.0";
|
||||
export const pkgVersion = "2.0.0-internal.3.0.0";
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@fluidframework/register-collection",
|
||||
"version": "2.0.0-internal.2.1.0",
|
||||
"version": "2.0.0-internal.3.0.0",
|
||||
"description": "Consensus Register",
|
||||
"homepage": "https://fluidframework.com",
|
||||
"repository": {
|
||||
|
@ -61,21 +61,21 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"@fluidframework/common-utils": "^1.0.0",
|
||||
"@fluidframework/core-interfaces": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/datastore-definitions": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/core-interfaces": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/datastore-definitions": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/protocol-base": "^0.1038.2000-98212",
|
||||
"@fluidframework/protocol-definitions": "^1.1.0-97957",
|
||||
"@fluidframework/runtime-definitions": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/shared-object-base": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0"
|
||||
"@fluidframework/runtime-definitions": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/shared-object-base": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@fluid-internal/test-dds-utils": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluid-internal/test-dds-utils": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/build-common": "^1.0.0",
|
||||
"@fluidframework/build-tools": "^0.4.6000",
|
||||
"@fluidframework/eslint-config-fluid": "^1.0.0",
|
||||
"@fluidframework/mocha-test-setup": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/mocha-test-setup": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/register-collection-previous": "npm:@fluidframework/register-collection@^1.0.0",
|
||||
"@fluidframework/test-runtime-utils": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/test-runtime-utils": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@microsoft/api-extractor": "^7.22.2",
|
||||
"@rushstack/eslint-config": "^2.5.1",
|
||||
"@types/mocha": "^9.1.1",
|
||||
|
|
|
@ -6,4 +6,4 @@
|
|||
*/
|
||||
|
||||
export const pkgName = "@fluidframework/register-collection";
|
||||
export const pkgVersion = "2.0.0-internal.2.1.0";
|
||||
export const pkgVersion = "2.0.0-internal.3.0.0";
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@fluidframework/sequence",
|
||||
"version": "2.0.0-internal.2.1.0",
|
||||
"version": "2.0.0-internal.3.0.0",
|
||||
"description": "Distributed sequence",
|
||||
"homepage": "https://fluidframework.com",
|
||||
"repository": {
|
||||
|
@ -68,29 +68,29 @@
|
|||
"dependencies": {
|
||||
"@fluidframework/common-definitions": "^0.20.1",
|
||||
"@fluidframework/common-utils": "^1.0.0",
|
||||
"@fluidframework/container-utils": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/core-interfaces": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/datastore-definitions": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/merge-tree": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/container-utils": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/core-interfaces": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/datastore-definitions": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/merge-tree": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/protocol-definitions": "^1.1.0-97957",
|
||||
"@fluidframework/runtime-definitions": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/runtime-utils": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/shared-object-base": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/telemetry-utils": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/runtime-definitions": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/runtime-utils": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/shared-object-base": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/telemetry-utils": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"uuid": "^8.3.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@fluid-internal/stochastic-test-utils": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluid-internal/test-dds-utils": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluid-internal/stochastic-test-utils": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluid-internal/test-dds-utils": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluid-tools/benchmark": "^0.43.0",
|
||||
"@fluidframework/build-common": "^1.0.0",
|
||||
"@fluidframework/build-tools": "^0.4.6000",
|
||||
"@fluidframework/eslint-config-fluid": "^1.0.0",
|
||||
"@fluidframework/gitresources": "^0.1038.2000-98212",
|
||||
"@fluidframework/mocha-test-setup": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/mocha-test-setup": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/sequence-previous": "npm:@fluidframework/sequence@^1.0.0",
|
||||
"@fluidframework/server-services-client": "^0.1038.2000-98212",
|
||||
"@fluidframework/test-runtime-utils": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/test-runtime-utils": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@microsoft/api-extractor": "^7.22.2",
|
||||
"@rushstack/eslint-config": "^2.5.1",
|
||||
"@types/diff": "^3.5.1",
|
||||
|
|
|
@ -6,4 +6,4 @@
|
|||
*/
|
||||
|
||||
export const pkgName = "@fluidframework/sequence";
|
||||
export const pkgVersion = "2.0.0-internal.2.1.0";
|
||||
export const pkgVersion = "2.0.0-internal.3.0.0";
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@fluidframework/shared-object-base",
|
||||
"version": "2.0.0-internal.2.1.0",
|
||||
"version": "2.0.0-internal.3.0.0",
|
||||
"description": "Fluid base class for shared distributed data structures",
|
||||
"homepage": "https://fluidframework.com",
|
||||
"repository": {
|
||||
|
@ -63,25 +63,25 @@
|
|||
"dependencies": {
|
||||
"@fluidframework/common-definitions": "^0.20.1",
|
||||
"@fluidframework/common-utils": "^1.0.0",
|
||||
"@fluidframework/container-definitions": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/container-runtime": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/container-utils": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/core-interfaces": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/datastore": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/datastore-definitions": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/container-definitions": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/container-runtime": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/container-utils": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/core-interfaces": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/datastore": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/datastore-definitions": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/protocol-definitions": "^1.1.0-97957",
|
||||
"@fluidframework/runtime-definitions": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/runtime-utils": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/telemetry-utils": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/runtime-definitions": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/runtime-utils": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/telemetry-utils": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"uuid": "^8.3.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@fluidframework/build-common": "^1.0.0",
|
||||
"@fluidframework/build-tools": "^0.4.6000",
|
||||
"@fluidframework/eslint-config-fluid": "^1.0.0",
|
||||
"@fluidframework/mocha-test-setup": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/mocha-test-setup": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/shared-object-base-previous": "npm:@fluidframework/shared-object-base@^1.0.0",
|
||||
"@fluidframework/test-runtime-utils": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/test-runtime-utils": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@microsoft/api-extractor": "^7.22.2",
|
||||
"@rushstack/eslint-config": "^2.5.1",
|
||||
"@types/benchmark": "^2.1.0",
|
||||
|
|
|
@ -6,4 +6,4 @@
|
|||
*/
|
||||
|
||||
export const pkgName = "@fluidframework/shared-object-base";
|
||||
export const pkgVersion = "2.0.0-internal.2.1.0";
|
||||
export const pkgVersion = "2.0.0-internal.3.0.0";
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@fluidframework/shared-summary-block",
|
||||
"version": "2.0.0-internal.2.1.0",
|
||||
"version": "2.0.0-internal.3.0.0",
|
||||
"description": "A DDS that does not generate ops but is part of summary",
|
||||
"homepage": "https://fluidframework.com",
|
||||
"repository": {
|
||||
|
@ -62,20 +62,20 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"@fluidframework/common-utils": "^1.0.0",
|
||||
"@fluidframework/core-interfaces": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/datastore-definitions": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/driver-utils": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/core-interfaces": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/datastore-definitions": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/driver-utils": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/protocol-definitions": "^1.1.0-97957",
|
||||
"@fluidframework/runtime-definitions": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/shared-object-base": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0"
|
||||
"@fluidframework/runtime-definitions": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/shared-object-base": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@fluidframework/build-common": "^1.0.0",
|
||||
"@fluidframework/build-tools": "^0.4.6000",
|
||||
"@fluidframework/eslint-config-fluid": "^1.0.0",
|
||||
"@fluidframework/mocha-test-setup": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/mocha-test-setup": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/shared-summary-block-previous": "npm:@fluidframework/shared-summary-block@^1.0.0",
|
||||
"@fluidframework/test-runtime-utils": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/test-runtime-utils": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@microsoft/api-extractor": "^7.22.2",
|
||||
"@rushstack/eslint-config": "^2.5.1",
|
||||
"@types/benchmark": "^2.1.0",
|
||||
|
|
|
@ -6,4 +6,4 @@
|
|||
*/
|
||||
|
||||
export const pkgName = "@fluidframework/shared-summary-block";
|
||||
export const pkgVersion = "2.0.0-internal.2.1.0";
|
||||
export const pkgVersion = "2.0.0-internal.3.0.0";
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@fluid-experimental/task-manager",
|
||||
"version": "2.0.0-internal.2.1.0",
|
||||
"version": "2.0.0-internal.3.0.0",
|
||||
"description": "Distributed data structure for queueing exclusive tasks",
|
||||
"homepage": "https://fluidframework.com",
|
||||
"repository": {
|
||||
|
@ -62,23 +62,23 @@
|
|||
"dependencies": {
|
||||
"@fluidframework/common-definitions": "^0.20.1",
|
||||
"@fluidframework/common-utils": "^1.0.0",
|
||||
"@fluidframework/container-definitions": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/container-runtime-definitions": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/core-interfaces": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/datastore-definitions": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/driver-utils": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/container-definitions": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/container-runtime-definitions": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/core-interfaces": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/datastore-definitions": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/driver-utils": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/protocol-definitions": "^1.1.0-97957",
|
||||
"@fluidframework/runtime-definitions": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/shared-object-base": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0"
|
||||
"@fluidframework/runtime-definitions": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/shared-object-base": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@fluid-experimental/task-manager-previous": "npm:@fluid-experimental/task-manager@1.1.0",
|
||||
"@fluid-internal/test-dds-utils": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluid-internal/test-dds-utils": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/build-common": "^1.0.0",
|
||||
"@fluidframework/build-tools": "^0.4.6000",
|
||||
"@fluidframework/eslint-config-fluid": "^1.0.0",
|
||||
"@fluidframework/mocha-test-setup": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/test-runtime-utils": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/mocha-test-setup": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/test-runtime-utils": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@microsoft/api-extractor": "^7.22.2",
|
||||
"@rushstack/eslint-config": "^2.5.1",
|
||||
"@types/mocha": "^9.1.1",
|
||||
|
|
|
@ -6,4 +6,4 @@
|
|||
*/
|
||||
|
||||
export const pkgName = "@fluid-experimental/task-manager";
|
||||
export const pkgVersion = "2.0.0-internal.2.1.0";
|
||||
export const pkgVersion = "2.0.0-internal.3.0.0";
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@fluid-internal/test-dds-utils",
|
||||
"version": "2.0.0-internal.2.1.0",
|
||||
"version": "2.0.0-internal.3.0.0",
|
||||
"private": true,
|
||||
"description": "Fluid DDS test utilities",
|
||||
"homepage": "https://fluidframework.com",
|
||||
|
@ -50,7 +50,7 @@
|
|||
"temp-directory": "nyc/.nyc_output"
|
||||
},
|
||||
"dependencies": {
|
||||
"@fluidframework/shared-object-base": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/shared-object-base": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"mocha": "^10.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@fluid-internal/tree",
|
||||
"version": "2.0.0-internal.2.1.0",
|
||||
"version": "2.0.0-internal.3.0.0",
|
||||
"private": true,
|
||||
"description": "Tree",
|
||||
"homepage": "https://fluidframework.com",
|
||||
|
@ -68,28 +68,28 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"@fluidframework/common-utils": "^1.0.0",
|
||||
"@fluidframework/core-interfaces": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/datastore-definitions": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/core-interfaces": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/datastore-definitions": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/protocol-definitions": "^1.1.0-97957",
|
||||
"@fluidframework/runtime-definitions": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/runtime-utils": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/shared-object-base": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/runtime-definitions": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/runtime-utils": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/shared-object-base": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@ungap/structured-clone": "^0.3.4",
|
||||
"uuid": "^8.3.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@fluid-internal/stochastic-test-utils": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluid-internal/stochastic-test-utils": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluid-tools/benchmark": "^0.43.0",
|
||||
"@fluidframework/build-common": "^1.0.0",
|
||||
"@fluidframework/build-tools": "^0.4.6000",
|
||||
"@fluidframework/common-definitions": "^0.20.1",
|
||||
"@fluidframework/container-definitions": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/container-loader": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/container-definitions": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/container-loader": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/eslint-config-fluid": "^1.0.0",
|
||||
"@fluidframework/mocha-test-setup": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/test-drivers": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/test-runtime-utils": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/test-utils": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/mocha-test-setup": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/test-drivers": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/test-runtime-utils": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/test-utils": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@microsoft/api-extractor": "^7.22.2",
|
||||
"@rushstack/eslint-config": "^2.5.1",
|
||||
"@types/diff": "^3.5.1",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@fluidframework/debugger",
|
||||
"version": "2.0.0-internal.2.1.0",
|
||||
"version": "2.0.0-internal.3.0.0",
|
||||
"description": "Fluid Debugger - a tool to play through history of a file",
|
||||
"homepage": "https://fluidframework.com",
|
||||
"repository": {
|
||||
|
@ -34,10 +34,10 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"@fluidframework/common-utils": "^1.0.0",
|
||||
"@fluidframework/driver-definitions": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/driver-utils": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/driver-definitions": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/driver-utils": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/protocol-definitions": "^1.1.0-97957",
|
||||
"@fluidframework/replay-driver": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/replay-driver": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"jsonschema": "^1.2.6"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@fluidframework/driver-base",
|
||||
"version": "2.0.0-internal.2.1.0",
|
||||
"version": "2.0.0-internal.3.0.0",
|
||||
"description": "Shared driver code for Fluid driver implementations",
|
||||
"homepage": "https://fluidframework.com",
|
||||
"repository": {
|
||||
|
@ -35,10 +35,10 @@
|
|||
"dependencies": {
|
||||
"@fluidframework/common-definitions": "^0.20.1",
|
||||
"@fluidframework/common-utils": "^1.0.0",
|
||||
"@fluidframework/driver-definitions": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/driver-utils": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/driver-definitions": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/driver-utils": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/protocol-definitions": "^1.1.0-97957",
|
||||
"@fluidframework/telemetry-utils": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0"
|
||||
"@fluidframework/telemetry-utils": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@fluidframework/build-common": "^1.0.0",
|
||||
|
|
|
@ -6,4 +6,4 @@
|
|||
*/
|
||||
|
||||
export const pkgName = "@fluidframework/driver-base";
|
||||
export const pkgVersion = "2.0.0-internal.2.1.0";
|
||||
export const pkgVersion = "2.0.0-internal.3.0.0";
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@fluidframework/driver-web-cache",
|
||||
"version": "2.0.0-internal.2.1.0",
|
||||
"version": "2.0.0-internal.3.0.0",
|
||||
"description": "Implementation of the driver caching API for a web browser",
|
||||
"homepage": "https://fluidframework.com",
|
||||
"repository": {
|
||||
|
@ -38,8 +38,8 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"@fluidframework/common-definitions": "^0.20.1",
|
||||
"@fluidframework/odsp-driver-definitions": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/telemetry-utils": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
|
||||
"@fluidframework/odsp-driver-definitions": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"@fluidframework/telemetry-utils": ">=2.0.0-internal.3.0.0 <2.0.0-internal.4.0.0",
|
||||
"idb": "^6.1.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
|
Некоторые файлы не были показаны из-за слишком большого количества измененных файлов Показать больше
Загрузка…
Ссылка в новой задаче