Skip to content

Commit b0c6574

Browse files
committed
upgrade react - fix #7887
1 parent b2961f7 commit b0c6574

File tree

5 files changed

+113
-99
lines changed

5 files changed

+113
-99
lines changed

src/packages/frontend/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -135,12 +135,12 @@
135135
"prom-client": "^13.0.0",
136136
"prop-types": "^15.7.2",
137137
"re-resizable": "^6.9.0",
138-
"react": "^18.2.0",
138+
"react": "^18.3.1",
139139
"react-bootstrap": "^0.31.5",
140140
"react-color": "^2.19.3",
141141
"react-copy-to-clipboard": "^5.1.0",
142142
"react-debounce-input": "^3.2.2",
143-
"react-dom": "^18.2.0",
143+
"react-dom": "^18.3.1",
144144
"react-draggable": "^4.4.5",
145145
"react-dropzone-component": "^3.2.0",
146146
"react-highlight-words": "^0.18.0",
@@ -186,9 +186,9 @@
186186
"@types/md5": "^2.2.0",
187187
"@types/mocha": "^10.0.0",
188188
"@types/pica": "^5.1.3",
189-
"@types/react": "^18.0.28",
189+
"@types/react": "^18.3.10",
190190
"@types/react-bootstrap": "^0.32.21",
191-
"@types/react-dom": "^18.0.11",
191+
"@types/react-dom": "^18.3.0",
192192
"@types/react-image-crop": "^8.1.3",
193193
"@types/react-redux": "^7.1.25",
194194
"coffeescript": "^2.5.1",

src/packages/hub/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"@passport-next/passport-oauth2": "^2.1.4",
2323
"@types/formidable": "^3.4.5",
2424
"@types/primus": "^7.3.6",
25-
"@types/react": "^18.0.28",
25+
"@types/react": "^18.3.10",
2626
"@types/uuid": "^8.3.1",
2727
"async": "^1.5.2",
2828
"awaiting": "^3.0.0",
@@ -55,8 +55,8 @@
5555
"primus": "^8.0.7",
5656
"prom-client": "^13.0.0",
5757
"random-key": "^0.3.2",
58-
"react": "^18.2.0",
59-
"react-dom": "^18.2.0",
58+
"react": "^18.3.1",
59+
"react-dom": "^18.3.1",
6060
"read": "^1.0.7",
6161
"require-reload": "^0.2.2",
6262
"safe-json-stringify": "^1.2.0",
@@ -77,7 +77,7 @@
7777
"@types/http-proxy": "^1.17.9",
7878
"@types/node": "^18.16.14",
7979
"@types/passport": "^1.0.9",
80-
"@types/react-dom": "^18.0.11",
80+
"@types/react-dom": "^18.3.0",
8181
"coffee-coverage": "^3.0.1",
8282
"coffeescript": "^2.5.1",
8383
"expect": "^26.6.2",

src/packages/next/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@
6262
"@cocalc/server": "workspace:*",
6363
"@cocalc/util": "workspace:*",
6464
"@openapitools/openapi-generator-cli": "^2.13.4",
65-
"@types/react": "^18.0.28",
66-
"@types/react-dom": "^18.0.11",
65+
"@types/react": "^18.3.10",
66+
"@types/react-dom": "^18.3.0",
6767
"@vscode/vscode-languagedetection": "^1.0.22",
6868
"antd": "^5.21.1",
6969
"antd-img-crop": "^4.21.0",
@@ -82,8 +82,8 @@
8282
"next-rest-framework": "6.0.0-beta.4",
8383
"password-hash": "^1.2.2",
8484
"pg": "^8.7.1",
85-
"react": "^18.2.0",
86-
"react-dom": "^18.2.0",
85+
"react": "^18.3.1",
86+
"react-dom": "^18.3.1",
8787
"react-google-recaptcha": "^2.1.0",
8888
"react-google-recaptcha-v3": "^1.9.7",
8989
"serve-index": "^1.9.1",

0 commit comments

Comments
 (0)