|
18 | 18 | // |
19 | 19 | // 0.0.0-experimental-241c4467e-20200129 |
20 | 20 |
|
21 | | -const ReactVersion = '18.0.0-rc.3'; |
| 21 | +const ReactVersion = '18.0.0'; |
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 | 28 | 'create-subscription': ReactVersion, |
29 | | - 'eslint-plugin-react-hooks': '4.2.1-rc.3', |
30 | | - 'jest-react': '0.12.1-rc.3', |
| 29 | + 'eslint-plugin-react-hooks': '4.4.0', |
| 30 | + 'jest-react': '0.12.1', |
31 | 31 | react: ReactVersion, |
32 | 32 | 'react-art': ReactVersion, |
33 | 33 | 'react-dom': ReactVersion, |
34 | 34 | 'react-is': ReactVersion, |
35 | | - 'react-reconciler': '0.27.0-rc.3', |
36 | | - 'react-refresh': '0.11.0-rc.3', |
| 35 | + 'react-reconciler': '0.27.0', |
| 36 | + 'react-refresh': '0.11.0', |
37 | 37 | 'react-test-renderer': ReactVersion, |
38 | | - 'use-subscription': '1.6.0-rc.3', |
39 | | - 'use-sync-external-store': '1.0.0-rc.3', |
40 | | - scheduler: '0.21.0-rc.3', |
| 38 | + 'use-subscription': '1.6.0', |
| 39 | + 'use-sync-external-store': '1.0.0', |
| 40 | + scheduler: '0.21.0', |
41 | 41 | }; |
42 | 42 |
|
43 | 43 | // These packages do not exist in the @next or @latest channel, only |
|
0 commit comments