Skip to content

Commit

Permalink
fix: @polkadot/util version on catalog and bump
Browse files Browse the repository at this point in the history
  • Loading branch information
steinerkelvin committed Oct 11, 2024
1 parent bb05922 commit 95c6775
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 124 deletions.
1 change: 1 addition & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
],
"cSpell.words": [
"comrads",
"keypair",
"nanos",
"netuid",
"perc",
Expand Down
2 changes: 1 addition & 1 deletion packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@commune-ts/db": "workspace:*",
"@commune-ts/types": "workspace:*",
"@commune-ts/utils": "workspace:*",
"@polkadot/util": "^12.6.2",
"@polkadot/util": "catalog:",
"@polkadot/util-crypto": "catalog:",
"@trpc/server": "catalog:",
"jsonwebtoken": "^9.0.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"dependencies": {
"@commune-ts/types": "workspace:*",
"@polkadot/util": "^12.6.2",
"@polkadot/util": "catalog:",
"multiformats": "catalog:",
"rustie": "catalog:",
"tsafe": "catalog:"
Expand Down
134 changes: 12 additions & 122 deletions pnpm-lock.yaml

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

1 change: 1 addition & 0 deletions pnpm-workspace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ catalog:
"@t3-oss/env-nextjs": ^0.10.1
"dotenv-cli": ^7.4.2
"@polkadot/api": ^13.0.1
"@polkadot/util": ^13.0.2
"@polkadot/util-crypto": ^13.0.2
"@polkadot/types": ^13.0.1
"@polkadot/api-augment": ^13.0.1
Expand Down

0 comments on commit 95c6775

Please sign in to comment.