|
21 | 21 | "lint:lib": "tslint -p ./src/lib/tsconfig.json -c ./tslint.json \"./src/{lib,@types}/**/*.ts\"", |
22 | 22 | "lint:test": "tslint -p ./test/tsconfig.json -c ./test/tslint.json \"./test/**/*.ts\"", |
23 | 23 | "output:clean": "rimraf ./output", |
24 | | - "test": "cross-env TS_NODE_PROJECT=./test/tsconfig.json ava --verbose \"./test/**/*.{spec,test}.ts\"" |
| 24 | + "test": "cross-env TS_NODE_PROJECT=./test/tsconfig.json ava --verbose \"./test/**/*.{spec,test}.ts\"", |
| 25 | + "prepare": "husky install" |
25 | 26 | }, |
26 | 27 | "ava": { |
27 | 28 | "extensions": [ |
|
42 | 43 | "rxjs": "^6.x" |
43 | 44 | }, |
44 | 45 | "dependencies": { |
45 | | - "pubsub-to-rpc-api": "^5.2.0", |
| 46 | + "pubsub-to-rpc-api": "^5.2.1", |
46 | 47 | "pure-uuid": "^1.6.2", |
47 | 48 | "tslib": "^2.1.0" |
48 | 49 | }, |
49 | 50 | "devDependencies": { |
50 | | - "@types/node": "^12.12.21", |
51 | | - "@types/sinon": "^9.0.10", |
| 51 | + "@types/node": "^14.14.37", |
| 52 | + "@types/sinon": "^9.0.11", |
52 | 53 | "@vladimiry/import-sort-style": "^0.1.1", |
53 | 54 | "ava": "^3.15.0", |
54 | 55 | "cross-env": "^7.0.3", |
55 | | - "husky": "^4.3.8", |
| 56 | + "husky": "^6.0.0", |
56 | 57 | "import-sort-cli": "^6.0.0", |
57 | 58 | "import-sort-parser-typescript": "^6.0.0", |
58 | 59 | "install-peers": "^1.0.2", |
59 | | - "lint-staged": "^10.5.3", |
| 60 | + "lint-staged": "^10.5.4", |
60 | 61 | "npm-run-all": "^4.1.5", |
61 | 62 | "rewiremock": "^3.14.3", |
62 | 63 | "rimraf": "^3.0.2", |
63 | | - "sinon": "^9.2.4", |
| 64 | + "sinon": "^10.0.0", |
64 | 65 | "ts-node": "^9.1.1", |
65 | 66 | "tsconfig-paths": "^3.9.0", |
66 | 67 | "tslint": "^6.1.3", |
67 | 68 | "tslint-consistent-codestyle": "^1.16.0", |
68 | 69 | "tslint-eslint-rules": "^5.4.0", |
69 | 70 | "tslint-rules-bunch": "^1.0.0", |
70 | | - "typescript": "^4.1.3" |
| 71 | + "typescript": "^4.2.3" |
71 | 72 | }, |
72 | 73 | "resolutions": { |
73 | | - "import-sort-cli/yargs": "^15.x", |
| 74 | + "*/**/tslib": "^2.x", |
| 75 | + "import-sort-cli/yargs": "^16.x", |
74 | 76 | "import-sort-parser-typescript/typescript": "^4.x" |
75 | 77 | } |
76 | 78 | } |
0 commit comments