Skip to content

Commit

Permalink
fix(transfer): use workspace:* as version for dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jessevanmuijden committed Jul 24, 2023
1 parent cb6d203 commit acfe6d4
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 80 deletions.
83 changes: 7 additions & 76 deletions common/config/rush/pnpm-lock.yaml

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

2 changes: 1 addition & 1 deletion common/config/rush/repo-state.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// DO NOT MODIFY THIS FILE MANUALLY BUT DO COMMIT IT. It is generated and used by Rush.
{
"pnpmShrinkwrapHash": "02dfb94e26154f28425d0c8f8c4932c2716d74ac",
"pnpmShrinkwrapHash": "916adff040d380cc769d38f6f65a4227504ca0f7",
"preferredVersionsHash": "bf21a9e8fbc5a3846fb05b4fa0859e0917b2202f"
}
4 changes: 2 additions & 2 deletions packages/apps/transfer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
"test": "jest --silent"
},
"dependencies": {
"@kadena/chainweb-node-client": "0.4.2",
"@kadena/client": "1.0.0-alpha.4",
"@kadena/chainweb-node-client": "workspace:*",
"@kadena/client": "workspace:*",
"@kadena/cryptography-utils": "workspace:*",
"@kadena/pactjs": "workspace:*",
"@kadena/react-components": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/tools/cookbook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
},
"dependencies": {
"@kadena/chainweb-node-client": "workspace:*",
"@kadena/client": "1.0.0-alpha.4",
"@kadena/client": "workspace:*",
"@kadena/cryptography-utils": "workspace:*"
},
"devDependencies": {
Expand Down

0 comments on commit acfe6d4

Please sign in to comment.