feat: upgrade bee-js to 7.0.3 (#666)

This commit is contained in:
Cafe137
2024-06-18 05:46:04 -07:00
committed by GitHub
parent 4c06ff5d8e
commit e9ebe33d51
2 changed files with 8 additions and 8 deletions
+7 -7
View File
@@ -9,7 +9,7 @@
"version": "0.27.0",
"license": "BSD-3-Clause",
"dependencies": {
"@ethersphere/bee-js": "^7.0.0",
"@ethersphere/bee-js": "^7.0.3",
"@ethersphere/swarm-cid": "^0.1.0",
"@material-ui/core": "4.12.3",
"@material-ui/icons": "4.11.2",
@@ -2438,9 +2438,9 @@
}
},
"node_modules/@ethersphere/bee-js": {
"version": "7.0.0",
"resolved": "https://registry.npmjs.org/@ethersphere/bee-js/-/bee-js-7.0.0.tgz",
"integrity": "sha512-SbWsV/FBOu42SB3oBWiZluD5rLbnHlS+vfHSPiWmbFrqyRh8ZtM/NA8nxRF7IOstP7tXl6RYAQnAHrAei+54lQ==",
"version": "7.0.3",
"resolved": "https://registry.npmjs.org/@ethersphere/bee-js/-/bee-js-7.0.3.tgz",
"integrity": "sha512-1Z19V6AJey6BScvIg7/kb464B9oPS6/nIrvEODWEJTXsaC/DBXAdQhR76ypvhrW3ldbwT5NVDA0HEfc9QekVEw==",
"dependencies": {
"@ethersphere/swarm-cid": "^0.1.0",
"axios": "^0.28.1",
@@ -22249,9 +22249,9 @@
}
},
"@ethersphere/bee-js": {
"version": "7.0.0",
"resolved": "https://registry.npmjs.org/@ethersphere/bee-js/-/bee-js-7.0.0.tgz",
"integrity": "sha512-SbWsV/FBOu42SB3oBWiZluD5rLbnHlS+vfHSPiWmbFrqyRh8ZtM/NA8nxRF7IOstP7tXl6RYAQnAHrAei+54lQ==",
"version": "7.0.3",
"resolved": "https://registry.npmjs.org/@ethersphere/bee-js/-/bee-js-7.0.3.tgz",
"integrity": "sha512-1Z19V6AJey6BScvIg7/kb464B9oPS6/nIrvEODWEJTXsaC/DBXAdQhR76ypvhrW3ldbwT5NVDA0HEfc9QekVEw==",
"requires": {
"@ethersphere/swarm-cid": "^0.1.0",
"axios": "^0.28.1",
+1 -1
View File
@@ -26,7 +26,7 @@
"url": "https://github.com/ethersphere/bee-dashboard.git"
},
"dependencies": {
"@ethersphere/bee-js": "^7.0.0",
"@ethersphere/bee-js": "^7.0.3",
"@ethersphere/swarm-cid": "^0.1.0",
"@material-ui/core": "4.12.3",
"@material-ui/icons": "4.11.2",