Skip to content

Commit

Permalink
Fixed Azure blob storage issue. (#890)
Browse files Browse the repository at this point in the history
  • Loading branch information
azaslonov authored Sep 4, 2020
1 parent 08b6d77 commit 61d6f21
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 48 deletions.
77 changes: 35 additions & 42 deletions package-lock.json

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

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,16 +62,16 @@
"webpack-merge": "^5.1.2"
},
"dependencies": {
"@paperbits/azure": "0.1.317",
"@paperbits/common": "0.1.317",
"@paperbits/core": "0.1.317",
"@paperbits/prosemirror": "0.1.317",
"@paperbits/styles": "0.1.317",
"@paperbits/azure": "0.1.318",
"@paperbits/common": "0.1.318",
"@paperbits/core": "0.1.318",
"@paperbits/prosemirror": "0.1.318",
"@paperbits/styles": "0.1.318",
"@webcomponents/custom-elements": "1.4.2",
"@webcomponents/shadydom": "^1.7.4",
"adal-vanilla": "^1.0.18",
"applicationinsights-js": "^1.0.21",
"client-oauth2": "4.3.3",
"client-oauth2": "4.2.5",
"core-js": "^3.6.5",
"d3": "^5.16.0",
"google-maps": "^4.3.2",
Expand Down

0 comments on commit 61d6f21

Please sign in to comment.