Skip to content

Commit 17ad6f9

Browse files
Update react monorepo to v19
1 parent e5cd222 commit 17ad6f9

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

client/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
"@testing-library/jest-dom": "^5.16.5",
99
"@testing-library/react": "^13.4.0",
1010
"@testing-library/user-event": "^13.5.0",
11-
"react": "^18.2.0",
12-
"react-dom": "^18.2.0",
11+
"react": "^19.0.0",
12+
"react-dom": "^19.0.0",
1313
"react-router-dom": "^6.11.2",
1414
"react-scripts": "5.0.1",
1515
"web-vitals": "^2.1.4"

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
"@testing-library/jest-dom": "^5.16.5",
1414
"@testing-library/react": "^13.4.0",
1515
"@testing-library/user-event": "^13.5.0",
16-
"react": "^18.2.0",
17-
"react-dom": "^18.2.0",
16+
"react": "^19.0.0",
17+
"react-dom": "^19.0.0",
1818
"react-scripts": "5.0.1",
1919
"web-vitals": "^2.1.4"
2020
}

0 commit comments

Comments
 (0)