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 (#203)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and darahayes committed Dec 2, 2019
1 parent e97deb4 commit 38bba8f
Show file tree
Hide file tree
Showing 8 changed files with 42 additions and 42 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,22 +22,22 @@
},
"dependencies": {},
"devDependencies": {
"@types/express-session": "1.15.13",
"@types/express-session": "1.15.16",
"@types/graphql": "14.2.3",
"@types/joi": "14.3.3",
"@types/joi": "14.3.4",
"@types/keycloak-connect": "4.5.1",
"@types/node": "10.14.13",
"@types/node": "10.17.6",
"@types/pino": "5.20.0",
"ava": "2.2.0",
"coveralls": "3.0.5",
"graphql": "14.4.2",
"ava": "2.4.0",
"coveralls": "3.0.9",
"graphql": "14.5.8",
"lerna": "3.19.0",
"nyc": "14.1.1",
"standard": "12.0.1",
"ts-node": "8.3.0",
"tslint": "5.18.0",
"typedoc": "0.15.0",
"typescript": "3.5.3"
"ts-node": "8.5.4",
"tslint": "5.20.1",
"typedoc": "0.15.3",
"typescript": "3.7.2"
},
"nyc": {
"extension": [
Expand Down
8 changes: 4 additions & 4 deletions packages/voyager-audit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@
"dependencies": {
"@aerogear/voyager-tools": "^0.7.1",
"graphql-tools": "4.0.6",
"pino": "5.13.1"
"pino": "5.14.0"
},
"devDependencies": {
"@types/pino": "5.20.0",
"ava": "2.2.0",
"ts-node": "8.3.0",
"typescript": "3.5.3"
"ava": "2.4.0",
"ts-node": "8.5.4",
"typescript": "3.7.2"
},
"peerDependencies": {
"graphql": "^0.12.0 || ^0.13.0 || ^14.0.0"
Expand Down
8 changes: 4 additions & 4 deletions packages/voyager-conflicts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@
]
},
"devDependencies": {
"ava": "2.2.0",
"ts-node": "8.3.0",
"typescript": "3.5.3"
"ava": "2.4.0",
"ts-node": "8.5.4",
"typescript": "3.7.2"
},
"peerDependencies": {
"graphql": "^0.12.0 || ^0.13.0 || ^14.0.0"
Expand All @@ -35,6 +35,6 @@
"access": "public"
},
"dependencies": {
"offix-conflicts-server": "0.7.1"
"offix-conflicts-server": "0.10.0"
}
}
16 changes: 8 additions & 8 deletions packages/voyager-keycloak/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,18 +21,18 @@
"test": "ava -v"
},
"dependencies": {
"express-session": "1.16.2",
"express-session": "1.17.0",
"keycloak-connect": "6.0.1",
"keycloak-connect-graphql": "0.2.1"
"keycloak-connect-graphql": "0.2.2"
},
"devDependencies": {
"@types/express": "4.17.0",
"@types/express-session": "1.15.13",
"@types/express": "4.17.2",
"@types/express-session": "1.15.16",
"@types/keycloak-connect": "4.5.1",
"@types/node": "10.14.13",
"ava": "2.2.0",
"ts-node": "8.3.0",
"typescript": "3.5.3"
"@types/node": "10.17.6",
"ava": "2.4.0",
"ts-node": "8.5.4",
"typescript": "3.7.2"
},
"peerDependencies": {
"graphql": "^0.12.0 || ^0.13.0 || ^14.0.0"
Expand Down
6 changes: 3 additions & 3 deletions packages/voyager-metrics/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@
"prom-client": "11.5.3"
},
"devDependencies": {
"ava": "2.2.0",
"ts-node": "8.3.0",
"typescript": "3.5.3"
"ava": "2.4.0",
"ts-node": "8.5.4",
"typescript": "3.7.2"
},
"ava": {
"compileEnhancements": false,
Expand Down
10 changes: 5 additions & 5 deletions packages/voyager-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,18 +31,18 @@
"graphql-tools": "4.0.6"
},
"devDependencies": {
"@types/node-fetch": "2.5.0",
"@types/node-fetch": "2.5.4",
"apollo-cache-inmemory": "1.6.3",
"apollo-client": "2.6.4",
"apollo-link": "1.2.13",
"apollo-link-http": "1.5.16",
"apollo-link-ws": "1.0.19",
"apollo-utilities": "1.3.2",
"ava": "2.2.0",
"ava": "2.4.0",
"node-fetch": "2.6.0",
"ts-node": "8.3.0",
"typescript": "3.5.3",
"ws": "7.1.1"
"ts-node": "8.5.4",
"typescript": "3.7.2",
"ws": "7.2.0"
},
"ava": {
"compileEnhancements": false,
Expand Down
10 changes: 5 additions & 5 deletions packages/voyager-subscriptions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@
},
"dependencies": {
"@aerogear/voyager-keycloak": "^0.7.1",
"@types/ws": "6.0.1",
"@types/ws": "6.0.4",
"subscriptions-transport-ws": "0.9.16",
"ws": "7.1.1"
"ws": "7.2.0"
},
"devDependencies": {
"ava": "2.2.0",
"ts-node": "8.3.0",
"typescript": "3.5.3"
"ava": "2.4.0",
"ts-node": "8.5.4",
"typescript": "3.7.2"
},
"peerDependencies": {
"graphql": "^0.12.0 || ^0.13.0 || ^14.0.0"
Expand Down
6 changes: 3 additions & 3 deletions packages/voyager-tools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@
"graphql-tools": "4.0.6"
},
"devDependencies": {
"ava": "2.2.0",
"ts-node": "8.3.0",
"typescript": "3.5.3"
"ava": "2.4.0",
"ts-node": "8.5.4",
"typescript": "3.7.2"
},
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit 38bba8f

Please sign in to comment.