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] authored Mar 16, 2023
1 parent 3a19b1e commit adbffc2
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 40 deletions.
40 changes: 20 additions & 20 deletions client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,36 +5,36 @@
"dependencies": {
"@apollo/react-hooks": "3.1.5",
"@capacitor/core": "2.4.1",
"@ionic/react": "5.1.1",
"@ionic/react-router": "5.1.1",
"@testing-library/jest-dom": "5.9.0",
"@testing-library/react": "11.0.4",
"@testing-library/user-event": "12.1.5",
"@ionic/react": "5.9.4",
"@ionic/react-router": "5.9.4",
"@testing-library/jest-dom": "5.16.5",
"@testing-library/react": "11.2.7",
"@testing-library/user-event": "12.8.3",
"@types/jest": "26.0.13",
"@types/node": "12.12.47",
"@types/node": "12.20.55",
"@types/react": "16.9.36",
"@types/react-dom": "16.9.8",
"@types/react-router": "5.1.7",
"@types/react-router-dom": "5.1.5",
"@types/react-router": "5.1.20",
"@types/react-router-dom": "5.3.3",
"apollo-link-context": "1.0.20",
"apollo-link-ws": "1.0.20",
"graphql": "15.3.0",
"graphql": "15.8.0",
"graphql-tag": "2.11.0",
"ionicons": "5.0.1",
"keycloak-js": "11.0.2",
"offix-cache": "0.16.0-alpha2",
"offix-client": "0.16.0-alpha2",
"ionicons": "5.5.4",
"keycloak-js": "11.0.3",
"offix-cache": "0.16.0-dev2",
"offix-client": "0.16.0-beta1",
"react": "16.13.1",
"react-dom": "16.13.1",
"react-offix-hooks": "0.16.0-alpha2",
"react-offix-hooks": "0.16.0-beta1",
"react-router": "5.2.0",
"react-router-dom": "5.2.0",
"react-scripts": "3.4.1",
"react-scripts": "3.4.4",
"simpl-schema": "1.7.3",
"subscriptions-transport-ws": "0.9.16",
"typescript": "4.0.2",
"uniforms": "3.0.0-alpha.4",
"uniforms-bridge-simple-schema-2": "3.0.0-alpha.4",
"subscriptions-transport-ws": "0.11.0",
"typescript": "4.9.5",
"uniforms": "3.10.2",
"uniforms-bridge-simple-schema-2": "3.10.2",
"uniforms-ionic": "0.1.0"
},
"scripts": {
Expand Down Expand Up @@ -63,7 +63,7 @@
},
"devDependencies": {
"@capacitor/cli": "2.4.1",
"@types/simpl-schema": "0.2.7"
"@types/simpl-schema": "0.2.10"
},
"description": "An Ionic project"
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"main": "index.js",
"devDependencies": {
"del-cli": "3.0.1",
"graphql": "15.3.0",
"graphback-cli": "0.14.0"
"graphql": "15.8.0",
"graphback-cli": "0.16.2"
},
"scripts": {
"start:server": "cd server && yarn start",
Expand Down
36 changes: 18 additions & 18 deletions server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,35 +13,35 @@
},
"license": "MIT",
"devDependencies": {
"@types/cors": "2.8.6",
"@types/express": "4.17.6",
"@types/cors": "2.8.13",
"@types/express": "4.17.17",
"@types/node": "13.13.12",
"keycloak-request-token": "0.1.0",
"ts-node": "9.0.0",
"ts-node-dev": "1.0.0-pre.44",
"tslint": "6.1.2",
"typescript": "4.0.2"
"ts-node": "9.1.1",
"ts-node-dev": "1.1.8",
"tslint": "6.1.3",
"typescript": "4.9.5"
},
"dependencies": {
"graphql": "15.3.0",
"graphql": "15.8.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",
"graphql-subscriptions": "1.2.1",
"graphback": "0.16.2",
"@graphback/keycloak-authz": "0.16.2",
"@graphback/datasync": "0.16.2",
"@graphback/runtime-mongo": "0.16.2",
"@graphql-tools/graphql-file-loader": "6.0.15",
"@graphql-tools/load": "6.0.15",
"@types/react": "16.9.36",
"apollo-server-express": "2.17.0",
"cors": "2.8.5",
"dotenv": "8.2.0",
"express": "4.17.1",
"express-session": "1.17.1",
"graphql-scalars": "1.1.3",
"dotenv": "8.6.0",
"express": "4.18.2",
"express-session": "1.17.3",
"graphql-scalars": "1.20.4",
"graphql-tag": "2.11.0",
"keycloak-connect": "11.0.2",
"keycloak-connect-graphql": "0.6.0",
"mongodb": "3.5.9"
"keycloak-connect-graphql": "0.7.0",
"mongodb": "3.7.3"
}
}

0 comments on commit adbffc2

Please sign in to comment.