Skip to content

Commit

Permalink
update react version needed by next@canary
Browse files Browse the repository at this point in the history
  • Loading branch information
pieh committed Aug 22, 2024
1 parent b352918 commit d41873b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/utils/next-version-helpers.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const FUTURE_NEXT_PATCH_VERSION = '14.999.0'

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

/**
Expand Down

0 comments on commit d41873b

Please sign in to comment.