mirror of
https://github.com/AtHeartEngineering/bandada.git
synced 2026-01-10 13:18:33 -05:00
chore: v0.6.0
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
"build": "nest build"
|
||||
},
|
||||
"dependencies": {
|
||||
"@bandada/utils": "0.5.0",
|
||||
"@bandada/utils": "0.6.0",
|
||||
"@ethersproject/hash": "^5.7.0",
|
||||
"@nestjs/common": "^9.0.0",
|
||||
"@nestjs/core": "^9.0.0",
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
"preview": "vite preview"
|
||||
},
|
||||
"dependencies": {
|
||||
"@bandada/utils": "0.5.0",
|
||||
"@bandada/utils": "0.6.0",
|
||||
"@chakra-ui/react": "^2.5.1",
|
||||
"@emotion/react": "^11.10.6",
|
||||
"@emotion/styled": "^11.10.6",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@bandada/contracts",
|
||||
"version": "0.5.0",
|
||||
"version": "0.6.0",
|
||||
"description": "Bandada smart contracts to manage off-chain groups and verify their zero-knowledge proofs.",
|
||||
"license": "MIT",
|
||||
"files": [
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
"preview": "vite preview"
|
||||
},
|
||||
"dependencies": {
|
||||
"@bandada/utils": "0.5.0",
|
||||
"@bandada/utils": "0.6.0",
|
||||
"@chakra-ui/react": "^2.5.1",
|
||||
"@chakra-ui/theme-tools": "^2.0.16",
|
||||
"@emotion/react": "^11.10.6",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@bandada/hardhat",
|
||||
"version": "0.5.0",
|
||||
"version": "0.6.0",
|
||||
"description": "A Hardhat plugin which provides tasks to deploy Bandada contracts.",
|
||||
"license": "MIT",
|
||||
"main": "dist/index.node.js",
|
||||
@@ -39,7 +39,7 @@
|
||||
"typescript": "^4.9.5"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@bandada/contracts": "0.5.0",
|
||||
"@bandada/contracts": "0.6.0",
|
||||
"@nomiclabs/hardhat-ethers": "^2.0.0",
|
||||
"@semaphore-protocol/contracts": "3.4.0",
|
||||
"ethers": "^5.4.7",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@bandada/utils",
|
||||
"version": "0.5.0",
|
||||
"version": "0.6.0",
|
||||
"description": "General Bandada utility functions.",
|
||||
"license": "MIT",
|
||||
"main": "dist/index.node.js",
|
||||
|
||||
10
yarn.lock
10
yarn.lock
@@ -838,7 +838,7 @@ __metadata:
|
||||
rollup-plugin-cleanup: ^3.2.1
|
||||
typescript: ^4.9.5
|
||||
peerDependencies:
|
||||
"@bandada/contracts": 0.5.0
|
||||
"@bandada/contracts": 0.6.0
|
||||
"@nomiclabs/hardhat-ethers": ^2.0.0
|
||||
"@semaphore-protocol/contracts": 3.4.0
|
||||
ethers: ^5.4.7
|
||||
@@ -846,7 +846,7 @@ __metadata:
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@bandada/utils@0.5.0, @bandada/utils@workspace:libs/utils":
|
||||
"@bandada/utils@0.6.0, @bandada/utils@workspace:libs/utils":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@bandada/utils@workspace:libs/utils"
|
||||
dependencies:
|
||||
@@ -7085,7 +7085,7 @@ __metadata:
|
||||
version: 0.0.0-use.local
|
||||
resolution: "api@workspace:apps/api"
|
||||
dependencies:
|
||||
"@bandada/utils": 0.5.0
|
||||
"@bandada/utils": 0.6.0
|
||||
"@ethersproject/hash": ^5.7.0
|
||||
"@nestjs/cli": ^9.0.0
|
||||
"@nestjs/common": ^9.0.0
|
||||
@@ -8673,7 +8673,7 @@ __metadata:
|
||||
version: 0.0.0-use.local
|
||||
resolution: "client@workspace:apps/client"
|
||||
dependencies:
|
||||
"@bandada/utils": 0.5.0
|
||||
"@bandada/utils": 0.6.0
|
||||
"@chakra-ui/react": ^2.5.1
|
||||
"@emotion/react": ^11.10.6
|
||||
"@emotion/styled": ^11.10.6
|
||||
@@ -9452,7 +9452,7 @@ __metadata:
|
||||
version: 0.0.0-use.local
|
||||
resolution: "dashboard@workspace:apps/dashboard"
|
||||
dependencies:
|
||||
"@bandada/utils": 0.5.0
|
||||
"@bandada/utils": 0.6.0
|
||||
"@chakra-ui/react": ^2.5.1
|
||||
"@chakra-ui/theme-tools": ^2.0.16
|
||||
"@emotion/react": ^11.10.6
|
||||
|
||||
Reference in New Issue
Block a user