|
1 | 1 | {
|
2 |
| - "name": "astar-demo", |
| 2 | + "name": "astar-swanky-ink-template", |
3 | 3 | "version": "1.0.0",
|
4 | 4 | "author": "Austin Zhu",
|
5 | 5 | "license": "MIT",
|
|
15 | 15 | "node": ">=18.0.0"
|
16 | 16 | },
|
17 | 17 | "dependencies": {
|
18 |
| - "@727-ventures/typechain-compiler": "0.5.18", |
19 |
| - "@727-ventures/typechain-types": "0.0.23" |
| 18 | + "@727-ventures/typechain-compiler": "1.0.0-beta.2", |
| 19 | + "@727-ventures/typechain-types": "1.0.0-beta.1" |
20 | 20 | },
|
21 | 21 | "devDependencies": {
|
22 |
| - "@727-ventures/typechain-polkadot": "0.6.11", |
| 22 | + "@727-ventures/typechain-polkadot": "0.6.12", |
23 | 23 | "@astar-network/swanky-cli": "2.1.0",
|
| 24 | + "@polkadot/api": "^10.2.1", |
| 25 | + "@polkadot/keyring": "^11.1.2", |
| 26 | + "@polkadot/types": "^10.2.1", |
| 27 | + "@polkadot/util-crypto": "^11.1.2", |
24 | 28 | "@types/chai": "4.3.4",
|
25 | 29 | "@types/chai-as-promised": "7.1.5",
|
26 | 30 | "@types/mocha": "10.0.1",
|
27 |
| - "@typescript-eslint/eslint-plugin": "5.55.0", |
| 31 | + "@typescript-eslint/eslint-plugin": "5.57.0", |
| 32 | + "@typescript-eslint/parser": "^5.57.0", |
| 33 | + "bn.js": "^5.2.1", |
28 | 34 | "chai": "4.3.7",
|
29 | 35 | "chai-as-promised": "7.1.1",
|
30 |
| - "eslint": "8.36.0", |
31 |
| - "eslint-config-prettier": "^8.7.0", |
| 36 | + "eslint": "8.37.0", |
| 37 | + "eslint-config-prettier": "^8.8.0", |
32 | 38 | "eslint-config-standard-with-typescript": "34.0.1",
|
33 | 39 | "eslint-plugin-import": "2.27.5",
|
34 |
| - "eslint-plugin-n": "15.6.1", |
| 40 | + "eslint-plugin-n": "15.7.0", |
35 | 41 | "eslint-plugin-promise": "6.1.1",
|
36 | 42 | "mocha": "10.2.0",
|
37 | 43 | "mochawesome": "7.1.3",
|
38 |
| - "prettier": "2.8.4", |
| 44 | + "prettier": "2.8.7", |
39 | 45 | "ts-node": "10.9.1",
|
40 |
| - "typescript": "4.9.5" |
41 |
| - }, |
42 |
| - "pnpm": { |
43 |
| - "overrides": { |
44 |
| - "@polkadot/util": "10.4.2", |
45 |
| - "@polkadot/util-crypto": "10.4.2", |
46 |
| - "@polkadot/keyring": "10.4.2" |
47 |
| - } |
| 46 | + "typescript": "5.0.3" |
48 | 47 | }
|
49 | 48 | }
|
0 commit comments