Skip to content

Commit 513d27c

Browse files
committed
feat(deps): update semver and graphql-subscriptions packages
1 parent 4f1ff6e commit 513d27c

File tree

3 files changed

+94
-13
lines changed

3 files changed

+94
-13
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

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

package-lock.json

Lines changed: 89 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@
2424
"dependencies": {
2525
"@types/glob": "^7.1.1",
2626
"@types/node": "*",
27-
"@types/semver": "^5.5.0",
27+
"@types/semver": "^6.0.0",
2828
"class-validator": ">=0.9.1",
2929
"glob": "^7.1.3",
3030
"graphql-query-complexity": "^0.2.3",
31-
"graphql-subscriptions": "^1.0.0",
32-
"semver": "^5.6.0",
31+
"graphql-subscriptions": "^1.1.0",
32+
"semver": "^6.0.0",
3333
"tslib": "^1.9.3"
3434
},
3535
"devDependencies": {

0 commit comments

Comments
 (0)