Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): pin resolution for @microsoft/fast-foundation to version 2.49.6 #3354

Merged
merged 5 commits into from
Jan 3, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,7 @@
},
"packageManager": "[email protected]",
"resolutions": {
"ws": "8.17.1"
"ws": "8.17.1",
"@microsoft/fast-foundation": "2.49.6"
}
}
2 changes: 1 addition & 1 deletion packages/mgt-element/src/utils/version.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@
// THIS FILE IS AUTO GENERATED
// ANY CHANGES WILL BE LOST DURING BUILD

export const PACKAGE_VERSION = '4.3.0';
export const PACKAGE_VERSION = '4.4.0';
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5041,7 +5041,7 @@ __metadata:
languageName: node
linkType: hard

"@microsoft/fast-foundation@npm:^2.49.6":
"@microsoft/fast-foundation@npm:2.49.6":
version: 2.49.6
resolution: "@microsoft/fast-foundation@npm:2.49.6"
dependencies:
Expand Down
Loading