Skip to content

Commit

Permalink
Upgrade @azure/storage-blob. Fixes #167 (#168)
Browse files Browse the repository at this point in the history
* Upgrade @azure/storage-blob

* Comment
  • Loading branch information
joeldenning authored Sep 21, 2024
1 parent e84f660 commit a08282e
Show file tree
Hide file tree
Showing 4 changed files with 1,189 additions and 1,244 deletions.
Empty file added __mocks__/azureStorage.js
Empty file.
4 changes: 4 additions & 0 deletions jest.config.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
module.exports = {
testEnvironment: "node",
moduleNameMapper: {
// Latest version of @azure/storage-blob isn't compatible with jest-runtime's implementation
"@azure/storage-blob": "<rootDir>/__mocks__/azureStorage.js",
},
};
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
},
"homepage": "https://github.com/single-spa/import-map-deployer#readme",
"dependencies": {
"@azure/storage-blob": "^12.1.2",
"@azure/storage-blob": "^12.24.0",
"@google-cloud/storage": "^6.12.0",
"aws-sdk": "^2.2.27",
"basic-auth": "^1.1.0",
Expand Down
Loading

0 comments on commit a08282e

Please sign in to comment.