Update client to use npm registry (#3452)
Disable end-to-end test for now. Will reenable it after the client package is published.
This commit is contained in:
Родитель
e64bb9a339
Коммит
da8341e54b
14
.npmrc
14
.npmrc
|
@ -1,14 +0,0 @@
|
|||
registry=https://registry.npmjs.org/
|
||||
always-auth=false
|
||||
|
||||
@microsoft:registry=https://offnet.pkgs.visualstudio.com/officenet/_packaging/fluid/npm/registry/
|
||||
@microsoft:always-auth=true
|
||||
|
||||
@fluid-internal:registry=https://offnet.pkgs.visualstudio.com/officenet/_packaging/fluid/npm/registry/
|
||||
@fluid-internal:always-auth=true
|
||||
|
||||
@fluid-example:registry=https://offnet.pkgs.visualstudio.com/officenet/_packaging/fluid/npm/registry/
|
||||
@fluid-example:always-auth=true
|
||||
|
||||
@fluidframework:registry=https://offnet.pkgs.visualstudio.com/officenet/_packaging/fluid/npm/registry/
|
||||
@fluidframework:always-auth=true
|
|
@ -57,10 +57,10 @@
|
|||
"uuid": "^3.3.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@fluidframework/build-common": "^0.18.0",
|
||||
"@fluidframework/eslint-config-fluid": "^0.18.0",
|
||||
"@fluidframework/build-common": "^0.19.2-0",
|
||||
"@fluidframework/eslint-config-fluid": "^0.19.1-0",
|
||||
"@fluidframework/get-session-storage-container": "^0.26.0",
|
||||
"@fluidframework/test-tools": "^0.1.0",
|
||||
"@fluidframework/test-tools": "^0.2.3074",
|
||||
"@types/node": "^10.17.24",
|
||||
"@types/react": "^16.9.15",
|
||||
"@types/react-dom": "^16.9.4",
|
||||
|
|
|
@ -46,8 +46,8 @@
|
|||
"react-dom": "^16.10.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@fluidframework/build-common": "^0.18.0",
|
||||
"@fluidframework/eslint-config-fluid": "^0.18.0",
|
||||
"@fluidframework/build-common": "^0.19.2-0",
|
||||
"@fluidframework/eslint-config-fluid": "^0.19.1-0",
|
||||
"@fluidframework/webpack-fluid-loader": "^0.26.0",
|
||||
"@types/node": "^10.17.24",
|
||||
"@types/react": "^16.9.15",
|
||||
|
|
|
@ -43,9 +43,9 @@
|
|||
"@fluidframework/view-interfaces": "^0.26.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@fluidframework/build-common": "^0.18.0",
|
||||
"@fluidframework/eslint-config-fluid": "^0.18.0",
|
||||
"@fluidframework/test-tools": "^0.1.0",
|
||||
"@fluidframework/build-common": "^0.19.2-0",
|
||||
"@fluidframework/eslint-config-fluid": "^0.19.1-0",
|
||||
"@fluidframework/test-tools": "^0.2.3074",
|
||||
"@fluidframework/webpack-fluid-loader": "^0.26.0",
|
||||
"@types/expect-puppeteer": "2.2.1",
|
||||
"@types/jest": "22.2.3",
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
|
||||
module.exports = {
|
||||
"extends": [
|
||||
"@microsoft/eslint-config-fluid"
|
||||
"@fluidframework/eslint-config-fluid"
|
||||
],
|
||||
"rules": {}
|
||||
}
|
|
@ -42,9 +42,9 @@
|
|||
"react-dom": "^16.10.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@fluidframework/build-common": "^0.18.0",
|
||||
"@fluidframework/build-common": "^0.19.2-0",
|
||||
"@fluidframework/eslint-config-fluid": "^0.19.1-0",
|
||||
"@fluidframework/webpack-fluid-loader": "^0.26.0",
|
||||
"@microsoft/eslint-config-fluid": "^0.16.0",
|
||||
"@types/expect-puppeteer": "2.2.1",
|
||||
"@types/jest": "22.2.3",
|
||||
"@types/jest-environment-puppeteer": "2.2.0",
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
|
||||
module.exports = {
|
||||
"extends": [
|
||||
"@microsoft/eslint-config-fluid"
|
||||
"@fluidframework/eslint-config-fluid"
|
||||
],
|
||||
"rules": {}
|
||||
}
|
|
@ -42,9 +42,9 @@
|
|||
"react-dom": "^16.10.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@fluidframework/build-common": "^0.18.0",
|
||||
"@fluidframework/build-common": "^0.19.2-0",
|
||||
"@fluidframework/eslint-config-fluid": "^0.19.1-0",
|
||||
"@fluidframework/webpack-fluid-loader": "^0.26.0",
|
||||
"@microsoft/eslint-config-fluid": "^0.16.0",
|
||||
"@types/expect-puppeteer": "2.2.1",
|
||||
"@types/jest": "22.2.3",
|
||||
"@types/jest-environment-puppeteer": "2.2.0",
|
||||
|
|
|
@ -44,9 +44,9 @@
|
|||
"react-dom": "^16.10.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@fluidframework/build-common": "^0.18.0",
|
||||
"@fluidframework/eslint-config-fluid": "^0.18.0",
|
||||
"@fluidframework/test-tools": "^0.1.0",
|
||||
"@fluidframework/build-common": "^0.19.2-0",
|
||||
"@fluidframework/eslint-config-fluid": "^0.19.1-0",
|
||||
"@fluidframework/test-tools": "^0.2.3074",
|
||||
"@fluidframework/webpack-fluid-loader": "^0.26.0",
|
||||
"@types/expect-puppeteer": "2.2.1",
|
||||
"@types/jest": "22.2.3",
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
|
||||
module.exports = {
|
||||
"extends": [
|
||||
"@microsoft/eslint-config-fluid"
|
||||
"@fluidframework/eslint-config-fluid"
|
||||
],
|
||||
"rules": {}
|
||||
}
|
|
@ -43,9 +43,9 @@
|
|||
"react-dom": "^16.10.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@fluidframework/build-common": "^0.18.0",
|
||||
"@fluidframework/build-common": "^0.19.2-0",
|
||||
"@fluidframework/eslint-config-fluid": "^0.19.1-0",
|
||||
"@fluidframework/webpack-fluid-loader": "^0.26.0",
|
||||
"@microsoft/eslint-config-fluid": "^0.16.0",
|
||||
"@types/expect-puppeteer": "2.2.1",
|
||||
"@types/jest": "22.2.3",
|
||||
"@types/jest-environment-puppeteer": "2.2.0",
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
|
||||
module.exports = {
|
||||
"extends": [
|
||||
"@microsoft/eslint-config-fluid"
|
||||
"@fluidframework/eslint-config-fluid"
|
||||
],
|
||||
"rules": {}
|
||||
}
|
|
@ -43,9 +43,9 @@
|
|||
"react-dom": "^16.10.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@fluidframework/build-common": "^0.18.0",
|
||||
"@fluidframework/build-common": "^0.19.2-0",
|
||||
"@fluidframework/eslint-config-fluid": "^0.19.1-0",
|
||||
"@fluidframework/webpack-fluid-loader": "^0.26.0",
|
||||
"@microsoft/eslint-config-fluid": "^0.16.0",
|
||||
"@types/expect-puppeteer": "2.2.1",
|
||||
"@types/jest": "22.2.3",
|
||||
"@types/jest-environment-puppeteer": "2.2.0",
|
||||
|
|
|
@ -46,9 +46,9 @@
|
|||
"react-dom": "^16.10.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@fluidframework/build-common": "^0.18.0",
|
||||
"@fluidframework/eslint-config-fluid": "^0.18.0",
|
||||
"@fluidframework/test-tools": "^0.1.0",
|
||||
"@fluidframework/build-common": "^0.19.2-0",
|
||||
"@fluidframework/eslint-config-fluid": "^0.19.1-0",
|
||||
"@fluidframework/test-tools": "^0.2.3074",
|
||||
"@fluidframework/webpack-fluid-loader": "^0.26.0",
|
||||
"@types/expect-puppeteer": "2.2.1",
|
||||
"@types/jest": "22.2.3",
|
||||
|
|
|
@ -51,14 +51,14 @@
|
|||
"@fluid-example/fluid-object-interfaces": "^0.26.0",
|
||||
"@fluid-example/search-menu": "^0.26.0",
|
||||
"@fluid-internal/client-api": "^0.26.0",
|
||||
"@fluidframework/common-utils": "^0.22.1",
|
||||
"@fluidframework/common-utils": "^0.23.0-0",
|
||||
"@fluidframework/container-definitions": "^0.26.0",
|
||||
"@fluidframework/core-interfaces": "^0.26.0",
|
||||
"@fluidframework/datastore-definitions": "^0.26.0",
|
||||
"@fluidframework/ink": "^0.26.0",
|
||||
"@fluidframework/map": "^0.26.0",
|
||||
"@fluidframework/merge-tree": "^0.26.0",
|
||||
"@fluidframework/protocol-definitions": "^0.1011.1",
|
||||
"@fluidframework/protocol-definitions": "^0.1012.0-0",
|
||||
"@fluidframework/request-handler": "^0.26.0",
|
||||
"@fluidframework/runtime-definitions": "^0.26.0",
|
||||
"@fluidframework/runtime-utils": "^0.26.0",
|
||||
|
@ -71,8 +71,8 @@
|
|||
"shape-detector": "^0.2.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@fluidframework/build-common": "^0.18.0",
|
||||
"@fluidframework/eslint-config-fluid": "^0.18.0",
|
||||
"@fluidframework/build-common": "^0.19.2-0",
|
||||
"@fluidframework/eslint-config-fluid": "^0.19.1-0",
|
||||
"@fluidframework/mocha-test-setup": "^0.26.0",
|
||||
"@types/assert": "^1.5.1",
|
||||
"@types/debug": "^4.1.5",
|
||||
|
|
|
@ -51,8 +51,8 @@
|
|||
"codemirror": "^5.48.4"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@fluidframework/build-common": "^0.18.0",
|
||||
"@fluidframework/eslint-config-fluid": "^0.18.0",
|
||||
"@fluidframework/build-common": "^0.19.2-0",
|
||||
"@fluidframework/eslint-config-fluid": "^0.19.1-0",
|
||||
"@fluidframework/webpack-fluid-loader": "^0.26.0",
|
||||
"@types/node": "^10.17.24",
|
||||
"@typescript-eslint/eslint-plugin": "~2.17.0",
|
||||
|
|
|
@ -46,9 +46,9 @@
|
|||
"react-dom": "^16.10.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@fluidframework/build-common": "^0.18.0",
|
||||
"@fluidframework/eslint-config-fluid": "^0.18.0",
|
||||
"@fluidframework/test-tools": "^0.1.0",
|
||||
"@fluidframework/build-common": "^0.19.2-0",
|
||||
"@fluidframework/eslint-config-fluid": "^0.19.1-0",
|
||||
"@fluidframework/test-tools": "^0.2.3074",
|
||||
"@fluidframework/webpack-fluid-loader": "^0.26.0",
|
||||
"@types/expect-puppeteer": "2.2.1",
|
||||
"@types/jest": "22.2.3",
|
||||
|
|
|
@ -44,9 +44,9 @@
|
|||
"react-dom": "^16.10.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@fluidframework/build-common": "^0.18.0",
|
||||
"@fluidframework/eslint-config-fluid": "^0.18.0",
|
||||
"@fluidframework/test-tools": "^0.1.0",
|
||||
"@fluidframework/build-common": "^0.19.2-0",
|
||||
"@fluidframework/eslint-config-fluid": "^0.19.1-0",
|
||||
"@fluidframework/test-tools": "^0.2.3074",
|
||||
"@fluidframework/webpack-fluid-loader": "^0.26.0",
|
||||
"@types/expect-puppeteer": "2.2.1",
|
||||
"@types/jest": "22.2.3",
|
||||
|
|
|
@ -56,8 +56,8 @@
|
|||
"temp-directory": "nyc/.nyc_output"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@fluidframework/build-common": "^0.18.0",
|
||||
"@fluidframework/eslint-config-fluid": "^0.18.0",
|
||||
"@fluidframework/build-common": "^0.19.2-0",
|
||||
"@fluidframework/eslint-config-fluid": "^0.19.1-0",
|
||||
"@fluidframework/mocha-test-setup": "^0.26.0",
|
||||
"@types/benchmark": "^1.0.31",
|
||||
"@types/mocha": "^5.2.5",
|
||||
|
|
|
@ -39,8 +39,8 @@
|
|||
"@types/node": "^10.17.24"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@fluidframework/build-common": "^0.18.0",
|
||||
"@fluidframework/eslint-config-fluid": "^0.18.0",
|
||||
"@fluidframework/build-common": "^0.19.2-0",
|
||||
"@fluidframework/eslint-config-fluid": "^0.19.1-0",
|
||||
"@typescript-eslint/eslint-plugin": "~2.17.0",
|
||||
"@typescript-eslint/parser": "~2.17.0",
|
||||
"concurrently": "^5.2.0",
|
||||
|
|
|
@ -40,7 +40,7 @@
|
|||
"react-image-gallery": "^0.9.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@fluidframework/eslint-config-fluid": "^0.18.0",
|
||||
"@fluidframework/eslint-config-fluid": "^0.19.1-0",
|
||||
"@fluidframework/webpack-fluid-loader": "^0.26.0",
|
||||
"@types/node": "^10.17.24",
|
||||
"@types/react-dom": "^16.9.4",
|
||||
|
|
|
@ -44,8 +44,8 @@
|
|||
"debug": "^4.1.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@fluidframework/build-common": "^0.18.0",
|
||||
"@fluidframework/eslint-config-fluid": "^0.18.0",
|
||||
"@fluidframework/build-common": "^0.19.2-0",
|
||||
"@fluidframework/eslint-config-fluid": "^0.19.1-0",
|
||||
"@fluidframework/webpack-fluid-loader": "^0.26.0",
|
||||
"@types/node": "^10.17.24",
|
||||
"@typescript-eslint/eslint-plugin": "~2.17.0",
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
|
||||
module.exports = {
|
||||
"extends": [
|
||||
"@microsoft/eslint-config-fluid"
|
||||
"@fluidframework/eslint-config-fluid"
|
||||
],
|
||||
"rules": {}
|
||||
}
|
|
@ -42,9 +42,9 @@
|
|||
"react-dom": "^16.10.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@fluidframework/build-common": "^0.18.0",
|
||||
"@fluidframework/build-common": "^0.19.2-0",
|
||||
"@fluidframework/eslint-config-fluid": "^0.19.1-0",
|
||||
"@fluidframework/webpack-fluid-loader": "^0.26.0",
|
||||
"@microsoft/eslint-config-fluid": "^0.16.0",
|
||||
"@types/expect-puppeteer": "2.2.1",
|
||||
"@types/jest": "22.2.3",
|
||||
"@types/jest-environment-puppeteer": "2.2.0",
|
||||
|
|
|
@ -46,8 +46,8 @@
|
|||
"katex": "^0.10.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@fluidframework/build-common": "^0.18.0",
|
||||
"@fluidframework/eslint-config-fluid": "^0.18.0",
|
||||
"@fluidframework/build-common": "^0.19.2-0",
|
||||
"@fluidframework/eslint-config-fluid": "^0.19.1-0",
|
||||
"@types/node": "^10.17.24",
|
||||
"@typescript-eslint/eslint-plugin": "~2.17.0",
|
||||
"@typescript-eslint/parser": "~2.17.0",
|
||||
|
|
|
@ -46,8 +46,8 @@
|
|||
"monaco-editor": "^0.15.6"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@fluidframework/build-common": "^0.18.0",
|
||||
"@fluidframework/eslint-config-fluid": "^0.18.0",
|
||||
"@fluidframework/build-common": "^0.19.2-0",
|
||||
"@fluidframework/eslint-config-fluid": "^0.19.1-0",
|
||||
"@fluidframework/webpack-fluid-loader": "^0.26.0",
|
||||
"@typescript-eslint/eslint-plugin": "~2.17.0",
|
||||
"@typescript-eslint/parser": "~2.17.0",
|
||||
|
|
|
@ -43,9 +43,9 @@
|
|||
"@fluidframework/map": "^0.26.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@fluidframework/build-common": "^0.18.0",
|
||||
"@fluidframework/eslint-config-fluid": "^0.18.0",
|
||||
"@fluidframework/test-tools": "^0.1.0",
|
||||
"@fluidframework/build-common": "^0.19.2-0",
|
||||
"@fluidframework/eslint-config-fluid": "^0.19.1-0",
|
||||
"@fluidframework/test-tools": "^0.2.3074",
|
||||
"@fluidframework/webpack-fluid-loader": "^0.26.0",
|
||||
"@types/expect-puppeteer": "2.2.1",
|
||||
"@types/jest": "22.2.3",
|
||||
|
|
|
@ -42,9 +42,9 @@
|
|||
"react": "^16.10.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@fluidframework/build-common": "^0.18.0",
|
||||
"@fluidframework/eslint-config-fluid": "^0.18.0",
|
||||
"@fluidframework/test-tools": "^0.1.0",
|
||||
"@fluidframework/build-common": "^0.19.2-0",
|
||||
"@fluidframework/eslint-config-fluid": "^0.19.1-0",
|
||||
"@fluidframework/test-tools": "^0.2.3074",
|
||||
"@fluidframework/webpack-fluid-loader": "^0.26.0",
|
||||
"@types/expect-puppeteer": "2.2.1",
|
||||
"@types/jest": "22.2.3",
|
||||
|
|
|
@ -53,9 +53,9 @@
|
|||
"react": "^16.10.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@fluidframework/build-common": "^0.18.0",
|
||||
"@fluidframework/eslint-config-fluid": "^0.18.0",
|
||||
"@fluidframework/test-tools": "^0.1.0",
|
||||
"@fluidframework/build-common": "^0.19.2-0",
|
||||
"@fluidframework/eslint-config-fluid": "^0.19.1-0",
|
||||
"@fluidframework/test-tools": "^0.2.3074",
|
||||
"@fluidframework/webpack-fluid-loader": "^0.26.0",
|
||||
"@types/expect-puppeteer": "2.2.1",
|
||||
"@types/jest": "22.2.3",
|
||||
|
|
|
@ -41,9 +41,9 @@
|
|||
"@fluidframework/map": "^0.26.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@fluidframework/build-common": "^0.18.0",
|
||||
"@fluidframework/eslint-config-fluid": "^0.18.0",
|
||||
"@fluidframework/test-tools": "^0.1.0",
|
||||
"@fluidframework/build-common": "^0.19.2-0",
|
||||
"@fluidframework/eslint-config-fluid": "^0.19.1-0",
|
||||
"@fluidframework/test-tools": "^0.2.3074",
|
||||
"@fluidframework/webpack-fluid-loader": "^0.26.0",
|
||||
"@types/expect-puppeteer": "2.2.1",
|
||||
"@types/jest": "22.2.3",
|
||||
|
|
|
@ -27,8 +27,8 @@
|
|||
"webpack:dev": "webpack --env.development"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@fluidframework/build-common": "^0.18.0",
|
||||
"@fluidframework/eslint-config-fluid": "^0.18.0",
|
||||
"@fluidframework/build-common": "^0.19.2-0",
|
||||
"@fluidframework/eslint-config-fluid": "^0.19.1-0",
|
||||
"@types/expect-puppeteer": "2.2.1",
|
||||
"@types/node": "^10.17.24",
|
||||
"@types/puppeteer": "1.3.0",
|
||||
|
|
|
@ -41,9 +41,9 @@
|
|||
"react": "^16.10.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@fluidframework/build-common": "^0.18.0",
|
||||
"@fluidframework/eslint-config-fluid": "^0.18.0",
|
||||
"@fluidframework/test-tools": "^0.1.0",
|
||||
"@fluidframework/build-common": "^0.19.2-0",
|
||||
"@fluidframework/eslint-config-fluid": "^0.19.1-0",
|
||||
"@fluidframework/test-tools": "^0.2.3074",
|
||||
"@fluidframework/webpack-fluid-loader": "^0.26.0",
|
||||
"@types/expect-puppeteer": "2.2.1",
|
||||
"@types/jest": "22.2.3",
|
||||
|
|
|
@ -41,9 +41,9 @@
|
|||
"react": "^16.10.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@fluidframework/build-common": "^0.18.0",
|
||||
"@fluidframework/eslint-config-fluid": "^0.18.0",
|
||||
"@fluidframework/test-tools": "^0.1.0",
|
||||
"@fluidframework/build-common": "^0.19.2-0",
|
||||
"@fluidframework/eslint-config-fluid": "^0.19.1-0",
|
||||
"@fluidframework/test-tools": "^0.2.3074",
|
||||
"@fluidframework/webpack-fluid-loader": "^0.26.0",
|
||||
"@types/expect-puppeteer": "2.2.1",
|
||||
"@types/jest": "22.2.3",
|
||||
|
|
|
@ -41,9 +41,9 @@
|
|||
"react": "^16.10.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@fluidframework/build-common": "^0.18.0",
|
||||
"@fluidframework/eslint-config-fluid": "^0.18.0",
|
||||
"@fluidframework/test-tools": "^0.1.0",
|
||||
"@fluidframework/build-common": "^0.19.2-0",
|
||||
"@fluidframework/eslint-config-fluid": "^0.19.1-0",
|
||||
"@fluidframework/test-tools": "^0.2.3074",
|
||||
"@fluidframework/webpack-fluid-loader": "^0.26.0",
|
||||
"@types/expect-puppeteer": "2.2.1",
|
||||
"@types/jest": "22.2.3",
|
||||
|
|
|
@ -43,8 +43,8 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"@babel/plugin-proposal-class-properties": "^7.4.4",
|
||||
"@fluidframework/build-common": "^0.18.0",
|
||||
"@fluidframework/eslint-config-fluid": "^0.18.0",
|
||||
"@fluidframework/build-common": "^0.19.2-0",
|
||||
"@fluidframework/eslint-config-fluid": "^0.19.1-0",
|
||||
"@fluidframework/webpack-fluid-loader": "^0.26.0",
|
||||
"@types/node": "^10.17.24",
|
||||
"@types/react": "^16.9.15",
|
||||
|
|
|
@ -41,7 +41,7 @@
|
|||
"@fluidframework/core-interfaces": "^0.26.0",
|
||||
"@fluidframework/counter": "^0.26.0",
|
||||
"@fluidframework/map": "^0.26.0",
|
||||
"@fluidframework/protocol-definitions": "^0.1011.1",
|
||||
"@fluidframework/protocol-definitions": "^0.1012.0-0",
|
||||
"@fluidframework/runtime-definitions": "^0.26.0",
|
||||
"@fluidframework/synthesize": "^0.26.0",
|
||||
"@fluidframework/view-adapters": "^0.26.0",
|
||||
|
@ -50,9 +50,9 @@
|
|||
"react-dom": "^16.10.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@fluidframework/build-common": "^0.18.0",
|
||||
"@fluidframework/eslint-config-fluid": "^0.18.0",
|
||||
"@fluidframework/test-tools": "^0.1.0",
|
||||
"@fluidframework/build-common": "^0.19.2-0",
|
||||
"@fluidframework/eslint-config-fluid": "^0.19.1-0",
|
||||
"@fluidframework/test-tools": "^0.2.3074",
|
||||
"@fluidframework/webpack-fluid-loader": "^0.26.0",
|
||||
"@types/expect-puppeteer": "2.2.1",
|
||||
"@types/jest": "22.2.3",
|
||||
|
|
|
@ -41,8 +41,8 @@
|
|||
"react-dom": "^16.10.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@fluidframework/build-common": "^0.18.0",
|
||||
"@fluidframework/eslint-config-fluid": "^0.18.0",
|
||||
"@fluidframework/build-common": "^0.19.2-0",
|
||||
"@fluidframework/eslint-config-fluid": "^0.19.1-0",
|
||||
"@fluidframework/webpack-fluid-loader": "^0.26.0",
|
||||
"@types/node": "^10.17.24",
|
||||
"@types/react": "^16.9.15",
|
||||
|
|
|
@ -39,8 +39,8 @@
|
|||
"bootstrap": "^3.3.7"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@fluidframework/build-common": "^0.18.0",
|
||||
"@fluidframework/eslint-config-fluid": "^0.18.0",
|
||||
"@fluidframework/build-common": "^0.19.2-0",
|
||||
"@fluidframework/eslint-config-fluid": "^0.19.1-0",
|
||||
"@typescript-eslint/eslint-plugin": "~2.17.0",
|
||||
"@typescript-eslint/parser": "~2.17.0",
|
||||
"concurrently": "^5.2.0",
|
||||
|
|
|
@ -63,8 +63,8 @@
|
|||
"prosemirror-view": "^1.10.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@fluidframework/build-common": "^0.18.0",
|
||||
"@fluidframework/eslint-config-fluid": "^0.18.0",
|
||||
"@fluidframework/build-common": "^0.19.2-0",
|
||||
"@fluidframework/eslint-config-fluid": "^0.19.1-0",
|
||||
"@fluidframework/webpack-fluid-loader": "^0.26.0",
|
||||
"@types/node": "^10.17.24",
|
||||
"@typescript-eslint/eslint-plugin": "~2.17.0",
|
||||
|
|
|
@ -32,8 +32,8 @@
|
|||
"react": "^16.10.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@fluidframework/build-common": "^0.18.0",
|
||||
"@fluidframework/eslint-config-fluid": "^0.18.0",
|
||||
"@fluidframework/build-common": "^0.19.2-0",
|
||||
"@fluidframework/eslint-config-fluid": "^0.19.1-0",
|
||||
"@microsoft/api-extractor": "^7.7.2",
|
||||
"@types/node": "^10.17.24",
|
||||
"@types/react": "^16.9.15",
|
||||
|
|
|
@ -43,7 +43,7 @@
|
|||
"@fluidframework/datastore-definitions": "^0.26.0",
|
||||
"@fluidframework/map": "^0.26.0",
|
||||
"@fluidframework/merge-tree": "^0.26.0",
|
||||
"@fluidframework/protocol-definitions": "^0.1011.1",
|
||||
"@fluidframework/protocol-definitions": "^0.1012.0-0",
|
||||
"@fluidframework/request-handler": "^0.26.0",
|
||||
"@fluidframework/runtime-definitions": "^0.26.0",
|
||||
"@fluidframework/sequence": "^0.26.0",
|
||||
|
@ -55,8 +55,8 @@
|
|||
"lodash": "^4.17.19"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@fluidframework/build-common": "^0.18.0",
|
||||
"@fluidframework/eslint-config-fluid": "^0.18.0",
|
||||
"@fluidframework/build-common": "^0.19.2-0",
|
||||
"@fluidframework/eslint-config-fluid": "^0.19.1-0",
|
||||
"@fluidframework/webpack-fluid-loader": "^0.26.0",
|
||||
"@types/async": "^2.0.50",
|
||||
"@types/lodash": "^4.14.118",
|
||||
|
|
|
@ -30,8 +30,8 @@
|
|||
"@types/node": "^10.17.24"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@fluidframework/build-common": "^0.18.0",
|
||||
"@fluidframework/eslint-config-fluid": "^0.18.0",
|
||||
"@fluidframework/build-common": "^0.19.2-0",
|
||||
"@fluidframework/eslint-config-fluid": "^0.19.1-0",
|
||||
"@typescript-eslint/eslint-plugin": "~2.17.0",
|
||||
"@typescript-eslint/parser": "~2.17.0",
|
||||
"concurrently": "^5.2.0",
|
||||
|
|
|
@ -50,7 +50,7 @@
|
|||
"@fluid-internal/client-api": "^0.26.0",
|
||||
"@fluidframework/aqueduct": "^0.26.0",
|
||||
"@fluidframework/cell": "^0.26.0",
|
||||
"@fluidframework/common-utils": "^0.22.1",
|
||||
"@fluidframework/common-utils": "^0.23.0-0",
|
||||
"@fluidframework/container-definitions": "^0.26.0",
|
||||
"@fluidframework/container-runtime": "^0.26.0",
|
||||
"@fluidframework/core-interfaces": "^0.26.0",
|
||||
|
@ -78,8 +78,8 @@
|
|||
"react-dom": "^16.10.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@fluidframework/build-common": "^0.18.0",
|
||||
"@fluidframework/test-tools": "^0.1.0",
|
||||
"@fluidframework/build-common": "^0.19.2-0",
|
||||
"@fluidframework/test-tools": "^0.2.3074",
|
||||
"@fluidframework/webpack-fluid-loader": "^0.26.0",
|
||||
"@types/expect-puppeteer": "2.2.1",
|
||||
"@types/jest": "22.2.3",
|
||||
|
|
|
@ -37,7 +37,7 @@
|
|||
"@fluidframework/view-interfaces": "^0.26.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@fluidframework/eslint-config-fluid": "^0.18.0",
|
||||
"@fluidframework/eslint-config-fluid": "^0.19.1-0",
|
||||
"@fluidframework/webpack-fluid-loader": "^0.26.0",
|
||||
"@types/node": "^10.17.24",
|
||||
"@typescript-eslint/eslint-plugin": "~2.17.0",
|
||||
|
|
|
@ -50,8 +50,8 @@
|
|||
"simplemde": "^1.11.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@fluidframework/build-common": "^0.18.0",
|
||||
"@fluidframework/eslint-config-fluid": "^0.18.0",
|
||||
"@fluidframework/build-common": "^0.19.2-0",
|
||||
"@fluidframework/eslint-config-fluid": "^0.19.1-0",
|
||||
"@fluidframework/webpack-fluid-loader": "^0.26.0",
|
||||
"@types/node": "^10.17.24",
|
||||
"@typescript-eslint/eslint-plugin": "~2.17.0",
|
||||
|
|
|
@ -47,22 +47,22 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"@fluidframework/aqueduct": "^0.26.0",
|
||||
"@fluidframework/common-definitions": "^0.18.1",
|
||||
"@fluidframework/common-definitions": "^0.19.1-0",
|
||||
"@fluidframework/core-interfaces": "^0.26.0",
|
||||
"@fluidframework/datastore-definitions": "^0.26.0",
|
||||
"@fluidframework/merge-tree": "^0.26.0",
|
||||
"@fluidframework/protocol-definitions": "^0.1011.1",
|
||||
"@fluidframework/protocol-definitions": "^0.1012.0-0",
|
||||
"@fluidframework/runtime-definitions": "^0.26.0",
|
||||
"@fluidframework/sequence": "^0.26.0",
|
||||
"debug": "^4.1.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@fluidframework/build-common": "^0.18.0",
|
||||
"@fluidframework/eslint-config-fluid": "^0.18.0",
|
||||
"@fluidframework/build-common": "^0.19.2-0",
|
||||
"@fluidframework/eslint-config-fluid": "^0.19.1-0",
|
||||
"@fluidframework/local-driver": "^0.26.0",
|
||||
"@fluidframework/mocha-test-setup": "^0.26.0",
|
||||
"@fluidframework/runtime-utils": "^0.26.0",
|
||||
"@fluidframework/server-local-server": "^0.1011.1",
|
||||
"@fluidframework/server-local-server": "^0.1012.0-0",
|
||||
"@fluidframework/test-runtime-utils": "^0.26.0",
|
||||
"@fluidframework/test-utils": "^0.26.0",
|
||||
"@types/debug": "^4.1.5",
|
||||
|
|
|
@ -45,8 +45,8 @@
|
|||
"@tiny-calc/micro": "0.0.0-alpha.5"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@fluidframework/build-common": "^0.18.0",
|
||||
"@fluidframework/eslint-config-fluid": "^0.18.0",
|
||||
"@fluidframework/build-common": "^0.19.2-0",
|
||||
"@fluidframework/eslint-config-fluid": "^0.19.1-0",
|
||||
"@fluidframework/webpack-fluid-loader": "^0.26.0",
|
||||
"@types/node": "^10.17.24",
|
||||
"@typescript-eslint/eslint-plugin": "~2.17.0",
|
||||
|
|
|
@ -51,9 +51,9 @@
|
|||
"react-dom": "^16.10.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@fluidframework/build-common": "^0.18.0",
|
||||
"@fluidframework/eslint-config-fluid": "^0.18.0",
|
||||
"@fluidframework/test-tools": "^0.1.0",
|
||||
"@fluidframework/build-common": "^0.19.2-0",
|
||||
"@fluidframework/eslint-config-fluid": "^0.19.1-0",
|
||||
"@fluidframework/test-tools": "^0.2.3074",
|
||||
"@fluidframework/webpack-fluid-loader": "^0.26.0",
|
||||
"@types/node": "^10.17.24",
|
||||
"@types/react": "^16.9.15",
|
||||
|
|
|
@ -39,8 +39,8 @@
|
|||
"@types/node": "^10.17.24"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@fluidframework/build-common": "^0.18.0",
|
||||
"@fluidframework/eslint-config-fluid": "^0.18.0",
|
||||
"@fluidframework/build-common": "^0.19.2-0",
|
||||
"@fluidframework/eslint-config-fluid": "^0.19.1-0",
|
||||
"@typescript-eslint/eslint-plugin": "~2.17.0",
|
||||
"@typescript-eslint/parser": "~2.17.0",
|
||||
"concurrently": "^5.2.0",
|
||||
|
|
|
@ -47,7 +47,7 @@
|
|||
"@fluidframework/datastore-definitions": "^0.26.0",
|
||||
"@fluidframework/last-edited-experimental": "^0.26.0",
|
||||
"@fluidframework/map": "^0.26.0",
|
||||
"@fluidframework/protocol-definitions": "^0.1011.1",
|
||||
"@fluidframework/protocol-definitions": "^0.1012.0-0",
|
||||
"@fluidframework/request-handler": "^0.26.0",
|
||||
"@fluidframework/runtime-definitions": "^0.26.0",
|
||||
"@fluidframework/runtime-utils": "^0.26.0",
|
||||
|
@ -60,9 +60,9 @@
|
|||
"uuid": "^3.3.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@fluidframework/build-common": "^0.18.0",
|
||||
"@fluidframework/eslint-config-fluid": "^0.18.0",
|
||||
"@fluidframework/test-tools": "^0.1.0",
|
||||
"@fluidframework/build-common": "^0.19.2-0",
|
||||
"@fluidframework/eslint-config-fluid": "^0.19.1-0",
|
||||
"@fluidframework/test-tools": "^0.2.3074",
|
||||
"@fluidframework/webpack-fluid-loader": "^0.26.0",
|
||||
"@types/node": "^10.17.24",
|
||||
"@types/react": "^16.9.15",
|
||||
|
|
|
@ -68,7 +68,7 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"@fluid-example/flow-util-lib": "^0.26.0",
|
||||
"@fluidframework/common-definitions": "^0.18.1",
|
||||
"@fluidframework/common-definitions": "^0.19.1-0",
|
||||
"@fluidframework/core-interfaces": "^0.26.0",
|
||||
"@fluidframework/data-object-base": "^0.26.0",
|
||||
"@fluidframework/map": "^0.26.0",
|
||||
|
@ -79,11 +79,12 @@
|
|||
"debug": "^4.1.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@fluidframework/build-common": "^0.18.0",
|
||||
"@fluidframework/eslint-config-fluid": "^0.18.0",
|
||||
"@fluidframework/build-common": "^0.19.2-0",
|
||||
"@fluidframework/eslint-config-fluid": "^0.19.1-0",
|
||||
"@fluidframework/local-driver": "^0.26.0",
|
||||
"@fluidframework/mocha-test-setup": "^0.26.0",
|
||||
"@fluidframework/runtime-utils": "^0.26.0",
|
||||
"@fluidframework/server-local-server": "^0.1011.1",
|
||||
"@fluidframework/server-local-server": "^0.1012.0-0",
|
||||
"@fluidframework/test-utils": "^0.26.0",
|
||||
"@fluidframework/webpack-fluid-loader": "^0.26.0",
|
||||
"@types/debug": "^4.1.5",
|
||||
|
|
|
@ -43,9 +43,9 @@
|
|||
"react-dom": "^16.10.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@fluidframework/build-common": "^0.18.0",
|
||||
"@fluidframework/eslint-config-fluid": "^0.18.0",
|
||||
"@fluidframework/test-tools": "^0.1.0",
|
||||
"@fluidframework/build-common": "^0.19.2-0",
|
||||
"@fluidframework/eslint-config-fluid": "^0.19.1-0",
|
||||
"@fluidframework/test-tools": "^0.2.3074",
|
||||
"@types/expect-puppeteer": "2.2.1",
|
||||
"@types/jest": "22.2.3",
|
||||
"@types/jest-environment-puppeteer": "2.2.0",
|
||||
|
|
|
@ -38,9 +38,9 @@
|
|||
"@fluidframework/get-tinylicious-container": "^0.26.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@fluidframework/build-common": "^0.18.0",
|
||||
"@fluidframework/eslint-config-fluid": "^0.18.0",
|
||||
"@fluidframework/test-tools": "^0.1.0",
|
||||
"@fluidframework/build-common": "^0.19.2-0",
|
||||
"@fluidframework/eslint-config-fluid": "^0.19.1-0",
|
||||
"@fluidframework/test-tools": "^0.2.3074",
|
||||
"@types/expect-puppeteer": "2.2.1",
|
||||
"@types/jest": "22.2.3",
|
||||
"@types/jest-environment-puppeteer": "2.2.0",
|
||||
|
|
|
@ -32,8 +32,8 @@
|
|||
"@fluidframework/core-interfaces": "^0.26.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@fluidframework/build-common": "^0.18.0",
|
||||
"@fluidframework/eslint-config-fluid": "^0.18.0",
|
||||
"@fluidframework/build-common": "^0.19.2-0",
|
||||
"@fluidframework/eslint-config-fluid": "^0.19.1-0",
|
||||
"@microsoft/api-extractor": "^7.7.2",
|
||||
"@types/node": "^10.17.24",
|
||||
"@typescript-eslint/eslint-plugin": "~2.17.0",
|
||||
|
|
|
@ -29,15 +29,15 @@
|
|||
"@fluidframework/container-definitions": "^0.26.0",
|
||||
"@fluidframework/container-loader": "^0.26.0",
|
||||
"@fluidframework/core-interfaces": "^0.26.0",
|
||||
"@fluidframework/protocol-definitions": "^0.1011.1",
|
||||
"@fluidframework/protocol-definitions": "^0.1012.0-0",
|
||||
"@fluidframework/routerlicious-driver": "^0.26.0",
|
||||
"@fluidframework/test-runtime-utils": "^0.26.0",
|
||||
"@fluidframework/view-interfaces": "^0.26.0",
|
||||
"@fluidframework/web-code-loader": "^0.26.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@fluidframework/build-common": "^0.18.0",
|
||||
"@fluidframework/eslint-config-fluid": "^0.18.0",
|
||||
"@fluidframework/build-common": "^0.19.2-0",
|
||||
"@fluidframework/eslint-config-fluid": "^0.19.1-0",
|
||||
"@typescript-eslint/eslint-plugin": "~2.17.0",
|
||||
"@typescript-eslint/parser": "~2.17.0",
|
||||
"concurrently": "^5.2.0",
|
||||
|
|
|
@ -39,15 +39,15 @@
|
|||
"@fluidframework/driver-definitions": "^0.26.0",
|
||||
"@fluidframework/driver-utils": "^0.26.0",
|
||||
"@fluidframework/iframe-driver": "^0.26.0",
|
||||
"@fluidframework/protocol-definitions": "^0.1011.1",
|
||||
"@fluidframework/protocol-definitions": "^0.1012.0-0",
|
||||
"@fluidframework/routerlicious-driver": "^0.26.0",
|
||||
"@fluidframework/test-runtime-utils": "^0.26.0",
|
||||
"@fluidframework/view-adapters": "^0.26.0",
|
||||
"@fluidframework/web-code-loader": "^0.26.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@fluidframework/build-common": "^0.18.0",
|
||||
"@fluidframework/eslint-config-fluid": "^0.18.0",
|
||||
"@fluidframework/build-common": "^0.19.2-0",
|
||||
"@fluidframework/eslint-config-fluid": "^0.19.1-0",
|
||||
"@microsoft/api-extractor": "^7.7.2",
|
||||
"@types/node": "^10.17.24",
|
||||
"@typescript-eslint/eslint-plugin": "~2.17.0",
|
||||
|
|
|
@ -28,15 +28,15 @@
|
|||
"@fluidframework/container-loader": "^0.26.0",
|
||||
"@fluidframework/core-interfaces": "^0.26.0",
|
||||
"@fluidframework/driver-definitions": "^0.26.0",
|
||||
"@fluidframework/protocol-definitions": "^0.1011.1",
|
||||
"@fluidframework/protocol-definitions": "^0.1012.0-0",
|
||||
"@fluidframework/routerlicious-driver": "^0.26.0",
|
||||
"@fluidframework/routerlicious-host": "^0.26.0",
|
||||
"jsonwebtoken": "^8.4.0",
|
||||
"uuid": "^3.3.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@fluidframework/build-common": "^0.18.0",
|
||||
"@fluidframework/eslint-config-fluid": "^0.18.0",
|
||||
"@fluidframework/build-common": "^0.19.2-0",
|
||||
"@fluidframework/eslint-config-fluid": "^0.19.1-0",
|
||||
"@typescript-eslint/eslint-plugin": "~2.17.0",
|
||||
"@typescript-eslint/parser": "~2.17.0",
|
||||
"concurrently": "^5.2.0",
|
||||
|
|
|
@ -30,8 +30,8 @@
|
|||
"@fluidframework/core-interfaces": "^0.26.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@fluidframework/build-common": "^0.18.0",
|
||||
"@fluidframework/eslint-config-fluid": "^0.18.0",
|
||||
"@fluidframework/build-common": "^0.19.2-0",
|
||||
"@fluidframework/eslint-config-fluid": "^0.19.1-0",
|
||||
"@microsoft/api-extractor": "^7.7.2",
|
||||
"@typescript-eslint/eslint-plugin": "~2.17.0",
|
||||
"@typescript-eslint/parser": "~2.17.0",
|
||||
|
|
|
@ -28,12 +28,12 @@
|
|||
"@fluidframework/container-definitions": "^0.26.0",
|
||||
"@fluidframework/container-loader": "^0.26.0",
|
||||
"@fluidframework/local-driver": "^0.26.0",
|
||||
"@fluidframework/server-local-server": "^0.1011.1"
|
||||
"@fluidframework/server-local-server": "^0.1012.0-0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@fluidframework/build-common": "^0.18.0",
|
||||
"@fluidframework/eslint-config-fluid": "^0.18.0",
|
||||
"@fluidframework/test-tools": "^0.1.0",
|
||||
"@fluidframework/build-common": "^0.19.2-0",
|
||||
"@fluidframework/eslint-config-fluid": "^0.19.1-0",
|
||||
"@fluidframework/test-tools": "^0.2.3074",
|
||||
"@types/node": "^10.17.24",
|
||||
"@typescript-eslint/eslint-plugin": "~2.17.0",
|
||||
"@typescript-eslint/parser": "~2.17.0",
|
||||
|
|
|
@ -29,15 +29,15 @@
|
|||
"@fluidframework/container-loader": "^0.26.0",
|
||||
"@fluidframework/core-interfaces": "^0.26.0",
|
||||
"@fluidframework/driver-definitions": "^0.26.0",
|
||||
"@fluidframework/protocol-definitions": "^0.1011.1",
|
||||
"@fluidframework/protocol-definitions": "^0.1012.0-0",
|
||||
"@fluidframework/routerlicious-driver": "^0.26.0",
|
||||
"jsonwebtoken": "^8.4.0",
|
||||
"uuid": "^3.3.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@fluidframework/build-common": "^0.18.0",
|
||||
"@fluidframework/eslint-config-fluid": "^0.18.0",
|
||||
"@fluidframework/test-tools": "^0.1.0",
|
||||
"@fluidframework/build-common": "^0.19.2-0",
|
||||
"@fluidframework/eslint-config-fluid": "^0.19.1-0",
|
||||
"@fluidframework/test-tools": "^0.2.3074",
|
||||
"@types/node": "^10.17.24",
|
||||
"@typescript-eslint/eslint-plugin": "~2.17.0",
|
||||
"@typescript-eslint/parser": "~2.17.0",
|
||||
|
|
Разница между файлами не показана из-за своего большого размера
Загрузить разницу
|
@ -376,9 +376,9 @@
|
|||
}
|
||||
},
|
||||
"@fluidframework/build-tools": {
|
||||
"version": "0.2.2867",
|
||||
"resolved": "https://offnet.pkgs.visualstudio.com/officenet/_packaging/fluid/npm/registry/@fluidframework/build-tools/-/build-tools-0.2.2867.tgz",
|
||||
"integrity": "sha1-iCIEynx/2JPVI/kjs74rrUZh714=",
|
||||
"version": "0.2.3049",
|
||||
"resolved": "https://registry.npmjs.org/@fluidframework/build-tools/-/build-tools-0.2.3049.tgz",
|
||||
"integrity": "sha512-X+m4U9Hb730TxoaaZ9Qqf1z6qo09FlDI69aLNITFJA+E9YWQmx9JhfbwWzkLD86FEhA8g+nYcw6wWCtmz4vPiQ==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"async": "^2.6.2",
|
||||
|
@ -403,9 +403,9 @@
|
|||
}
|
||||
},
|
||||
"@fluidframework/test-tools": {
|
||||
"version": "0.1.28774",
|
||||
"resolved": "https://offnet.pkgs.visualstudio.com/officenet/_packaging/fluid/npm/registry/@fluidframework/test-tools/-/test-tools-0.1.28774.tgz",
|
||||
"integrity": "sha1-NRJhr+BUXZwQLFISfrtudSdvdUI=",
|
||||
"version": "0.2.3074",
|
||||
"resolved": "https://registry.npmjs.org/@fluidframework/test-tools/-/test-tools-0.2.3074.tgz",
|
||||
"integrity": "sha512-ZRSSKPXMm/ni/hDztf38GMBtzFez0Q9XXaY5abd2rQz76A3wIK+yzQerTqnZYBnwrzGwZi22Ne1FXND1JeFMZA==",
|
||||
"dev": true
|
||||
},
|
||||
"@istanbuljs/load-nyc-config": {
|
||||
|
@ -1638,7 +1638,7 @@
|
|||
"dependencies": {
|
||||
"@microsoft/api-extractor-model": {
|
||||
"version": "7.8.18",
|
||||
"resolved": "https://offnet.pkgs.visualstudio.com/officenet/_packaging/fluid/npm/registry/@microsoft/api-extractor-model/-/api-extractor-model-7.8.18.tgz",
|
||||
"resolved": "https://registry.npmjs.org/@microsoft/api-extractor-model/-/api-extractor-model-7.8.18.tgz",
|
||||
"integrity": "sha1-FaClMha5IaQjiKsp3e4+szwtmZU=",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
|
@ -1739,7 +1739,7 @@
|
|||
},
|
||||
"@microsoft/api-extractor": {
|
||||
"version": "7.8.0",
|
||||
"resolved": "https://offnet.pkgs.visualstudio.com/officenet/_packaging/fluid/npm/registry/@microsoft/api-extractor/-/api-extractor-7.8.0.tgz",
|
||||
"resolved": "https://registry.npmjs.org/@microsoft/api-extractor/-/api-extractor-7.8.0.tgz",
|
||||
"integrity": "sha1-/qaOTyHBvxgCBWD9VyixX+RPCXY=",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
|
@ -1756,7 +1756,7 @@
|
|||
},
|
||||
"@microsoft/api-extractor-model": {
|
||||
"version": "7.8.0",
|
||||
"resolved": "https://offnet.pkgs.visualstudio.com/officenet/_packaging/fluid/npm/registry/@microsoft/api-extractor-model/-/api-extractor-model-7.8.0.tgz",
|
||||
"resolved": "https://registry.npmjs.org/@microsoft/api-extractor-model/-/api-extractor-model-7.8.0.tgz",
|
||||
"integrity": "sha1-X1MpmPARCfI9V7QigDu99a1lXYA=",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
|
@ -1766,7 +1766,7 @@
|
|||
},
|
||||
"@microsoft/tsdoc": {
|
||||
"version": "0.12.19",
|
||||
"resolved": "https://offnet.pkgs.visualstudio.com/officenet/_packaging/fluid/npm/registry/@microsoft/tsdoc/-/tsdoc-0.12.19.tgz",
|
||||
"resolved": "https://registry.npmjs.org/@microsoft/tsdoc/-/tsdoc-0.12.19.tgz",
|
||||
"integrity": "sha1-IXPMuSRpqvYgMfqUmdIbFtB/m1c=",
|
||||
"dev": true
|
||||
},
|
||||
|
|
|
@ -98,8 +98,8 @@
|
|||
"temp-directory": "nyc/.nyc_output"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@fluidframework/build-tools": "^0.2.2867",
|
||||
"@fluidframework/test-tools": "^0.1.0",
|
||||
"@fluidframework/build-tools": "^0.2.3049",
|
||||
"@fluidframework/test-tools": "^0.2.3074",
|
||||
"@mattetti/custom-api-documenter": "^0.2.1",
|
||||
"@microsoft/api-extractor": "^7.7.2",
|
||||
"concurrently": "^5.2.0",
|
||||
|
|
|
@ -26,13 +26,13 @@
|
|||
"dependencies": {
|
||||
"@fluidframework/core-interfaces": "^0.26.0",
|
||||
"@fluidframework/map": "^0.26.0",
|
||||
"@fluidframework/protocol-definitions": "^0.1011.1",
|
||||
"@fluidframework/protocol-definitions": "^0.1012.0-0",
|
||||
"@fluidframework/sequence": "^0.26.0",
|
||||
"request": "^2.88.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@fluidframework/build-common": "^0.18.0",
|
||||
"@fluidframework/eslint-config-fluid": "^0.18.0",
|
||||
"@fluidframework/build-common": "^0.19.2-0",
|
||||
"@fluidframework/eslint-config-fluid": "^0.19.1-0",
|
||||
"@types/node": "^10.17.24",
|
||||
"@types/request": "^2.47.1",
|
||||
"@typescript-eslint/eslint-plugin": "~2.17.0",
|
||||
|
|
|
@ -52,16 +52,16 @@
|
|||
"temp-directory": "nyc/.nyc_output"
|
||||
},
|
||||
"dependencies": {
|
||||
"@fluidframework/common-utils": "^0.22.1",
|
||||
"@fluidframework/common-utils": "^0.23.0-0",
|
||||
"@fluidframework/core-interfaces": "^0.26.0",
|
||||
"@fluidframework/datastore-definitions": "^0.26.0",
|
||||
"@fluidframework/protocol-definitions": "^0.1011.1",
|
||||
"@fluidframework/protocol-definitions": "^0.1012.0-0",
|
||||
"@fluidframework/shared-object-base": "^0.26.0",
|
||||
"debug": "^4.1.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@fluidframework/build-common": "^0.18.0",
|
||||
"@fluidframework/eslint-config-fluid": "^0.18.0",
|
||||
"@fluidframework/build-common": "^0.19.2-0",
|
||||
"@fluidframework/eslint-config-fluid": "^0.19.1-0",
|
||||
"@fluidframework/mocha-test-setup": "^0.26.0",
|
||||
"@fluidframework/test-runtime-utils": "^0.26.0",
|
||||
"@microsoft/api-extractor": "^7.7.2",
|
||||
|
|
|
@ -50,15 +50,15 @@
|
|||
"temp-directory": "nyc/.nyc_output"
|
||||
},
|
||||
"dependencies": {
|
||||
"@fluidframework/common-utils": "^0.22.1",
|
||||
"@fluidframework/common-utils": "^0.23.0-0",
|
||||
"@fluidframework/datastore-definitions": "^0.26.0",
|
||||
"@fluidframework/protocol-definitions": "^0.1011.1",
|
||||
"@fluidframework/protocol-definitions": "^0.1012.0-0",
|
||||
"@fluidframework/shared-object-base": "^0.26.0",
|
||||
"debug": "^4.1.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@fluidframework/build-common": "^0.18.0",
|
||||
"@fluidframework/eslint-config-fluid": "^0.18.0",
|
||||
"@fluidframework/build-common": "^0.19.2-0",
|
||||
"@fluidframework/eslint-config-fluid": "^0.19.1-0",
|
||||
"@fluidframework/mocha-test-setup": "^0.26.0",
|
||||
"@fluidframework/test-runtime-utils": "^0.26.0",
|
||||
"@microsoft/api-extractor": "^7.7.2",
|
||||
|
|
|
@ -52,17 +52,17 @@
|
|||
"temp-directory": "nyc/.nyc_output"
|
||||
},
|
||||
"dependencies": {
|
||||
"@fluidframework/common-utils": "^0.22.1",
|
||||
"@fluidframework/common-utils": "^0.23.0-0",
|
||||
"@fluidframework/datastore-definitions": "^0.26.0",
|
||||
"@fluidframework/protocol-definitions": "^0.1011.1",
|
||||
"@fluidframework/protocol-definitions": "^0.1012.0-0",
|
||||
"@fluidframework/shared-object-base": "^0.26.0",
|
||||
"@types/debug": "^4.1.5",
|
||||
"debug": "^4.1.1",
|
||||
"uuid": "^3.3.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@fluidframework/build-common": "^0.18.0",
|
||||
"@fluidframework/eslint-config-fluid": "^0.18.0",
|
||||
"@fluidframework/build-common": "^0.19.2-0",
|
||||
"@fluidframework/eslint-config-fluid": "^0.19.1-0",
|
||||
"@fluidframework/mocha-test-setup": "^0.26.0",
|
||||
"@fluidframework/test-runtime-utils": "^0.26.0",
|
||||
"@microsoft/api-extractor": "^7.7.2",
|
||||
|
|
|
@ -52,18 +52,18 @@
|
|||
"temp-directory": "nyc/.nyc_output"
|
||||
},
|
||||
"dependencies": {
|
||||
"@fluidframework/common-definitions": "^0.18.1",
|
||||
"@fluidframework/common-utils": "^0.22.1",
|
||||
"@fluidframework/common-definitions": "^0.19.1-0",
|
||||
"@fluidframework/common-utils": "^0.23.0-0",
|
||||
"@fluidframework/core-interfaces": "^0.26.0",
|
||||
"@fluidframework/datastore-definitions": "^0.26.0",
|
||||
"@fluidframework/protocol-base": "^0.1011.1",
|
||||
"@fluidframework/protocol-definitions": "^0.1011.1",
|
||||
"@fluidframework/protocol-base": "^0.1012.0-0",
|
||||
"@fluidframework/protocol-definitions": "^0.1012.0-0",
|
||||
"@fluidframework/shared-object-base": "^0.26.0",
|
||||
"debug": "^4.1.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@fluidframework/build-common": "^0.18.0",
|
||||
"@fluidframework/eslint-config-fluid": "^0.18.0",
|
||||
"@fluidframework/build-common": "^0.19.2-0",
|
||||
"@fluidframework/eslint-config-fluid": "^0.19.1-0",
|
||||
"@fluidframework/mocha-test-setup": "^0.26.0",
|
||||
"@fluidframework/test-runtime-utils": "^0.26.0",
|
||||
"@microsoft/api-extractor": "^7.7.2",
|
||||
|
|
|
@ -51,12 +51,12 @@
|
|||
"temp-directory": "nyc/.nyc_output"
|
||||
},
|
||||
"dependencies": {
|
||||
"@fluidframework/common-definitions": "^0.18.1",
|
||||
"@fluidframework/common-utils": "^0.22.1",
|
||||
"@fluidframework/common-definitions": "^0.19.1-0",
|
||||
"@fluidframework/common-utils": "^0.23.0-0",
|
||||
"@fluidframework/core-interfaces": "^0.26.0",
|
||||
"@fluidframework/datastore-definitions": "^0.26.0",
|
||||
"@fluidframework/merge-tree": "^0.26.0",
|
||||
"@fluidframework/protocol-definitions": "^0.1011.1",
|
||||
"@fluidframework/protocol-definitions": "^0.1012.0-0",
|
||||
"@fluidframework/runtime-utils": "^0.26.0",
|
||||
"@fluidframework/shared-object-base": "^0.26.0",
|
||||
"@fluidframework/telemetry-utils": "^0.26.0",
|
||||
|
@ -65,8 +65,8 @@
|
|||
"tslib": "^1.10.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@fluidframework/build-common": "^0.18.0",
|
||||
"@fluidframework/eslint-config-fluid": "^0.18.0",
|
||||
"@fluidframework/build-common": "^0.19.2-0",
|
||||
"@fluidframework/eslint-config-fluid": "^0.19.1-0",
|
||||
"@fluidframework/mocha-test-setup": "^0.26.0",
|
||||
"@fluidframework/test-runtime-utils": "^0.26.0",
|
||||
"@microsoft/api-extractor": "^7.7.2",
|
||||
|
|
|
@ -52,16 +52,16 @@
|
|||
"temp-directory": "nyc/.nyc_output"
|
||||
},
|
||||
"dependencies": {
|
||||
"@fluidframework/common-definitions": "^0.18.1",
|
||||
"@fluidframework/common-utils": "^0.22.1",
|
||||
"@fluidframework/common-definitions": "^0.19.1-0",
|
||||
"@fluidframework/common-utils": "^0.23.0-0",
|
||||
"@fluidframework/core-interfaces": "^0.26.0",
|
||||
"@fluidframework/datastore-definitions": "^0.26.0",
|
||||
"@fluidframework/protocol-definitions": "^0.1011.1",
|
||||
"@fluidframework/protocol-definitions": "^0.1012.0-0",
|
||||
"@fluidframework/telemetry-utils": "^0.26.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@fluidframework/build-common": "^0.18.0",
|
||||
"@fluidframework/eslint-config-fluid": "^0.18.0",
|
||||
"@fluidframework/build-common": "^0.19.2-0",
|
||||
"@fluidframework/eslint-config-fluid": "^0.19.1-0",
|
||||
"@fluidframework/mocha-test-setup": "^0.26.0",
|
||||
"@fluidframework/test-runtime-utils": "^0.26.0",
|
||||
"@types/diff": "^3.5.1",
|
||||
|
|
|
@ -52,15 +52,15 @@
|
|||
"temp-directory": "nyc/.nyc_output"
|
||||
},
|
||||
"dependencies": {
|
||||
"@fluidframework/common-utils": "^0.22.1",
|
||||
"@fluidframework/common-utils": "^0.23.0-0",
|
||||
"@fluidframework/datastore-definitions": "^0.26.0",
|
||||
"@fluidframework/protocol-definitions": "^0.1011.1",
|
||||
"@fluidframework/protocol-definitions": "^0.1012.0-0",
|
||||
"@fluidframework/shared-object-base": "^0.26.0",
|
||||
"uuid": "^3.3.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@fluidframework/build-common": "^0.18.0",
|
||||
"@fluidframework/eslint-config-fluid": "^0.18.0",
|
||||
"@fluidframework/build-common": "^0.19.2-0",
|
||||
"@fluidframework/eslint-config-fluid": "^0.19.1-0",
|
||||
"@fluidframework/mocha-test-setup": "^0.26.0",
|
||||
"@fluidframework/test-runtime-utils": "^0.26.0",
|
||||
"@microsoft/api-extractor": "^7.7.2",
|
||||
|
|
|
@ -52,15 +52,15 @@
|
|||
"temp-directory": "nyc/.nyc_output"
|
||||
},
|
||||
"dependencies": {
|
||||
"@fluidframework/common-utils": "^0.22.1",
|
||||
"@fluidframework/common-utils": "^0.23.0-0",
|
||||
"@fluidframework/datastore-definitions": "^0.26.0",
|
||||
"@fluidframework/protocol-definitions": "^0.1011.1",
|
||||
"@fluidframework/protocol-definitions": "^0.1012.0-0",
|
||||
"@fluidframework/shared-object-base": "^0.26.0",
|
||||
"debug": "^4.1.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@fluidframework/build-common": "^0.18.0",
|
||||
"@fluidframework/eslint-config-fluid": "^0.18.0",
|
||||
"@fluidframework/build-common": "^0.19.2-0",
|
||||
"@fluidframework/eslint-config-fluid": "^0.19.1-0",
|
||||
"@fluidframework/mocha-test-setup": "^0.26.0",
|
||||
"@fluidframework/test-runtime-utils": "^0.26.0",
|
||||
"@microsoft/api-extractor": "^7.7.2",
|
||||
|
|
|
@ -54,13 +54,13 @@
|
|||
"temp-directory": "nyc/.nyc_output"
|
||||
},
|
||||
"dependencies": {
|
||||
"@fluidframework/common-definitions": "^0.18.1",
|
||||
"@fluidframework/common-utils": "^0.22.1",
|
||||
"@fluidframework/common-definitions": "^0.19.1-0",
|
||||
"@fluidframework/common-utils": "^0.23.0-0",
|
||||
"@fluidframework/core-interfaces": "^0.26.0",
|
||||
"@fluidframework/datastore-definitions": "^0.26.0",
|
||||
"@fluidframework/map": "^0.26.0",
|
||||
"@fluidframework/merge-tree": "^0.26.0",
|
||||
"@fluidframework/protocol-definitions": "^0.1011.1",
|
||||
"@fluidframework/protocol-definitions": "^0.1012.0-0",
|
||||
"@fluidframework/runtime-utils": "^0.26.0",
|
||||
"@fluidframework/shared-object-base": "^0.26.0",
|
||||
"@fluidframework/telemetry-utils": "^0.26.0",
|
||||
|
@ -68,11 +68,11 @@
|
|||
"lodash": "^4.17.19"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@fluidframework/build-common": "^0.18.0",
|
||||
"@fluidframework/eslint-config-fluid": "^0.18.0",
|
||||
"@fluidframework/gitresources": "^0.1011.1",
|
||||
"@fluidframework/build-common": "^0.19.2-0",
|
||||
"@fluidframework/eslint-config-fluid": "^0.19.1-0",
|
||||
"@fluidframework/gitresources": "^0.1012.0-0",
|
||||
"@fluidframework/mocha-test-setup": "^0.26.0",
|
||||
"@fluidframework/server-services-client": "^0.1011.1",
|
||||
"@fluidframework/server-services-client": "^0.1012.0-0",
|
||||
"@fluidframework/test-runtime-utils": "^0.26.0",
|
||||
"@microsoft/api-extractor": "^7.7.2",
|
||||
"@types/debug": "^4.1.5",
|
||||
|
|
|
@ -28,12 +28,12 @@
|
|||
"tsfmt:fix": "tsfmt --replace"
|
||||
},
|
||||
"dependencies": {
|
||||
"@fluidframework/common-definitions": "^0.18.1",
|
||||
"@fluidframework/common-definitions": "^0.19.1-0",
|
||||
"@fluidframework/container-definitions": "^0.26.0",
|
||||
"@fluidframework/core-interfaces": "^0.26.0",
|
||||
"@fluidframework/datastore": "^0.26.0",
|
||||
"@fluidframework/datastore-definitions": "^0.26.0",
|
||||
"@fluidframework/protocol-definitions": "^0.1011.1",
|
||||
"@fluidframework/protocol-definitions": "^0.1012.0-0",
|
||||
"@fluidframework/telemetry-utils": "^0.26.0",
|
||||
"@types/debug": "^4.1.5",
|
||||
"@types/node": "^10.17.24",
|
||||
|
@ -41,8 +41,8 @@
|
|||
"uuid": "^3.3.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@fluidframework/build-common": "^0.18.0",
|
||||
"@fluidframework/eslint-config-fluid": "^0.18.0",
|
||||
"@fluidframework/build-common": "^0.19.2-0",
|
||||
"@fluidframework/eslint-config-fluid": "^0.19.1-0",
|
||||
"@microsoft/api-extractor": "^7.7.2",
|
||||
"@typescript-eslint/eslint-plugin": "~2.17.0",
|
||||
"@typescript-eslint/parser": "~2.17.0",
|
||||
|
|
|
@ -54,14 +54,14 @@
|
|||
"temp-directory": "nyc/.nyc_output"
|
||||
},
|
||||
"dependencies": {
|
||||
"@fluidframework/common-utils": "^0.22.1",
|
||||
"@fluidframework/common-utils": "^0.23.0-0",
|
||||
"@fluidframework/datastore-definitions": "^0.26.0",
|
||||
"@fluidframework/protocol-definitions": "^0.1011.1",
|
||||
"@fluidframework/protocol-definitions": "^0.1012.0-0",
|
||||
"@fluidframework/shared-object-base": "^0.26.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@fluidframework/build-common": "^0.18.0",
|
||||
"@fluidframework/eslint-config-fluid": "^0.18.0",
|
||||
"@fluidframework/build-common": "^0.19.2-0",
|
||||
"@fluidframework/eslint-config-fluid": "^0.19.1-0",
|
||||
"@fluidframework/mocha-test-setup": "^0.26.0",
|
||||
"@fluidframework/test-runtime-utils": "^0.26.0",
|
||||
"@microsoft/api-extractor": "^7.7.2",
|
||||
|
|
|
@ -27,15 +27,15 @@
|
|||
"tsfmt:fix": "tsfmt --replace"
|
||||
},
|
||||
"dependencies": {
|
||||
"@fluidframework/common-utils": "^0.22.1",
|
||||
"@fluidframework/common-utils": "^0.23.0-0",
|
||||
"@fluidframework/driver-definitions": "^0.26.0",
|
||||
"@fluidframework/driver-utils": "^0.26.0",
|
||||
"@fluidframework/protocol-definitions": "^0.1011.1",
|
||||
"@fluidframework/protocol-definitions": "^0.1012.0-0",
|
||||
"@fluidframework/replay-driver": "^0.26.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@fluidframework/build-common": "^0.18.0",
|
||||
"@fluidframework/eslint-config-fluid": "^0.18.0",
|
||||
"@fluidframework/build-common": "^0.19.2-0",
|
||||
"@fluidframework/eslint-config-fluid": "^0.19.1-0",
|
||||
"@microsoft/api-extractor": "^7.7.2",
|
||||
"@types/mocha": "^5.2.5",
|
||||
"@types/node": "^10.17.24",
|
||||
|
|
|
@ -28,18 +28,18 @@
|
|||
"tsfmt:fix": "tsfmt --replace"
|
||||
},
|
||||
"dependencies": {
|
||||
"@fluidframework/common-utils": "^0.22.1",
|
||||
"@fluidframework/common-utils": "^0.23.0-0",
|
||||
"@fluidframework/driver-definitions": "^0.26.0",
|
||||
"@fluidframework/driver-utils": "^0.26.0",
|
||||
"@fluidframework/protocol-definitions": "^0.1011.1",
|
||||
"@fluidframework/protocol-definitions": "^0.1012.0-0",
|
||||
"@types/debug": "^4.1.5",
|
||||
"@types/node": "^10.17.24",
|
||||
"@types/socket.io-client": "^1.4.32",
|
||||
"debug": "^4.1.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@fluidframework/build-common": "^0.18.0",
|
||||
"@fluidframework/eslint-config-fluid": "^0.18.0",
|
||||
"@fluidframework/build-common": "^0.19.2-0",
|
||||
"@fluidframework/eslint-config-fluid": "^0.19.1-0",
|
||||
"@microsoft/api-extractor": "^7.7.2",
|
||||
"@typescript-eslint/eslint-plugin": "~2.17.0",
|
||||
"@typescript-eslint/parser": "~2.17.0",
|
||||
|
|
|
@ -27,17 +27,17 @@
|
|||
"tsfmt:fix": "tsfmt --replace"
|
||||
},
|
||||
"dependencies": {
|
||||
"@fluidframework/common-definitions": "^0.18.1",
|
||||
"@fluidframework/common-utils": "^0.22.1",
|
||||
"@fluidframework/common-definitions": "^0.19.1-0",
|
||||
"@fluidframework/common-utils": "^0.23.0-0",
|
||||
"@fluidframework/driver-definitions": "^0.26.0",
|
||||
"@fluidframework/driver-utils": "^0.26.0",
|
||||
"@fluidframework/protocol-definitions": "^0.1011.1",
|
||||
"@fluidframework/protocol-definitions": "^0.1012.0-0",
|
||||
"@fluidframework/replay-driver": "^0.26.0",
|
||||
"debug": "^4.1.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@fluidframework/build-common": "^0.18.0",
|
||||
"@fluidframework/eslint-config-fluid": "^0.18.0",
|
||||
"@fluidframework/build-common": "^0.19.2-0",
|
||||
"@fluidframework/eslint-config-fluid": "^0.19.1-0",
|
||||
"@microsoft/api-extractor": "^7.7.2",
|
||||
"@types/debug": "^4.1.5",
|
||||
"@types/node": "^10.17.24",
|
||||
|
|
|
@ -31,14 +31,14 @@
|
|||
"tsfmt:fix": "tsfmt --replace"
|
||||
},
|
||||
"dependencies": {
|
||||
"@fluidframework/common-utils": "^0.22.1",
|
||||
"@fluidframework/common-utils": "^0.23.0-0",
|
||||
"@fluidframework/core-interfaces": "^0.26.0",
|
||||
"@fluidframework/driver-definitions": "^0.26.0",
|
||||
"@fluidframework/odsp-driver": "^0.26.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@fluidframework/build-common": "^0.18.0",
|
||||
"@fluidframework/eslint-config-fluid": "^0.18.0",
|
||||
"@fluidframework/build-common": "^0.19.2-0",
|
||||
"@fluidframework/eslint-config-fluid": "^0.19.1-0",
|
||||
"@fluidframework/mocha-test-setup": "^0.26.0",
|
||||
"@types/mocha": "^5.2.5",
|
||||
"@typescript-eslint/eslint-plugin": "~2.17.0",
|
||||
|
|
|
@ -28,18 +28,18 @@
|
|||
"tsfmt:fix": "tsfmt --replace"
|
||||
},
|
||||
"dependencies": {
|
||||
"@fluidframework/common-definitions": "^0.18.1",
|
||||
"@fluidframework/common-utils": "^0.22.1",
|
||||
"@fluidframework/common-definitions": "^0.19.1-0",
|
||||
"@fluidframework/common-utils": "^0.23.0-0",
|
||||
"@fluidframework/core-interfaces": "^0.26.0",
|
||||
"@fluidframework/driver-definitions": "^0.26.0",
|
||||
"@fluidframework/driver-utils": "^0.26.0",
|
||||
"@fluidframework/protocol-definitions": "^0.1011.1",
|
||||
"@fluidframework/protocol-definitions": "^0.1012.0-0",
|
||||
"comlink": "^4.0.2",
|
||||
"debug": "^4.1.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@fluidframework/build-common": "^0.18.0",
|
||||
"@fluidframework/eslint-config-fluid": "^0.18.0",
|
||||
"@fluidframework/build-common": "^0.19.2-0",
|
||||
"@fluidframework/eslint-config-fluid": "^0.19.1-0",
|
||||
"@microsoft/api-extractor": "^7.7.2",
|
||||
"@types/debug": "^4.1.5",
|
||||
"@types/mocha": "^5.2.5",
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
"author": "Microsoft",
|
||||
"main": "dist/index.js",
|
||||
"browser": {
|
||||
"moniker": "@fluidframework/server-services-client/dist/dockerNames.js"
|
||||
"moniker": "@fluidframework/server-services-client/dist/generateNames.js"
|
||||
},
|
||||
"types": "dist/index.d.ts",
|
||||
"scripts": {
|
||||
|
@ -51,23 +51,23 @@
|
|||
"temp-directory": "nyc/.nyc_output"
|
||||
},
|
||||
"dependencies": {
|
||||
"@fluidframework/common-definitions": "^0.18.1",
|
||||
"@fluidframework/common-utils": "^0.22.1",
|
||||
"@fluidframework/common-definitions": "^0.19.1-0",
|
||||
"@fluidframework/common-utils": "^0.23.0-0",
|
||||
"@fluidframework/core-interfaces": "^0.26.0",
|
||||
"@fluidframework/driver-definitions": "^0.26.0",
|
||||
"@fluidframework/driver-utils": "^0.26.0",
|
||||
"@fluidframework/protocol-definitions": "^0.1011.1",
|
||||
"@fluidframework/protocol-definitions": "^0.1012.0-0",
|
||||
"@fluidframework/routerlicious-driver": "^0.26.0",
|
||||
"@fluidframework/server-local-server": "^0.1011.1",
|
||||
"@fluidframework/server-services-client": "^0.1011.1",
|
||||
"@fluidframework/server-services-core": "^0.1011.1",
|
||||
"@fluidframework/server-test-utils": "^0.1011.1",
|
||||
"@fluidframework/server-local-server": "^0.1012.0-0",
|
||||
"@fluidframework/server-services-client": "^0.1012.0-0",
|
||||
"@fluidframework/server-services-core": "^0.1012.0-0",
|
||||
"@fluidframework/server-test-utils": "^0.1012.0-0",
|
||||
"debug": "^4.1.1",
|
||||
"uuid": "^3.3.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@fluidframework/build-common": "^0.18.0",
|
||||
"@fluidframework/eslint-config-fluid": "^0.18.0",
|
||||
"@fluidframework/build-common": "^0.19.2-0",
|
||||
"@fluidframework/eslint-config-fluid": "^0.19.1-0",
|
||||
"@fluidframework/mocha-test-setup": "^0.26.0",
|
||||
"@types/mocha": "^5.2.5",
|
||||
"@types/node": "^10.17.24",
|
||||
|
|
|
@ -52,15 +52,15 @@
|
|||
"temp-directory": "nyc/.nyc_output"
|
||||
},
|
||||
"dependencies": {
|
||||
"@fluidframework/common-definitions": "^0.18.1",
|
||||
"@fluidframework/common-utils": "^0.22.1",
|
||||
"@fluidframework/common-definitions": "^0.19.1-0",
|
||||
"@fluidframework/common-utils": "^0.23.0-0",
|
||||
"@fluidframework/core-interfaces": "^0.26.0",
|
||||
"@fluidframework/driver-base": "^0.26.0",
|
||||
"@fluidframework/driver-definitions": "^0.26.0",
|
||||
"@fluidframework/driver-utils": "^0.26.0",
|
||||
"@fluidframework/gitresources": "^0.1011.1",
|
||||
"@fluidframework/protocol-base": "^0.1011.1",
|
||||
"@fluidframework/protocol-definitions": "^0.1011.1",
|
||||
"@fluidframework/gitresources": "^0.1012.0-0",
|
||||
"@fluidframework/protocol-base": "^0.1012.0-0",
|
||||
"@fluidframework/protocol-definitions": "^0.1012.0-0",
|
||||
"@fluidframework/telemetry-utils": "^0.26.0",
|
||||
"debug": "^4.1.1",
|
||||
"lodash": "^4.17.19",
|
||||
|
@ -71,8 +71,8 @@
|
|||
"uuid": "^3.3.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@fluidframework/build-common": "^0.18.0",
|
||||
"@fluidframework/eslint-config-fluid": "^0.18.0",
|
||||
"@fluidframework/build-common": "^0.19.2-0",
|
||||
"@fluidframework/eslint-config-fluid": "^0.19.1-0",
|
||||
"@fluidframework/mocha-test-setup": "^0.26.0",
|
||||
"@microsoft/api-extractor": "^7.7.2",
|
||||
"@types/debug": "^4.1.5",
|
||||
|
|
|
@ -35,8 +35,8 @@
|
|||
"@fluidframework/odsp-driver": "^0.26.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@fluidframework/build-common": "^0.18.0",
|
||||
"@fluidframework/eslint-config-fluid": "^0.18.0",
|
||||
"@fluidframework/build-common": "^0.19.2-0",
|
||||
"@fluidframework/eslint-config-fluid": "^0.19.1-0",
|
||||
"@fluidframework/mocha-test-setup": "^0.26.0",
|
||||
"@types/mocha": "^5.2.5",
|
||||
"@typescript-eslint/eslint-plugin": "~2.17.0",
|
||||
|
|
|
@ -28,16 +28,16 @@
|
|||
"tsfmt:fix": "tsfmt --replace"
|
||||
},
|
||||
"dependencies": {
|
||||
"@fluidframework/common-definitions": "^0.18.1",
|
||||
"@fluidframework/common-utils": "^0.22.1",
|
||||
"@fluidframework/common-definitions": "^0.19.1-0",
|
||||
"@fluidframework/common-utils": "^0.23.0-0",
|
||||
"@fluidframework/driver-definitions": "^0.26.0",
|
||||
"@fluidframework/driver-utils": "^0.26.0",
|
||||
"@fluidframework/protocol-definitions": "^0.1011.1",
|
||||
"@fluidframework/protocol-definitions": "^0.1012.0-0",
|
||||
"debug": "^4.1.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@fluidframework/build-common": "^0.18.0",
|
||||
"@fluidframework/eslint-config-fluid": "^0.18.0",
|
||||
"@fluidframework/build-common": "^0.19.2-0",
|
||||
"@fluidframework/eslint-config-fluid": "^0.19.1-0",
|
||||
"@microsoft/api-extractor": "^7.7.2",
|
||||
"@types/debug": "^4.1.5",
|
||||
"@types/mocha": "^5.2.5",
|
||||
|
|
|
@ -28,15 +28,15 @@
|
|||
"tsfmt:fix": "tsfmt --replace"
|
||||
},
|
||||
"dependencies": {
|
||||
"@fluidframework/common-definitions": "^0.18.1",
|
||||
"@fluidframework/common-utils": "^0.22.1",
|
||||
"@fluidframework/common-definitions": "^0.19.1-0",
|
||||
"@fluidframework/common-utils": "^0.23.0-0",
|
||||
"@fluidframework/driver-base": "^0.26.0",
|
||||
"@fluidframework/driver-definitions": "^0.26.0",
|
||||
"@fluidframework/driver-utils": "^0.26.0",
|
||||
"@fluidframework/gitresources": "^0.1011.1",
|
||||
"@fluidframework/protocol-base": "^0.1011.1",
|
||||
"@fluidframework/protocol-definitions": "^0.1011.1",
|
||||
"@fluidframework/server-services-client": "^0.1011.1",
|
||||
"@fluidframework/gitresources": "^0.1012.0-0",
|
||||
"@fluidframework/protocol-base": "^0.1012.0-0",
|
||||
"@fluidframework/protocol-definitions": "^0.1012.0-0",
|
||||
"@fluidframework/server-services-client": "^0.1012.0-0",
|
||||
"axios": "^0.18.0",
|
||||
"debug": "^4.1.1",
|
||||
"isomorphic-ws": "^4.0.1",
|
||||
|
@ -45,8 +45,8 @@
|
|||
"ws": "^6.1.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@fluidframework/build-common": "^0.18.0",
|
||||
"@fluidframework/eslint-config-fluid": "^0.18.0",
|
||||
"@fluidframework/build-common": "^0.19.2-0",
|
||||
"@fluidframework/eslint-config-fluid": "^0.19.1-0",
|
||||
"@microsoft/api-extractor": "^7.7.2",
|
||||
"@types/debug": "^4.1.5",
|
||||
"@types/jwt-decode": "^2.2.1",
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
"tsfmt:fix": "tsfmt --replace"
|
||||
},
|
||||
"dependencies": {
|
||||
"@fluidframework/common-utils": "^0.22.1",
|
||||
"@fluidframework/common-utils": "^0.23.0-0",
|
||||
"@fluidframework/core-interfaces": "^0.26.0",
|
||||
"@fluidframework/driver-definitions": "^0.26.0",
|
||||
"@types/debug": "^4.1.5",
|
||||
|
@ -35,8 +35,8 @@
|
|||
"debug": "^4.1.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@fluidframework/build-common": "^0.18.0",
|
||||
"@fluidframework/eslint-config-fluid": "^0.18.0",
|
||||
"@fluidframework/build-common": "^0.19.2-0",
|
||||
"@fluidframework/eslint-config-fluid": "^0.19.1-0",
|
||||
"@types/mocha": "^5.2.5",
|
||||
"@typescript-eslint/eslint-plugin": "~2.17.0",
|
||||
"@typescript-eslint/parser": "~2.17.0",
|
||||
|
|
|
@ -32,13 +32,13 @@
|
|||
"dependencies": {
|
||||
"@fluidframework/core-interfaces": "^0.26.0",
|
||||
"@fluidframework/driver-definitions": "^0.26.0",
|
||||
"@fluidframework/protocol-definitions": "^0.1011.1",
|
||||
"@fluidframework/server-services-client": "^0.1011.1",
|
||||
"@fluidframework/protocol-definitions": "^0.1012.0-0",
|
||||
"@fluidframework/server-services-client": "^0.1012.0-0",
|
||||
"nconf": "^0.10.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@fluidframework/build-common": "^0.18.0",
|
||||
"@fluidframework/eslint-config-fluid": "^0.18.0",
|
||||
"@fluidframework/build-common": "^0.19.2-0",
|
||||
"@fluidframework/eslint-config-fluid": "^0.19.1-0",
|
||||
"@fluidframework/mocha-test-setup": "^0.26.0",
|
||||
"@types/mocha": "^5.2.5",
|
||||
"@types/nconf": "^0.0.37",
|
||||
|
|
|
@ -55,8 +55,8 @@
|
|||
"temp-directory": "nyc/.nyc_output"
|
||||
},
|
||||
"dependencies": {
|
||||
"@fluidframework/common-definitions": "^0.18.1",
|
||||
"@fluidframework/common-utils": "^0.22.1",
|
||||
"@fluidframework/common-definitions": "^0.19.1-0",
|
||||
"@fluidframework/common-utils": "^0.23.0-0",
|
||||
"@fluidframework/container-definitions": "^0.26.0",
|
||||
"@fluidframework/container-loader": "^0.26.0",
|
||||
"@fluidframework/container-runtime": "^0.26.0",
|
||||
|
@ -73,8 +73,8 @@
|
|||
"uuid": "^3.3.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@fluidframework/build-common": "^0.18.0",
|
||||
"@fluidframework/eslint-config-fluid": "^0.18.0",
|
||||
"@fluidframework/build-common": "^0.19.2-0",
|
||||
"@fluidframework/eslint-config-fluid": "^0.19.1-0",
|
||||
"@fluidframework/mocha-test-setup": "^0.26.0",
|
||||
"@microsoft/api-extractor": "^7.7.2",
|
||||
"@types/mocha": "^5.2.5",
|
||||
|
|
|
@ -53,8 +53,8 @@
|
|||
"temp-directory": "nyc/.nyc_output"
|
||||
},
|
||||
"dependencies": {
|
||||
"@fluidframework/common-definitions": "^0.18.1",
|
||||
"@fluidframework/common-utils": "^0.22.1",
|
||||
"@fluidframework/common-definitions": "^0.19.1-0",
|
||||
"@fluidframework/common-utils": "^0.23.0-0",
|
||||
"@fluidframework/container-definitions": "^0.26.0",
|
||||
"@fluidframework/container-runtime": "^0.26.0",
|
||||
"@fluidframework/core-interfaces": "^0.26.0",
|
||||
|
@ -66,8 +66,8 @@
|
|||
"@fluidframework/shared-object-base": "^0.26.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@fluidframework/build-common": "^0.18.0",
|
||||
"@fluidframework/eslint-config-fluid": "^0.18.0",
|
||||
"@fluidframework/build-common": "^0.19.2-0",
|
||||
"@fluidframework/eslint-config-fluid": "^0.19.1-0",
|
||||
"@fluidframework/mocha-test-setup": "^0.26.0",
|
||||
"@microsoft/api-extractor": "^7.7.2",
|
||||
"@types/mocha": "^5.2.5",
|
||||
|
|
|
@ -59,8 +59,8 @@
|
|||
"@fluidframework/sequence": "^0.26.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@fluidframework/build-common": "^0.18.0",
|
||||
"@fluidframework/eslint-config-fluid": "^0.18.0",
|
||||
"@fluidframework/build-common": "^0.19.2-0",
|
||||
"@fluidframework/eslint-config-fluid": "^0.19.1-0",
|
||||
"@fluidframework/mocha-test-setup": "^0.26.0",
|
||||
"@fluidframework/test-runtime-utils": "^0.26.0",
|
||||
"@microsoft/api-extractor": "^7.7.2",
|
||||
|
|
|
@ -53,13 +53,13 @@
|
|||
"@fluidframework/container-runtime": "^0.26.0",
|
||||
"@fluidframework/container-runtime-definitions": "^0.26.0",
|
||||
"@fluidframework/core-interfaces": "^0.26.0",
|
||||
"@fluidframework/protocol-definitions": "^0.1011.1",
|
||||
"@fluidframework/protocol-definitions": "^0.1012.0-0",
|
||||
"@fluidframework/runtime-utils": "^0.26.0",
|
||||
"@fluidframework/shared-summary-block": "^0.26.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@fluidframework/build-common": "^0.18.0",
|
||||
"@fluidframework/eslint-config-fluid": "^0.18.0",
|
||||
"@fluidframework/build-common": "^0.19.2-0",
|
||||
"@fluidframework/eslint-config-fluid": "^0.19.1-0",
|
||||
"@fluidframework/mocha-test-setup": "^0.26.0",
|
||||
"@microsoft/api-extractor": "^7.7.2",
|
||||
"@types/mocha": "^5.2.5",
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"@fluidframework/aqueduct": "^0.26.0",
|
||||
"@fluidframework/common-definitions": "^0.18.1",
|
||||
"@fluidframework/common-definitions": "^0.19.1-0",
|
||||
"@fluidframework/core-interfaces": "^0.26.0",
|
||||
"@fluidframework/counter": "^0.26.0",
|
||||
"@fluidframework/datastore-definitions": "^0.26.0",
|
||||
|
@ -39,8 +39,8 @@
|
|||
"react": "^16.10.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@fluidframework/build-common": "^0.18.0",
|
||||
"@fluidframework/eslint-config-fluid": "^0.18.0",
|
||||
"@fluidframework/build-common": "^0.19.2-0",
|
||||
"@fluidframework/eslint-config-fluid": "^0.19.1-0",
|
||||
"@microsoft/api-extractor": "^7.7.2",
|
||||
"@types/node": "^10.17.24",
|
||||
"@types/react": "^16.9.15",
|
||||
|
|
|
@ -58,8 +58,8 @@
|
|||
"@fluidframework/runtime-utils": "^0.26.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@fluidframework/build-common": "^0.18.0",
|
||||
"@fluidframework/eslint-config-fluid": "^0.18.0",
|
||||
"@fluidframework/build-common": "^0.19.2-0",
|
||||
"@fluidframework/eslint-config-fluid": "^0.19.1-0",
|
||||
"@fluidframework/mocha-test-setup": "^0.26.0",
|
||||
"@fluidframework/test-runtime-utils": "^0.26.0",
|
||||
"@microsoft/api-extractor": "^7.7.2",
|
||||
|
|
|
@ -58,9 +58,9 @@
|
|||
"@fluidframework/core-interfaces": "^0.26.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@fluidframework/build-common": "^0.18.0",
|
||||
"@fluidframework/build-common": "^0.19.2-0",
|
||||
"@fluidframework/datastore": "^0.26.0",
|
||||
"@fluidframework/eslint-config-fluid": "^0.18.0",
|
||||
"@fluidframework/eslint-config-fluid": "^0.19.1-0",
|
||||
"@fluidframework/mocha-test-setup": "^0.26.0",
|
||||
"@microsoft/api-extractor": "^7.7.2",
|
||||
"@types/mocha": "^5.2.5",
|
||||
|
|
|
@ -57,8 +57,8 @@
|
|||
"@fluidframework/sequence": "^0.26.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@fluidframework/build-common": "^0.18.0",
|
||||
"@fluidframework/eslint-config-fluid": "^0.18.0",
|
||||
"@fluidframework/build-common": "^0.19.2-0",
|
||||
"@fluidframework/eslint-config-fluid": "^0.19.1-0",
|
||||
"@fluidframework/mocha-test-setup": "^0.26.0",
|
||||
"@fluidframework/test-runtime-utils": "^0.26.0",
|
||||
"@microsoft/api-extractor": "^7.7.2",
|
||||
|
|
|
@ -33,8 +33,8 @@
|
|||
"react-dom": "^16.10.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@fluidframework/build-common": "^0.18.0",
|
||||
"@fluidframework/eslint-config-fluid": "^0.18.0",
|
||||
"@fluidframework/build-common": "^0.19.2-0",
|
||||
"@fluidframework/eslint-config-fluid": "^0.19.1-0",
|
||||
"@microsoft/api-extractor": "^7.7.2",
|
||||
"@types/react": "^16.9.15",
|
||||
"@typescript-eslint/eslint-plugin": "~2.17.0",
|
||||
|
|
|
@ -30,8 +30,8 @@
|
|||
"@fluidframework/core-interfaces": "^0.26.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@fluidframework/build-common": "^0.18.0",
|
||||
"@fluidframework/eslint-config-fluid": "^0.18.0",
|
||||
"@fluidframework/build-common": "^0.19.2-0",
|
||||
"@fluidframework/eslint-config-fluid": "^0.19.1-0",
|
||||
"@microsoft/api-extractor": "^7.7.2",
|
||||
"@typescript-eslint/eslint-plugin": "~2.17.0",
|
||||
"@typescript-eslint/parser": "~2.17.0",
|
||||
|
|
|
@ -54,19 +54,19 @@
|
|||
"temp-directory": "nyc/.nyc_output"
|
||||
},
|
||||
"dependencies": {
|
||||
"@fluidframework/common-definitions": "^0.18.1",
|
||||
"@fluidframework/common-utils": "^0.22.1",
|
||||
"@fluidframework/common-definitions": "^0.19.1-0",
|
||||
"@fluidframework/common-utils": "^0.23.0-0",
|
||||
"@fluidframework/container-definitions": "^0.26.0",
|
||||
"@fluidframework/container-loader": "^0.26.0",
|
||||
"@fluidframework/core-interfaces": "^0.26.0",
|
||||
"@fluidframework/driver-definitions": "^0.26.0",
|
||||
"@fluidframework/protocol-definitions": "^0.1011.1",
|
||||
"@fluidframework/protocol-definitions": "^0.1012.0-0",
|
||||
"@fluidframework/telemetry-utils": "^0.26.0",
|
||||
"@fluidframework/web-code-loader": "^0.26.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@fluidframework/build-common": "^0.18.0",
|
||||
"@fluidframework/eslint-config-fluid": "^0.18.0",
|
||||
"@fluidframework/build-common": "^0.19.2-0",
|
||||
"@fluidframework/eslint-config-fluid": "^0.19.1-0",
|
||||
"@fluidframework/mocha-test-setup": "^0.26.0",
|
||||
"@fluidframework/test-runtime-utils": "^0.26.0",
|
||||
"@microsoft/api-extractor": "^7.7.2",
|
||||
|
|
|
@ -34,13 +34,13 @@
|
|||
"@fluidframework/core-interfaces": "^0.26.0",
|
||||
"@fluidframework/local-driver": "^0.26.0",
|
||||
"@fluidframework/runtime-definitions": "^0.26.0",
|
||||
"@fluidframework/server-local-server": "^0.1011.1",
|
||||
"@fluidframework/server-local-server": "^0.1012.0-0",
|
||||
"@fluidframework/view-adapters": "^0.26.0",
|
||||
"uuid": "^3.3.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@fluidframework/build-common": "^0.18.0",
|
||||
"@fluidframework/eslint-config-fluid": "^0.18.0",
|
||||
"@fluidframework/build-common": "^0.19.2-0",
|
||||
"@fluidframework/eslint-config-fluid": "^0.19.1-0",
|
||||
"@microsoft/api-extractor": "^7.7.2",
|
||||
"@types/node": "^10.17.24",
|
||||
"@typescript-eslint/eslint-plugin": "~2.17.0",
|
||||
|
|
|
@ -28,14 +28,14 @@
|
|||
"tsfmt:fix": "tsfmt --replace"
|
||||
},
|
||||
"dependencies": {
|
||||
"@fluidframework/common-definitions": "^0.18.1",
|
||||
"@fluidframework/common-definitions": "^0.19.1-0",
|
||||
"@fluidframework/core-interfaces": "^0.26.0",
|
||||
"@fluidframework/driver-definitions": "^0.26.0",
|
||||
"@fluidframework/protocol-definitions": "^0.1011.1"
|
||||
"@fluidframework/protocol-definitions": "^0.1012.0-0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@fluidframework/build-common": "^0.18.0",
|
||||
"@fluidframework/eslint-config-fluid": "^0.18.0",
|
||||
"@fluidframework/build-common": "^0.19.2-0",
|
||||
"@fluidframework/eslint-config-fluid": "^0.19.1-0",
|
||||
"@microsoft/api-extractor": "^7.7.2",
|
||||
"@types/node": "^10.17.24",
|
||||
"@typescript-eslint/eslint-plugin": "~2.17.0",
|
||||
|
|
Некоторые файлы не были показаны из-за слишком большого количества измененных файлов Показать больше
Загрузка…
Ссылка в новой задаче