Skip to content

Commit

Permalink
chore(deps): updated PJS deps (#394)
Browse files Browse the repository at this point in the history
  • Loading branch information
bee344 committed Aug 16, 2024
1 parent 0cb08a0 commit 367e676
Show file tree
Hide file tree
Showing 6 changed files with 222 additions and 207 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"docs": "typedoc --plugin typedoc-plugin-missing-exports --plugin typedoc-theme-hierarchy --plugin typedoc-plugin-remove-references --gitRemote origin"
},
"devDependencies": {
"@polkadot/util-crypto": "^12.6.2",
"@polkadot/util-crypto": "^13.0.2",
"@substrate/dev": "^0.7.1",
"@types/node-fetch": "^2.6.3",
"@typescript-eslint/eslint-plugin": "^6.11.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/txwrapper-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
"build": "yarn build:workspace"
},
"dependencies": {
"@polkadot/api": "^12.0.1",
"@polkadot/keyring": "^12.6.2",
"@polkadot/api": "^12.3.1",
"@polkadot/keyring": "^13.0.2",
"memoizee": "0.4.15"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/txwrapper-dev/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"build": "yarn build:workspace"
},
"dependencies": {
"@polkadot/api": "^12.0.1",
"@polkadot/api": "^12.3.1",
"memoizee": "0.4.15"
}
}
2 changes: 1 addition & 1 deletion packages/txwrapper-examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"asSpecifiedCallsOnlyV14": "node ./lib/options/src/asSpecifiedCallsOnlyV14"
},
"dependencies": {
"@polkadot/api": "^12.0.1",
"@polkadot/api": "^12.3.1",
"@substrate/txwrapper-polkadot": "^7.5.1",
"@substrate/txwrapper-registry": "^7.5.1"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/txwrapper-registry/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"build": "yarn build:workspace"
},
"dependencies": {
"@polkadot/networks": "^12.6.2",
"@polkadot/networks": "^13.0.2",
"@substrate/txwrapper-core": "^7.5.1"
}
}
Loading

0 comments on commit 367e676

Please sign in to comment.