Skip to content

Commit

Permalink
build(test-version-utils): Move test-version-utils to @fluid-internal…
Browse files Browse the repository at this point in the history
… scope (microsoft#14127)

Same idea as microsoft#14086, this prevents test-version-utils from publishing.

Verified:
* Not a dependency of merge-tree, sequence, or fluid-experimental/tree
(which would break the fuzz tests)
* Not a dependency of map, matrix, or fluid-internal/tree (which would
break the perf tests)

Also, a bad merge changed the build tool packages back to a prerelease
version which was causing a build break. This change also moves them
back to the released ^0.9.0 version.
  • Loading branch information
ChumpChief committed Feb 14, 2023
1 parent 7a19eb3 commit 5169c5a
Show file tree
Hide file tree
Showing 194 changed files with 440 additions and 1,050 deletions.
12 changes: 9 additions & 3 deletions BREAKING.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ The Container and RelativeLoader classes in `@fluidframework/container-loader` h
- [`InsecureTokenProvider` now takes a new type `IInsecureUser` instead of `IUser`](#InsecureTokenProvider-now-takes-a-new-type-IInsecureUser-instead-of-IUser)
- [Remove Deprecated IFluidObject Interface](#Remove-Deprecated-IFluidObject-Interface)
- [Remove deprecated experimental get-container package](#Remove-deprecated-experimental-get-container-package)
- [test-drivers and test-pairwise-generator packages no longer published](#test-drivers-and-test-pairwise-generator-packages-no-longer-published)
- [Some test packages no longer published](#some-test-packages-no-longer-published)

### existing parameter is now required in IRuntimeFactory::instantiateRuntime

Expand Down Expand Up @@ -173,9 +173,15 @@ Removing `existing`, `mode`, `version` and `initialClients` from `IConnectionDet

The @fluid-experimental/get-container package was deprecated in version 0.39 and has now been removed.

### test-drivers and test-pairwise-generator packages no longer published
### Some test packages no longer published

These packages were previously published as `@fluidframework/test-drivers` and `@fluidframework/test-pairwise-generator`. These have been moved to the `@fluid-internal` scope and are no longer published.
These packages were previously published under the `@fluidframework` scope:

- `@fluidframework/test-drivers`
- `@fluidframework/test-pairwise-generator`
- `@fluidframework/test-version-utils`

These have been moved to the `@fluid-internal` scope and are no longer published.

# 2.0.0-internal.2.4.0

Expand Down
2 changes: 1 addition & 1 deletion PACKAGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ The dependencies between layers are enforced by the layer-check command._

| Packages | Layer Dependencies |
| --- | --- |
| - [@fluidframework/azure-end-to-end-tests](/azure/packages/test/end-to-end-tests)</br>- [@fluidframework/azure-scenario-runner](/azure/packages/test/scenario-runner)</br>- [@fluid-internal/functional-tests](/packages/test/functional-tests) (private)</br>- [@fluid-internal/local-server-tests](/packages/test/local-server-tests) (private)</br>- [@fluidframework/mocha-test-setup](/packages/test/mocha-test-setup)</br>- [@fluid-internal/test-snapshots](/packages/test/snapshots) (private)</br>- [@fluid-internal/stochastic-test-utils](/packages/test/stochastic-test-utils)</br>- [@fluid-internal/test-app-insights-logger](/packages/test/test-app-insights-logger)</br>- [@fluidframework/test-driver-definitions](/packages/test/test-driver-definitions)</br>- [@fluid-internal/test-drivers](/packages/test/test-drivers) (private)</br>- [@fluidframework/test-end-to-end-tests](/packages/test/test-end-to-end-tests)</br>- [@fluid-internal/test-gc-sweep-tests](/packages/test/test-gc-sweep-tests) (private)</br>- [@fluid-internal/test-pairwise-generator](/packages/test/test-pairwise-generator)</br>- [@fluid-internal/test-service-load](/packages/test/test-service-load)</br>- [@fluidframework/test-utils](/packages/test/test-utils)</br>- [@fluidframework/test-version-utils](/packages/test/test-version-utils)</br>&nbsp;</br>&nbsp;</br>&nbsp;</br>&nbsp;</br>&nbsp;</br>&nbsp;</br>&nbsp; | - [Base-Definitions](#Base-Definitions)</br>- [Protocol-Definitions](#Protocol-Definitions)</br>- [Driver-Definitions](#Driver-Definitions)</br>- [Container-Definitions](#Container-Definitions)</br>- [Base-Utils](#Base-Utils)</br>- [Telemetry-Utils](#Telemetry-Utils)</br>- [Driver-Utils](#Driver-Utils)</br>- [Other-Utils](#Other-Utils)</br>- [Tool-Utils](#Tool-Utils)</br>- [Container-Utils](#Container-Utils)</br>- [Driver](#Driver)</br>- [Loader](#Loader)</br>- [Runtime](#Runtime)</br>- [Framework](#Framework)</br>- [Build](#Build)</br>- [UberPackage](#UberPackage)</br>- [Server-Shared-Utils](#Server-Shared-Utils)</br>- [Server-Libs](#Server-Libs)</br>- [Server-Tools](#Server-Tools)</br>- [Routerlicious-Driver](#Routerlicious-Driver)</br>- [Test-Utils](#Test-Utils)</br>- [Tools](#Tools)</br>- [AzureClient](#AzureClient) |
| - [@fluidframework/azure-end-to-end-tests](/azure/packages/test/end-to-end-tests)</br>- [@fluidframework/azure-scenario-runner](/azure/packages/test/scenario-runner)</br>- [@fluid-internal/functional-tests](/packages/test/functional-tests) (private)</br>- [@fluid-internal/local-server-tests](/packages/test/local-server-tests) (private)</br>- [@fluidframework/mocha-test-setup](/packages/test/mocha-test-setup)</br>- [@fluid-internal/test-snapshots](/packages/test/snapshots) (private)</br>- [@fluid-internal/stochastic-test-utils](/packages/test/stochastic-test-utils)</br>- [@fluid-internal/test-app-insights-logger](/packages/test/test-app-insights-logger)</br>- [@fluidframework/test-driver-definitions](/packages/test/test-driver-definitions)</br>- [@fluid-internal/test-drivers](/packages/test/test-drivers)</br>- [@fluidframework/test-end-to-end-tests](/packages/test/test-end-to-end-tests)</br>- [@fluid-internal/test-gc-sweep-tests](/packages/test/test-gc-sweep-tests) (private)</br>- [@fluid-internal/test-pairwise-generator](/packages/test/test-pairwise-generator)</br>- [@fluid-internal/test-service-load](/packages/test/test-service-load)</br>- [@fluidframework/test-utils](/packages/test/test-utils)</br>- [@fluid-internal/test-version-utils](/packages/test/test-version-utils) (private)</br>&nbsp;</br>&nbsp;</br>&nbsp;</br>&nbsp;</br>&nbsp;</br>&nbsp;</br>&nbsp; | - [Base-Definitions](#Base-Definitions)</br>- [Protocol-Definitions](#Protocol-Definitions)</br>- [Driver-Definitions](#Driver-Definitions)</br>- [Container-Definitions](#Container-Definitions)</br>- [Base-Utils](#Base-Utils)</br>- [Telemetry-Utils](#Telemetry-Utils)</br>- [Driver-Utils](#Driver-Utils)</br>- [Other-Utils](#Other-Utils)</br>- [Tool-Utils](#Tool-Utils)</br>- [Container-Utils](#Container-Utils)</br>- [Driver](#Driver)</br>- [Loader](#Loader)</br>- [Runtime](#Runtime)</br>- [Framework](#Framework)</br>- [Build](#Build)</br>- [UberPackage](#UberPackage)</br>- [Server-Shared-Utils](#Server-Shared-Utils)</br>- [Server-Libs](#Server-Libs)</br>- [Server-Tools](#Server-Tools)</br>- [Routerlicious-Driver](#Routerlicious-Driver)</br>- [Test-Utils](#Test-Utils)</br>- [Tools](#Tools)</br>- [AzureClient](#AzureClient) |

### Azure-Examples

Expand Down
2 changes: 1 addition & 1 deletion examples/apps/collaborative-textarea/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"style-loader": "^1.0.0"
},
"devDependencies": {
"@fluid-tools/build-cli": "^0.9.0-127618",
"@fluid-tools/build-cli": "^0.9.0",
"@fluidframework/build-common": "^1.1.0",
"@fluidframework/eslint-config-fluid": "^2.0.0",
"@fluidframework/test-tools": "^0.2.3074",
Expand Down
2 changes: 1 addition & 1 deletion examples/apps/data-object-grid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"uuid": "^8.3.1"
},
"devDependencies": {
"@fluid-tools/build-cli": "^0.9.0-127618",
"@fluid-tools/build-cli": "^0.9.0",
"@fluidframework/build-common": "^1.1.0",
"@fluidframework/eslint-config-fluid": "^2.0.0",
"@fluidframework/test-tools": "^0.2.3074",
Expand Down
4 changes: 2 additions & 2 deletions examples/apps/odspsnapshotfetch-perftestapp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@
"webpack-dev-server": "~4.6.0"
},
"devDependencies": {
"@fluid-tools/build-cli": "^0.9.0-127618",
"@fluid-tools/build-cli": "^0.9.0",
"@fluidframework/build-common": "^1.1.0",
"@fluidframework/build-tools": "^0.9.0-127618",
"@fluidframework/build-tools": "^0.9.0",
"@fluidframework/eslint-config-fluid": "^2.0.0",
"@rushstack/eslint-config": "^2.5.1",
"@types/express": "^4.11.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/apps/view-framework-sampler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"vue": "~2.6.14"
},
"devDependencies": {
"@fluid-tools/build-cli": "^0.9.0-127618",
"@fluid-tools/build-cli": "^0.9.0",
"@fluidframework/build-common": "^1.1.0",
"@fluidframework/eslint-config-fluid": "^2.0.0",
"@fluidframework/test-tools": "^0.2.3074",
Expand Down
2 changes: 1 addition & 1 deletion examples/data-objects/multiview/interface/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"webpack:dev": "webpack --env development"
},
"devDependencies": {
"@fluid-tools/build-cli": "^0.9.0-127618",
"@fluid-tools/build-cli": "^0.9.0",
"@fluidframework/build-common": "^1.1.0",
"@fluidframework/eslint-config-fluid": "^2.0.0",
"@rushstack/eslint-config": "^2.5.1",
Expand Down
2 changes: 1 addition & 1 deletion examples/data-objects/presence-tracker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"fluid-framework": ">=2.0.0-internal.4.0.0 <2.0.0-internal.5.0.0"
},
"devDependencies": {
"@fluid-tools/build-cli": "^0.9.0-127618",
"@fluid-tools/build-cli": "^0.9.0",
"@fluidframework/build-common": "^1.1.0",
"@fluidframework/eslint-config-fluid": "^2.0.0",
"@fluidframework/test-tools": "^0.2.3074",
Expand Down
4 changes: 2 additions & 2 deletions examples/data-objects/table-document/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,14 +67,14 @@
"debug": "^4.1.1"
},
"devDependencies": {
"@fluid-tools/build-cli": "^0.9.0-127618",
"@fluid-internal/test-version-utils": ">=2.0.0-internal.4.0.0 <2.0.0-internal.5.0.0",
"@fluid-tools/build-cli": "^0.9.0",
"@fluidframework/build-common": "^1.1.0",
"@fluidframework/eslint-config-fluid": "^2.0.0",
"@fluidframework/mocha-test-setup": ">=2.0.0-internal.4.0.0 <2.0.0-internal.5.0.0",
"@fluidframework/runtime-utils": ">=2.0.0-internal.4.0.0 <2.0.0-internal.5.0.0",
"@fluidframework/test-runtime-utils": ">=2.0.0-internal.4.0.0 <2.0.0-internal.5.0.0",
"@fluidframework/test-utils": ">=2.0.0-internal.4.0.0 <2.0.0-internal.5.0.0",
"@fluidframework/test-version-utils": ">=2.0.0-internal.4.0.0 <2.0.0-internal.5.0.0",
"@rushstack/eslint-config": "^2.5.1",
"@types/debug": "^4.1.5",
"@types/mocha": "^9.1.1",
Expand Down
2 changes: 1 addition & 1 deletion examples/data-objects/table-document/src/test/.mocharc.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@

const packageDir = `${__dirname}/../..`;

const getFluidTestMochaConfig = require("@fluidframework/test-version-utils/mocharc-common.js");
const getFluidTestMochaConfig = require("@fluid-internal/test-version-utils/mocharc-common.js");
const config = getFluidTestMochaConfig(packageDir);
module.exports = config;
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import { strict as assert } from "assert";
import { requestFluidObject } from "@fluidframework/runtime-utils";
import { ITestObjectProvider } from "@fluidframework/test-utils";
import { describeLoaderCompat } from "@fluidframework/test-version-utils";
import { describeLoaderCompat } from "@fluid-internal/test-version-utils";
import { TableDocument } from "../document";
import { TableSlice } from "../slice";
import { TableDocumentItem } from "../table";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { PropertySet } from "@fluidframework/merge-tree";
import { IFluidDataStoreContext } from "@fluidframework/runtime-definitions";
import { requestFluidObject } from "@fluidframework/runtime-utils";
import { ITestObjectProvider } from "@fluidframework/test-utils";
import { describeLoaderCompat } from "@fluidframework/test-version-utils";
import { describeLoaderCompat } from "@fluid-internal/test-version-utils";
import { ITable } from "../table";
import { TableDocument } from "../document";
import { createTableWithInterception } from "../interception";
Expand Down
2 changes: 1 addition & 1 deletion examples/data-objects/task-selection/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"style-loader": "^1.0.0"
},
"devDependencies": {
"@fluid-tools/build-cli": "^0.9.0-127618",
"@fluid-tools/build-cli": "^0.9.0",
"@fluidframework/build-common": "^1.1.0",
"@fluidframework/eslint-config-fluid": "^2.0.0",
"@fluidframework/test-tools": "^0.2.3074",
Expand Down
2 changes: 1 addition & 1 deletion examples/data-objects/webflow/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,13 +91,13 @@
"react-dom": "^17.0.1"
},
"devDependencies": {
"@fluid-internal/test-version-utils": ">=2.0.0-internal.4.0.0 <2.0.0-internal.5.0.0",
"@fluid-tools/webpack-fluid-loader": ">=2.0.0-internal.4.0.0 <2.0.0-internal.5.0.0",
"@fluidframework/build-common": "^1.1.0",
"@fluidframework/eslint-config-fluid": "^2.0.0",
"@fluidframework/mocha-test-setup": ">=2.0.0-internal.4.0.0 <2.0.0-internal.5.0.0",
"@fluidframework/runtime-utils": ">=2.0.0-internal.4.0.0 <2.0.0-internal.5.0.0",
"@fluidframework/test-utils": ">=2.0.0-internal.4.0.0 <2.0.0-internal.5.0.0",
"@fluidframework/test-version-utils": ">=2.0.0-internal.4.0.0 <2.0.0-internal.5.0.0",
"@rushstack/eslint-config": "^2.5.1",
"@types/debug": "^4.1.5",
"@types/mocha": "^9.1.1",
Expand Down
2 changes: 1 addition & 1 deletion examples/data-objects/webflow/src/test/.mocharc.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@

const packageDir = `${__dirname}/../..`;

const getFluidTestMochaConfig = require("@fluidframework/test-version-utils/mocharc-common.js");
const getFluidTestMochaConfig = require("@fluid-internal/test-version-utils/mocharc-common.js");
const config = getFluidTestMochaConfig(packageDir, ["ignore-styles"]);
module.exports = config;
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { strict as assert } from "assert";
import { Marker, ReferenceType } from "@fluidframework/merge-tree";
import { requestFluidObject } from "@fluidframework/runtime-utils";
import { ITestObjectProvider } from "@fluidframework/test-utils";
import { describeLoaderCompat } from "@fluidframework/test-version-utils";
import { describeLoaderCompat } from "@fluid-internal/test-version-utils";
import { FlowDocument } from "../document";
import { TagName } from "../util";

Expand Down
2 changes: 1 addition & 1 deletion examples/data-objects/webflow/src/test/layout.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ window.performance.measure ??= () => undefined as PerformanceMeasure;
import { strict as assert } from "assert";
import { requestFluidObject } from "@fluidframework/runtime-utils";
import { ITestObjectProvider } from "@fluidframework/test-utils";
import { describeLoaderCompat } from "@fluidframework/test-version-utils";
import { describeLoaderCompat } from "@fluid-internal/test-version-utils";
import { htmlFormatter } from "..";
import { FlowDocument } from "../document";
import { Layout } from "../view/layout";
Expand Down
2 changes: 1 addition & 1 deletion examples/data-objects/webflow/src/test/segmentspan.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { strict as assert } from "assert";
import { TextSegment } from "@fluidframework/merge-tree";
import { requestFluidObject } from "@fluidframework/runtime-utils";
import { ITestObjectProvider } from "@fluidframework/test-utils";
import { describeLoaderCompat } from "@fluidframework/test-version-utils";
import { describeLoaderCompat } from "@fluid-internal/test-version-utils";
import { FlowDocument } from "../document";
import { SegmentSpan } from "../document/segmentspan";

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"react-dom": "^17.0.1"
},
"devDependencies": {
"@fluid-tools/build-cli": "^0.9.0-127618",
"@fluid-tools/build-cli": "^0.9.0",
"@fluidframework/build-common": "^1.1.0",
"@fluidframework/eslint-config-fluid": "^2.0.0",
"@fluidframework/test-tools": "^0.2.3074",
Expand Down
2 changes: 1 addition & 1 deletion examples/hosts/app-integration/external-views/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"style-loader": "^1.0.0"
},
"devDependencies": {
"@fluid-tools/build-cli": "^0.9.0-127618",
"@fluid-tools/build-cli": "^0.9.0",
"@fluidframework/build-common": "^1.1.0",
"@fluidframework/eslint-config-fluid": "^2.0.0",
"@fluidframework/test-tools": "^0.2.3074",
Expand Down
2 changes: 1 addition & 1 deletion examples/hosts/app-integration/schema-upgrade/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"uuid": "^8.3.1"
},
"devDependencies": {
"@fluid-tools/build-cli": "^0.9.0-127618",
"@fluid-tools/build-cli": "^0.9.0",
"@fluidframework/build-common": "^1.1.0",
"@fluidframework/eslint-config-fluid": "^2.0.0",
"@fluidframework/test-tools": "^0.2.3074",
Expand Down
2 changes: 1 addition & 1 deletion examples/hosts/hosts-sample/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"semver": "^7.3.4"
},
"devDependencies": {
"@fluid-tools/build-cli": "^0.9.0-127618",
"@fluid-tools/build-cli": "^0.9.0",
"@fluidframework/build-common": "^1.1.0",
"@fluidframework/eslint-config-fluid": "^2.0.0",
"@rushstack/eslint-config": "^2.5.1",
Expand Down
2 changes: 1 addition & 1 deletion examples/utils/bundle-size-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"devDependencies": {
"@cerner/duplicate-package-checker-webpack-plugin": "^2.3.0",
"@fluidframework/build-common": "^1.1.0",
"@fluidframework/bundle-size-tools": "^0.9.0-127618",
"@fluidframework/bundle-size-tools": "^0.9.0",
"@fluidframework/eslint-config-fluid": "^2.0.0",
"@mixer/webpack-bundle-compare": "^0.1.0",
"@rushstack/eslint-config": "^2.5.1",
Expand Down
2 changes: 1 addition & 1 deletion examples/utils/example-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"uuid": "^8.3.1"
},
"devDependencies": {
"@fluid-tools/build-cli": "^0.9.0-127618",
"@fluid-tools/build-cli": "^0.9.0",
"@fluidframework/build-common": "^1.1.0",
"@fluidframework/eslint-config-fluid": "^2.0.0",
"@microsoft/api-extractor": "^7.22.2",
Expand Down
4 changes: 2 additions & 2 deletions experimental/dds/sequence-deprecated/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,9 @@
"devDependencies": {
"@fluid-experimental/sequence-deprecated-previous": "npm:@fluid-experimental/sequence-deprecated@2.0.0-internal.2.0.0",
"@fluid-internal/test-dds-utils": ">=2.0.0-internal.4.0.0 <2.0.0-internal.5.0.0",
"@fluid-tools/build-cli": "^0.9.0-127618",
"@fluid-tools/build-cli": "^0.9.0",
"@fluidframework/build-common": "^1.1.0",
"@fluidframework/build-tools": "^0.9.0-127618",
"@fluidframework/build-tools": "^0.9.0",
"@fluidframework/eslint-config-fluid": "^2.0.0",
"@fluidframework/mocha-test-setup": ">=2.0.0-internal.4.0.0 <2.0.0-internal.5.0.0",
"@fluidframework/test-runtime-utils": ">=2.0.0-internal.4.0.0 <2.0.0-internal.5.0.0",
Expand Down
2 changes: 1 addition & 1 deletion experimental/examples/bubblebench/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"use-resize-observer": "^7.0.0"
},
"devDependencies": {
"@fluid-tools/build-cli": "^0.9.0-127618",
"@fluid-tools/build-cli": "^0.9.0",
"@fluidframework/build-common": "^1.1.0",
"@fluidframework/eslint-config-fluid": "^2.0.0",
"@fluidframework/mocha-test-setup": ">=2.0.0-internal.4.0.0 <2.0.0-internal.5.0.0",
Expand Down
2 changes: 1 addition & 1 deletion experimental/framework/data-objects/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"events": "^3.1.0"
},
"devDependencies": {
"@fluid-tools/build-cli": "^0.9.0-127618",
"@fluid-tools/build-cli": "^0.9.0",
"@fluidframework/build-common": "^1.1.0",
"@fluidframework/eslint-config-fluid": "^2.0.0",
"@microsoft/api-extractor": "^7.22.2",
Expand Down
2 changes: 1 addition & 1 deletion experimental/framework/last-edited/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"@fluidframework/shared-summary-block": ">=2.0.0-internal.4.0.0 <2.0.0-internal.5.0.0"
},
"devDependencies": {
"@fluid-tools/build-cli": "^0.9.0-127618",
"@fluid-tools/build-cli": "^0.9.0",
"@fluidframework/build-common": "^1.1.0",
"@fluidframework/eslint-config-fluid": "^2.0.0",
"@fluidframework/mocha-test-setup": ">=2.0.0-internal.4.0.0 <2.0.0-internal.5.0.0",
Expand Down
2 changes: 1 addition & 1 deletion experimental/framework/react-inputs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"react": "^17.0.1"
},
"devDependencies": {
"@fluid-tools/build-cli": "^0.9.0-127618",
"@fluid-tools/build-cli": "^0.9.0",
"@fluidframework/build-common": "^1.1.0",
"@fluidframework/eslint-config-fluid": "^2.0.0",
"@microsoft/api-extractor": "^7.22.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/common/container-definitions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@
"events": "^3.1.0"
},
"devDependencies": {
"@fluid-tools/build-cli": "^0.9.0-127618",
"@fluid-tools/build-cli": "^0.9.0",
"@fluidframework/build-common": "^1.1.0",
"@fluidframework/build-tools": "^0.9.0-127618",
"@fluidframework/build-tools": "^0.9.0",
"@fluidframework/container-definitions-previous": "npm:@fluidframework/container-definitions@2.0.0-internal.3.0.0",
"@fluidframework/eslint-config-fluid": "^2.0.0",
"@microsoft/api-extractor": "^7.22.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/common/core-interfaces/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@
"typetests:prepare": "flub generate typetests --prepare --dir . --pin"
},
"devDependencies": {
"@fluid-tools/build-cli": "^0.9.0-127618",
"@fluid-tools/build-cli": "^0.9.0",
"@fluidframework/build-common": "^1.1.0",
"@fluidframework/build-tools": "^0.9.0-127618",
"@fluidframework/build-tools": "^0.9.0",
"@fluidframework/core-interfaces-previous": "npm:@fluidframework/core-interfaces@2.0.0-internal.3.0.0",
"@fluidframework/eslint-config-fluid": "^2.0.0",
"@microsoft/api-extractor": "^7.22.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/common/core-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,9 @@
},
"devDependencies": {
"@fluid-tools/benchmark": "^0.45.0",
"@fluid-tools/build-cli": "^0.9.0-127618",
"@fluid-tools/build-cli": "^0.9.0",
"@fluidframework/build-common": "^1.1.0",
"@fluidframework/build-tools": "^0.9.0-127618",
"@fluidframework/build-tools": "^0.9.0",
"@fluidframework/eslint-config-fluid": "^2.0.0",
"@fluidframework/mocha-test-setup": ">=2.0.0-internal.4.0.0 <2.0.0-internal.5.0.0",
"@microsoft/api-extractor": "^7.22.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/common/driver-definitions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@
"@fluidframework/protocol-definitions": "^1.1.0"
},
"devDependencies": {
"@fluid-tools/build-cli": "^0.9.0-127618",
"@fluid-tools/build-cli": "^0.9.0",
"@fluidframework/build-common": "^1.1.0",
"@fluidframework/build-tools": "^0.9.0-127618",
"@fluidframework/build-tools": "^0.9.0",
"@fluidframework/driver-definitions-previous": "npm:@fluidframework/driver-definitions@2.0.0-internal.3.0.0",
"@fluidframework/eslint-config-fluid": "^2.0.0",
"@microsoft/api-extractor": "^7.22.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/dds/cell/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,9 @@
},
"devDependencies": {
"@fluid-internal/test-dds-utils": ">=2.0.0-internal.4.0.0 <2.0.0-internal.5.0.0",
"@fluid-tools/build-cli": "^0.9.0-127618",
"@fluid-tools/build-cli": "^0.9.0",
"@fluidframework/build-common": "^1.1.0",
"@fluidframework/build-tools": "^0.9.0-127618",
"@fluidframework/build-tools": "^0.9.0",
"@fluidframework/cell-previous": "npm:@fluidframework/cell@2.0.0-internal.3.0.0",
"@fluidframework/eslint-config-fluid": "^2.0.0",
"@fluidframework/mocha-test-setup": ">=2.0.0-internal.4.0.0 <2.0.0-internal.5.0.0",
Expand Down
Loading

0 comments on commit 5169c5a

Please sign in to comment.