Skip to content

Commit

Permalink
Merge pull request #2079 from JaLe29/build-tslib-apollo
Browse files Browse the repository at this point in the history
build: add tslib dependency to the @nestjs/apollo package
  • Loading branch information
kamilmysliwiec committed Mar 14, 2022
2 parents f8a4815 + 47b0186 commit 8540b07
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion packages/apollo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@
},
"dependencies": {
"iterall": "1.3.0",
"lodash.omit": "4.5.0"
"lodash.omit": "4.5.0",
"tslib": "2.3.1"
},
"peerDependencies": {
"@apollo/gateway": "^0.44.1 || ^0.46.0 || ^0.48.0",
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9924,7 +9924,7 @@ tsconfig-paths@^3.12.0:
minimist "^1.2.0"
strip-bom "^3.0.0"

tslib@2.3.1, tslib@^2.1.0, tslib@~2.3.0:
tslib@2.3.1, tslib@^2.1.0, tslib@^2.3.1, tslib@~2.3.0:
version "2.3.1"
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.3.1.tgz#e8a335add5ceae51aa261d32a490158ef042ef01"
integrity sha512-77EbyPPpMz+FRFRuAFlWMtmgUWGe9UOG2Z25NqCwiIjRhOf5iKGuzSe5P2w1laq+FkRy4p+PCuVkJSGkzTEKVw==
Expand Down

0 comments on commit 8540b07

Please sign in to comment.