Skip to content

Commit 45d345e

Browse files
fix(deps): update react monorepo to v19
1 parent 74c24b0 commit 45d345e

File tree

2 files changed

+83
-89
lines changed

2 files changed

+83
-89
lines changed

package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -20,16 +20,16 @@
2020
"clsx": "2.1.1",
2121
"next": "13.5.4",
2222
"next-sitemap": "^4.2.3",
23-
"react": "18.3.1",
24-
"react-dom": "18.3.1",
23+
"react": "19.0.0",
24+
"react-dom": "19.0.0",
2525
"sharp": "^0.33.5",
2626
"swr": "2.2.5"
2727
},
2828
"devDependencies": {
2929
"@svgr/webpack": "8.1.0",
3030
"@types/node": "20.14.11",
31-
"@types/react": "18.3.3",
32-
"@types/react-dom": "18.3.0",
31+
"@types/react": "19.0.12",
32+
"@types/react-dom": "19.0.4",
3333
"@typescript-eslint/eslint-plugin": "6.12.0",
3434
"@typescript-eslint/parser": "6.12.0",
3535
"eslint": "8.54.0",

0 commit comments

Comments
 (0)