Skip to content
This repository has been archived by the owner on Apr 17, 2023. It is now read-only.

Commit

Permalink
fix(deps): update all
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Nov 28, 2020
1 parent 3a19b1e commit 83b9959
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"@testing-library/user-event": "12.1.5",
"@types/jest": "26.0.13",
"@types/node": "12.12.47",
"@types/react": "16.9.36",
"@types/react-dom": "16.9.8",
"@types/react": "17.0.0",
"@types/react-dom": "17.0.0",
"@types/react-router": "5.1.7",
"@types/react-router-dom": "5.1.5",
"apollo-link-context": "1.0.20",
Expand All @@ -29,7 +29,7 @@
"react-offix-hooks": "0.16.0-alpha2",
"react-router": "5.2.0",
"react-router-dom": "5.2.0",
"react-scripts": "3.4.1",
"react-scripts": "4.0.1",
"simpl-schema": "1.7.3",
"subscriptions-transport-ws": "0.9.16",
"typescript": "4.0.2",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"devDependencies": {
"del-cli": "3.0.1",
"graphql": "15.3.0",
"graphback-cli": "0.14.0"
"graphback-cli": "1.1.0"
},
"scripts": {
"start:server": "cd server && yarn start",
Expand All @@ -26,6 +26,6 @@
"server"
],
"resolutions": {
"@types/react": "16.9.36"
"@types/react": "17.0.0"
}
}
10 changes: 5 additions & 5 deletions server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@
"graphql": "15.3.0",
"@aerogear/graphql-mqtt-subscriptions": "1.1.3",
"graphql-subscriptions": "1.1.0",
"graphback": "0.14.0",
"@graphback/keycloak-authz": "0.14.0",
"@graphback/datasync": "0.14.0",
"@graphback/runtime-mongo": "0.14.0",
"graphback": "1.1.0",
"@graphback/keycloak-authz": "1.1.0",
"@graphback/datasync": "1.1.0",
"@graphback/runtime-mongo": "1.1.0",
"@graphql-tools/graphql-file-loader": "6.0.15",
"@graphql-tools/load": "6.0.15",
"@types/react": "16.9.36",
"@types/react": "17.0.0",
"apollo-server-express": "2.17.0",
"cors": "2.8.5",
"dotenv": "8.2.0",
Expand Down

0 comments on commit 83b9959

Please sign in to comment.