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 committed Jul 22, 2019
1 parent 2706504 commit f7b6a5b
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"version:master": "./scripts/versionMaster.sh"
},
"devDependencies": {
"coveralls": "3.0.4",
"coveralls": "3.0.5",
"del-cli": "2.0.0",
"lerna": "3.16.1",
"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 @@ -27,7 +27,7 @@
"devDependencies": {
"@types/chai": "4.1.7",
"chai": "4.2.0",
"mocha": "6.1.4",
"mocha": "6.2.0",
"typescript": "3.5.3"
},
"dependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,13 @@
"@types/chai-as-promised": "7.1.0",
"@types/loglevel": "1.5.4",
"@types/mocha": "5.2.7",
"@types/node": "11.13.17",
"@types/node": "11.13.18",
"@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.1.4",
"mocha": "6.2.0",
"sinon": "7.3.2",
"source-map-support": "0.5.12",
"ts-node": "8.3.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,16 +32,16 @@
"@types/lodash.find": "4.6.6",
"@types/loglevel": "1.5.4",
"@types/mocha": "5.2.7",
"@types/node": "11.13.17",
"@types/node": "11.13.18",
"@types/proxyquire": "1.3.28",
"@types/sinon": "7.0.13",
"@types/uuid": "3.4.5",
"browserify": "16.3.0",
"chai": "4.2.0",
"chai-as-promised": "7.1.1",
"del-cli": "2.0.0",
"mocha": "6.1.4",
"mockttp": "0.15.0",
"mocha": "6.2.0",
"mockttp": "0.15.1",
"sinon": "7.3.2",
"source-map-support": "0.5.12",
"ts-node": "8.3.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/push/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"devDependencies": {
"@types/chai": "4.1.7",
"chai": "4.2.0",
"mocha": "6.1.4",
"mocha": "6.2.0",
"typescript": "3.5.3"
},
"dependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/security/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
"devDependencies": {
"@types/chai": "4.1.7",
"chai": "4.2.0",
"mocha": "6.1.4",
"mockttp": "0.15.0",
"mocha": "6.2.0",
"mockttp": "0.15.1",
"nyc": "14.1.1",
"typescript": "3.5.3"
},
Expand Down
8 changes: 4 additions & 4 deletions packages/sync/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@
"@types/ws": "6.0.1",
"chai": "4.2.0",
"del": "5.0.0",
"fetch-mock": "7.3.6",
"fetch-mock": "7.3.9",
"graphql": "14.4.2",
"graphql-tag": "2.10.1",
"mocha": "6.1.4",
"mocha": "6.2.0",
"ts-node": "8.3.0",
"typescript": "3.5.3"
},
Expand All @@ -60,8 +60,8 @@
"apollo-upload-client": "11.0.0",
"debug": "4.1.1",
"idb-localstorage": "0.2.0",
"offix-cache": "0.7.0-rc.2",
"offix-offline": "0.7.0-rc.2",
"offix-cache": "0.7.0",
"offix-offline": "0.7.0",
"subscriptions-transport-ws": "0.9.16"
},
"peerDependencies": {
Expand Down

0 comments on commit f7b6a5b

Please sign in to comment.