Skip to content

Commit

Permalink
update FAST dependencies to mitigate Safari 16.4 AdoptedStyleSheets b…
Browse files Browse the repository at this point in the history
…ug (#27578)

* update FAST dependencies to mitigate Safari 16.4 AdoptedStyleSheets bug

* change files

* dedupe deps
  • Loading branch information
chrisdholt committed Apr 15, 2023
1 parent 97a9295 commit 2e1cf89
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 12 deletions.
2 changes: 1 addition & 1 deletion apps/stress-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@fluentui/react-components": "^9.18.9",
"@fluentui/react-icons": "^2.0.196",
"@fluentui/web-components": "^2.5.13",
"@microsoft/fast-element": "^1.11.0",
"@microsoft/fast-element": "^1.11.1",
"afterframe": "1.0.2",
"react": "17.0.2",
"react-dom": "17.0.2",
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "patch",
"comment": "update FAST dependencies to mitigate Safari 16.4 AdoptedStyleSheets bug",
"packageName": "@fluentui/web-components",
"email": "chhol@microsoft.com",
"dependentChangeType": "patch"
}
4 changes: 2 additions & 2 deletions packages/web-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@
},
"dependencies": {
"@microsoft/fast-colors": "^5.3.0",
"@microsoft/fast-element": "^1.11.0",
"@microsoft/fast-foundation": "^2.48.0",
"@microsoft/fast-element": "^1.11.1",
"@microsoft/fast-foundation": "^2.48.1",
"@microsoft/fast-web-utilities": "^5.4.0",
"tslib": "^2.1.0"
}
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3049,17 +3049,17 @@
resolved "https://registry.yarnpkg.com/@microsoft/fast-colors/-/fast-colors-5.3.1.tgz#defc59874176e42316be7e6d24c31885ead8ca56"
integrity sha512-72RZXVfCbwQzvo5sXXkuLXLT7rMeYaSf5r/6ewQiv/trBtqpWRm4DEH2EilHw/iWTBKOXs1qZNQndgUMa5n4LA==

"@microsoft/fast-element@^1.11.0":
version "1.11.0"
resolved "https://registry.yarnpkg.com/@microsoft/fast-element/-/fast-element-1.11.0.tgz#494f6c87057bcbb42406982d68a92887d6b5acb1"
integrity sha512-VKJYMkS5zgzHHb66sY7AFpYv6IfFhXrjQcAyNgi2ivD65My1XOhtjfKez5ELcLFRJfgZNAxvI8kE69apXERTkw==
"@microsoft/fast-element@^1.11.1":
version "1.11.1"
resolved "https://registry.yarnpkg.com/@microsoft/fast-element/-/fast-element-1.11.1.tgz#97a43dfaf0e2debcad3e5bfba36edb6572ac01ca"
integrity sha512-qBGQ94V4ktMMXmxNdgF78TPNImv2ctXUi3Vzj3j2X71gpUcr+Fkat7mLcTNC3y/Jc4W63fAhK2vP3MkwYRS5kQ==

"@microsoft/fast-foundation@^2.48.0":
version "2.48.0"
resolved "https://registry.yarnpkg.com/@microsoft/fast-foundation/-/fast-foundation-2.48.0.tgz#d0fcc333a1ed65a4f2d69d97247367600a35baca"
integrity sha512-kKrMq6oi16/BEL9UhjaZZcQ65BFYXBnIyzqkPlaG7AQ6afmQr33Azhfvx1yio77NjkWdpIUDhYrG/1qRz+VZKw==
"@microsoft/fast-foundation@^2.48.1":
version "2.48.1"
resolved "https://registry.yarnpkg.com/@microsoft/fast-foundation/-/fast-foundation-2.48.1.tgz#3dbd7587a1462938e836ae350788176f886d88b8"
integrity sha512-gJR/26hhJipsZ4JD5DSOODb3GFYf7vgCnxS2ag4dj+Mi8ytkAwMPglTOv7v0zsJC2CHqOjY8Ixs66dhepgNkeQ==
dependencies:
"@microsoft/fast-element" "^1.11.0"
"@microsoft/fast-element" "^1.11.1"
"@microsoft/fast-web-utilities" "^5.4.1"
tabbable "^5.2.0"
tslib "^1.13.0"
Expand Down

0 comments on commit 2e1cf89

Please sign in to comment.