diff --git a/change/@fluentui-bundle-size-293b0581-a682-418b-b6af-f1d8db0bf548.json b/change/@fluentui-bundle-size-293b0581-a682-418b-b6af-f1d8db0bf548.json new file mode 100644 index 0000000000000..12ba9ad41604a --- /dev/null +++ b/change/@fluentui-bundle-size-293b0581-a682-418b-b6af-f1d8db0bf548.json @@ -0,0 +1,7 @@ +{ + "type": "patch", + "comment": "Adds missing dependencies to bundle-size", + "packageName": "@fluentui/bundle-size", + "email": "bsunderhus@microsoft.com", + "dependentChangeType": "patch" +} diff --git a/package.json b/package.json index 8c75e152222eb..a9e17bd0321ef 100644 --- a/package.json +++ b/package.json @@ -397,7 +397,9 @@ "dependencies": [ "@azure/data-tables", "prettier", - "workspace-tools" + "workspace-tools", + "ci-info", + "node-fetch" ] } ] diff --git a/packages/bundle-size/package.json b/packages/bundle-size/package.json index 9da12d0f83d77..554fa4baa4aba 100644 --- a/packages/bundle-size/package.json +++ b/packages/bundle-size/package.json @@ -24,6 +24,8 @@ "terser": "^5.5.1", "webpack": "^5.21.2", "workspace-tools": "^0.16.2", + "ci-info": "^3.2.0", + "node-fetch": "^2.6.1", "yargs": "^13.3.2" } } diff --git a/yarn.lock b/yarn.lock index b7f1384185184..f25c1f8cd2094 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8277,7 +8277,7 @@ chrome-trace-event@^1.0.2: dependencies: tslib "^1.9.0" -ci-info@3.2.0: +ci-info@3.2.0, ci-info@^3.2.0: version "3.2.0" resolved "https://registry.yarnpkg.com/ci-info/-/ci-info-3.2.0.tgz#2876cb948a498797b5236f0095bc057d0dca38b6" integrity sha512-dVqRX7fLUm8J6FgHJ418XuIgDLZDkYcDFTeL6TA2gt5WlIZUQrrH6EZrNClwT/H0FateUsZkGIOPRrLbP+PR9A==