Skip to content

Commit

Permalink
apply fast package updates (#19636)
Browse files Browse the repository at this point in the history
* patch: apply fast version updates

* Change files

* updated versions
  • Loading branch information
eljefe223 authored Sep 2, 2021
1 parent 2760f65 commit 65fc391
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 8 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "patch",
"comment": "patch: apply fast version updates",
"packageName": "@fluentui/web-components",
"email": "jes@microsoft.com",
"dependentChangeType": "patch"
}
2 changes: 1 addition & 1 deletion packages/web-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
Expand Down
14 changes: 7 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 65fc391

Please sign in to comment.