|
58 | 58 | }, |
59 | 59 | "homepage": "https://kulshekhar.github.io/ts-jest", |
60 | 60 | "dependencies": { |
61 | | - "bs-logger": "^0.2.5", |
62 | | - "buffer-from": "^1.1.1", |
63 | | - "fast-json-stable-stringify": "^2.0.0", |
64 | | - "json5": "^2.0.1", |
65 | | - "make-error": "^1.3.5", |
66 | | - "mkdirp": "^0.5.1", |
67 | | - "semver": "^5.5.1", |
68 | | - "yargs-parser": "^10.1.0" |
| 61 | + "bs-logger": "0.x", |
| 62 | + "buffer-from": "1.x", |
| 63 | + "fast-json-stable-stringify": "2.x", |
| 64 | + "json5": "2.x", |
| 65 | + "make-error": "1.x", |
| 66 | + "mkdirp": "0.x", |
| 67 | + "semver": "5.x", |
| 68 | + "yargs-parser": "10.x" |
69 | 69 | }, |
70 | 70 | "peerDependencies": { |
71 | 71 | "jest": ">=22 <24" |
72 | 72 | }, |
73 | 73 | "devDependencies": { |
74 | | - "@commitlint/cli": "^7.1.2", |
75 | | - "@commitlint/config-conventional": "^7.1.2", |
76 | | - "@types/babel__core": "^7.0.1", |
77 | | - "@types/buffer-from": "^1.1.0", |
78 | | - "@types/cross-spawn": "^6.0.0", |
79 | | - "@types/fs-extra": "5.0.4", |
80 | | - "@types/jest": "^23.3.2", |
81 | | - "@types/js-yaml": "^3.11.2", |
82 | | - "@types/json5": "^0.0.30", |
83 | | - "@types/lodash.memoize": "^4.1.4", |
84 | | - "@types/lodash.merge": "^4.6.4", |
85 | | - "@types/lodash.set": "^4.3.4", |
86 | | - "@types/mkdirp": "^0.5.2", |
87 | | - "@types/node": "^10.9.4", |
88 | | - "@types/semver": "^5.5.0", |
89 | | - "@types/yargs": "^11.1.1", |
90 | | - "conventional-changelog-cli": "^2.0.5", |
91 | | - "cross-spawn": "^6.0.5", |
92 | | - "doctoc": "^1.3.1", |
93 | | - "eslint": "^5.5.0", |
94 | | - "fs-extra": "^7.0.0", |
95 | | - "glob-gitignore": "^1.0.9", |
96 | | - "husky": "^0.14.3", |
97 | | - "jest": "^23.6.0", |
98 | | - "js-yaml": "^3.12.0", |
99 | | - "lint-staged": "^7.2.2", |
100 | | - "lodash.memoize": "^4.1.2", |
101 | | - "lodash.merge": "^4.6.1", |
102 | | - "lodash.set": "^4.3.2", |
103 | | - "npm-run-all": "^4.1.3", |
104 | | - "prettier": "^1.14.2", |
105 | | - "source-map": "^0.7.3", |
106 | | - "tslint": "^5.11.0", |
107 | | - "tslint-config-prettier": "^1.15.0", |
108 | | - "tslint-plugin-prettier": "^1.3.0", |
109 | | - "typescript": "^3.0.3" |
| 74 | + "@commitlint/cli": "7.x", |
| 75 | + "@commitlint/config-conventional": "7.x", |
| 76 | + "@types/babel__core": "7.x", |
| 77 | + "@types/buffer-from": "*", |
| 78 | + "@types/cross-spawn": "*", |
| 79 | + "@types/fs-extra": "*", |
| 80 | + "@types/jest": "23.x", |
| 81 | + "@types/js-yaml": "*", |
| 82 | + "@types/json5": "*", |
| 83 | + "@types/lodash.memoize": "4.x", |
| 84 | + "@types/lodash.merge": "4.x", |
| 85 | + "@types/lodash.set": "4.x", |
| 86 | + "@types/mkdirp": "*", |
| 87 | + "@types/node": "10.x", |
| 88 | + "@types/semver": "*", |
| 89 | + "@types/yargs": "*", |
| 90 | + "conventional-changelog-cli": "2.x", |
| 91 | + "cross-spawn": "*", |
| 92 | + "eslint": "*", |
| 93 | + "fs-extra": "*", |
| 94 | + "glob-gitignore": "*", |
| 95 | + "husky": "*", |
| 96 | + "jest": "23.x", |
| 97 | + "js-yaml": "*", |
| 98 | + "lint-staged": "*", |
| 99 | + "lodash.memoize": "4.x", |
| 100 | + "lodash.merge": "4.x", |
| 101 | + "lodash.set": "4.x", |
| 102 | + "npm-run-all": "*", |
| 103 | + "prettier": "*", |
| 104 | + "source-map": "*", |
| 105 | + "tslint": "*", |
| 106 | + "tslint-config-prettier": "*", |
| 107 | + "tslint-plugin-prettier": "*", |
| 108 | + "typescript": "3.x" |
110 | 109 | }, |
111 | 110 | "lint-staged": { |
112 | 111 | "linters": { |
|
0 commit comments