Skip to content

Commit

Permalink
feat(deps): update semver and graphql-subscriptions packages
Browse files Browse the repository at this point in the history
  • Loading branch information
MichalLytek committed Apr 24, 2019
1 parent 4f1ff6e commit 513d27c
Show file tree
Hide file tree
Showing 3 changed files with 94 additions and 13 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased
<!-- here goes all the unreleased changes descriptions -->
### Features
- update packages `semver` to `^6.0.0` and `graphql-subscriptions` to `^1.1.0`
### Fixes
- fix broken compatibility with newer `@types/graphql` due to using removed private types (e.g. `MaybePromise`) (#320)

Expand Down
99 changes: 89 additions & 10 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@
"dependencies": {
"@types/glob": "^7.1.1",
"@types/node": "*",
"@types/semver": "^5.5.0",
"@types/semver": "^6.0.0",
"class-validator": ">=0.9.1",
"glob": "^7.1.3",
"graphql-query-complexity": "^0.2.3",
"graphql-subscriptions": "^1.0.0",
"semver": "^5.6.0",
"graphql-subscriptions": "^1.1.0",
"semver": "^6.0.0",
"tslib": "^1.9.3"
},
"devDependencies": {
Expand Down

0 comments on commit 513d27c

Please sign in to comment.