Skip to content

Commit

Permalink
Force dependency resolution for @nucypher/nucypher-core (#416)
Browse files Browse the repository at this point in the history
  • Loading branch information
piotr-roslaniec authored Dec 4, 2023
2 parents c48ab36 + 2db80ed commit d530727
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 11 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
},
"dependencies": {
"@changesets/cli": "^2.26.2",
"@nucypher/nucypher-core": "^0.13.0-alpha.1"
"@nucypher/nucypher-core": "*"
},
"devDependencies": {
"@skypack/package-check": "^0.2.2",
Expand Down Expand Up @@ -81,7 +81,8 @@
"node-forge@<1.0.0": ">=1.0.0",
"node-forge@<1.3.0": ">=1.3.0",
"glob-parent@<5.1.2": ">=5.1.2",
"nth-check@<2.0.1": ">=2.0.1"
"nth-check@<2.0.1": ">=2.0.1",
"@nucypher/nucypher-core": "0.13.0-alpha.1"
}
}
}
2 changes: 1 addition & 1 deletion packages/pre/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"typedoc": "typedoc"
},
"dependencies": {
"@nucypher/nucypher-core": "^0.13.0-alpha.1",
"@nucypher/nucypher-core": "*",
"@nucypher/shared": "workspace:*",
"ethers": "^5.7.2"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"@ethersproject/abi": "^5.7.0",
"@ethersproject/providers": "^5.7.2",
"@nucypher/nucypher-contracts": "^0.13.0",
"@nucypher/nucypher-core": "^0.13.0-alpha.1",
"@nucypher/nucypher-core": "*",
"axios": "^1.6.2",
"deep-equal": "^2.2.1",
"ethers": "^5.7.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/taco/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
},
"dependencies": {
"@ethersproject/abstract-signer": "^5.7.0",
"@nucypher/nucypher-core": "^0.13.0-alpha.1",
"@nucypher/nucypher-core": "*",
"@nucypher/shared": "^0.1.0-rc.4",
"ethers": "^5.7.2",
"semver": "^7.5.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/test-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"lint:fix": "pnpm lint --fix"
},
"dependencies": {
"@nucypher/nucypher-core": "^0.13.0-alpha.1",
"@nucypher/nucypher-core": "*",
"@nucypher/shared": "workspace:*",
"axios": "^1.6.2",
"ethers": "^5.7.2",
Expand Down
11 changes: 6 additions & 5 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 d530727

Please sign in to comment.