Skip to content
This repository has been archived by the owner on Sep 30, 2021. It is now read-only.

Commit

Permalink
fix: upgrade packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
TarikGul committed Feb 3, 2021
1 parent 0b8457c commit abeed34
Show file tree
Hide file tree
Showing 2 changed files with 440 additions and 482 deletions.
17 changes: 9 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,25 +20,26 @@
"test": "jest"
},
"dependencies": {
"@polkadot/api": "3.6.3",
"@polkadot/api": "3.7.3",
"acorn": ">=8.0.5",
"memoizee": "^0.4.14"
},
"devDependencies": {
"@types/jest": "^26.0.0",
"@types/memoizee": "^0.4.3",
"@typescript-eslint/eslint-plugin": "^4.12.0",
"@typescript-eslint/parser": "^4.12.0",
"eslint": "^7.17.0",
"eslint-config-prettier": "^7.1.0",
"@typescript-eslint/eslint-plugin": "^4.14.2",
"@typescript-eslint/parser": "^4.14.2",
"eslint": "^7.19.0",
"eslint-config-prettier": "^7.2.0",
"eslint-plugin-prettier": "^3.3.1",
"eslint-plugin-simple-import-sort": "^7.0.0",
"jest": "^26.2.2",
"prettier": "^2.0.5",
"standard-version": "^9.1.0",
"ts-jest": "^26.4.1",
"ts-jest": "^26.5.0",
"ts-node": "^9.0.0",
"typedoc": "^0.20.11",
"typedoc-plugin-markdown": "^3.2.1",
"typedoc": "^0.20.20",
"typedoc-plugin-markdown": "^3.4.5",
"typescript": "^4.0.2"
},
"resolutions": {
Expand Down

0 comments on commit abeed34

Please sign in to comment.