|
1 | 1 | { |
2 | 2 | "name": "substrate-api-sidecar", |
3 | | - "version": "0.16.0", |
| 3 | + "version": "0.17.0", |
4 | 4 | "description": "REST service that makes it easy to interact with blockchain nodes built using Substrate's FRAME framework.", |
5 | 5 | "scripts": { |
6 | 6 | "preinstall": "yarn build:calc", |
|
18 | 18 | "author": "Parity Technologies <admin@parity.io>", |
19 | 19 | "license": "GPL-3.0-or-later", |
20 | 20 | "dependencies": { |
21 | | - "@polkadot/api": "^1.32.1", |
| 21 | + "@polkadot/api": "^1.33.1", |
22 | 22 | "@polkadot/util-crypto": "^3.4.1", |
23 | 23 | "@substrate/calc": "file:./calc/pkg", |
24 | 24 | "body-parser": "^1.19.0", |
|
34 | 34 | "@types/http-errors": "^1.6.3", |
35 | 35 | "@types/jest": "^26.0.13", |
36 | 36 | "@types/morgan": "^1.9.1", |
37 | | - "@typescript-eslint/eslint-plugin": "^4.1.0", |
38 | | - "@typescript-eslint/parser": "^4.1.0", |
39 | | - "eslint": "^7.8.1", |
| 37 | + "@typescript-eslint/eslint-plugin": "^4.1.1", |
| 38 | + "@typescript-eslint/parser": "^4.1.1", |
| 39 | + "eslint": "^7.9.0", |
40 | 40 | "eslint-config-prettier": "^6.11.0", |
41 | 41 | "eslint-plugin-prettier": "^3.1.4", |
42 | 42 | "eslint-plugin-simple-import-sort": "^5.0.3", |
|
0 commit comments