Skip to content

Commit 9fe1d47

Browse files
committed
chore: bump dedot version
1 parent c8d5d84 commit 9fe1d47

File tree

3 files changed

+153
-128
lines changed

3 files changed

+153
-128
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"gen": "npx ts-node ./scripts/gen.ts"
2222
},
2323
"devDependencies": {
24-
"@dedot/codegen": "^0.6.0",
24+
"@dedot/codegen": "^0.6.1",
2525
"@polkadot/types-support": "~14.0.1",
2626
"@trivago/prettier-plugin-sort-imports": "^4.1.1",
2727
"husky": "^8.0.3",

packages/chaintypes/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"copy": "cp -R ./src/* ./dist"
1313
},
1414
"dependencies": {
15-
"dedot": "^0.6.0"
15+
"dedot": "^0.6.1"
1616
},
1717
"publishConfig": {
1818
"access": "public",

0 commit comments

Comments
 (0)