We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07c270b commit 2b1d4a9Copy full SHA for 2b1d4a9
tests/utils/next-version-helpers.mjs
@@ -6,7 +6,7 @@ import fg from 'fast-glob'
6
import { coerce, gt, gte, satisfies, valid } from 'semver'
7
import { execaCommand } from 'execa'
8
9
-const FUTURE_NEXT_PATCH_VERSION = '14.999.0'
+const FUTURE_NEXT_PATCH_VERSION = '15.999.0'
10
11
const NEXT_VERSION_REQUIRES_REACT_19 = '14.3.0-canary.45'
12
const REACT_18_VERSION = '18.2.0'
0 commit comments