Skip to content
This repository has been archived by the owner on Apr 17, 2023. It is now read-only.

chore(deps): pin dependencies #9

Merged
merged 1 commit into from
Jul 12, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,17 +35,17 @@
"@types/graphql": "14.2.2",
"@types/keycloak-connect": "4.5.1",
"@types/node": "10.14.12",
"@types/sinon": "^7.0.13",
"@types/sinon": "7.0.13",
"ava": "2.2.0",
"coveralls": "3.0.5",
"express": "4.17.1",
"express-session": "1.16.2",
"graphql": "14.4.2",
"graphql-subscriptions": "^1.1.0",
"keycloak-request-token": "^0.1.0",
"graphql-subscriptions": "1.1.0",
"keycloak-request-token": "0.1.0",
"nyc": "14.1.1",
"sinon": "^7.3.2",
"subscriptions-transport-ws": "^0.9.16",
"sinon": "7.3.2",
"subscriptions-transport-ws": "0.9.16",
"ts-node": "8.3.0",
"tslint": "5.18.0",
"typescript": "3.5.3"
Expand Down