Skip to content

Commit

Permalink
chore: bump dedot version (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
sinzii authored Dec 12, 2024
1 parent c8d5d84 commit 9205a11
Show file tree
Hide file tree
Showing 3 changed files with 153 additions and 128 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"gen": "npx ts-node ./scripts/gen.ts"
},
"devDependencies": {
"@dedot/codegen": "^0.6.0",
"@dedot/codegen": "^0.6.1",
"@polkadot/types-support": "~14.0.1",
"@trivago/prettier-plugin-sort-imports": "^4.1.1",
"husky": "^8.0.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/chaintypes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"copy": "cp -R ./src/* ./dist"
},
"dependencies": {
"dedot": "^0.6.0"
"dedot": "^0.6.1"
},
"publishConfig": {
"access": "public",
Expand Down
Loading

0 comments on commit 9205a11

Please sign in to comment.