Skip to content

Commit 484e4fe

Browse files
acdliterickhanlonii
authored andcommitted
Update @next version (#24218)
Now that 18.0 is out, the next minor is 18.1
1 parent d828468 commit 484e4fe

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

ReactVersions.js

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -18,26 +18,26 @@
1818
//
1919
// 0.0.0-experimental-241c4467e-20200129
2020

21-
const ReactVersion = '18.0.0';
21+
const ReactVersion = '18.1.0';
2222

2323
// The label used by the @next channel. Represents the upcoming release's
2424
// stability. Could be "alpha", "beta", "rc", etc.
2525
const nextChannelLabel = 'next';
2626

2727
const stablePackages = {
2828
'create-subscription': ReactVersion,
29-
'eslint-plugin-react-hooks': '4.4.0',
30-
'jest-react': '0.12.1',
29+
'eslint-plugin-react-hooks': '4.5.0',
30+
'jest-react': '0.13.1',
3131
react: ReactVersion,
3232
'react-art': ReactVersion,
3333
'react-dom': ReactVersion,
3434
'react-is': ReactVersion,
35-
'react-reconciler': '0.27.0',
36-
'react-refresh': '0.12.0',
35+
'react-reconciler': '0.28.0',
36+
'react-refresh': '0.13.0',
3737
'react-test-renderer': ReactVersion,
38-
'use-subscription': '1.6.0',
39-
'use-sync-external-store': '1.0.0',
40-
scheduler: '0.21.0',
38+
'use-subscription': '1.7.0',
39+
'use-sync-external-store': '1.1.0',
40+
scheduler: '0.22.0',
4141
};
4242

4343
// These packages do not exist in the @next or @latest channel, only

0 commit comments

Comments
 (0)