fix: download preview (#397)
This commit is contained in:
Generated
+15
-7
@@ -10,7 +10,7 @@
|
||||
"license": "BSD-3-Clause",
|
||||
"dependencies": {
|
||||
"@ethersphere/bee-js": "^4.1.1",
|
||||
"@ethersphere/manifest-js": "1.1.0",
|
||||
"@ethersphere/manifest-js": "1.2.1",
|
||||
"@ethersphere/swarm-cid": "^0.1.0",
|
||||
"@material-ui/core": "4.12.3",
|
||||
"@material-ui/icons": "4.11.2",
|
||||
@@ -2494,11 +2494,19 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@ethersphere/manifest-js": {
|
||||
"version": "1.1.0",
|
||||
"resolved": "https://registry.npmjs.org/@ethersphere/manifest-js/-/manifest-js-1.1.0.tgz",
|
||||
"integrity": "sha512-Mm6ddmTEwbxyij0KEIc6HYVTfb3sOb14F2S19J+a1VqBJmK78++ttS31C2JUE6+Ch2M51adGPHX656g2+jd68w==",
|
||||
"version": "1.2.1",
|
||||
"resolved": "https://registry.npmjs.org/@ethersphere/manifest-js/-/manifest-js-1.2.1.tgz",
|
||||
"integrity": "sha512-HfeQ5h9KuH8xTxYY6bmSNwmpalrdDyOu4Sl6mrAN2W2iJlIjuG5DeirseSEFXElKPwEdv03PzZt2vARPna8sfw==",
|
||||
"dependencies": {
|
||||
"mantaray-js": "^1.0.3"
|
||||
},
|
||||
"engines": {
|
||||
"bee": "1.6.0-6ceadd35",
|
||||
"node": ">=12.0.0",
|
||||
"npm": ">=6.0.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@ethersphere/bee-js": ">=4.x"
|
||||
}
|
||||
},
|
||||
"node_modules/@ethersphere/swarm-cid": {
|
||||
@@ -22066,9 +22074,9 @@
|
||||
}
|
||||
},
|
||||
"@ethersphere/manifest-js": {
|
||||
"version": "1.1.0",
|
||||
"resolved": "https://registry.npmjs.org/@ethersphere/manifest-js/-/manifest-js-1.1.0.tgz",
|
||||
"integrity": "sha512-Mm6ddmTEwbxyij0KEIc6HYVTfb3sOb14F2S19J+a1VqBJmK78++ttS31C2JUE6+Ch2M51adGPHX656g2+jd68w==",
|
||||
"version": "1.2.1",
|
||||
"resolved": "https://registry.npmjs.org/@ethersphere/manifest-js/-/manifest-js-1.2.1.tgz",
|
||||
"integrity": "sha512-HfeQ5h9KuH8xTxYY6bmSNwmpalrdDyOu4Sl6mrAN2W2iJlIjuG5DeirseSEFXElKPwEdv03PzZt2vARPna8sfw==",
|
||||
"requires": {
|
||||
"mantaray-js": "^1.0.3"
|
||||
}
|
||||
|
||||
+1
-1
@@ -27,7 +27,7 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@ethersphere/bee-js": "^4.1.1",
|
||||
"@ethersphere/manifest-js": "1.1.0",
|
||||
"@ethersphere/manifest-js": "1.2.1",
|
||||
"@ethersphere/swarm-cid": "^0.1.0",
|
||||
"@material-ui/core": "4.12.3",
|
||||
"@material-ui/icons": "4.11.2",
|
||||
|
||||
Reference in New Issue
Block a user