Skip to content

Commit

Permalink
chore: upgrading fast-foundation to v2.32.0 (#21443)
Browse files Browse the repository at this point in the history
* Updating fast-foundation to v2.32.0

* Change files

* Revert to fast-element^1.6, fast-web-utility^5.0

* Revert yarn.lock

* update yarn.lock

Co-authored-by: Elizabeth Craig <elcraig@microsoft.com>
  • Loading branch information
robarbms and ecraig12345 authored Jan 26, 2022
1 parent 58ae40d commit 739a799
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 22 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "patch",
"comment": "Updating fast-foundation to v2.32.0",
"packageName": "@fluentui/web-components",
"email": "robarb@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 @@ -88,7 +88,7 @@
"dependencies": {
"@microsoft/fast-colors": "^5.1.0",
"@microsoft/fast-element": "^1.6.0",
"@microsoft/fast-foundation": "^2.27.1",
"@microsoft/fast-foundation": "^2.32.0",
"@microsoft/fast-web-utilities": "^5.0.0",
"tslib": "^1.13.0"
}
Expand Down
35 changes: 14 additions & 21 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2895,32 +2895,25 @@
resolved "https://registry.yarnpkg.com/@microsoft/fast-colors/-/fast-colors-5.1.3.tgz#5c46147401a823835a3833e3e18dae7f06016966"
integrity sha512-XDEnRYxPO5P3Jsizm4TCxLu1osS/uV3Lym6SfRhq2PxfXPTgEcdvOYDUXyV2drqebs3U5VQnOcYcJiSp73xhng==

"@microsoft/fast-element@^1.6.0", "@microsoft/fast-element@^1.6.2":
version "1.6.2"
resolved "https://registry.yarnpkg.com/@microsoft/fast-element/-/fast-element-1.6.2.tgz#414abc9f49fde85e12002e01025c5cc3dddc16ac"
integrity sha512-TrFOpe9k9xIK2iLfIG5T2+bavUAWBvAC/KQ/3ecFsK65l9PAZ/j3zlkyLxNrpIksFtUBkfVdV03kwFurZjqzKQ==
"@microsoft/fast-element@^1.6.0", "@microsoft/fast-element@^1.7.0":
version "1.7.0"
resolved "https://registry.yarnpkg.com/@microsoft/fast-element/-/fast-element-1.7.0.tgz#7e4b164c77c07d93b28f057231b37e7e2e8fed04"
integrity sha512-2qpAWuiOSdQfH/XdO8ZtVhlvQVCjHlojWUPoGbvHJDizBccZib+4uGReG87RIBp2Fi0s7ngYPRUioS1Lr+Xe0A==

"@microsoft/fast-foundation@^2.27.1":
version "2.27.3"
resolved "https://registry.yarnpkg.com/@microsoft/fast-foundation/-/fast-foundation-2.27.3.tgz#90d6d593f8bfea0ad8e7b36c1cc8d42d4dcee84c"
integrity sha512-Z/x//NaliuQLg3VEErdydMxvRY9YjkC+ZJorYcIANrUKPRUwROwn1yPGr/tr1dYWD2L35Rmv9TYhhd2dYB7shg==
"@microsoft/fast-foundation@^2.32.0":
version "2.32.1"
resolved "https://registry.yarnpkg.com/@microsoft/fast-foundation/-/fast-foundation-2.32.1.tgz#371462f7569266a5d86f5813f3047144f7e8a52b"
integrity sha512-X+rXtPezZJAbHFx/3LxvpjrVKjw9RGa8UhM8Q6CJbhD6Kgi0zNpCRb1h+fUkMIra5DmhXAaGBKrGEtHDSRsYAw==
dependencies:
"@microsoft/fast-element" "^1.6.2"
"@microsoft/fast-web-utilities" "^5.0.2"
"@microsoft/fast-element" "^1.7.0"
"@microsoft/fast-web-utilities" "^5.1.0"
tabbable "^5.2.0"
tslib "^1.13.0"

"@microsoft/fast-web-utilities@^5.0.0":
version "5.0.0"
resolved "https://registry.yarnpkg.com/@microsoft/fast-web-utilities/-/fast-web-utilities-5.0.0.tgz#b497fb85b6f7e7bb82b3ef166d8f96a8fbee64e9"
integrity sha512-vy/VZQfak3Y5fg9N/2Jj5c5iUDz1MeQBlhRuUUWAoO4sWSvo2VWgCY8EgWFUXriP85rmsLHaTYQWRK7t0oqUug==
dependencies:
exenv-es6 "^1.0.0"

"@microsoft/fast-web-utilities@^5.0.2":
version "5.0.2"
resolved "https://registry.yarnpkg.com/@microsoft/fast-web-utilities/-/fast-web-utilities-5.0.2.tgz#666631e38108893e4ec63cd8f52025f5f35a34a1"
integrity sha512-J8Wy64V1NWF/UjFJ1mvmJNNPChbWobsNkJ8xNaV5/M+VKOQEOheojrOS+RmOUG7DKTBlCLIbUvyXsj1YiCfwkA==
"@microsoft/fast-web-utilities@^5.0.0", "@microsoft/fast-web-utilities@^5.1.0":
version "5.1.0"
resolved "https://registry.yarnpkg.com/@microsoft/fast-web-utilities/-/fast-web-utilities-5.1.0.tgz#e060fea2b47c2dcfb4a9ba90a55559f0844d1cdb"
integrity sha512-S2PCxI4XqtIxLM1N7i/NuIAgx+mJM01+mDzyB3vZlYibAkOT0bzp5YZCp+coXowokSin/nK5T2kqShMXEzI6Jg==
dependencies:
exenv-es6 "^1.0.0"

Expand Down

0 comments on commit 739a799

Please sign in to comment.