fix: download preview (#397)

This commit is contained in:
Vojtech Simetka
2022-06-19 09:57:54 +02:00
committed by GitHub
parent 80d684c1e5
commit f38e8e11d6
2 changed files with 16 additions and 8 deletions
+15 -7
View File
@@ -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
View File
@@ -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",