Skip to content

Commit

Permalink
build(client): Update build-tools dependencies to latest (0.44) (#22297)
Browse files Browse the repository at this point in the history
Updated the following:

  client (release group)

Dependencies on build-tools updated:

  @fluid-tools/build-cli: 0.44.0
  @fluidframework/build-tools: 0.44.0
  @fluidframework/bundle-size-tools: 0.44.0
  @fluid-tools/version-tools: 0.44.0

I also made two small changes to the root Biome config and the
test-snapshots Biome config. The configs exposed a case where `git
ls-files` will return a path to a directory - if that directory is a
submodule. These config changes enable the Biome task caching to work
even with this ls-files oddity by ensuring the directory path doesn't
make it into the cached file list.
  • Loading branch information
tylerbutler committed Aug 23, 2024
1 parent 1bb82df commit dda8126
Show file tree
Hide file tree
Showing 159 changed files with 926 additions and 833 deletions.
2 changes: 1 addition & 1 deletion azure/packages/azure-local-service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"devDependencies": {
"@biomejs/biome": "~1.8.3",
"@fluidframework/build-common": "^2.0.3",
"@fluidframework/build-tools": "^0.43.0",
"@fluidframework/build-tools": "^0.44.0",
"@fluidframework/eslint-config-fluid": "^5.3.0",
"eslint": "~8.55.0",
"eslint-config-prettier": "~9.0.0",
Expand Down
4 changes: 2 additions & 2 deletions azure/packages/azure-service-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,10 +96,10 @@
"devDependencies": {
"@arethetypeswrong/cli": "^0.15.2",
"@biomejs/biome": "~1.8.3",
"@fluid-tools/build-cli": "^0.43.0",
"@fluid-tools/build-cli": "^0.44.0",
"@fluidframework/azure-service-utils-previous": "npm:@fluidframework/azure-service-utils@2.2.0",
"@fluidframework/build-common": "^2.0.3",
"@fluidframework/build-tools": "^0.43.0",
"@fluidframework/build-tools": "^0.44.0",
"@fluidframework/eslint-config-fluid": "^5.3.0",
"@microsoft/api-extractor": "^7.45.1",
"@types/jsrsasign": "^10.5.12",
Expand Down
4 changes: 2 additions & 2 deletions azure/packages/test/scenario-runner/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,9 +93,9 @@
},
"devDependencies": {
"@biomejs/biome": "~1.8.3",
"@fluid-tools/build-cli": "^0.43.0",
"@fluid-tools/build-cli": "^0.44.0",
"@fluidframework/build-common": "^2.0.3",
"@fluidframework/build-tools": "^0.43.0",
"@fluidframework/build-tools": "^0.44.0",
"@fluidframework/eslint-config-fluid": "^5.3.0",
"@types/js-yaml": "^4.0.5",
"@types/mocha": "^9.1.1",
Expand Down
1 change: 1 addition & 0 deletions biome.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
"**/fluid-runner/src/test/localOdspSnapshots/**",
"**/fluid-runner/src/test/telemetryExpectedOutputs/**",
"**/snapshots/*.json",
"**/snapshots/content",

// Generated files
"**/src/**/test/types/*.generated.ts",
Expand Down
4 changes: 2 additions & 2 deletions examples/apps/attributable-map/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@
},
"devDependencies": {
"@biomejs/biome": "~1.8.3",
"@fluid-tools/build-cli": "^0.43.0",
"@fluid-tools/build-cli": "^0.44.0",
"@fluidframework/build-common": "^2.0.3",
"@fluidframework/build-tools": "^0.43.0",
"@fluidframework/build-tools": "^0.44.0",
"@fluidframework/eslint-config-fluid": "^5.3.0",
"@types/node": "^18.19.0",
"eslint": "~8.55.0",
Expand Down
4 changes: 2 additions & 2 deletions examples/apps/collaborative-textarea/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,9 @@
},
"devDependencies": {
"@biomejs/biome": "~1.8.3",
"@fluid-tools/build-cli": "^0.43.0",
"@fluid-tools/build-cli": "^0.44.0",
"@fluidframework/build-common": "^2.0.3",
"@fluidframework/build-tools": "^0.43.0",
"@fluidframework/build-tools": "^0.44.0",
"@fluidframework/eslint-config-fluid": "^5.3.0",
"@fluidframework/test-tools": "^1.0.195075",
"@fluidframework/test-utils": "workspace:~",
Expand Down
4 changes: 2 additions & 2 deletions examples/apps/contact-collection/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@
},
"devDependencies": {
"@biomejs/biome": "~1.8.3",
"@fluid-tools/build-cli": "^0.43.0",
"@fluid-tools/build-cli": "^0.44.0",
"@fluidframework/build-common": "^2.0.3",
"@fluidframework/build-tools": "^0.43.0",
"@fluidframework/build-tools": "^0.44.0",
"@fluidframework/eslint-config-fluid": "^5.3.0",
"@fluidframework/test-tools": "^1.0.195075",
"@types/jest": "29.5.3",
Expand Down
4 changes: 2 additions & 2 deletions examples/apps/data-object-grid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,9 @@
},
"devDependencies": {
"@biomejs/biome": "~1.8.3",
"@fluid-tools/build-cli": "^0.43.0",
"@fluid-tools/build-cli": "^0.44.0",
"@fluidframework/build-common": "^2.0.3",
"@fluidframework/build-tools": "^0.43.0",
"@fluidframework/build-tools": "^0.44.0",
"@fluidframework/eslint-config-fluid": "^5.3.0",
"@fluidframework/test-tools": "^1.0.195075",
"@types/jest": "29.5.3",
Expand Down
4 changes: 2 additions & 2 deletions examples/apps/presence-tracker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@
},
"devDependencies": {
"@biomejs/biome": "~1.8.3",
"@fluid-tools/build-cli": "^0.43.0",
"@fluid-tools/build-cli": "^0.44.0",
"@fluidframework/build-common": "^2.0.3",
"@fluidframework/build-tools": "^0.43.0",
"@fluidframework/build-tools": "^0.44.0",
"@fluidframework/eslint-config-fluid": "^5.3.0",
"@fluidframework/test-tools": "^1.0.195075",
"@types/jest": "29.5.3",
Expand Down
4 changes: 2 additions & 2 deletions examples/apps/task-selection/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@
},
"devDependencies": {
"@biomejs/biome": "~1.8.3",
"@fluid-tools/build-cli": "^0.43.0",
"@fluid-tools/build-cli": "^0.44.0",
"@fluidframework/build-common": "^2.0.3",
"@fluidframework/build-tools": "^0.43.0",
"@fluidframework/build-tools": "^0.44.0",
"@fluidframework/eslint-config-fluid": "^5.3.0",
"@fluidframework/test-tools": "^1.0.195075",
"@types/jest": "29.5.3",
Expand Down
4 changes: 2 additions & 2 deletions examples/apps/tree-comparison/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,9 @@
},
"devDependencies": {
"@biomejs/biome": "~1.8.3",
"@fluid-tools/build-cli": "^0.43.0",
"@fluid-tools/build-cli": "^0.44.0",
"@fluidframework/build-common": "^2.0.3",
"@fluidframework/build-tools": "^0.43.0",
"@fluidframework/build-tools": "^0.44.0",
"@fluidframework/eslint-config-fluid": "^5.3.0",
"@fluidframework/test-tools": "^1.0.195075",
"@types/jest": "29.5.3",
Expand Down
2 changes: 1 addition & 1 deletion examples/benchmarks/bubblebench/baseline/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"@biomejs/biome": "~1.8.3",
"@fluid-example/webpack-fluid-loader": "workspace:~",
"@fluidframework/build-common": "^2.0.3",
"@fluidframework/build-tools": "^0.43.0",
"@fluidframework/build-tools": "^0.44.0",
"@fluidframework/eslint-config-fluid": "^5.3.0",
"@fluidframework/test-tools": "^1.0.195075",
"@types/jest": "29.5.3",
Expand Down
4 changes: 2 additions & 2 deletions examples/benchmarks/bubblebench/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@
},
"devDependencies": {
"@biomejs/biome": "~1.8.3",
"@fluid-tools/build-cli": "^0.43.0",
"@fluid-tools/build-cli": "^0.44.0",
"@fluidframework/build-common": "^2.0.3",
"@fluidframework/build-tools": "^0.43.0",
"@fluidframework/build-tools": "^0.44.0",
"@fluidframework/eslint-config-fluid": "^5.3.0",
"@types/react": "^17.0.44",
"@types/react-dom": "^17.0.18",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"@biomejs/biome": "~1.8.3",
"@fluid-example/webpack-fluid-loader": "workspace:~",
"@fluidframework/build-common": "^2.0.3",
"@fluidframework/build-tools": "^0.43.0",
"@fluidframework/build-tools": "^0.44.0",
"@fluidframework/eslint-config-fluid": "^5.3.0",
"@fluidframework/test-tools": "^1.0.195075",
"@types/jest": "29.5.3",
Expand Down
2 changes: 1 addition & 1 deletion examples/benchmarks/bubblebench/ot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"@biomejs/biome": "~1.8.3",
"@fluid-example/webpack-fluid-loader": "workspace:~",
"@fluidframework/build-common": "^2.0.3",
"@fluidframework/build-tools": "^0.43.0",
"@fluidframework/build-tools": "^0.44.0",
"@fluidframework/eslint-config-fluid": "^5.3.0",
"@fluidframework/test-tools": "^1.0.195075",
"@types/jest": "29.5.3",
Expand Down
2 changes: 1 addition & 1 deletion examples/benchmarks/bubblebench/shared-tree/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"@biomejs/biome": "~1.8.3",
"@fluid-example/webpack-fluid-loader": "workspace:~",
"@fluidframework/build-common": "^2.0.3",
"@fluidframework/build-tools": "^0.43.0",
"@fluidframework/build-tools": "^0.44.0",
"@fluidframework/eslint-config-fluid": "^5.3.0",
"@fluidframework/test-tools": "^1.0.195075",
"@types/jest": "29.5.3",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@
},
"devDependencies": {
"@biomejs/biome": "~1.8.3",
"@fluid-tools/build-cli": "^0.43.0",
"@fluid-tools/build-cli": "^0.44.0",
"@fluidframework/build-common": "^2.0.3",
"@fluidframework/build-tools": "^0.43.0",
"@fluidframework/build-tools": "^0.44.0",
"@fluidframework/eslint-config-fluid": "^5.3.0",
"@types/express": "^4.17.21",
"@types/fs-extra": "^9.0.11",
Expand Down
2 changes: 1 addition & 1 deletion examples/benchmarks/tablebench/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"@fluid-internal/mocha-test-setup": "workspace:~",
"@fluid-tools/benchmark": "^0.50.0",
"@fluidframework/build-common": "^2.0.3",
"@fluidframework/build-tools": "^0.43.0",
"@fluidframework/build-tools": "^0.44.0",
"@fluidframework/eslint-config-fluid": "^5.3.0",
"@fluidframework/id-compressor": "workspace:~",
"@types/mocha": "^9.1.1",
Expand Down
2 changes: 1 addition & 1 deletion examples/client-logger/app-insights-logger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"devDependencies": {
"@biomejs/biome": "~1.8.3",
"@fluidframework/build-common": "^2.0.3",
"@fluidframework/build-tools": "^0.43.0",
"@fluidframework/build-tools": "^0.44.0",
"@fluidframework/eslint-config-fluid": "^5.3.0",
"@testing-library/dom": "^8.2.0",
"@testing-library/jest-dom": "^5.16.5",
Expand Down
2 changes: 1 addition & 1 deletion examples/data-objects/canvas/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"@biomejs/biome": "~1.8.3",
"@fluid-example/webpack-fluid-loader": "workspace:~",
"@fluidframework/build-common": "^2.0.3",
"@fluidframework/build-tools": "^0.43.0",
"@fluidframework/build-tools": "^0.44.0",
"@fluidframework/eslint-config-fluid": "^5.3.0",
"@fluidframework/test-tools": "^1.0.195075",
"@types/jest": "29.5.3",
Expand Down
2 changes: 1 addition & 1 deletion examples/data-objects/clicker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"@biomejs/biome": "~1.8.3",
"@fluid-example/webpack-fluid-loader": "workspace:~",
"@fluidframework/build-common": "^2.0.3",
"@fluidframework/build-tools": "^0.43.0",
"@fluidframework/build-tools": "^0.44.0",
"@fluidframework/eslint-config-fluid": "^5.3.0",
"@fluidframework/test-tools": "^1.0.195075",
"@fluidframework/test-utils": "workspace:~",
Expand Down
2 changes: 1 addition & 1 deletion examples/data-objects/codemirror/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"@biomejs/biome": "~1.8.3",
"@fluid-example/webpack-fluid-loader": "workspace:~",
"@fluidframework/build-common": "^2.0.3",
"@fluidframework/build-tools": "^0.43.0",
"@fluidframework/build-tools": "^0.44.0",
"@fluidframework/eslint-config-fluid": "^5.3.0",
"@types/codemirror": "5.60.7",
"@types/node": "^18.19.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/data-objects/diceroller/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"@biomejs/biome": "~1.8.3",
"@fluid-example/webpack-fluid-loader": "workspace:~",
"@fluidframework/build-common": "^2.0.3",
"@fluidframework/build-tools": "^0.43.0",
"@fluidframework/build-tools": "^0.44.0",
"@fluidframework/eslint-config-fluid": "^5.3.0",
"@fluidframework/test-tools": "^1.0.195075",
"@types/jest": "29.5.3",
Expand Down
2 changes: 1 addition & 1 deletion examples/data-objects/inventory-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"@biomejs/biome": "~1.8.3",
"@fluid-example/webpack-fluid-loader": "workspace:~",
"@fluidframework/build-common": "^2.0.3",
"@fluidframework/build-tools": "^0.43.0",
"@fluidframework/build-tools": "^0.44.0",
"@fluidframework/eslint-config-fluid": "^5.3.0",
"@fluidframework/test-tools": "^1.0.195075",
"@types/jest": "29.5.3",
Expand Down
2 changes: 1 addition & 1 deletion examples/data-objects/monaco/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"@biomejs/biome": "~1.8.3",
"@fluid-example/webpack-fluid-loader": "workspace:~",
"@fluidframework/build-common": "^2.0.3",
"@fluidframework/build-tools": "^0.43.0",
"@fluidframework/build-tools": "^0.44.0",
"@fluidframework/eslint-config-fluid": "^5.3.0",
"@types/react": "^17.0.44",
"css-loader": "^6.11.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"devDependencies": {
"@biomejs/biome": "~1.8.3",
"@fluidframework/build-common": "^2.0.3",
"@fluidframework/build-tools": "^0.43.0",
"@fluidframework/build-tools": "^0.44.0",
"@fluidframework/eslint-config-fluid": "^5.3.0",
"eslint": "~8.55.0",
"prettier": "~3.0.3",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"devDependencies": {
"@biomejs/biome": "~1.8.3",
"@fluidframework/build-common": "^2.0.3",
"@fluidframework/build-tools": "^0.43.0",
"@fluidframework/build-tools": "^0.44.0",
"@fluidframework/eslint-config-fluid": "^5.3.0",
"@types/react": "^17.0.44",
"copyfiles": "^2.4.1",
Expand Down
2 changes: 1 addition & 1 deletion examples/data-objects/multiview/container/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"@biomejs/biome": "~1.8.3",
"@fluid-example/webpack-fluid-loader": "workspace:~",
"@fluidframework/build-common": "^2.0.3",
"@fluidframework/build-tools": "^0.43.0",
"@fluidframework/build-tools": "^0.44.0",
"@fluidframework/eslint-config-fluid": "^5.3.0",
"@fluidframework/test-tools": "^1.0.195075",
"@types/jest": "29.5.3",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"devDependencies": {
"@biomejs/biome": "~1.8.3",
"@fluidframework/build-common": "^2.0.3",
"@fluidframework/build-tools": "^0.43.0",
"@fluidframework/build-tools": "^0.44.0",
"@fluidframework/eslint-config-fluid": "^5.3.0",
"eslint": "~8.55.0",
"prettier": "~3.0.3",
Expand Down
4 changes: 2 additions & 2 deletions examples/data-objects/multiview/interface/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@
},
"devDependencies": {
"@biomejs/biome": "~1.8.3",
"@fluid-tools/build-cli": "^0.43.0",
"@fluid-tools/build-cli": "^0.44.0",
"@fluidframework/build-common": "^2.0.3",
"@fluidframework/build-tools": "^0.43.0",
"@fluidframework/build-tools": "^0.44.0",
"@fluidframework/eslint-config-fluid": "^5.3.0",
"@types/react": "^17.0.44",
"eslint": "~8.55.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"devDependencies": {
"@biomejs/biome": "~1.8.3",
"@fluidframework/build-common": "^2.0.3",
"@fluidframework/build-tools": "^0.43.0",
"@fluidframework/build-tools": "^0.44.0",
"@fluidframework/eslint-config-fluid": "^5.3.0",
"@types/react": "^17.0.44",
"copyfiles": "^2.4.1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"devDependencies": {
"@biomejs/biome": "~1.8.3",
"@fluidframework/build-common": "^2.0.3",
"@fluidframework/build-tools": "^0.43.0",
"@fluidframework/build-tools": "^0.44.0",
"@fluidframework/eslint-config-fluid": "^5.3.0",
"@types/react": "^17.0.44",
"copyfiles": "^2.4.1",
Expand Down
2 changes: 1 addition & 1 deletion examples/data-objects/multiview/triangle-view/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"devDependencies": {
"@biomejs/biome": "~1.8.3",
"@fluidframework/build-common": "^2.0.3",
"@fluidframework/build-tools": "^0.43.0",
"@fluidframework/build-tools": "^0.44.0",
"@fluidframework/eslint-config-fluid": "^5.3.0",
"@types/react": "^17.0.44",
"copyfiles": "^2.4.1",
Expand Down
2 changes: 1 addition & 1 deletion examples/data-objects/prosemirror/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
"@biomejs/biome": "~1.8.3",
"@fluid-example/webpack-fluid-loader": "workspace:~",
"@fluidframework/build-common": "^2.0.3",
"@fluidframework/build-tools": "^0.43.0",
"@fluidframework/build-tools": "^0.44.0",
"@fluidframework/eslint-config-fluid": "^5.3.0",
"@types/node": "^18.19.0",
"@types/orderedmap": "^1.0.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/data-objects/smde/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"@biomejs/biome": "~1.8.3",
"@fluid-example/webpack-fluid-loader": "workspace:~",
"@fluidframework/build-common": "^2.0.3",
"@fluidframework/build-tools": "^0.43.0",
"@fluidframework/build-tools": "^0.44.0",
"@fluidframework/eslint-config-fluid": "^5.3.0",
"@types/react": "^17.0.44",
"@types/simplemde": "^1.11.7",
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 @@ -93,9 +93,9 @@
"@biomejs/biome": "~1.8.3",
"@fluid-internal/mocha-test-setup": "workspace:~",
"@fluid-private/test-version-utils": "workspace:~",
"@fluid-tools/build-cli": "^0.43.0",
"@fluid-tools/build-cli": "^0.44.0",
"@fluidframework/build-common": "^2.0.3",
"@fluidframework/build-tools": "^0.43.0",
"@fluidframework/build-tools": "^0.44.0",
"@fluidframework/eslint-config-fluid": "^5.3.0",
"@fluidframework/runtime-utils": "workspace:~",
"@fluidframework/test-utils": "workspace:~",
Expand Down
2 changes: 1 addition & 1 deletion examples/data-objects/todo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"@biomejs/biome": "~1.8.3",
"@fluid-example/webpack-fluid-loader": "workspace:~",
"@fluidframework/build-common": "^2.0.3",
"@fluidframework/build-tools": "^0.43.0",
"@fluidframework/build-tools": "^0.44.0",
"@fluidframework/eslint-config-fluid": "^5.3.0",
"@fluidframework/test-tools": "^1.0.195075",
"@fluidframework/test-utils": "workspace:~",
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 @@ -93,7 +93,7 @@
"@fluid-internal/mocha-test-setup": "workspace:~",
"@fluid-private/test-version-utils": "workspace:~",
"@fluidframework/build-common": "^2.0.3",
"@fluidframework/build-tools": "^0.43.0",
"@fluidframework/build-tools": "^0.44.0",
"@fluidframework/eslint-config-fluid": "^5.3.0",
"@fluidframework/runtime-utils": "workspace:~",
"@fluidframework/test-utils": "workspace:~",
Expand Down
2 changes: 1 addition & 1 deletion examples/external-data/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
"devDependencies": {
"@biomejs/biome": "~1.8.3",
"@fluidframework/build-common": "^2.0.3",
"@fluidframework/build-tools": "^0.43.0",
"@fluidframework/build-tools": "^0.44.0",
"@fluidframework/eslint-config-fluid": "^5.3.0",
"@fluidframework/test-tools": "^1.0.195075",
"@types/cors": "^2.8.4",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"devDependencies": {
"@biomejs/biome": "~1.8.3",
"@fluidframework/build-common": "^2.0.3",
"@fluidframework/build-tools": "^0.43.0",
"@fluidframework/build-tools": "^0.44.0",
"@fluidframework/container-definitions": "workspace:~",
"@fluidframework/container-loader": "workspace:~",
"@fluidframework/devtools": "workspace:~",
Expand Down
Loading

0 comments on commit dda8126

Please sign in to comment.