Skip to content

Commit 267d78d

Browse files
authored
chore: stop pinning deps (conventional-changelog#615)
1 parent da84ec4 commit 267d78d

File tree

2 files changed

+28
-24
lines changed

2 files changed

+28
-24
lines changed

package.json

+23-23
Original file line numberDiff line numberDiff line change
@@ -35,35 +35,35 @@
3535
},
3636
"homepage": "https://github.com/conventional-changelog/standard-version#readme",
3737
"dependencies": {
38-
"chalk": "2.4.2",
38+
"chalk": "^2.4.2",
3939
"conventional-changelog": "3.1.21",
4040
"conventional-changelog-config-spec": "2.1.0",
4141
"conventional-changelog-conventionalcommits": "4.3.0",
4242
"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"
5353
},
5454
"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",
6464
"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"
6868
}
6969
}

renovate.json

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
{
22
"extends": [
33
"config:base"
4-
]
4+
],
5+
"pinVersions": false,
6+
"rebaseStalePrs": true,
7+
"gitAuthor": null,
8+
"ignoreDeps": ["decamelize"]
59
}

0 commit comments

Comments
 (0)