Skip to content

Commit b8874d8

Browse files
author
t.kosminov
committed
fix dependencies
1 parent 067388b commit b8874d8

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

package-lock.json

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

package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nestjs-graphql-easy",
3-
"version": "3.0.3",
3+
"version": "3.0.4",
44
"description": "A library for NestJS that implements a dataloader (including for polymorphic relation) for graphql, as well as automatic generation of arguments for filters, sorting and pagination, and their processing in the dataloader.",
55
"author": "t.kosminov",
66
"license": "MIT",
@@ -57,8 +57,6 @@
5757
"class-validator": "^0.14.0",
5858
"dataloader": "^2.1.0",
5959
"graphql": "^16.0.0",
60-
"graphql-subscriptions": "^2.0.0",
61-
"graphql-ws": "^5.11.2",
6260
"nanoid": "^3.3.4",
6361
"reflect-metadata": "^0.1.13",
6462
"rxjs": "^7.8.0",

0 commit comments

Comments
 (0)