Skip to content

Commit

Permalink
fix(deps): update react monorepo
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 27, 2023
1 parent b6f1d88 commit f38dd9d
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
8 changes: 4 additions & 4 deletions platform/client-admin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
"ionicons": "5.1.2",
"keycloak-js": "9.0.3",
"moment": "2.27.0",
"react": "16.13.1",
"react-dom": "16.13.1",
"react": "16.14.0",
"react-dom": "16.14.0",
"react-router": "5.2.0",
"react-router-dom": "5.2.0",
"simpl-schema": "1.10.0",
Expand Down Expand Up @@ -67,8 +67,8 @@
"@types/jest": "25.2.3",
"@types/moment": "2.13.0",
"@types/node": "12.12.55",
"@types/react": "16.9.49",
"@types/react-dom": "16.9.8",
"@types/react": "16.14.47",
"@types/react-dom": "16.9.20",
"@types/react-router": "5.1.8",
"@types/react-router-dom": "5.1.5",
"@types/simpl-schema": "0.2.8",
Expand Down
8 changes: 4 additions & 4 deletions platform/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"offix-cache": "0.15.5",
"offix-client": "0.15.5",
"@apollo/client": "3.2.0",
"react": "16.13.1",
"react-dom": "16.13.1",
"react": "16.14.0",
"react-dom": "16.14.0",
"react-offix-hooks": "0.15.5",
"react-router": "5.2.0",
"react-router-dom": "5.2.0",
Expand Down Expand Up @@ -62,8 +62,8 @@
"@types/googlemaps": "3.39.13",
"@types/jest": "25.2.3",
"@types/node": "12.12.55",
"@types/react": "16.9.49",
"@types/react-dom": "16.9.8",
"@types/react": "16.14.47",
"@types/react-dom": "16.9.20",
"@types/react-router": "5.1.8",
"@types/react-router-dom": "5.1.5",
"@types/simpl-schema": "0.2.8",
Expand Down
2 changes: 1 addition & 1 deletion platform/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@
"server"
],
"resolutions": {
"@types/react": "16.9.49"
"@types/react": "16.14.47"
}
}
2 changes: 1 addition & 1 deletion platform/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@graphback/runtime-mongo": "0.16.2",
"@graphql-tools/graphql-file-loader": "6.2.6",
"@graphql-tools/load": "6.2.5",
"@types/react": "16.9.49",
"@types/react": "16.14.47",
"apollo-server-express": "2.17.0",
"cors": "2.8.5",
"dotenv": "8.2.0",
Expand Down
4 changes: 2 additions & 2 deletions website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"@docusaurus/core": "2.0.0-alpha.64",
"@docusaurus/preset-classic": "2.0.0-alpha.63",
"classnames": "2.2.6",
"react": "16.13.1",
"react-dom": "16.13.1"
"react": "16.14.0",
"react-dom": "16.14.0"
},
"browserslist": {
"production": [
Expand Down

0 comments on commit f38dd9d

Please sign in to comment.