Skip to content

Commit 8540b07

Browse files
Merge pull request #2079 from JaLe29/build-tslib-apollo
build: add tslib dependency to the @nestjs/apollo package
2 parents f8a4815 + 47b0186 commit 8540b07

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

packages/apollo/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@
3737
},
3838
"dependencies": {
3939
"iterall": "1.3.0",
40-
"lodash.omit": "4.5.0"
40+
"lodash.omit": "4.5.0",
41+
"tslib": "2.3.1"
4142
},
4243
"peerDependencies": {
4344
"@apollo/gateway": "^0.44.1 || ^0.46.0 || ^0.48.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.0:
9927+
[email protected], tslib@^2.1.0, tslib@^2.3.1, 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)