Skip to content

Commit 6e5dfeb

Browse files
build(mercurius): add tslib package
1 parent 8540b07 commit 6e5dfeb

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

packages/mercurius/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@
2323
"bugs": {
2424
"url": "https://github.com/nestjs/graphql/issues"
2525
},
26+
"dependencies": {
27+
"tslib": "2.3.1"
28+
},
2629
"devDependencies": {
2730
"@nestjs/common": "8.4.0",
2831
"@nestjs/platform-fastify": "8.4.0",

yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9924,7 +9924,7 @@ tsconfig-paths@^3.12.0:
99249924
minimist "^1.2.0"
99259925
strip-bom "^3.0.0"
99269926

9927-
[email protected], tslib@^2.1.0, tslib@^2.3.1, tslib@~2.3.0:
9927+
[email protected], tslib@^2.1.0, tslib@~2.3.0:
99289928
version "2.3.1"
99299929
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.3.1.tgz#e8a335add5ceae51aa261d32a490158ef042ef01"
99309930
integrity sha512-77EbyPPpMz+FRFRuAFlWMtmgUWGe9UOG2Z25NqCwiIjRhOf5iKGuzSe5P2w1laq+FkRy4p+PCuVkJSGkzTEKVw==

0 commit comments

Comments
 (0)