-
Notifications
You must be signed in to change notification settings - Fork 2.9k
fix(web-components): use lib replacement for web types #32129
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
Changes from all commits
f3ea704
28d03fb
3dca125
d7b45b9
dd87e5e
8cfd191
67203b4
8fee256
1d6e88d
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,7 @@ | ||
| { | ||
| "type": "none", | ||
| "comment": "Use lib replacement to avoid delivering web types overrides", | ||
| "packageName": "@fluentui/web-components", | ||
| "email": "863023+radium-v@users.noreply.github.com", | ||
| "dependentChangeType": "none" | ||
| } |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -367,7 +367,8 @@ | |
| "typings" | ||
| ], | ||
| "nohoist": [ | ||
| "@fluentui/web-components/@storybook/html" | ||
| "@fluentui/web-components/@storybook/html", | ||
| "@fluentui/web-components/@typescript/lib-dom" | ||
|
Comment on lines
-370
to
+371
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The https://github.com/microsoft/TypeScript-DOM-Lib-Generator?tab=readme-ov-file#typeslib-minimum-target
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Thanks for this - makes sense! |
||
| ] | ||
| }, | ||
| "resolutions": { | ||
|
|
||

Uh oh!
There was an error while loading. Please reload this page.