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

Commit

Permalink
chore(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 1900bfa commit 606271b
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"dev": "./scripts/syncDevEnvironment.sh"
},
"devDependencies": {
"coveralls": "3.0.5",
"coveralls": "3.0.6",
"del-cli": "2.0.0",
"lerna": "3.16.2",
"npm-run-all": "4.1.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
},
"homepage": "https://github.com/aerogear/aerogear-js-sdk#readme",
"devDependencies": {
"@types/chai": "4.1.7",
"@types/chai": "4.2.0",
"chai": "4.2.0",
"mocha": "6.2.0",
"typescript": "3.5.3"
Expand Down
8 changes: 4 additions & 4 deletions packages/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,18 +31,18 @@
"access": "public"
},
"devDependencies": {
"@types/chai": "4.1.7",
"@types/chai-as-promised": "7.1.0",
"@types/chai": "4.2.0",
"@types/chai-as-promised": "7.1.2",
"@types/loglevel": "1.5.4",
"@types/mocha": "5.2.7",
"@types/node": "11.13.18",
"@types/node": "11.13.19",
"@types/proxyquire": "1.3.28",
"@types/sinon": "7.0.13",
"chai": "4.2.0",
"chai-as-promised": "7.1.1",
"del-cli": "2.0.0",
"mocha": "6.2.0",
"sinon": "7.3.2",
"sinon": "7.4.1",
"source-map-support": "0.5.13",
"ts-node": "8.3.0",
"typescript": "3.5.3"
Expand Down
12 changes: 6 additions & 6 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,22 +27,22 @@
"access": "public"
},
"devDependencies": {
"@types/chai": "4.1.7",
"@types/chai-as-promised": "7.1.0",
"@types/chai": "4.2.0",
"@types/chai-as-promised": "7.1.2",
"@types/lodash.find": "4.6.6",
"@types/loglevel": "1.5.4",
"@types/mocha": "5.2.7",
"@types/node": "11.13.18",
"@types/node": "11.13.19",
"@types/proxyquire": "1.3.28",
"@types/sinon": "7.0.13",
"@types/uuid": "3.4.5",
"browserify": "16.3.0",
"browserify": "16.5.0",
"chai": "4.2.0",
"chai-as-promised": "7.1.1",
"del-cli": "2.0.0",
"mocha": "6.2.0",
"mockttp": "0.15.1",
"sinon": "7.3.2",
"mockttp": "0.16.1",
"sinon": "7.4.1",
"source-map-support": "0.5.13",
"ts-node": "8.3.0",
"typescript": "3.5.3"
Expand Down
2 changes: 1 addition & 1 deletion packages/push/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
},
"homepage": "https://github.com/aerogear/aerogear-js-sdk#readme",
"devDependencies": {
"@types/chai": "4.1.7",
"@types/chai": "4.2.0",
"chai": "4.2.0",
"mocha": "6.2.0",
"typescript": "3.5.3"
Expand Down
2 changes: 1 addition & 1 deletion packages/security/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
},
"homepage": "https://github.com/aerogear/aerogear-js-sdk#readme",
"devDependencies": {
"@types/chai": "4.1.7",
"@types/chai": "4.2.0",
"chai": "4.2.0",
"mocha": "6.2.0",
"mockttp": "0.16.1",
Expand Down
10 changes: 5 additions & 5 deletions packages/sync/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,12 @@
},
"devDependencies": {
"@types/apollo-upload-client": "8.1.2",
"@types/chai": "4.1.7",
"@types/debug": "4.1.4",
"@types/chai": "4.2.0",
"@types/debug": "4.1.5",
"@types/fetch-mock": "7.3.1",
"@types/graphql": "14.2.3",
"@types/mocha": "5.2.7",
"@types/ws": "6.0.1",
"@types/ws": "6.0.2",
"chai": "4.2.0",
"del": "5.0.0",
"fetch-mock": "7.3.9",
Expand All @@ -61,8 +61,8 @@
"apollo-upload-client": "11.0.0",
"debug": "4.1.1",
"idb-localstorage": "0.2.0",
"offix-cache": "0.7.1",
"offix-offline": "0.7.1",
"offix-cache": "0.8.2",
"offix-offline": "0.8.2",
"subscriptions-transport-ws": "0.9.16"
},
"peerDependencies": {
Expand Down

0 comments on commit 606271b

Please sign in to comment.