Skip to content

Commit

Permalink
Merge pull request #306 from privacy-scaling-explorations/chore/deps
Browse files Browse the repository at this point in the history
chore: update to new maci versions
  • Loading branch information
ctrlc03 authored Sep 6, 2024
2 parents bf37764 + d8deb6a commit a5b3609
Show file tree
Hide file tree
Showing 5 changed files with 144 additions and 322 deletions.
15 changes: 15 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
target-branch: "main"
schedule:
interval: "weekly"

- package-ecosystem: "npm"
directory: "/"
versioning-strategy: increase
open-pull-requests-limit: 5
target-branch: "main"
schedule:
interval: "weekly"
2 changes: 1 addition & 1 deletion packages/contracts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"ethers": "^6.13.2",
"hardhat": "^2.22.8",
"lowdb": "^1.0.0",
"maci-contracts": "0.0.0-ci.a97f395",
"maci-contracts": "^2.3.0",
"maci-core": "^2.2.0",
"maci-domainobjs": "^2.2.0",
"solidity-docgen": "^0.6.0-beta.36"
Expand Down
8 changes: 4 additions & 4 deletions packages/coordinator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,11 @@
"hardhat": "^2.22.8",
"helmet": "^7.1.0",
"lowdb": "^1.0.0",
"maci-circuits": "^2.1.0",
"maci-cli": "^2.1.0",
"maci-contracts": "0.0.0-ci.d683cb3",
"maci-circuits": "^2.3.0",
"maci-cli": "^2.3.0",
"maci-contracts": "^2.3.0",
"maci-domainobjs": "^2.0.0",
"maci-subgraph": "^2.1.0",
"maci-subgraph": "^2.3.0",
"mustache": "^4.2.0",
"permissionless": "^0.1.44",
"reflect-metadata": "^0.2.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/interface/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-dropdown-menu": "^2.0.6",
"@rainbow-me/rainbowkit": "^2.0.1",
"@semaphore-protocol/core": "4.0.0-beta.16",
"@semaphore-protocol/data": "4.0.0-beta.16",
"@semaphore-protocol/core": "4.0.3",
"@semaphore-protocol/data": "4.0.3",
"@t3-oss/env-nextjs": "^0.8.0",
"@tanstack/react-query": "^5.24.1",
"@trpc/client": "11.0.0-next-beta.294",
Expand All @@ -39,7 +39,7 @@
"graphql-request": "^6.1.0",
"lowdb": "^1.0.0",
"lucide-react": "^0.316.0",
"maci-cli": "0.0.0-ci.d071f07",
"maci-cli": "^2.3.0",
"maci-domainobjs": "^2.2.0",
"next": "^14.1.0",
"next-auth": "^4.24.5",
Expand Down
Loading

0 comments on commit a5b3609

Please sign in to comment.