Skip to content

Commit

Permalink
chore: bump versions (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
sinzii authored Oct 16, 2024
1 parent 797cdf4 commit 7f5edac
Show file tree
Hide file tree
Showing 3 changed files with 220 additions and 194 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@
"gen": "npx ts-node ./scripts/gen.ts"
},
"devDependencies": {
"@dedot/codegen": "^0.5.0",
"@polkadot/types-support": "^12.4.2",
"@dedot/codegen": "^0.6.0",
"@polkadot/types-support": "^14.0.1",
"@trivago/prettier-plugin-sort-imports": "^4.1.1",
"husky": "^8.0.3",
"lerna": "^7.4.2",
"prettier": "^3.3.3",
"prettier-plugin-organize-imports": "^3.2.3",
"ts-node": "^10.9.1",
"typescript": "^5.2.2"
"typescript": "5.4.5"
},
"license": "Apache-2.0"
}
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.5.0"
"dedot": "^0.6.0"
},
"publishConfig": {
"access": "public",
Expand Down
Loading

0 comments on commit 7f5edac

Please sign in to comment.