Skip to content

Commit cd8991e

Browse files
fix(deps): update react monorepo
1 parent b6f1d88 commit cd8991e

File tree

5 files changed

+12
-12
lines changed

5 files changed

+12
-12
lines changed

platform/client-admin/package.json

+4-4
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": "16.14.0",
20+
"react-dom": "16.14.0",
2121
"react-router": "5.2.0",
2222
"react-router-dom": "5.2.0",
2323
"simpl-schema": "1.10.0",
@@ -67,8 +67,8 @@
6767
"@types/jest": "25.2.3",
6868
"@types/moment": "2.13.0",
6969
"@types/node": "12.12.55",
70-
"@types/react": "16.9.49",
71-
"@types/react-dom": "16.9.8",
70+
"@types/react": "16.14.42",
71+
"@types/react-dom": "16.9.19",
7272
"@types/react-router": "5.1.8",
7373
"@types/react-router-dom": "5.1.5",
7474
"@types/simpl-schema": "0.2.8",

platform/client/package.json

+4-4
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": "16.14.0",
18+
"react-dom": "16.14.0",
1919
"react-offix-hooks": "0.15.5",
2020
"react-router": "5.2.0",
2121
"react-router-dom": "5.2.0",
@@ -62,8 +62,8 @@
6262
"@types/googlemaps": "3.39.13",
6363
"@types/jest": "25.2.3",
6464
"@types/node": "12.12.55",
65-
"@types/react": "16.9.49",
66-
"@types/react-dom": "16.9.8",
65+
"@types/react": "16.14.42",
66+
"@types/react-dom": "16.9.19",
6767
"@types/react-router": "5.1.8",
6868
"@types/react-router-dom": "5.1.5",
6969
"@types/simpl-schema": "0.2.8",

platform/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,6 @@
3434
"server"
3535
],
3636
"resolutions": {
37-
"@types/react": "16.9.49"
37+
"@types/react": "16.14.42"
3838
}
3939
}

platform/server/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"@graphback/runtime-mongo": "0.16.2",
3030
"@graphql-tools/graphql-file-loader": "6.2.6",
3131
"@graphql-tools/load": "6.2.5",
32-
"@types/react": "16.9.49",
32+
"@types/react": "16.14.42",
3333
"apollo-server-express": "2.17.0",
3434
"cors": "2.8.5",
3535
"dotenv": "8.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": "16.14.0",
16+
"react-dom": "16.14.0"
1717
},
1818
"browserslist": {
1919
"production": [

0 commit comments

Comments
 (0)