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 Jul 11, 2019
1 parent 17525d0 commit 45d3722
Show file tree
Hide file tree
Showing 6 changed files with 23 additions and 23 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,19 +26,19 @@
"generate:docs": "./scripts/docs.sh"
},
"devDependencies": {
"coveralls": "3.0.3",
"coveralls": "3.0.4",
"del-cli": "1.1.0",
"lerna": "3.15.0",
"npm-run-all": "4.1.5",
"nyc": "13.3.0",
"replace": "1.1.0",
"ts-node": "8.2.0",
"tslint": "5.16.0",
"ts-node": "8.3.0",
"tslint": "5.18.0",
"typedoc": "0.14.2",
"typescript": "3.4.5"
"typescript": "3.5.3"
},
"dependencies": {
"@types/mocha": "5.2.6"
"@types/mocha": "5.2.7"
},
"nyc": {
"extension": [
Expand Down
2 changes: 1 addition & 1 deletion packages/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@types/chai": "4.1.7",
"chai": "4.2.0",
"mocha": "6.1.4",
"typescript": "3.4.5"
"typescript": "3.5.3"
},
"dependencies": {
"@aerogear/core": "2.5.0"
Expand Down
12 changes: 6 additions & 6 deletions packages/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,23 +34,23 @@
"@types/chai": "4.1.7",
"@types/chai-as-promised": "7.1.0",
"@types/loglevel": "1.5.4",
"@types/mocha": "5.2.6",
"@types/node": "11.13.12",
"@types/mocha": "5.2.7",
"@types/node": "11.13.17",
"@types/proxyquire": "1.3.28",
"@types/sinon": "7.0.12",
"@types/sinon": "7.0.13",
"chai": "4.2.0",
"chai-as-promised": "7.1.1",
"del-cli": "1.1.0",
"mocha": "6.1.4",
"sinon": "7.3.2",
"source-map-support": "0.5.12",
"ts-node": "8.2.0",
"typescript": "3.4.5"
"ts-node": "8.3.0",
"typescript": "3.5.3"
},
"dependencies": {
"@aerogear/core": "2.5.0",
"keycloak-js": "4.8.3",
"loglevel": "1.6.1",
"loglevel": "1.6.3",
"url": "0.11.0"
}
}
16 changes: 8 additions & 8 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,26 +31,26 @@
"@types/chai-as-promised": "7.1.0",
"@types/lodash.find": "4.6.6",
"@types/loglevel": "1.5.4",
"@types/mocha": "5.2.6",
"@types/node": "11.13.12",
"@types/mocha": "5.2.7",
"@types/node": "11.13.17",
"@types/proxyquire": "1.3.28",
"@types/sinon": "7.0.12",
"@types/uuid": "3.4.4",
"browserify": "16.2.3",
"@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": "1.1.0",
"mocha": "6.1.4",
"mockttp": "0.15.0",
"sinon": "7.3.2",
"source-map-support": "0.5.12",
"ts-node": "8.2.0",
"typescript": "3.4.5"
"ts-node": "8.3.0",
"typescript": "3.5.3"
},
"dependencies": {
"axios": "0.19.0",
"lodash.find": "4.6.0",
"loglevel": "1.6.1",
"loglevel": "1.6.3",
"uuid": "3.3.2"
}
}
2 changes: 1 addition & 1 deletion packages/push/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@types/chai": "4.1.7",
"chai": "4.2.0",
"mocha": "6.1.4",
"typescript": "3.4.5"
"typescript": "3.5.3"
},
"dependencies": {
"@aerogear/core": "2.5.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/security/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@
"mocha": "6.1.4",
"mockttp": "0.15.0",
"nyc": "13.3.0",
"typescript": "3.4.5"
"typescript": "3.5.3"
},
"dependencies": {
"@aerogear/core": "2.5.0",
"@types/loglevel": "1.5.4",
"axios": "0.19.0",
"loglevel": "1.6.1"
"loglevel": "1.6.3"
}
}

0 comments on commit 45d3722

Please sign in to comment.