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

Remove the react-wrapper package #6963

Merged
merged 8 commits into from
May 21, 2024
Merged
Show file tree
Hide file tree
Changes from 7 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
2 changes: 0 additions & 2 deletions .github/workflows/cd-deploy-www-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ on:
- '.github/workflows/cd-deploy-www-staging.yml'
- 'packages/utilities/fast-animation/docs/api-report.md'
- 'packages/utilities/fast-color/docs/api-report.md'
- 'packages/utilities/fast-react-wrapper/docs/api-report.md'
- 'packages/web-components/**/docs/api-report.md'
- 'sites/fast-website/**'
- 'sites/website/**'
Expand All @@ -19,7 +18,6 @@ on:
- '.github/workflows/cd-deploy-www-staging.yml'
- 'packages/utilities/fast-animation/docs/api-report.md'
- 'packages/utilities/fast-color/docs/api-report.md'
- 'packages/utilities/fast-react-wrapper/docs/api-report.md'
- 'packages/web-components/**/docs/api-report.md'
- 'sites/fast-website/**'
- 'sites/website/**'
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "none",
"comment": "Update source-map-loader as it was out of sync",
"packageName": "@microsoft/fast-element",
"email": "[email protected]",
"dependentChangeType": "none"
}
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@
"**/react-dom",
"**/react-syntax-highlighter",
"**/typescript",
"**/webpack"
"**/@storybook/builder-webpack5",
"**/@storybook/builder-webpack5/**"
janechu marked this conversation as resolved.
Show resolved Hide resolved
]
},
"engines": {
Expand Down
8 changes: 0 additions & 8 deletions packages/utilities/fast-react-wrapper/.eslintignore

This file was deleted.

3 changes: 0 additions & 3 deletions packages/utilities/fast-react-wrapper/.eslintrc.json

This file was deleted.

4 changes: 0 additions & 4 deletions packages/utilities/fast-react-wrapper/.gitignore

This file was deleted.

9 changes: 0 additions & 9 deletions packages/utilities/fast-react-wrapper/.mocharc.json

This file was deleted.

25 changes: 0 additions & 25 deletions packages/utilities/fast-react-wrapper/.npmignore

This file was deleted.

1 change: 0 additions & 1 deletion packages/utilities/fast-react-wrapper/.npmrc

This file was deleted.

3 changes: 0 additions & 3 deletions packages/utilities/fast-react-wrapper/.prettierignore

This file was deleted.

36 changes: 0 additions & 36 deletions packages/utilities/fast-react-wrapper/ACKNOWLEDGEMENTS.md

This file was deleted.

Loading
Loading