build: update bee-js to 1.0.0 (#153)

This commit is contained in:
Cafe137
2021-06-29 11:41:30 +02:00
committed by GitHub
parent b190cac706
commit 20ed3cb387
2 changed files with 9 additions and 9 deletions
+8 -8
View File
@@ -9,7 +9,7 @@
"version": "0.3.1",
"license": "BSD-3-Clause",
"dependencies": {
"@ethersphere/bee-js": "^0.12.0",
"@ethersphere/bee-js": "^1.0.0",
"@material-ui/core": "^4.11.4",
"@material-ui/icons": "^4.11.2",
"@material-ui/lab": "^4.0.0-alpha.57",
@@ -1460,9 +1460,9 @@
}
},
"node_modules/@ethersphere/bee-js": {
"version": "0.12.0",
"resolved": "https://registry.npmjs.org/@ethersphere/bee-js/-/bee-js-0.12.0.tgz",
"integrity": "sha512-fpZjbjIU5pxuGGo6nvVyAkEvCNSYIuoUb5fyaaIyZ+czswEkVm5oPeEfNvF703EWnar6kcAjCpAOs+dLWwLKAg==",
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/@ethersphere/bee-js/-/bee-js-1.0.0.tgz",
"integrity": "sha512-u+TnKf0loAQba7AfZ54kXIEWjNdqVMUR6NXwINhHa2IdoD2b52rcuP96eMImlUm4tEJkxi2yAS+lcIZ2U9/1Vw==",
"dependencies": {
"axios": "^0.21.1",
"elliptic": "^6.5.4",
@@ -1472,7 +1472,7 @@
"ws": "^7.4.4"
},
"engines": {
"bee": "1.0.0-3a92ef5-dirty",
"bee": "1.0.0-2572fa48",
"node": ">=12.0.0",
"npm": ">=6.0.0"
}
@@ -22895,9 +22895,9 @@
}
},
"@ethersphere/bee-js": {
"version": "0.12.0",
"resolved": "https://registry.npmjs.org/@ethersphere/bee-js/-/bee-js-0.12.0.tgz",
"integrity": "sha512-fpZjbjIU5pxuGGo6nvVyAkEvCNSYIuoUb5fyaaIyZ+czswEkVm5oPeEfNvF703EWnar6kcAjCpAOs+dLWwLKAg==",
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/@ethersphere/bee-js/-/bee-js-1.0.0.tgz",
"integrity": "sha512-u+TnKf0loAQba7AfZ54kXIEWjNdqVMUR6NXwINhHa2IdoD2b52rcuP96eMImlUm4tEJkxi2yAS+lcIZ2U9/1Vw==",
"requires": {
"axios": "^0.21.1",
"elliptic": "^6.5.4",
+1 -1
View File
@@ -24,7 +24,7 @@
"url": "https://github.com/ethersphere/bee-dashboard.git"
},
"dependencies": {
"@ethersphere/bee-js": "^0.12.0",
"@ethersphere/bee-js": "^1.0.0",
"@material-ui/core": "^4.11.4",
"@material-ui/icons": "^4.11.2",
"@material-ui/lab": "^4.0.0-alpha.57",