|
24 | 24 | "pretest": "yarn clean",
|
25 | 25 | "release": "lerna publish --conventional-commits --create-release github --yes",
|
26 | 26 | "test": "ts-node --skip-ignore node_modules/.bin/jest",
|
27 |
| - "type-coverage": "type-coverage --cache --detail --ignore-catch --ignore-files '**/*.d.ts' --strict --update" |
| 27 | + "typecov": "type-coverage" |
28 | 28 | },
|
29 | 29 | "devDependencies": {
|
30 |
| - "@1stg/lib-config": "^1.0.5", |
31 |
| - "@1stg/tslint-config": "^1.0.0", |
| 30 | + "@1stg/lib-config": "^1.1.8", |
| 31 | + "@1stg/tslint-config": "^1.0.1", |
32 | 32 | "@types/eslint": "^7.2.6",
|
33 | 33 | "@types/jest": "^26.0.20",
|
34 | 34 | "@types/node": "^14.14.31",
|
35 | 35 | "@types/react": "^17.0.2",
|
36 |
| - "@types/rebass": "^4.0.7", |
| 36 | + "@types/rebass": "^4.0.8", |
37 | 37 | "@types/unist": "^2.0.3",
|
38 | 38 | "eslint-mdx": "link:packages/eslint-mdx/src",
|
39 | 39 | "eslint-plugin-mdx": "link:packages/eslint-plugin-mdx/src",
|
40 | 40 | "lerna": "^3.22.1",
|
41 | 41 | "npm-run-all": "^4.1.5",
|
42 | 42 | "react": "^17.0.1",
|
43 |
| - "ts-jest": "^26.5.1", |
| 43 | + "ts-jest": "^26.5.2", |
44 | 44 | "ts-node": "^9.1.1",
|
45 | 45 | "tslint": "^6.1.3",
|
46 |
| - "type-coverage": "^2.15.1", |
47 |
| - "typescript": "^4.3.0-dev.20210220", |
| 46 | + "type-coverage": "^2.16.3", |
| 47 | + "typescript": "^4.2.2", |
48 | 48 | "yarn-deduplicate": "^3.1.0"
|
49 | 49 | },
|
50 | 50 | "resolutions": {
|
|
87 | 87 | ]
|
88 | 88 | },
|
89 | 89 | "typeCoverage": {
|
90 |
| - "atLeast": 97.96 |
| 90 | + "atLeast": 99.37, |
| 91 | + "cache": true, |
| 92 | + "detail": true, |
| 93 | + "ignoreAsAssertion": true, |
| 94 | + "ignoreCatch": true, |
| 95 | + "ignoreFiles": [ |
| 96 | + "**/*.d.ts" |
| 97 | + ], |
| 98 | + "strict": true, |
| 99 | + "update": true |
91 | 100 | }
|
92 | 101 | }
|
0 commit comments