|
1 | 1 | { |
2 | 2 | "name": "@polkadot/typegen", |
3 | | - "version": "4.2.2-4", |
| 3 | + "version": "4.3.0", |
4 | 4 | "type": "module", |
5 | 5 | "description": "Type generation scripts", |
6 | 6 | "main": "index.js", |
|
23 | 23 | "bugs": "https://github.com/polkadot-js/api/issues", |
24 | 24 | "homepage": "https://github.com/polkadot-js/api/tree/master/packages/typegen#readme", |
25 | 25 | "dependencies": { |
26 | | - "@babel/core": "^7.13.10", |
| 26 | + "@babel/core": "^7.13.13", |
27 | 27 | "@babel/register": "^7.13.8", |
28 | 28 | "@babel/runtime": "^7.13.10", |
29 | | - "@polkadot/api": "4.2.2-4", |
30 | | - "@polkadot/metadata": "4.2.2-4", |
31 | | - "@polkadot/rpc-provider": "4.2.2-4", |
32 | | - "@polkadot/types": "4.2.2-4", |
| 29 | + "@polkadot/api": "4.3.0", |
| 30 | + "@polkadot/metadata": "4.3.0", |
| 31 | + "@polkadot/rpc-provider": "4.3.0", |
| 32 | + "@polkadot/types": "4.3.0", |
33 | 33 | "@polkadot/util": "^6.0.5", |
34 | 34 | "handlebars": "^4.7.7", |
35 | 35 | "websocket": "^1.0.33", |
36 | 36 | "yargs": "^16.2.0" |
37 | 37 | }, |
38 | 38 | "devDependencies": { |
39 | 39 | "@types/websocket": "^1.0.2", |
40 | | - "@types/yargs": "^16.0.0" |
| 40 | + "@types/yargs": "^16.0.1" |
41 | 41 | } |
42 | 42 | } |
0 commit comments