Skip to content

Commit

Permalink
chore: stop pinning deps (#615)
Browse files Browse the repository at this point in the history
  • Loading branch information
bcoe committed Jul 12, 2020
1 parent da84ec4 commit 267d78d
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 24 deletions.
46 changes: 23 additions & 23 deletions package.json
Expand Up @@ -35,35 +35,35 @@
},
"homepage": "https://github.com/conventional-changelog/standard-version#readme",
"dependencies": {
"chalk": "2.4.2",
"chalk": "^2.4.2",
"conventional-changelog": "3.1.21",
"conventional-changelog-config-spec": "2.1.0",
"conventional-changelog-conventionalcommits": "4.3.0",
"conventional-recommended-bump": "6.0.9",
"detect-indent": "6.0.0",
"detect-newline": "3.1.0",
"dotgitignore": "2.1.0",
"figures": "3.1.0",
"find-up": "4.1.0",
"fs-access": "1.0.1",
"git-semver-tags": "4.0.0",
"semver": "7.1.1",
"stringify-package": "1.0.1",
"yargs": "15.3.1"
"detect-indent": "^6.0.0",
"detect-newline": "^3.1.0",
"dotgitignore": "^2.1.0",
"figures": "^3.1.0",
"find-up": "^4.1.0",
"fs-access": "^1.0.1",
"git-semver-tags": "^4.0.0",
"semver": "^7.1.1",
"stringify-package": "^1.0.1",
"yargs": "^15.3.1"
},
"devDependencies": {
"chai": "4.2.0",
"coveralls": "3.1.0",
"eslint": "6.8.0",
"eslint-config-standard": "14.1.1",
"eslint-plugin-import": "2.20.0",
"eslint-plugin-node": "10.0.0",
"eslint-plugin-promise": "4.2.1",
"eslint-plugin-standard": "4.0.1",
"mocha": "7.2.0",
"chai": "^4.2.0",
"coveralls": "^3.1.0",
"eslint": "^6.8.0",
"eslint-config-standard": "^14.1.1",
"eslint-plugin-import": "^2.20.0",
"eslint-plugin-node": "^10.0.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
"mocha": "^7.2.0",
"mock-git": "^2.0.0",
"mockery": "2.1.0",
"nyc": "14.1.1",
"shelljs": "0.8.4"
"mockery": "^2.1.0",
"nyc": "^14.1.1",
"shelljs": "^0.8.4"
}
}
6 changes: 5 additions & 1 deletion renovate.json
@@ -1,5 +1,9 @@
{
"extends": [
"config:base"
]
],
"pinVersions": false,
"rebaseStalePrs": true,
"gitAuthor": null,
"ignoreDeps": ["decamelize"]
}

0 comments on commit 267d78d

Please sign in to comment.