Skip to content
This repository was archived by the owner on Nov 1, 2023. It is now read-only.

Commit fe91fa6

Browse files
committed
chore: update dependencies
1 parent b9ddac9 commit fe91fa6

File tree

4 files changed

+1104
-221
lines changed

4 files changed

+1104
-221
lines changed

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,4 +234,6 @@ tmpArtifacts
234234

235235
artifacts/*
236236
!artifacts/.gitkeep
237-
typedContract
237+
test/**/artifacts
238+
typedContract
239+

package.json

Lines changed: 16 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "astar-demo",
2+
"name": "astar-swanky-ink-template",
33
"version": "1.0.0",
44
"author": "Austin Zhu",
55
"license": "MIT",
@@ -15,35 +15,34 @@
1515
"node": ">=18.0.0"
1616
},
1717
"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"
2020
},
2121
"devDependencies": {
22-
"@727-ventures/typechain-polkadot": "0.6.11",
22+
"@727-ventures/typechain-polkadot": "0.6.12",
2323
"@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",
2428
"@types/chai": "4.3.4",
2529
"@types/chai-as-promised": "7.1.5",
2630
"@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",
2834
"chai": "4.3.7",
2935
"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",
3238
"eslint-config-standard-with-typescript": "34.0.1",
3339
"eslint-plugin-import": "2.27.5",
34-
"eslint-plugin-n": "15.6.1",
40+
"eslint-plugin-n": "15.7.0",
3541
"eslint-plugin-promise": "6.1.1",
3642
"mocha": "10.2.0",
3743
"mochawesome": "7.1.3",
38-
"prettier": "2.8.4",
44+
"prettier": "2.8.7",
3945
"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"
4847
}
4948
}

0 commit comments

Comments
 (0)