Skip to content

Commit d41873b

Browse files
committed
update react version needed by next@canary
1 parent b352918 commit d41873b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/utils/next-version-helpers.mjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ const FUTURE_NEXT_PATCH_VERSION = '14.999.0'
99

1010
const NEXT_VERSION_REQUIRES_REACT_19 = '14.3.0-canary.45'
1111
// TODO: Update this when React 19 is released
12-
const REACT_19_VERSION = '19.0.0-rc.0'
12+
const REACT_19_VERSION = '19.0.0-rc-1eaccd82-20240816'
1313
const REACT_18_VERSION = '18.2.0'
1414

1515
/**

0 commit comments

Comments
 (0)