Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit bd054a7

Browse files
authoredJan 13, 2025
fix(deps): update react monorepo to v19
1 parent cc46d69 commit bd054a7

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.6",
32+
"@types/react-dom": "19.0.3",
3333
"@typescript-eslint/eslint-plugin": "6.12.0",
3434
"@typescript-eslint/parser": "6.12.0",
3535
"eslint": "8.54.0",

‎pnpm-lock.yaml

+79-85
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)
Please sign in to comment.