|
16 | 16 | "clean": "rimraf packages/*/{lib,*.tsbuildinfo} node_modules/@1stg/eslint-config/node_modules",
|
17 | 17 | "lint": "run-p lint:*",
|
18 | 18 | "lint:es": "eslint . --cache -f friendly",
|
19 |
| - "lint:ts": "tslint -p . -t stylish", |
| 19 | + "lint:tsc": "tsc --noEmit", |
20 | 20 | "postinstall": "simple-git-hooks && yarn-deduplicate --strategy fewer || exit 0",
|
21 | 21 | "prelint": "yarn build",
|
22 | 22 | "prerelease": "yarn build",
|
|
25 | 25 | "typecov": "type-coverage"
|
26 | 26 | },
|
27 | 27 | "devDependencies": {
|
28 |
| - "@1stg/lib-config": "^3.0.0", |
29 |
| - "@1stg/tslint-config": "^2.1.0", |
30 |
| - "@types/eslint": "^7.28.0", |
| 28 | + "@1stg/lib-config": "^4.1.2", |
| 29 | + "@types/eslint": "^7.28.1", |
31 | 30 | "@types/eslint-plugin-markdown": "^2.0.0",
|
32 |
| - "@types/jest": "^27.0.1", |
33 |
| - "@types/node": "^16.7.1", |
34 |
| - "@types/react": "^17.0.19", |
| 31 | + "@types/jest": "^27.0.2", |
| 32 | + "@types/node": "^16.10.9", |
| 33 | + "@types/react": "^17.0.29", |
35 | 34 | "@types/unist": "^2.0.6",
|
36 | 35 | "lerna": "^4.0.0",
|
37 | 36 | "npm-run-all": "^4.1.5",
|
38 | 37 | "react": "^17.0.2",
|
39 | 38 | "remark-frontmatter": "2",
|
40 | 39 | "remark-validate-links": "^10.0.4",
|
41 | 40 | "ts-jest": "^27.0.5",
|
42 |
| - "ts-node": "^10.2.1", |
43 |
| - "tslint": "^6.1.3", |
| 41 | + "ts-node": "^10.3.0", |
44 | 42 | "type-coverage": "^2.18.2",
|
45 |
| - "typescript": "^4.3.5", |
| 43 | + "typescript": "^4.4.4", |
46 | 44 | "yarn-deduplicate": "^3.1.0"
|
47 | 45 | },
|
48 | 46 | "resolutions": {
|
49 |
| - "prettier": "^2.3.2" |
| 47 | + "prettier": "^2.4.1" |
50 | 48 | },
|
51 | 49 | "commitlint": {
|
52 | 50 | "extends": [
|
|
0 commit comments