Commit 9254547
fix(gatsby): Add React 19 to peer dependency range
Gatsby supports React 19 as of 5.16.0, but `@sentry/gatsby` still declared
`react: 17.x || 18.x`, causing a spurious peer warning on install. The package
just delegates to `@sentry/react`, which already declares `19.x`.
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>1 parent 5a0f486 commit 9254547
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
| 47 | + | |
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| |||
0 commit comments