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 Aug 26, 2020
1 parent de7d803 commit 94ad337
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 17 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@
"lerna": "3.22.0",
"nyc": "15.1.0",
"standard": "14.3.4",
"ts-node": "8.10.2",
"tslint": "5.20.1",
"ts-node": "9.0.0",
"tslint": "6.1.3",
"typedoc": "0.17.7",
"typescript": "3.9.5"
"typescript": "4.0.2"
},
"nyc": {
"extension": [
Expand Down
4 changes: 2 additions & 2 deletions packages/voyager-conflicts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
},
"devDependencies": {
"ava": "3.8.2",
"ts-node": "8.10.2",
"typescript": "3.9.5"
"ts-node": "9.0.0",
"typescript": "4.0.2"
},
"peerDependencies": {
"graphql": "^0.13.0 || ^14.0.0"
Expand Down
6 changes: 3 additions & 3 deletions packages/voyager-keycloak/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
},
"dependencies": {
"express-session": "1.17.1",
"keycloak-connect": "10.0.2",
"keycloak-connect": "11.0.1",
"keycloak-connect-graphql": "0.6.0"
},
"devDependencies": {
Expand All @@ -31,8 +31,8 @@
"@types/keycloak-connect": "4.5.4",
"@types/node": "12.12.44",
"ava": "3.8.2",
"ts-node": "8.10.2",
"typescript": "3.9.5"
"ts-node": "9.0.0",
"typescript": "4.0.2"
},
"peerDependencies": {
"graphql": "^0.13.0 || ^14.0.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/voyager-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@
"apollo-utilities": "1.3.4",
"ava": "3.8.2",
"node-fetch": "2.6.0",
"ts-node": "8.10.2",
"typescript": "3.9.5",
"ts-node": "9.0.0",
"typescript": "4.0.2",
"ws": "7.3.0"
},
"ava": {
Expand Down
4 changes: 2 additions & 2 deletions packages/voyager-subscriptions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
},
"devDependencies": {
"ava": "3.8.2",
"ts-node": "8.10.2",
"typescript": "3.9.5"
"ts-node": "9.0.0",
"typescript": "4.0.2"
},
"peerDependencies": {
"graphql": "^0.13.0 || ^14.0.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/voyager-tools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
},
"devDependencies": {
"ava": "3.8.2",
"ts-node": "8.10.2",
"typescript": "3.9.5"
"ts-node": "9.0.0",
"typescript": "4.0.2"
},
"publishConfig": {
"access": "public"
Expand Down
6 changes: 3 additions & 3 deletions voyager-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@
"offix-client-boost": "0.15.1"
},
"devDependencies": {
"@types/jest": "25.2.3",
"@types/jest": "26.0.10",
"ts-jest": "26.1.0",
"jest": "26.0.1",
"ts-node": "8.10.2",
"typescript": "3.9.5"
"ts-node": "9.0.0",
"typescript": "4.0.2"
},
"peerDependencies": {
"graphql": "^0.13.0 || ^14.0.0"
Expand Down

0 comments on commit 94ad337

Please sign in to comment.