Skip to content

Commit

Permalink
fix(deps): add missing tslib dependency (#1470)
Browse files Browse the repository at this point in the history
  • Loading branch information
mhassan1 authored Oct 28, 2022
1 parent 19fe3d8 commit ddf293e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions .changeset/giant-points-shave.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'graphql-shield': patch
---

fix(deps): add missing `tslib` dependency
4 changes: 2 additions & 2 deletions packages/graphql-shield/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"dependencies": {
"@types/yup": "0.29.13",
"object-hash": "^3.0.0",
"tslib": "^2.4.0",
"yup": "^0.32.0"
},
"devDependencies": {
Expand All @@ -27,8 +28,7 @@
"graphql": "16.5.0",
"graphql-middleware": "6.1.32",
"graphql-shield-rules": "0.0.1",
"node-fetch": "^2.6.7",
"tslib": "^2.4.0"
"node-fetch": "^2.6.7"
},
"peerDependencies": {
"graphql": "^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0",
Expand Down
2 changes: 1 addition & 1 deletion pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ddf293e

Please sign in to comment.