Skip to content

Commit

Permalink
chore: use version ^1.1.2 for local packages
Browse files Browse the repository at this point in the history
  • Loading branch information
0xmad committed Jan 11, 2024
1 parent ba82cb5 commit 50d8c43
Show file tree
Hide file tree
Showing 7 changed files with 42 additions and 42 deletions.
6 changes: 3 additions & 3 deletions circuits/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@
},
"dependencies": {
"circomlib": "https://github.com/weijiekoh/circomlib#ac85e82c1914d47789e2032fb11ceb2cfdd38a2b",
"maci-core": "workspace:^",
"maci-crypto": "workspace:^",
"maci-domainobjs": "workspace:^",
"maci-core": "^1.1.2",
"maci-crypto": "^1.1.2",
"maci-domainobjs": "^1.1.2",
"snarkjs": "^0.7.2"
},
"devDependencies": {
Expand Down
10 changes: 5 additions & 5 deletions cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@
"dotenv": "^16.3.1",
"ethers": "^6.9.2",
"hardhat": "^2.19.2",
"maci-circuits": "workspace:^",
"maci-contracts": "workspace:^",
"maci-core": "workspace:^",
"maci-crypto": "workspace:^",
"maci-domainobjs": "workspace:^",
"maci-circuits": "^1.1.2",
"maci-contracts": "^1.1.2",
"maci-core": "^1.1.2",
"maci-crypto": "^1.1.2",
"maci-domainobjs": "^1.1.2",
"prompt": "^1.3.0"
},
"devDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions contracts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@
"circomlibjs": "^0.1.7",
"ethers": "^6.9.2",
"hardhat": "^2.19.4",
"maci-circuits": "workspace:^",
"maci-core": "workspace:^",
"maci-crypto": "workspace:^",
"maci-domainobjs": "workspace:^",
"maci-circuits": "^1.1.2",
"maci-core": "^1.1.2",
"maci-crypto": "^1.1.2",
"maci-domainobjs": "^1.1.2",
"solidity-docgen": "^0.6.0-beta.36"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
"test": "nyc ts-mocha --exit ts/__tests__/*.test.ts"
},
"dependencies": {
"maci-crypto": "workspace:^",
"maci-domainobjs": "workspace:^"
"maci-crypto": "^1.1.2",
"maci-domainobjs": "^1.1.2"
},
"devDependencies": {
"@types/chai": "^4.3.11",
Expand Down
2 changes: 1 addition & 1 deletion domainobjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"ts-mocha": "^10.0.0"
},
"dependencies": {
"maci-crypto": "workspace:^"
"maci-crypto": "^1.1.2"
},
"nyc": {
"reporter": [
Expand Down
12 changes: 6 additions & 6 deletions integrationTests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@
"dependencies": {
"@nomicfoundation/hardhat-toolbox": "^4.0.0",
"ethers": "^6.9.2",
"maci-circuits": "workspace:^",
"maci-cli": "workspace:^",
"maci-contracts": "workspace:^",
"maci-core": "workspace:^",
"maci-crypto": "workspace:^",
"maci-domainobjs": "workspace:^"
"maci-circuits": "^1.1.2",
"maci-cli": "^1.1.2",
"maci-contracts": "^1.1.2",
"maci-core": "^1.1.2",
"maci-crypto": "^1.1.2",
"maci-domainobjs": "^1.1.2"
}
}
42 changes: 21 additions & 21 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 50d8c43

Please sign in to comment.