|
1 | 1 | {
|
2 | 2 | "name": "eslint-import-resolver-typescript",
|
3 |
| - "version": "2.0.0", |
| 3 | + "version": "2.1.0", |
4 | 4 | "description": "TypeScript .ts .tsx module resolver for `eslint-plugin-import`.",
|
5 | 5 | "repository": "https://github.com/alexgorbatchev/eslint-import-resolver-typescript",
|
6 | 6 | "author": "Alex Gorbatchev <alex.gorbatchev@gmail.com>",
|
|
33 | 33 | "lint": "run-p lint:*",
|
34 | 34 | "lint:es": "cross-env PARSER_NO_WATCH=true eslint src --cache --ext md,js,ts -f friendly",
|
35 | 35 | "lint:tsc": "tsc --incremental false --noEmit",
|
| 36 | + "postinstall": "yarn-deduplicate || exit 0", |
36 | 37 | "prepublishOnly": "yarn build",
|
37 | 38 | "pretest": "r",
|
| 39 | + "release": "sh scripts/release.sh", |
38 | 40 | "test": "run-p test:*",
|
39 | 41 | "test:multipleEslintrcs": "eslint --ext ts,tsx tests/multipleEslintrcs",
|
40 | 42 | "test:multipleTsconfigs": "eslint --ext ts,tsx tests/multipleTsconfigs",
|
41 | 43 | "test:withPaths": "eslint --ext ts,tsx tests/withPaths",
|
42 | 44 | "test:withoutPaths": "eslint --ext ts,tsx tests/withoutPaths",
|
43 |
| - "type-coverage": "type-coverage --cache --detail --ignore-catch --strict" |
| 45 | + "type-coverage": "type-coverage --cache --detail --ignore-catch --strict --update" |
44 | 46 | },
|
45 | 47 | "peerDependencies": {
|
46 | 48 | "eslint": "*",
|
|
50 | 52 | "debug": "^4.1.1",
|
51 | 53 | "glob": "^7.1.6",
|
52 | 54 | "is-glob": "^4.0.1",
|
53 |
| - "resolve": "^1.15.1", |
| 55 | + "resolve": "^1.17.0", |
54 | 56 | "tsconfig-paths": "^3.9.0"
|
55 | 57 | },
|
56 | 58 | "devDependencies": {
|
57 |
| - "@1stg/lib-config": "^0.4.5", |
| 59 | + "@1stg/lib-config": "^0.5.5", |
58 | 60 | "@types/debug": "^4.1.5",
|
59 |
| - "@types/glob": "^7.1.1", |
| 61 | + "@types/glob": "^7.1.3", |
60 | 62 | "@types/is-glob": "^4.0.1",
|
61 |
| - "@types/node": "^13.11.1", |
62 |
| - "@types/resolve": "^1.14.0", |
| 63 | + "@types/node": "^14.0.27", |
| 64 | + "@types/resolve": "^1.17.1", |
63 | 65 | "@types/unist": "^2.0.3",
|
64 | 66 | "dummy.js": "link:dummy.js",
|
65 | 67 | "eslint-import-resolver-typescript": "link:.",
|
66 | 68 | "npm-run-all": "^4.1.5",
|
67 | 69 | "react": "^16.13.1",
|
68 |
| - "type-coverage": "^2.4.2", |
69 |
| - "typescript": "^3.8.3" |
| 70 | + "standard-version": "^8.0.2", |
| 71 | + "type-coverage": "^2.9.0", |
| 72 | + "typescript": "^3.9.7", |
| 73 | + "yarn-deduplicate": "^2.1.1" |
70 | 74 | },
|
71 | 75 | "resolutions": {
|
72 |
| - "eslint-import-resolver-typescript": "link:." |
| 76 | + "eslint-import-resolver-typescript": "link:.", |
| 77 | + "prettier": "^2.0.5" |
73 | 78 | },
|
74 | 79 | "typeCoverage": {
|
75 |
| - "atLeast": 100 |
| 80 | + "atLeast": 98.73 |
76 | 81 | }
|
77 | 82 | }
|
0 commit comments