Skip to content

Commit 02ef495

Browse files
committed
Reset packages we are not releasing to currently published versions
1 parent 3f178f5 commit 02ef495

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

ReactVersions.js

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -33,21 +33,21 @@ const canaryChannelLabel = 'canary';
3333
const rcNumber = 0;
3434

3535
const stablePackages = {
36-
'eslint-plugin-react-hooks': '6.1.0',
37-
'jest-react': '0.17.0',
36+
'eslint-plugin-react-hooks': '5.2.0',
37+
'jest-react': '0.16.0',
3838
react: ReactVersion,
3939
'react-art': ReactVersion,
4040
'react-dom': ReactVersion,
4141
'react-server-dom-webpack': ReactVersion,
4242
'react-server-dom-turbopack': ReactVersion,
4343
'react-server-dom-parcel': ReactVersion,
4444
'react-is': ReactVersion,
45-
'react-reconciler': '0.33.0',
46-
'react-refresh': '0.18.0',
45+
'react-reconciler': '0.32.0',
46+
'react-refresh': '0.17.0',
4747
'react-test-renderer': ReactVersion,
48-
'use-subscription': '1.12.0',
49-
'use-sync-external-store': '1.6.0',
50-
scheduler: '0.27.0',
48+
'use-subscription': '1.11.0',
49+
'use-sync-external-store': '1.5.0',
50+
scheduler: '0.26.0',
5151
};
5252

5353
// These packages do not exist in the @canary or @latest channel, only

0 commit comments

Comments
 (0)