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

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
AustinZhu committed Mar 31, 2023
1 parent b9ddac9 commit fe91fa6
Show file tree
Hide file tree
Showing 4 changed files with 1,104 additions and 221 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -234,4 +234,6 @@ tmpArtifacts

artifacts/*
!artifacts/.gitkeep
typedContract
test/**/artifacts
typedContract

33 changes: 16 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "astar-demo",
"name": "astar-swanky-ink-template",
"version": "1.0.0",
"author": "Austin Zhu",
"license": "MIT",
Expand All @@ -15,35 +15,34 @@
"node": ">=18.0.0"
},
"dependencies": {
"@727-ventures/typechain-compiler": "0.5.18",
"@727-ventures/typechain-types": "0.0.23"
"@727-ventures/typechain-compiler": "1.0.0-beta.2",
"@727-ventures/typechain-types": "1.0.0-beta.1"
},
"devDependencies": {
"@727-ventures/typechain-polkadot": "0.6.11",
"@727-ventures/typechain-polkadot": "0.6.12",
"@astar-network/swanky-cli": "2.1.0",
"@polkadot/api": "^10.2.1",
"@polkadot/keyring": "^11.1.2",
"@polkadot/types": "^10.2.1",
"@polkadot/util-crypto": "^11.1.2",
"@types/chai": "4.3.4",
"@types/chai-as-promised": "7.1.5",
"@types/mocha": "10.0.1",
"@typescript-eslint/eslint-plugin": "5.55.0",
"@typescript-eslint/eslint-plugin": "5.57.0",
"@typescript-eslint/parser": "^5.57.0",
"bn.js": "^5.2.1",
"chai": "4.3.7",
"chai-as-promised": "7.1.1",
"eslint": "8.36.0",
"eslint-config-prettier": "^8.7.0",
"eslint": "8.37.0",
"eslint-config-prettier": "^8.8.0",
"eslint-config-standard-with-typescript": "34.0.1",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-n": "15.6.1",
"eslint-plugin-n": "15.7.0",
"eslint-plugin-promise": "6.1.1",
"mocha": "10.2.0",
"mochawesome": "7.1.3",
"prettier": "2.8.4",
"prettier": "2.8.7",
"ts-node": "10.9.1",
"typescript": "4.9.5"
},
"pnpm": {
"overrides": {
"@polkadot/util": "10.4.2",
"@polkadot/util-crypto": "10.4.2",
"@polkadot/keyring": "10.4.2"
}
"typescript": "5.0.3"
}
}
Loading

0 comments on commit fe91fa6

Please sign in to comment.