|
13 | 13 | "build": "run-p build:*", |
14 | 14 | "build:r": "r -f es2015", |
15 | 15 | "build:ts": "tsc -b", |
16 | | - "clean": "rimraf packages/*/{lib,*.tsbuildinfo} node_modules/@1stg/eslint-config/node_modules", |
| 16 | + "clean": "rimraf packages/*/{lib,*.tsbuildinfo}", |
17 | 17 | "lint": "run-p lint:*", |
18 | 18 | "lint:es": "eslint . --cache -f friendly", |
19 | 19 | "lint:tsc": "tsc --noEmit", |
20 | | - "postinstall": "patch-package && simple-git-hooks && yarn-deduplicate --strategy fewer || exit 0", |
21 | 20 | "prelint": "yarn build", |
| 21 | + "prepare": "patch-package && simple-git-hooks && yarn-deduplicate --strategy fewer || exit 0", |
22 | 22 | "prerelease": "yarn build", |
23 | 23 | "release": "lerna publish --conventional-commits --create-release github --yes", |
24 | 24 | "release-next": "lerna publish --conventional-prerelease --preid next --pre-dist-tag next --yes", |
|
27 | 27 | }, |
28 | 28 | "devDependencies": { |
29 | 29 | "@1stg/lib-config": "^6.0.0", |
30 | | - "@types/eslint": "^8.4.1", |
| 30 | + "@types/eslint": "^8.4.2", |
31 | 31 | "@types/eslint-plugin-markdown": "^2.0.0", |
32 | | - "@types/jest": "^27.4.1", |
33 | | - "@types/node": "^17.0.29", |
34 | | - "@types/react": "^18.0.8", |
| 32 | + "@types/jest": "^27.5.0", |
| 33 | + "@types/node": "^17.0.31", |
| 34 | + "@types/react": "^18.0.9", |
35 | 35 | "@types/unist": "^2.0.6", |
36 | 36 | "lerna": "^4.0.0", |
37 | 37 | "patch-package": "^6.4.7", |
38 | 38 | "react": "^18.1.0", |
39 | | - "ts-jest": "^28.0.0-next.3", |
| 39 | + "ts-jest": "^28.0.2", |
40 | 40 | "ts-node": "^10.7.0", |
41 | 41 | "type-coverage": "^2.21.1", |
42 | 42 | "typescript": "^4.6.4" |
|
66 | 66 | "^eslint-mdx$": "<rootDir>/packages/eslint-mdx/src", |
67 | 67 | "^eslint-plugin-mdx$": "<rootDir>/packages/eslint-plugin-mdx/src" |
68 | 68 | }, |
69 | | - "transform": { |
70 | | - "^.+\\.tsx?$": "ts-jest/legacy" |
71 | | - }, |
72 | 69 | "collectCoverage": true, |
73 | 70 | "coverageThreshold": { |
74 | 71 | "global": { |
|
0 commit comments