Skip to content

Commit

Permalink
chore: update polkadot.js
Browse files Browse the repository at this point in the history
  • Loading branch information
krhougs committed Oct 12, 2021
1 parent a3a3005 commit 90bfc4c
Show file tree
Hide file tree
Showing 2 changed files with 617 additions and 793 deletions.
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
"dependencies": {
"@pcan/leveldb-viewer": "^0.1.3",
"@phala/typedefs": "^0.2.28",
"@polkadot/api": "^6.0.5",
"@polkadot/api": "^6.3.2-10",
"@polkadot/apps-config": "^0.96.1",
"@polkadot/keyring": "^7.4.1",
"@polkadot/networks": "^7.4.1",
"@polkadot/types": "^6.0.5",
"@polkadot/types": "^6.3.1",
"@polkadot/util": "^7.4.1",
"@polkadot/util-crypto": "^7.4.1",
"agentkeepalive": "^4.1.4",
Expand All @@ -20,22 +20,22 @@
"bunyan": "^1.8.15",
"byte-base64": "^1.1.0",
"commander": "^8.2.0",
"core-js": "^3.18.0",
"core-js": "^3.18.3",
"datagram-stream": "^1.1.1",
"dayjs": "^1.10.7",
"decimal.js": "^10.3.1",
"duplexify": "^4.1.2",
"encoding-down": "^7.0.0",
"encoding-down": "^7.1.0",
"end-of-stream": "^1.4.4",
"esm": "^3.2.25",
"finity": "^0.5.4",
"got": "^11.8.2",
"ioredis": "^4.27.9",
"ioredis": "^4.27.11",
"length-prefixed-stream": "^2.0.0",
"level": "^7.0.0",
"level-errors": "^3.0.0",
"leveldown": "^6.0.2",
"levelup": "^5.0.1",
"level": "^7.0.1",
"level-errors": "^3.0.1",
"leveldown": "^6.1.0",
"levelup": "^5.1.1",
"lodash": "^4.17.21",
"multileveldown": "github:Level/multileveldown",
"node-fetch": "^3.0.0",
Expand All @@ -46,26 +46,26 @@
"reachdown": "^1.1.0",
"readable-stream": "^3.6.0",
"redis-commands": "^1.7.0",
"rocksdb": "^5.1.0",
"rocksdb": "^5.1.1",
"serialize-error": "^8.1.0",
"uuid": "^8.3.2"
},
"devDependencies": {
"@babel/cli": "^7.15.7",
"@babel/core": "^7.15.5",
"@babel/eslint-parser": "^7.15.7",
"@babel/core": "^7.15.8",
"@babel/eslint-parser": "^7.15.8",
"@babel/plugin-syntax-class-properties": "^7.12.13",
"@babel/plugin-syntax-top-level-await": "^7.14.5",
"@babel/preset-env": "^7.15.6",
"@babel/preset-env": "^7.15.8",
"@protobufjs/aspromise": "^1.1.2",
"@protobufjs/inquire": "^1.1.0",
"bull-arena": "^3.29.3",
"chalk": "^4.1.2",
"escodegen": "^2.0.0",
"eslint": "^7.32.0",
"eslint": "^8.0.0",
"eslint-config-prettier": "^8.3.0",
"eslint-config-standard": "^16.0.3",
"eslint-plugin-import": "^2.24.2",
"eslint-plugin-import": "^2.25.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-promise": "^5.1.0",
Expand Down
Loading

0 comments on commit 90bfc4c

Please sign in to comment.