|
17 | 17 | "lint": "run-p lint:*",
|
18 | 18 | "lint:es": "cross-env PARSER_NO_WATCH=true eslint . --cache --ext js,md,ts -f friendly",
|
19 | 19 | "lint:ts": "tslint -p . -t stylish",
|
20 |
| - "postinstall": "yarn-deduplicate --strategy fewer || exit 0", |
| 20 | + "postinstall": "simple-git-hooks && yarn-deduplicate --strategy fewer || exit 0", |
21 | 21 | "prerelease": "yarn build",
|
22 | 22 | "release": "lerna publish --conventional-commits --create-release github --yes",
|
23 | 23 | "test": "jest",
|
24 | 24 | "typecov": "type-coverage"
|
25 | 25 | },
|
26 | 26 | "devDependencies": {
|
27 |
| - "@1stg/lib-config": "^1.2.0", |
| 27 | + "@1stg/lib-config": "^1.2.4", |
28 | 28 | "@1stg/tslint-config": "^1.2.0",
|
29 | 29 | "@types/eslint": "^7.2.7",
|
30 |
| - "@types/jest": "^26.0.20", |
| 30 | + "@types/jest": "^26.0.21", |
31 | 31 | "@types/node": "^14.14.35",
|
32 | 32 | "@types/react": "^17.0.3",
|
33 | 33 | "@types/unist": "^2.0.3",
|
34 | 34 | "eslint-mdx": "link:packages/eslint-mdx/src",
|
35 | 35 | "eslint-plugin-mdx": "link:packages/eslint-plugin-mdx/src",
|
36 | 36 | "lerna": "^4.0.0",
|
37 | 37 | "npm-run-all": "^4.1.5",
|
38 |
| - "react": "^17.0.1", |
39 |
| - "ts-jest": "^26.5.3", |
| 38 | + "react": "^17.0.2", |
| 39 | + "ts-jest": "^26.5.4", |
40 | 40 | "ts-node": "^9.1.1",
|
41 | 41 | "tslint": "^6.1.3",
|
42 | 42 | "type-coverage": "^2.17.0",
|
|
0 commit comments