We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f178f5 commit 02ef495Copy full SHA for 02ef495
ReactVersions.js
@@ -33,21 +33,21 @@ const canaryChannelLabel = 'canary';
33
const rcNumber = 0;
34
35
const stablePackages = {
36
- 'eslint-plugin-react-hooks': '6.1.0',
37
- 'jest-react': '0.17.0',
+ 'eslint-plugin-react-hooks': '5.2.0',
+ 'jest-react': '0.16.0',
38
react: ReactVersion,
39
'react-art': ReactVersion,
40
'react-dom': ReactVersion,
41
'react-server-dom-webpack': ReactVersion,
42
'react-server-dom-turbopack': ReactVersion,
43
'react-server-dom-parcel': ReactVersion,
44
'react-is': ReactVersion,
45
- 'react-reconciler': '0.33.0',
46
- 'react-refresh': '0.18.0',
+ 'react-reconciler': '0.32.0',
+ 'react-refresh': '0.17.0',
47
'react-test-renderer': ReactVersion,
48
- 'use-subscription': '1.12.0',
49
- 'use-sync-external-store': '1.6.0',
50
- scheduler: '0.27.0',
+ 'use-subscription': '1.11.0',
+ 'use-sync-external-store': '1.5.0',
+ scheduler: '0.26.0',
51
};
52
53
// These packages do not exist in the @canary or @latest channel, only
0 commit comments