Skip to content

Commit

Permalink
chore(publisher-s3): add peer dependency for @aws-sdk/lib-storage
Browse files Browse the repository at this point in the history
  • Loading branch information
malept committed Sep 8, 2021
1 parent 21dcb69 commit 0a4fed7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
"postinstall": "rimraf node_modules/.bin/*.ps1 && ts-node tools/link-ts.ts"
},
"dependencies": {
"@aws-sdk/abort-controller": "^3.29.0",
"@aws-sdk/client-s3": "^3.28.0",
"@aws-sdk/lib-storage": "^3.28.0",
"@aws-sdk/types": "^3.25.0",
Expand Down
1 change: 1 addition & 0 deletions packages/publisher/s3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"node": ">= 12.13.0"
},
"dependencies": {
"@aws-sdk/abort-controller": "^3.29.0",
"@aws-sdk/client-s3": "^3.28.0",
"@aws-sdk/lib-storage": "^3.28.0",
"@aws-sdk/types": "^3.25.0",
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
dependencies:
tslib "^1.11.1"

"@aws-sdk/abort-controller@3.29.0":
"@aws-sdk/abort-controller@3.29.0", "@aws-sdk/abort-controller@^3.29.0":
version "3.29.0"
resolved "https://registry.yarnpkg.com/@aws-sdk/abort-controller/-/abort-controller-3.29.0.tgz#8c031bc78ca08e93c8d0af6e55bc5df08f527ba3"
integrity sha512-MLeexxMs06WkPKuA/ltOCA3TV+vN1WQjEhojNtylQzz/AJDDq4z/7nmIf4lJKM7h1PDuD4XHLPfbxNuv75mu6A==
Expand Down

0 comments on commit 0a4fed7

Please sign in to comment.