update lib

This commit is contained in:
jejolare 2024-08-07 20:07:27 +07:00
parent 7ee854ec5b
commit 87e1a5cc45
2 changed files with 37 additions and 2 deletions

36
package-lock.json generated
View file

@ -18,7 +18,8 @@
"big.js": "^6.2.1",
"react": "^18.3.1",
"typescript": "^5.5.4",
"uuid": "^10.0.0"
"uuid": "^10.0.0",
"zano_web3": "^6.13.0"
}
},
"node_modules/@types/big.js": {
@ -215,6 +216,23 @@
"bin": {
"uuid": "dist/bin/uuid"
}
},
"node_modules/zano_web3": {
"version": "6.13.0",
"resolved": "https://registry.npmjs.org/zano_web3/-/zano_web3-6.13.0.tgz",
"integrity": "sha512-bdIgBIUvV+tUVT1dyTIsPGl1UsSsu64oUIjEeLo50Pm9lsm4CUQHeqVh0GAxnHKNpTkFB6bHwoTSlepDmzjWBQ==",
"hasInstallScript": true,
"dependencies": {
"@types/big.js": "^6.2.2",
"@types/node": "^20.14.12",
"@types/react": "^18.3.3",
"@types/uuid": "^10.0.0",
"axios": "^1.7.2",
"big.js": "^6.2.1",
"react": "^18.3.1",
"typescript": "^5.5.4",
"uuid": "^10.0.0"
}
}
},
"dependencies": {
@ -356,6 +374,22 @@
"version": "10.0.0",
"resolved": "https://registry.npmjs.org/uuid/-/uuid-10.0.0.tgz",
"integrity": "sha512-8XkAphELsDnEGrDxUOHB3RGvXz6TeuYSGEZBOjtTtPm2lwhGBjLgOzLHB63IUWfBpNucQjND6d3AOudO+H3RWQ=="
},
"zano_web3": {
"version": "6.13.0",
"resolved": "https://registry.npmjs.org/zano_web3/-/zano_web3-6.13.0.tgz",
"integrity": "sha512-bdIgBIUvV+tUVT1dyTIsPGl1UsSsu64oUIjEeLo50Pm9lsm4CUQHeqVh0GAxnHKNpTkFB6bHwoTSlepDmzjWBQ==",
"requires": {
"@types/big.js": "^6.2.2",
"@types/node": "^20.14.12",
"@types/react": "^18.3.3",
"@types/uuid": "^10.0.0",
"axios": "^1.7.2",
"big.js": "^6.2.1",
"react": "^18.3.1",
"typescript": "^5.5.4",
"uuid": "^10.0.0"
}
}
}
}

View file

@ -31,7 +31,8 @@
"big.js": "^6.2.1",
"react": "^18.3.1",
"typescript": "^5.5.4",
"uuid": "^10.0.0"
"uuid": "^10.0.0",
"zano_web3": "^6.13.0"
},
"bugs": {
"url": "https://github.com/hyle-team/zano_web3/issues"