|
35 | 35 | },
|
36 | 36 | "homepage": "https://github.com/conventional-changelog/standard-version#readme",
|
37 | 37 | "dependencies": {
|
38 |
| - "chalk": "2.4.2", |
| 38 | + "chalk": "^2.4.2", |
39 | 39 | "conventional-changelog": "3.1.21",
|
40 | 40 | "conventional-changelog-config-spec": "2.1.0",
|
41 | 41 | "conventional-changelog-conventionalcommits": "4.3.0",
|
42 | 42 | "conventional-recommended-bump": "6.0.9",
|
43 |
| - "detect-indent": "6.0.0", |
44 |
| - "detect-newline": "3.1.0", |
45 |
| - "dotgitignore": "2.1.0", |
46 |
| - "figures": "3.1.0", |
47 |
| - "find-up": "4.1.0", |
48 |
| - "fs-access": "1.0.1", |
49 |
| - "git-semver-tags": "4.0.0", |
50 |
| - "semver": "7.1.1", |
51 |
| - "stringify-package": "1.0.1", |
52 |
| - "yargs": "15.3.1" |
| 43 | + "detect-indent": "^6.0.0", |
| 44 | + "detect-newline": "^3.1.0", |
| 45 | + "dotgitignore": "^2.1.0", |
| 46 | + "figures": "^3.1.0", |
| 47 | + "find-up": "^4.1.0", |
| 48 | + "fs-access": "^1.0.1", |
| 49 | + "git-semver-tags": "^4.0.0", |
| 50 | + "semver": "^7.1.1", |
| 51 | + "stringify-package": "^1.0.1", |
| 52 | + "yargs": "^15.3.1" |
53 | 53 | },
|
54 | 54 | "devDependencies": {
|
55 |
| - "chai": "4.2.0", |
56 |
| - "coveralls": "3.1.0", |
57 |
| - "eslint": "6.8.0", |
58 |
| - "eslint-config-standard": "14.1.1", |
59 |
| - "eslint-plugin-import": "2.20.0", |
60 |
| - "eslint-plugin-node": "10.0.0", |
61 |
| - "eslint-plugin-promise": "4.2.1", |
62 |
| - "eslint-plugin-standard": "4.0.1", |
63 |
| - "mocha": "7.2.0", |
| 55 | + "chai": "^4.2.0", |
| 56 | + "coveralls": "^3.1.0", |
| 57 | + "eslint": "^6.8.0", |
| 58 | + "eslint-config-standard": "^14.1.1", |
| 59 | + "eslint-plugin-import": "^2.20.0", |
| 60 | + "eslint-plugin-node": "^10.0.0", |
| 61 | + "eslint-plugin-promise": "^4.2.1", |
| 62 | + "eslint-plugin-standard": "^4.0.1", |
| 63 | + "mocha": "^7.2.0", |
64 | 64 | "mock-git": "^2.0.0",
|
65 |
| - "mockery": "2.1.0", |
66 |
| - "nyc": "14.1.1", |
67 |
| - "shelljs": "0.8.4" |
| 65 | + "mockery": "^2.1.0", |
| 66 | + "nyc": "^14.1.1", |
| 67 | + "shelljs": "^0.8.4" |
68 | 68 | }
|
69 | 69 | }
|
0 commit comments