Skip to content

Commit 169357b

Browse files
fix(deps): update react monorepo to v18
1 parent b6f1d88 commit 169357b

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

platform/client-admin/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
"ionicons": "5.1.2",
1717
"keycloak-js": "9.0.3",
1818
"moment": "2.27.0",
19-
"react": "16.13.1",
20-
"react-dom": "16.13.1",
19+
"react": "18.2.0",
20+
"react-dom": "18.2.0",
2121
"react-router": "5.2.0",
2222
"react-router-dom": "5.2.0",
2323
"simpl-schema": "1.10.0",

platform/client/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
"offix-cache": "0.15.5",
1515
"offix-client": "0.15.5",
1616
"@apollo/client": "3.2.0",
17-
"react": "16.13.1",
18-
"react-dom": "16.13.1",
17+
"react": "18.2.0",
18+
"react-dom": "18.2.0",
1919
"react-offix-hooks": "0.15.5",
2020
"react-router": "5.2.0",
2121
"react-router-dom": "5.2.0",

website/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
"@docusaurus/core": "2.0.0-alpha.64",
1313
"@docusaurus/preset-classic": "2.0.0-alpha.63",
1414
"classnames": "2.2.6",
15-
"react": "16.13.1",
16-
"react-dom": "16.13.1"
15+
"react": "18.2.0",
16+
"react-dom": "18.2.0"
1717
},
1818
"browserslist": {
1919
"production": [

0 commit comments

Comments
 (0)