|
18 | 18 | //
|
19 | 19 | // 0.0.0-experimental-241c4467e-20200129
|
20 | 20 |
|
21 |
| -const ReactVersion = '18.3.0'; |
| 21 | +const ReactVersion = '18.3.1'; |
22 | 22 |
|
23 | 23 | // The label used by the @next channel. Represents the upcoming release's
|
24 | 24 | // stability. Could be "alpha", "beta", "rc", etc.
|
25 | 25 | const nextChannelLabel = 'next';
|
26 | 26 |
|
27 | 27 | const stablePackages = {
|
28 |
| - 'eslint-plugin-react-hooks': '4.6.1', |
29 |
| - 'jest-react': '0.14.1', |
| 28 | + 'eslint-plugin-react-hooks': '4.6.2', |
| 29 | + 'jest-react': '0.14.2', |
30 | 30 | react: ReactVersion,
|
31 | 31 | 'react-art': ReactVersion,
|
32 | 32 | 'react-dom': ReactVersion,
|
33 | 33 | 'react-is': ReactVersion,
|
34 |
| - 'react-reconciler': '0.29.1', |
35 |
| - 'react-refresh': '0.14.1', |
| 34 | + 'react-reconciler': '0.29.2', |
| 35 | + 'react-refresh': '0.14.2', |
36 | 36 | 'react-test-renderer': ReactVersion,
|
37 |
| - 'use-subscription': '1.8.1', |
38 |
| - 'use-sync-external-store': '1.2.1', |
39 |
| - scheduler: '0.23.1', |
| 37 | + 'use-subscription': '1.8.2', |
| 38 | + 'use-sync-external-store': '1.2.2', |
| 39 | + scheduler: '0.23.2', |
40 | 40 | };
|
41 | 41 |
|
42 | 42 | // These packages do not exist in the @next or @latest channel, only
|
|
0 commit comments