Skip to content

Commit

Permalink
update foundation version to fix token typings (#18948)
Browse files Browse the repository at this point in the history
* update fast-foundation version to fix design token typings

* Change files
  • Loading branch information
chrisdholt committed Jul 15, 2021
1 parent 77457de commit 966a306
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "patch",
"comment": "update fast-foundation version to fix design token typings",
"packageName": "@fluentui/web-components",
"email": "chhol@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 @@ -93,7 +93,7 @@
"dependencies": {
"@microsoft/fast-colors": "^5.1.0",
"@microsoft/fast-element": "^1.4.0",
"@microsoft/fast-foundation": "^2.0.0",
"@microsoft/fast-foundation": "^2.5.0",
"lodash-es": "^4.17.20",
"tslib": "^1.13.0"
}
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2699,10 +2699,10 @@
resolved "https://registry.yarnpkg.com/@microsoft/fast-element/-/fast-element-1.4.0.tgz#761b5ebdde1a271c5f96f7c15fab9f5a2a10657f"
integrity sha512-7BC/juFc7S4HMGt/tNCP9bjwtUslheGiPM2jtIibe1bj+PO34woUfH5TxaklOT6sRStig/0fODX4R5oqY4DYLA==

"@microsoft/fast-foundation@^2.0.0":
version "2.1.0"
resolved "https://registry.yarnpkg.com/@microsoft/fast-foundation/-/fast-foundation-2.1.0.tgz#ae053866a87327f18edd3ad34483a324da680d4e"
integrity sha512-U0KDIZPLAmJkZEveFaNA4rXZsj7Cjyji0L/rg5LX+LdC1I6Kf+T+Z09jyV+7sqohthr1cr6vWQd9Jp2cK8uKCw==
"@microsoft/fast-foundation@^2.5.0":
version "2.5.0"
resolved "https://registry.yarnpkg.com/@microsoft/fast-foundation/-/fast-foundation-2.5.0.tgz#f205befe050735c5a55bdc76f60c70087c67cd78"
integrity sha512-+WUuXrNa1k6SffAuDEAXrDhQb9PVMY7oEAoOjDHqgZkM5F3aYB/uTJ1vPe3tqf3OX54LdHQtT1HGtfVM3RrAGw==
dependencies:
"@microsoft/fast-element" "^1.4.0"
"@microsoft/fast-web-utilities" "^4.8.0"
Expand Down

0 comments on commit 966a306

Please sign in to comment.