chore: bump bee-js to 3.0.0 (#258)
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
**Warning: This project is in alpha state. There might (and most probably will) be changes in the future to its API and
|
||||
working. Also, no guarantees can be made about its stability, efficiency, and security at this stage.**
|
||||
|
||||
This project is intended to be used with **Bee version <!-- SUPPORTED_BEE_START -->1.3.0-fd09d1c4<!-- SUPPORTED_BEE_END -->**.
|
||||
This project is intended to be used with **Bee version <!-- SUPPORTED_BEE_START -->1.4.0-8fa696a8<!-- SUPPORTED_BEE_END -->**.
|
||||
Using it with older or newer Bee versions is not recommended and may not work. Stay up to date by joining the
|
||||
[official Discord](https://discord.gg/GU22h2utj6) and by keeping an eye on the
|
||||
[releases tab](https://github.com/ethersphere/bee-dashboard/releases).
|
||||
|
||||
Generated
+8
-8
@@ -9,7 +9,7 @@
|
||||
"version": "0.8.0",
|
||||
"license": "BSD-3-Clause",
|
||||
"dependencies": {
|
||||
"@ethersphere/bee-js": "2.1.1",
|
||||
"@ethersphere/bee-js": "3.0.0",
|
||||
"@material-ui/core": "4.12.3",
|
||||
"@material-ui/icons": "4.11.2",
|
||||
"@material-ui/lab": "4.0.0-alpha.57",
|
||||
@@ -2137,9 +2137,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@ethersphere/bee-js": {
|
||||
"version": "2.1.1",
|
||||
"resolved": "https://registry.npmjs.org/@ethersphere/bee-js/-/bee-js-2.1.1.tgz",
|
||||
"integrity": "sha512-RMEag5Ciq4hnQkDq0WuOwzRKRaUtT9satyEajwCZXRw4iJPHw31KyYNo4nBz1EJqbP+GUejUevbSeFUXmzxuGQ==",
|
||||
"version": "3.0.0",
|
||||
"resolved": "https://registry.npmjs.org/@ethersphere/bee-js/-/bee-js-3.0.0.tgz",
|
||||
"integrity": "sha512-Z08qnpFT8vTui93KLEu+HAB/Lkc8yVv1xGv642iR80kH0itmg0PrJ8hukirSyGV82LJ/YrGGd+Lx63ntzH61vA==",
|
||||
"dependencies": {
|
||||
"@types/readable-stream": "^2.3.11",
|
||||
"bufferutil": "^4.0.3",
|
||||
@@ -2156,7 +2156,7 @@
|
||||
"ws": "^7.5.0"
|
||||
},
|
||||
"engines": {
|
||||
"bee": "1.3.0-fd09d1c4",
|
||||
"bee": "1.4.0-8fa696a8",
|
||||
"node": ">=12.0.0",
|
||||
"npm": ">=6.0.0"
|
||||
}
|
||||
@@ -29191,9 +29191,9 @@
|
||||
}
|
||||
},
|
||||
"@ethersphere/bee-js": {
|
||||
"version": "2.1.1",
|
||||
"resolved": "https://registry.npmjs.org/@ethersphere/bee-js/-/bee-js-2.1.1.tgz",
|
||||
"integrity": "sha512-RMEag5Ciq4hnQkDq0WuOwzRKRaUtT9satyEajwCZXRw4iJPHw31KyYNo4nBz1EJqbP+GUejUevbSeFUXmzxuGQ==",
|
||||
"version": "3.0.0",
|
||||
"resolved": "https://registry.npmjs.org/@ethersphere/bee-js/-/bee-js-3.0.0.tgz",
|
||||
"integrity": "sha512-Z08qnpFT8vTui93KLEu+HAB/Lkc8yVv1xGv642iR80kH0itmg0PrJ8hukirSyGV82LJ/YrGGd+Lx63ntzH61vA==",
|
||||
"requires": {
|
||||
"@types/readable-stream": "^2.3.11",
|
||||
"bufferutil": "^4.0.3",
|
||||
|
||||
+1
-1
@@ -24,7 +24,7 @@
|
||||
"url": "https://github.com/ethersphere/bee-dashboard.git"
|
||||
},
|
||||
"dependencies": {
|
||||
"@ethersphere/bee-js": "2.1.1",
|
||||
"@ethersphere/bee-js": "3.0.0",
|
||||
"@material-ui/core": "4.12.3",
|
||||
"@material-ui/icons": "4.11.2",
|
||||
"@material-ui/lab": "4.0.0-alpha.57",
|
||||
|
||||
Reference in New Issue
Block a user