Skip to content

Commit 802f989

Browse files
chore: update to react 19
Signed-off-by: Henry Gressmann <[email protected]>
1 parent c7e0c43 commit 802f989

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

data/licenses-npm.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

web/bun.lockb

1.25 KB
Binary file not shown.

web/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@
3333
"fuzzysort": "^3.1.0",
3434
"little-date": "^1.0.0",
3535
"lucide-react": "0.468.0",
36-
"react": "19.0.0-rc.1",
37-
"react-dom": "19.0.0-rc.1",
36+
"react": "19.0.0",
37+
"react-dom": "19.0.0",
3838
"react-tag-autocomplete": "^7.4.0",
3939
"react-tooltip": "^5.28.0",
4040
"topojson-client": "^3.1.0"
@@ -52,8 +52,8 @@
5252
"@types/d3-shape": "^3.1.6",
5353
"@types/d3-transition": "^3.0.9",
5454
"@types/d3-zoom": "^3.0.8",
55-
"@types/react": "^18.3.13",
56-
"@types/react-dom": "^18.3.1",
55+
"@types/react": "^19.0.0",
56+
"@types/react-dom": "^19.0.0",
5757
"@types/topojson-client": "^3.1.5",
5858
"@types/topojson-specification": "^1.0.5",
5959
"astro": "5.0.3",

0 commit comments

Comments
 (0)