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 b58ae15

Browse files
authoredJan 8, 2025··
fix(deps): update react monorepo to v19
1 parent 31c8cb3 commit b58ae15

File tree

2 files changed

+28
-44
lines changed

2 files changed

+28
-44
lines changed
 

‎package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
},
1313
"devDependencies": {
1414
"@parcel/transformer-image": "2.12.0",
15-
"@types/react": "18.3.18",
16-
"@types/react-dom": "18.3.5",
15+
"@types/react": "19.0.4",
16+
"@types/react-dom": "19.0.2",
1717
"autoprefixer": "10.4.20",
1818
"parcel": "2.12.0",
1919
"postcss": "8.4.49",
@@ -22,8 +22,8 @@
2222
},
2323
"dependencies": {
2424
"postcss-import": "16.1.0",
25-
"react": "18.3.1",
26-
"react-dom": "18.3.1",
25+
"react": "19.0.0",
26+
"react-dom": "19.0.0",
2727
"tailwindcss": "3.4.17"
2828
}
2929
}

‎pnpm-lock.yaml

+24-40
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.