Commit f3e2004
committed
Update deps: in-range bumps + React 19 and TypeScript 6
- In-range: astro 5.16->5.18.2, tailwindcss 3.4.18->3.4.19,
tailwind-merge 3.4->3.6
- Majors: react/react-dom 18->19, typescript 5->6,
add @types/react(-dom) 19. Keep @astrojs/react 4 (already
supports React 19), Astro 5 and Tailwind 3 unchanged.
- React 19 type fixes: useRef<number|undefined>(undefined) in the
animation islands (useRef now requires an arg); ReactElement in
AnimatedTerminal instead of the removed global JSX namespace.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent 592ba3e commit f3e2004Copy full SHA for f3e2004
8 files changed
+83-96Lines changed: 83 additions & 96 deletions
File tree
Expand file treeCollapse file tree
Open diff view settings
Filter options
- src/components
Expand file treeCollapse file tree
Open diff view settings
Collapse file
+71-86Lines changed: 71 additions & 86 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Collapse file
+5-3Lines changed: 5 additions & 3 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
12 | 12 | |
13 | 13 | |
14 | 14 | |
15 | | - |
16 | | - |
| 15 | + |
| 16 | + |
17 | 17 | |
18 | 18 | |
19 | 19 | |
| 20 | + |
| 21 | + |
20 | 22 | |
21 | 23 | |
22 | 24 | |
23 | 25 | |
24 | | - |
| 26 | + |
25 | 27 | |
26 | 28 | |
Collapse file
src/components/AnimatedTerminal.tsx
Copy file name to clipboardExpand all lines: src/components/AnimatedTerminal.tsx+2-2Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
1 | | - |
| 1 | + |
2 | 2 | |
3 | 3 | |
4 | 4 | |
| ||
361 | 361 | |
362 | 362 | |
363 | 363 | |
364 | | - |
| 364 | + |
365 | 365 | |
366 | 366 | |
367 | 367 | |
|
Collapse file
src/components/ChristmasLights.tsx
Copy file name to clipboardExpand all lines: src/components/ChristmasLights.tsx+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
12 | 12 | |
13 | 13 | |
14 | 14 | |
15 | | - |
| 15 | + |
16 | 16 | |
17 | 17 | |
18 | 18 | |
|
Collapse file
src/components/OceanWaves.tsx
Copy file name to clipboardExpand all lines: src/components/OceanWaves.tsx+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
11 | 11 | |
12 | 12 | |
13 | 13 | |
14 | | - |
| 14 | + |
15 | 15 | |
16 | 16 | |
17 | 17 | |
|
Collapse file
src/components/SnowEffect.tsx
Copy file name to clipboardExpand all lines: src/components/SnowEffect.tsx+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
25 | 25 | |
26 | 26 | |
27 | 27 | |
28 | | - |
| 28 | + |
29 | 29 | |
30 | 30 | |
31 | 31 | |
|
Collapse file
src/components/SunBackground.tsx
Copy file name to clipboardExpand all lines: src/components/SunBackground.tsx+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
46 | 46 | |
47 | 47 | |
48 | 48 | |
49 | | - |
| 49 | + |
50 | 50 | |
51 | 51 | |
52 | 52 | |
|
Collapse file
src/components/VelvetSilkBackground.tsx
Copy file name to clipboardExpand all lines: src/components/VelvetSilkBackground.tsx+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
4 | 4 | |
5 | 5 | |
6 | 6 | |
7 | | - |
| 7 | + |
8 | 8 | |
9 | 9 | |
10 | 10 | |
|
0 commit comments