diff --git a/change/@fluentui-web-components-c07eceee-8d5e-45bd-af5f-afed5dd65d88.json b/change/@fluentui-web-components-c07eceee-8d5e-45bd-af5f-afed5dd65d88.json new file mode 100644 index 00000000000000..f219e39589c53a --- /dev/null +++ b/change/@fluentui-web-components-c07eceee-8d5e-45bd-af5f-afed5dd65d88.json @@ -0,0 +1,7 @@ +{ + "type": "patch", + "comment": "patch: apply fast version updates", + "packageName": "@fluentui/web-components", + "email": "jes@microsoft.com", + "dependentChangeType": "patch" +} diff --git a/packages/web-components/package.json b/packages/web-components/package.json index 15a85c08844d70..4a3dfc6d8960f1 100644 --- a/packages/web-components/package.json +++ b/packages/web-components/package.json @@ -92,7 +92,7 @@ "dependencies": { "@microsoft/fast-colors": "^5.1.0", "@microsoft/fast-element": "^1.5.0", - "@microsoft/fast-foundation": "^2.8.1", + "@microsoft/fast-foundation": "^2.10.0", "lodash-es": "^4.17.20", "tslib": "^1.13.0" } diff --git a/yarn.lock b/yarn.lock index cfff94d33a3427..de087bceb4d32b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2651,19 +2651,19 @@ typescript "~4.3.2" "@microsoft/fast-colors@^5.1.0": - version "5.1.0" - resolved "https://registry.yarnpkg.com/@microsoft/fast-colors/-/fast-colors-5.1.0.tgz#f62ce25a800e6b413d3aa562e8416cdc1ed9131c" - integrity sha512-u4R/sfF4SoKSAyDWJaBSDuVo4aGf1BXntlEWukC+1ubH36C6JmmdLSyyip5TQZiTqjQIy3uctcbepPi7oGI0Rw== + version "5.1.3" + resolved "https://registry.yarnpkg.com/@microsoft/fast-colors/-/fast-colors-5.1.3.tgz#5c46147401a823835a3833e3e18dae7f06016966" + integrity sha512-XDEnRYxPO5P3Jsizm4TCxLu1osS/uV3Lym6SfRhq2PxfXPTgEcdvOYDUXyV2drqebs3U5VQnOcYcJiSp73xhng== "@microsoft/fast-element@^1.5.0": version "1.5.0" resolved "https://registry.yarnpkg.com/@microsoft/fast-element/-/fast-element-1.5.0.tgz#fcef9058cb007561f9fa85dcf537cbb618aec8b3" integrity sha512-usrPwHFdV4w4nZ3vlBbTYy9lXwfu0QJWfjHItgIqBIGkUIoWotW91BQaszt3xlQXx8e3v8294WEMtfc/MCukRA== -"@microsoft/fast-foundation@^2.8.1": - version "2.8.1" - resolved "https://registry.yarnpkg.com/@microsoft/fast-foundation/-/fast-foundation-2.8.1.tgz#d9e2da692c844ed6278e291f8fac5ca7a02782f7" - integrity sha512-5UkP5KDfy5WbGUIEvWhgzfBwf5sy6qkHjVJNh0S4bkfIMmJBIsTiqrpBgGiwRZytJf9KyLyTaKit7IOvutCezw== +"@microsoft/fast-foundation@^2.10.0": + version "2.10.0" + resolved "https://registry.yarnpkg.com/@microsoft/fast-foundation/-/fast-foundation-2.10.0.tgz#fc3356b5955eb080bfe4ea3be912502eb71400ea" + integrity sha512-E0Q9IogdLQReJCC9jIGM6tGf8631reBhrapZbYiZwrOM/sX7TS2waYy54zsLuI5mOgDdOYFH8LtiHCKwgFVoDw== dependencies: "@microsoft/fast-element" "^1.5.0" "@microsoft/fast-web-utilities" "^4.8.0"