From 59dd1a3c81f547795d20d6997819ddae511ebfd3 Mon Sep 17 00:00:00 2001 From: Cafe137 <77121044+Cafe137@users.noreply.github.com> Date: Thu, 25 Nov 2021 15:10:36 +0100 Subject: [PATCH] chore: bump bee-js to 3.0.0 (#258) --- README.md | 2 +- package-lock.json | 16 ++++++++-------- package.json | 2 +- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index c23310c..d34f917 100644 --- a/README.md +++ b/README.md @@ -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 1.3.0-fd09d1c4**. +This project is intended to be used with **Bee version 1.4.0-8fa696a8**. 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). diff --git a/package-lock.json b/package-lock.json index 54b6950..c763af7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -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", diff --git a/package.json b/package.json index 63efb62..524f262 100644 --- a/package.json +++ b/package.json @@ -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",