|
1 | 1 | { |
2 | 2 | "name": "rx-sandbox", |
3 | | - "version": "1.0.2", |
| 3 | + "version": "1.0.3", |
4 | 4 | "description": "Marble diagram DSL based test suite for RxJS 6", |
5 | 5 | "main": "./dist/src/index.js", |
6 | 6 | "types": "./dist/src/index.d.ts", |
|
23 | 23 | "scripts": { |
24 | 24 | "prepublishOnly": "npm run build", |
25 | 25 | "test": "jest --config jest.json --coverage", |
26 | | - "lint": "tslint --type-check -c tslint.json -p tsconfig.json \"src/**/*.ts\" \"spec/**/*.ts\"", |
| 26 | + "lint": "tslint -c tslint.json -p tsconfig.json \"src/**/*.ts\" \"spec/**/*.ts\"", |
27 | 27 | "lint:staged": "lint-staged", |
28 | 28 | "build": "npm-run-all build:clean && tsc", |
29 | 29 | "build:clean": "shx rm -rf ./dist", |
|
53 | 53 | }, |
54 | 54 | "homepage": "https://github.com/kwonoj/rx-sandbox#readme", |
55 | 55 | "devDependencies": { |
56 | | - "@commitlint/cli": "^7.2.1", |
| 56 | + "@commitlint/cli": "^8.0.0", |
57 | 57 | "@commitlint/config-angular": "^8.0.0", |
58 | 58 | "@types/chai": "^4.1.7", |
59 | | - "@types/jest": "^24.0.13", |
| 59 | + "@types/jest": "^24.0.15", |
| 60 | + "@types/node": "^12.0.10", |
60 | 61 | "chai": "^4.2.0", |
61 | | - "commitizen": "^3.0.5", |
62 | | - "conventional-changelog-cli": "^2.0.11", |
| 62 | + "commitizen": "^3.1.1", |
| 63 | + "conventional-changelog-cli": "^2.0.21", |
63 | 64 | "cz-conventional-changelog": "2.1.0", |
64 | | - "husky": "^2.3.0", |
| 65 | + "husky": "^2.4.1", |
65 | 66 | "jest": "^24.8.0", |
66 | 67 | "jest-spin-reporter": "^1.0.2", |
67 | | - "lint-staged": "^8.1.0", |
| 68 | + "lint-staged": "^8.2.1", |
68 | 69 | "npm-run-all": "^4.1.5", |
69 | | - "prettier": "^1.15.3", |
70 | | - "rxjs": "^6.3.3", |
| 70 | + "prettier": "^1.18.2", |
| 71 | + "rxjs": "^6.5.2", |
71 | 72 | "shx": "^0.3.2", |
72 | 73 | "ts-jest": "^24.0.2", |
73 | | - "tslint": "^5.12.0", |
| 74 | + "tslint": "^5.18.0", |
74 | 75 | "tslint-no-unused-expression-chai": "^0.1.4", |
75 | | - "typescript": "^3.5.1" |
| 76 | + "typescript": "^3.5.2" |
76 | 77 | }, |
77 | 78 | "peerDependencies": { |
78 | 79 | "rxjs": "6.x" |
79 | 80 | }, |
80 | 81 | "dependencies": { |
81 | | - "jest-matcher-utils": "^24.0.0", |
| 82 | + "jest-matcher-utils": "^24.8.0", |
82 | 83 | "jest-matchers": "^20.0.3", |
83 | | - "tslib": "^1.9.3" |
| 84 | + "tslib": "^1.10.0" |
84 | 85 | }, |
85 | 86 | "husky": { |
86 | 87 | "hooks": { |
|
0 commit comments