|
11 | 11 | ], |
12 | 12 | "scripts": { |
13 | 13 | "build": "run-p build:*", |
14 | | - "build:r": "r", |
| 14 | + "build:r": "r -p", |
15 | 15 | "build:ts": "tsc -b", |
16 | 16 | "clean": "rimraf packages/*/{lib,*.tsbuildinfo}", |
17 | 17 | "deploy": "lerna publish --create-release github --yes", |
18 | 18 | "lint": "run-p lint:*", |
19 | 19 | "lint:es": "cross-env PARSER_NO_WATCH=true eslint . --cache --ext js,md,ts -f friendly", |
20 | 20 | "lint:ts": "tslint -p . -t stylish", |
21 | | - "lint:tsc": "tsc --incremental --noEmit", |
| 21 | + "lint:tsc": "tsc", |
| 22 | + "postinstall": "yarn-deduplicate || exit 0", |
22 | 23 | "predeploy": "yarn build", |
23 | 24 | "prelint": "yarn build", |
24 | 25 | "pretest": "yarn clean", |
25 | 26 | "test": "ts-node --skip-ignore node_modules/.bin/jest", |
26 | | - "type-coverage": "type-coverage --cache --detail --ignore-catch --ignore-files *.d.ts --strict" |
| 27 | + "type-coverage": "type-coverage --cache --detail --ignore-catch --ignore-files '**/*.d.ts' --strict" |
27 | 28 | }, |
28 | 29 | "devDependencies": { |
29 | | - "@1stg/lib-config": "^0.1.20", |
30 | | - "@1stg/tslint-config": "^0.5.9", |
| 30 | + "@1stg/lib-config": "^0.2.0", |
| 31 | + "@1stg/tslint-config": "^0.6.0", |
31 | 32 | "@types/eslint": "^6.1.7", |
32 | | - "@types/jest": "^24.9.1", |
33 | | - "@types/node": "^13.5.0", |
| 33 | + "@types/jest": "^25.1.1", |
| 34 | + "@types/node": "^13.7.0", |
34 | 35 | "@types/react": "^16.9.19", |
35 | 36 | "@types/rebass": "^4.0.4", |
36 | 37 | "@types/unist": "^2.0.3", |
|
40 | 41 | "lerna": "^3.20.2", |
41 | 42 | "npm-run-all": "^4.1.5", |
42 | 43 | "react": "^16.12.0", |
43 | | - "ts-jest": "^25.0.0", |
| 44 | + "ts-jest": "^25.1.0", |
44 | 45 | "ts-node": "^8.6.2", |
45 | 46 | "tslint": "^6.0.0", |
46 | | - "type-coverage": "^2.4.0" |
| 47 | + "type-coverage": "^2.4.0", |
| 48 | + "yarn-deduplicate": "^1.1.1" |
47 | 49 | }, |
48 | 50 | "resolutions": { |
49 | | - "@babel/core": "^7.8.3", |
50 | | - "@babel/preset-env": "^7.8.3", |
| 51 | + "@babel/core": "^7.8.4", |
| 52 | + "@babel/preset-env": "^7.8.4", |
51 | 53 | "eslint-plugin-prettier": "^3.1.2", |
52 | 54 | "typescript": "^3.7.5" |
53 | 55 | }, |
|
0 commit comments