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 Dara Hayes committed Nov 25, 2019
1 parent fee7c1a commit 8ecec06
Show file tree
Hide file tree
Showing 7 changed files with 29 additions and 29 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,16 +28,16 @@
"dev": "./scripts/syncDevEnvironment.sh"
},
"devDependencies": {
"coveralls": "3.0.7",
"coveralls": "3.0.8",
"del-cli": "3.0.0",
"lerna": "3.18.4",
"npm-run-all": "4.1.5",
"nyc": "14.1.1",
"replace": "1.1.1",
"ts-node": "8.4.1",
"tslint": "5.20.0",
"typedoc": "0.15.0",
"typescript": "3.6.4"
"ts-node": "8.5.2",
"tslint": "5.20.1",
"typedoc": "0.15.3",
"typescript": "3.7.2"
},
"dependencies": {
"@types/mocha": "5.2.7"
Expand Down
4 changes: 2 additions & 2 deletions packages/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@
},
"homepage": "https://github.com/aerogear/aerogear-js-sdk#readme",
"devDependencies": {
"@types/chai": "4.2.4",
"@types/chai": "4.2.5",
"chai": "4.2.0",
"mocha": "6.2.2",
"typescript": "3.6.4"
"typescript": "3.7.2"
},
"dependencies": {
"@aerogear/core": "2.8.0-rc1"
Expand Down
10 changes: 5 additions & 5 deletions packages/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,25 +31,25 @@
"access": "public"
},
"devDependencies": {
"@types/chai": "4.2.4",
"@types/chai": "4.2.5",
"@types/chai-as-promised": "7.1.2",
"@types/loglevel": "1.5.4",
"@types/mocha": "5.2.7",
"@types/node": "11.15.2",
"@types/proxyquire": "1.3.28",
"@types/sinon": "7.5.0",
"@types/sinon": "7.5.1",
"chai": "4.2.0",
"chai-as-promised": "7.1.1",
"del-cli": "3.0.0",
"mocha": "6.2.2",
"sinon": "7.5.0",
"source-map-support": "0.5.16",
"ts-node": "8.4.1",
"typescript": "3.6.4"
"ts-node": "8.5.2",
"typescript": "3.7.2"
},
"dependencies": {
"keycloak-js": "7.0.1",
"loglevel": "1.6.4",
"loglevel": "1.6.6",
"@aerogear/core": "2.8.0-rc1",
"url": "0.11.0"
}
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,30 +27,30 @@
"access": "public"
},
"devDependencies": {
"@types/chai": "4.2.4",
"@types/chai": "4.2.5",
"@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.15.2",
"@types/proxyquire": "1.3.28",
"@types/sinon": "7.5.0",
"@types/sinon": "7.5.1",
"@types/uuid": "3.4.6",
"browserify": "16.5.0",
"chai": "4.2.0",
"chai-as-promised": "7.1.1",
"del-cli": "3.0.0",
"mocha": "6.2.2",
"mockttp": "0.19.0",
"mockttp": "0.19.1",
"sinon": "7.5.0",
"source-map-support": "0.5.16",
"ts-node": "8.4.1",
"typescript": "3.6.4"
"ts-node": "8.5.2",
"typescript": "3.7.2"
},
"dependencies": {
"axios": "0.19.0",
"lodash.find": "4.6.0",
"loglevel": "1.6.4",
"loglevel": "1.6.6",
"uuid": "3.3.3"
}
}
4 changes: 2 additions & 2 deletions packages/push/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@
},
"homepage": "https://github.com/aerogear/aerogear-js-sdk#readme",
"devDependencies": {
"@types/chai": "4.2.4",
"@types/chai": "4.2.5",
"chai": "4.2.0",
"mocha": "6.2.2",
"typescript": "3.6.4"
"typescript": "3.7.2"
},
"dependencies": {
"@aerogear/core": "2.8.0-rc1",
Expand Down
8 changes: 4 additions & 4 deletions packages/security/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,17 +26,17 @@
},
"homepage": "https://github.com/aerogear/aerogear-js-sdk#readme",
"devDependencies": {
"@types/chai": "4.2.4",
"@types/chai": "4.2.5",
"chai": "4.2.0",
"mocha": "6.2.2",
"mockttp": "0.19.0",
"mockttp": "0.19.1",
"nyc": "14.1.1",
"typescript": "3.6.4"
"typescript": "3.7.2"
},
"dependencies": {
"@aerogear/core": "2.8.0-rc1",
"@types/loglevel": "1.5.4",
"axios": "0.19.0",
"loglevel": "1.6.4"
"loglevel": "1.6.6"
}
}
10 changes: 5 additions & 5 deletions packages/sync/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,20 +32,20 @@
},
"devDependencies": {
"@types/apollo-upload-client": "8.1.3",
"@types/chai": "4.2.4",
"@types/chai": "4.2.5",
"@types/debug": "4.1.5",
"@types/fetch-mock": "7.3.1",
"@types/fetch-mock": "7.3.2",
"@types/graphql": "14.2.3",
"@types/mocha": "5.2.7",
"@types/ws": "6.0.3",
"chai": "4.2.0",
"del": "5.1.0",
"fetch-mock": "7.7.2",
"fetch-mock": "7.7.3",
"graphql": "14.5.8",
"graphql-tag": "2.10.1",
"mocha": "6.2.2",
"ts-node": "8.4.1",
"typescript": "3.6.4"
"ts-node": "8.5.2",
"typescript": "3.7.2"
},
"dependencies": {
"@aerogear/core": "2.8.0-rc1",
Expand Down

0 comments on commit 8ecec06

Please sign in to comment.