Skip to content

Commit ae0e7dc

Browse files
fix(deps): update react monorepo
1 parent be55022 commit ae0e7dc

File tree

2 files changed

+313
-47
lines changed

2 files changed

+313
-47
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,20 +9,20 @@
99
},
1010
"dependencies": {
1111
"next": "12.3.4",
12-
"react": "17.0.2",
13-
"react-dom": "17.0.2"
12+
"react": "19.2.0",
13+
"react-dom": "19.2.0"
1414
},
1515
"devDependencies": {
1616
"@next/eslint-plugin-next": "^12.0.9",
1717
"@types/node": "^17.0.13",
18-
"@types/react": "^17.0.38",
18+
"@types/react": "^19.0.0",
1919
"@typescript-eslint/eslint-plugin": "^5.10.2",
2020
"@typescript-eslint/parser": "^5.10.2",
2121
"eslint": "^8.8.0",
2222
"eslint-config-prettier": "^8.3.0",
2323
"eslint-plugin-prettier": "^4.0.0",
2424
"eslint-plugin-react": "^7.28.0",
25-
"eslint-plugin-react-hooks": "^4.3.0",
25+
"eslint-plugin-react-hooks": "^6.0.0",
2626
"prettier": "^2.5.1",
2727
"typescript": "^4.5.5"
2828
}

0 commit comments

Comments
 (0)