Skip to content

Commit 862d860

Browse files
authored
Remove the react-wrapper package (#6963)
# Pull Request ## πŸ“– Description Removal of the `@microsoft/fast-react-wrapper` as this is being deprecated. ### 🎫 Issues Closes #6952. ## πŸ‘©β€πŸ’» Reviewer Notes Removal of the reference in the root README.md will occur in #6944. ## βœ… Checklist ### General <!--- Review the list and put an x in the boxes that apply. --> - [x] I have included a change request file using `$ yarn change` - [ ] I have added tests for my changes. - [x] I have tested my changes. - [ ] I have updated the project documentation to reflect my changes. - [x] I have read the [CONTRIBUTING](https://github.com/microsoft/fast/blob/master/CONTRIBUTING.md) documentation and followed the [standards](/docs/community/code-of-conduct/#our-standards) for this project. ## ⏭ Next Steps <!--- If there is relevant follow-up work to this PR, please list any existing issues or provide brief descriptions of what you would like to do next. --> - Post a deprecated message to the npm package.
1 parent ffb5ebc commit 862d860

27 files changed

+11
-3857
lines changed

β€Ž.github/workflows/cd-deploy-www-staging.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ on:
77
- '.github/workflows/cd-deploy-www-staging.yml'
88
- 'packages/utilities/fast-animation/docs/api-report.md'
99
- 'packages/utilities/fast-color/docs/api-report.md'
10-
- 'packages/utilities/fast-react-wrapper/docs/api-report.md'
1110
- 'packages/web-components/**/docs/api-report.md'
1211
- 'sites/fast-website/**'
1312
- 'sites/website/**'
@@ -19,7 +18,6 @@ on:
1918
- '.github/workflows/cd-deploy-www-staging.yml'
2019
- 'packages/utilities/fast-animation/docs/api-report.md'
2120
- 'packages/utilities/fast-color/docs/api-report.md'
22-
- 'packages/utilities/fast-react-wrapper/docs/api-report.md'
2321
- 'packages/web-components/**/docs/api-report.md'
2422
- 'sites/fast-website/**'
2523
- 'sites/website/**'
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"type": "none",
3+
"comment": "Update source-map-loader as it was out of sync",
4+
"packageName": "@microsoft/fast-element",
5+
"email": "[email protected]",
6+
"dependentChangeType": "none"
7+
}

β€Žpackage.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,7 @@
3131
"**/react/**",
3232
"**/react-dom",
3333
"**/react-syntax-highlighter",
34-
"**/typescript",
35-
"**/webpack"
34+
"**/typescript"
3635
]
3736
},
3837
"engines": {

β€Žpackages/utilities/fast-react-wrapper/.eslintignore

Lines changed: 0 additions & 8 deletions
This file was deleted.

β€Žpackages/utilities/fast-react-wrapper/.eslintrc.json

Lines changed: 0 additions & 3 deletions
This file was deleted.

β€Žpackages/utilities/fast-react-wrapper/.gitignore

Lines changed: 0 additions & 4 deletions
This file was deleted.

β€Žpackages/utilities/fast-react-wrapper/.mocharc.json

Lines changed: 0 additions & 9 deletions
This file was deleted.

β€Žpackages/utilities/fast-react-wrapper/.npmignore

Lines changed: 0 additions & 25 deletions
This file was deleted.

β€Žpackages/utilities/fast-react-wrapper/.npmrc

Lines changed: 0 additions & 1 deletion
This file was deleted.

β€Žpackages/utilities/fast-react-wrapper/.prettierignore

Lines changed: 0 additions & 3 deletions
This file was deleted.

β€Žpackages/utilities/fast-react-wrapper/ACKNOWLEDGEMENTS.md

Lines changed: 0 additions & 36 deletions
This file was deleted.

0 commit comments

Comments
Β (0)