Skip to content

Commit

Permalink
chore(renovate): add rangeStrategy: bump (#1885)
Browse files Browse the repository at this point in the history
  • Loading branch information
hiroppy committed May 16, 2019
1 parent 6020e21 commit 1c2beff
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 36 deletions.
70 changes: 35 additions & 35 deletions package.json
Expand Up @@ -65,44 +65,44 @@
"yargs": "12.0.5"
},
"devDependencies": {
"@babel/cli": "7.4.4",
"@babel/core": "7.4.4",
"@babel/preset-env": "7.4.4",
"@babel/cli": "^7.4.4",
"@babel/core": "^7.4.4",
"@babel/preset-env": "^7.4.4",
"@commitlint/cli": "^7.6.1",
"@commitlint/config-conventional": "^7.6.0",
"babel-loader": "8.0.6",
"commitlint-azure-pipelines-cli": "1.0.1",
"copy-webpack-plugin": "5.0.3",
"css-loader": "2.1.1",
"eslint": "5.16.0",
"babel-loader": "^8.0.6",
"commitlint-azure-pipelines-cli": "^1.0.1",
"copy-webpack-plugin": "^5.0.3",
"css-loader": "^2.1.1",
"eslint": "^5.16.0",
"eslint-config-prettier": "^4.3.0",
"eslint-config-webpack": "1.2.5",
"eslint-plugin-import": "2.17.2",
"execa": "1.0.0",
"file-loader": "3.0.1",
"html-loader": "0.5.5",
"html-webpack-plugin": "3.2.0",
"husky": "2.3.0",
"jest": "24.8.0",
"jest-junit": "6.4.0",
"jquery": "3.4.1",
"less": "3.9.0",
"less-loader": "5.0.0",
"lint-staged": "8.1.7",
"marked": "0.6.2",
"memfs": "2.15.2",
"npm-run-all": "4.1.5",
"nyc": "14.1.1",
"prettier": "1.17.1",
"puppeteer": "1.16.0",
"rimraf": "2.6.3",
"standard-version": "6.0.1",
"style-loader": "0.23.1",
"supertest": "4.0.2",
"url-loader": "1.1.2",
"webpack": "4.31.0",
"webpack-cli": "3.3.2",
"ws": "6.2.1"
"eslint-config-webpack": "^1.2.5",
"eslint-plugin-import": "^2.17.2",
"execa": "^1.0.0",
"file-loader": "^3.0.1",
"html-loader": "^0.5.5",
"html-webpack-plugin": "^3.2.0",
"husky": "^2.3.0",
"jest": "^24.8.0",
"jest-junit": "^6.4.0",
"jquery": "^3.4.1",
"less": "^3.9.0",
"less-loader": "^5.0.0",
"lint-staged": "^8.1.7",
"marked": "^0.6.2",
"memfs": "^2.15.2",
"npm-run-all": "^4.1.5",
"nyc": "^14.1.1",
"prettier": "^1.17.1",
"puppeteer": "^1.16.0",
"rimraf": "^2.6.3",
"standard-version": "^6.0.1",
"style-loader": "^0.23.1",
"supertest": "^4.0.2",
"url-loader": "^1.1.2",
"webpack": "^4.31.0",
"webpack-cli": "^3.3.2",
"ws": "^6.2.1"
},
"peerDependencies": {
"webpack": "^4.0.0"
Expand Down
3 changes: 2 additions & 1 deletion renovate.json
Expand Up @@ -7,5 +7,6 @@
"patch": {
"groupName": "all patch dependencies"
},
"separateMinorPatch": true
"separateMinorPatch": true,
"rangeStrategy": "bump"
}

0 comments on commit 1c2beff

Please sign in to comment.