Skip to content

Commit 4e13d33

Browse files
fix(deps): update react monorepo to v19
1 parent ea28b6f commit 4e13d33

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,16 @@
1414
},
1515
"dependencies": {
1616
"next": "14.2.28",
17-
"react": "18.3.1",
18-
"react-dom": "18.3.1"
17+
"react": "19.1.0",
18+
"react-dom": "19.1.0"
1919
},
2020
"devDependencies": {
2121
"@commitlint/cli": "18.6.1",
2222
"@commitlint/config-conventional": "18.6.3",
2323
"@playwright/test": "^1.28.0",
2424
"@types/node": "20.17.32",
25-
"@types/react": "18.3.20",
26-
"@types/react-dom": "18.3.6",
25+
"@types/react": "19.1.2",
26+
"@types/react-dom": "19.1.3",
2727
"autoprefixer": "10.4.21",
2828
"eslint": "8.57.1",
2929
"eslint-config-next": "14.2.28",

0 commit comments

Comments
 (0)