Skip to content

Commit

Permalink
update pkgs
Browse files Browse the repository at this point in the history
  • Loading branch information
timbrinded committed Jan 16, 2025
1 parent ca3958d commit 10a3a71
Show file tree
Hide file tree
Showing 8 changed files with 1,068 additions and 390 deletions.
14 changes: 7 additions & 7 deletions api-augment/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,14 @@
},
"license": "ISC",
"dependencies": {
"@polkadot/api": "12.4.2",
"@polkadot/api-base": "12.4.2",
"@polkadot/rpc-core": "12.4.2",
"@polkadot/typegen": "12.4.2",
"@polkadot/types": "12.4.2",
"@polkadot/types-codec": "12.4.2",
"@polkadot/api": "*",
"@polkadot/api-base": "*",
"@polkadot/rpc-core": "*",
"@polkadot/typegen": "*",
"@polkadot/types": "*",
"@polkadot/types-codec": "*",
"@storagehub/types-bundle": "workspace:*",
"tsx": "4.19.0",
"typescript": "5.5.4"
"typescript": "*"
}
}
8 changes: 7 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,13 @@
"license": "ISC",
"dependencies": {
"@biomejs/biome": "1.8.3",
"@types/node": "22.5.2",
"@polkadot/api": "15.3.1",
"@polkadot/api-base": "15.3.1",
"@polkadot/rpc-core": "15.3.1",
"@polkadot/typegen": "15.3.1",
"@polkadot/types": "15.3.1",
"@polkadot/types-codec": "15.3.1",
"@types/node": "22.10.7",
"typescript": "5.5.4"
}
}
Loading

0 comments on commit 10a3a71

Please sign in to comment.