refactor: clean up postage stamp screens (#642)

* refactor: clean up postage stamp screens

* fix: add immutable flag
This commit is contained in:
Cafe137
2023-12-04 22:28:44 +01:00
committed by GitHub
parent 4f9abc614e
commit 080d9f2c2a
5 changed files with 75 additions and 82 deletions
+7 -7
View File
@@ -9,7 +9,7 @@
"version": "0.24.1",
"license": "BSD-3-Clause",
"dependencies": {
"@ethersphere/bee-js": "^6.6.0",
"@ethersphere/bee-js": "^6.7.0",
"@ethersphere/swarm-cid": "^0.1.0",
"@material-ui/core": "4.12.3",
"@material-ui/icons": "4.11.2",
@@ -2440,9 +2440,9 @@
}
},
"node_modules/@ethersphere/bee-js": {
"version": "6.6.0",
"resolved": "https://registry.npmjs.org/@ethersphere/bee-js/-/bee-js-6.6.0.tgz",
"integrity": "sha512-f39yEbkCX7mnKSn0x9cV2TAlnMiemiJCiTVLhS6+g7nMbud1r269gzEHopElDaP5VJIsJy1uwD0VN4+HxIp3bg==",
"version": "6.7.0",
"resolved": "https://registry.npmjs.org/@ethersphere/bee-js/-/bee-js-6.7.0.tgz",
"integrity": "sha512-t1bsUj9BmICuRL6XENTVyZZCfkFuCjc6pQxOekuVFLBd0Qpmyf87iRpVizvZN5IKhVqqw9xCzkg8otJKQdAKNA==",
"dependencies": {
"@ethersphere/swarm-cid": "^0.1.0",
"@types/readable-stream": "^2.3.13",
@@ -22305,9 +22305,9 @@
}
},
"@ethersphere/bee-js": {
"version": "6.6.0",
"resolved": "https://registry.npmjs.org/@ethersphere/bee-js/-/bee-js-6.6.0.tgz",
"integrity": "sha512-f39yEbkCX7mnKSn0x9cV2TAlnMiemiJCiTVLhS6+g7nMbud1r269gzEHopElDaP5VJIsJy1uwD0VN4+HxIp3bg==",
"version": "6.7.0",
"resolved": "https://registry.npmjs.org/@ethersphere/bee-js/-/bee-js-6.7.0.tgz",
"integrity": "sha512-t1bsUj9BmICuRL6XENTVyZZCfkFuCjc6pQxOekuVFLBd0Qpmyf87iRpVizvZN5IKhVqqw9xCzkg8otJKQdAKNA==",
"requires": {
"@ethersphere/swarm-cid": "^0.1.0",
"@types/readable-stream": "^2.3.13",