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 old react-fetch, react-fs and react-pg libraries #25577

Merged
merged 1 commit into from
Oct 27, 2022
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
2 changes: 0 additions & 2 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -140,8 +140,6 @@ module.exports = {
'packages/react-dom/src/test-utils/**/*.js',
'packages/react-devtools-shared/**/*.js',
'packages/react-noop-renderer/**/*.js',
'packages/react-pg/**/*.js',
'packages/react-fs/**/*.js',
'packages/react-refresh/**/*.js',
'packages/react-server-dom-webpack/**/*.js',
'packages/react-test-renderer/**/*.js',
Expand Down
2 changes: 1 addition & 1 deletion ReactVersions.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ const stablePackages = {
// These packages do not exist in the @next or @latest channel, only
// @experimental. We don't use semver, just the commit sha, so this is just a
// list of package names instead of a map.
const experimentalPackages = ['react-fetch', 'react-fs', 'react-pg'];
const experimentalPackages = [];

module.exports = {
ReactVersion,
Expand Down
12 changes: 0 additions & 12 deletions packages/react-fetch/README.md

This file was deleted.

12 changes: 0 additions & 12 deletions packages/react-fetch/index.browser.js

This file was deleted.

12 changes: 0 additions & 12 deletions packages/react-fetch/index.js

This file was deleted.

12 changes: 0 additions & 12 deletions packages/react-fetch/index.node.js

This file was deleted.

7 changes: 0 additions & 7 deletions packages/react-fetch/npm/index.browser.js

This file was deleted.

3 changes: 0 additions & 3 deletions packages/react-fetch/npm/index.js

This file was deleted.

7 changes: 0 additions & 7 deletions packages/react-fetch/npm/index.node.js

This file was deleted.

24 changes: 0 additions & 24 deletions packages/react-fetch/package.json

This file was deleted.

169 changes: 0 additions & 169 deletions packages/react-fetch/src/ReactFetchBrowser.js

This file was deleted.

Loading