diff --git a/ReactVersions.js b/ReactVersions.js index f699ccb24ac2f..16fcb45623e67 100644 --- a/ReactVersions.js +++ b/ReactVersions.js @@ -18,7 +18,7 @@ // // 0.0.0-experimental-241c4467e-20200129 -const ReactVersion = '18.0.0-rc.1'; +const ReactVersion = '18.0.0-rc.2'; // The label used by the @next channel. Represents the upcoming release's // stability. Could be "alpha", "beta", "rc", etc. @@ -26,18 +26,18 @@ const nextChannelLabel = 'next'; const stablePackages = { 'create-subscription': ReactVersion, - 'eslint-plugin-react-hooks': '4.2.1-rc.1', - 'jest-react': '0.12.1-rc.1', + 'eslint-plugin-react-hooks': '4.2.1-rc.2', + 'jest-react': '0.12.1-rc.2', react: ReactVersion, 'react-art': ReactVersion, 'react-dom': ReactVersion, 'react-is': ReactVersion, - 'react-reconciler': '0.27.0-rc.1', - 'react-refresh': '0.11.0-rc.1', + 'react-reconciler': '0.27.0-rc.2', + 'react-refresh': '0.11.0-rc.2', 'react-test-renderer': ReactVersion, - 'use-subscription': '1.6.0-rc.1', - 'use-sync-external-store': '1.0.0-rc.1', - scheduler: '0.21.0-rc.1', + 'use-subscription': '1.6.0-rc.2', + 'use-sync-external-store': '1.0.0-rc.2', + scheduler: '0.21.0-rc.2', }; // These packages do not exist in the @next or @latest channel, only