Skip to content

Commit a5d3044

Browse files
fix(deps): update react monorepo
1 parent 7bc813f commit a5d3044

File tree

2 files changed

+231
-35
lines changed

2 files changed

+231
-35
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
"@emotion/css": "^11.13.5",
2020
"@emotion/react": "^11.13.5",
2121
"moment": "^2.30.1",
22-
"react": "^18.3.1",
23-
"react-dom": "^18.3.1",
22+
"react": "^19.0.0",
23+
"react-dom": "^19.0.0",
2424
"styled-components": "^6.1.13"
2525
},
2626
"devDependencies": {
@@ -34,14 +34,14 @@
3434
"@testing-library/react": "16.0.1",
3535
"@testing-library/user-event": "14.5.2",
3636
"@types/jest": "29.5.14",
37-
"@types/react": "18.3.12",
38-
"@types/react-dom": "18.3.1",
37+
"@types/react": "19.2.2",
38+
"@types/react-dom": "19.2.1",
3939
"@vitejs/plugin-react": "4.3.3",
4040
"babel-jest": "^29.7.0",
4141
"babel-plugin-explicit-exports-references": "^1.0.2",
4242
"babel-plugin-transform-import-meta": "^2.2.1",
4343
"eslint": "9.15.0",
44-
"eslint-plugin-react-hooks": "5.0.0",
44+
"eslint-plugin-react-hooks": "7.0.0",
4545
"eslint-plugin-react-refresh": "0.4.14",
4646
"globals": "15.12.0",
4747
"identity-obj-proxy": "^3.0.0",

0 commit comments

Comments
 (0)