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 and wtrocki committed Aug 9, 2019
1 parent 62fa0c3 commit a4d19e6
Show file tree
Hide file tree
Showing 3 changed files with 226 additions and 89 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@
},
"private": true,
"dependencies": {
"@aerogear/app": "2.6.1",
"@aerogear/auth": "2.6.1",
"@aerogear/cordova-plugin-aerogear-metrics": "2.6.1",
"@aerogear/app": "2.6.2",
"@aerogear/auth": "2.6.2",
"@aerogear/cordova-plugin-aerogear-metrics": "2.6.2",
"@aerogear/cordova-plugin-iroot": "0.8.1",
"@aerogear/push": "2.6.1",
"@aerogear/security": "2.6.1",
"@aerogear/voyager-client": "2.6.1",
"@aerogear/push": "2.6.2",
"@aerogear/security": "2.6.2",
"@aerogear/voyager-client": "2.6.2",
"@angular/common": "7.2.12",
"@angular/core": "7.2.12",
"@angular/forms": "7.2.12",
Expand Down Expand Up @@ -73,15 +73,15 @@
"@angular/compiler-cli": "7.2.12",
"@angular/language-service": "7.2.12",
"@ionic/angular-toolkit": "1.5.1",
"@types/node": "10.14.13",
"@types/jasmine": "3.3.15",
"@types/node": "10.14.15",
"@types/jasmine": "3.4.0",
"@types/jasminewd2": "2.0.6",
"codelyzer": "5.1.0",
"jasmine-core": "3.4.0",
"jasmine-spec-reporter": "4.2.1",
"karma": "4.2.0",
"karma-chrome-launcher": "3.0.0",
"karma-coverage-istanbul-reporter": "2.0.6",
"karma-coverage-istanbul-reporter": "2.1.0",
"karma-jasmine": "2.0.1",
"karma-jasmine-html-reporter": "1.4.2",
"protractor": "5.4.2",
Expand Down
18 changes: 9 additions & 9 deletions server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,23 +13,23 @@
"license": "Apache 2.0",
"dependencies": {
"@aerogear/graphql-mqtt-subscriptions": "1.1.3",
"@aerogear/voyager-audit": "0.7.0",
"@aerogear/voyager-conflicts": "0.7.0",
"@aerogear/voyager-keycloak": "0.7.0",
"@aerogear/voyager-metrics": "0.7.0",
"@aerogear/voyager-server": "0.7.0",
"@aerogear/voyager-subscriptions": "0.7.0",
"@aerogear/voyager-audit": "0.7.1",
"@aerogear/voyager-conflicts": "0.7.1",
"@aerogear/voyager-keycloak": "0.7.1",
"@aerogear/voyager-metrics": "0.7.1",
"@aerogear/voyager-server": "0.7.1",
"@aerogear/voyager-subscriptions": "0.7.1",
"apollo-server": "2.7.0",
"cors": "2.8.5",
"deepmerge": "4.0.0",
"express": "4.17.1",
"graphql": "14.4.2",
"graphql-resolvers": "0.3.3",
"graphql-tools": "4.0.5",
"knex": "0.19.0",
"merge-graphql-schemas": "1.6.1",
"knex": "0.19.1",
"merge-graphql-schemas": "1.7.0",
"mqtt": "3.0.0",
"pg": "7.11.0",
"pg": "7.12.0",
"shortid": "2.2.14",
"unifiedpush-node-sender": "0.16.1"
},
Expand Down
Loading

0 comments on commit a4d19e6

Please sign in to comment.