Skip to content

Commit a6a2f62

Browse files
feat(assistant): update react monorepo to v19
1 parent bf4338e commit a6a2f62

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

packages/assistant/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,8 @@
8686
"@types/jest": "29.5.14",
8787
"@types/jquery": "3.5.32",
8888
"@types/node": "20.12.12",
89-
"@types/react": "18.3.18",
90-
"@types/react-dom": "18.3.5",
89+
"@types/react": "19.0.2",
90+
"@types/react-dom": "19.0.2",
9191
"@types/styled-components": "5.1.34",
9292
"@types/testing-library__jest-dom": "5.14.9",
9393
"@typescript-eslint/eslint-plugin": "5.62.0",
@@ -99,8 +99,8 @@
9999
"jest": "^29.5.0",
100100
"jest-environment-jsdom": "^29.5.0",
101101
"minimist": "1.2.8",
102-
"react": "18.3.1",
103-
"react-dom": "18.3.1",
102+
"react": "19.0.0",
103+
"react-dom": "19.0.0",
104104
"react-router-dom": "^7.0.0",
105105
"react-scripts": "^5.0.1",
106106
"replace-json-property": "1.9.0",

packages/docs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@
5353
"clsx": "2.1.1",
5454
"primereact": "^9.6.2",
5555
"prism-react-renderer": "1.3.5",
56-
"react": "18.3.1",
57-
"react-dom": "18.3.1",
56+
"react": "19.0.0",
57+
"react-dom": "19.0.0",
5858
"react-highlight-words": "^0.20.0",
5959
"xhr2": "^0.2.1"
6060
},

0 commit comments

Comments
 (0)