Skip to content

Commit 1c2beff

Browse files
authored
chore(renovate): add rangeStrategy: bump (#1885)
1 parent 6020e21 commit 1c2beff

File tree

2 files changed

+37
-36
lines changed

2 files changed

+37
-36
lines changed

package.json

+35-35
Original file line numberDiff line numberDiff line change
@@ -65,44 +65,44 @@
6565
"yargs": "12.0.5"
6666
},
6767
"devDependencies": {
68-
"@babel/cli": "7.4.4",
69-
"@babel/core": "7.4.4",
70-
"@babel/preset-env": "7.4.4",
68+
"@babel/cli": "^7.4.4",
69+
"@babel/core": "^7.4.4",
70+
"@babel/preset-env": "^7.4.4",
7171
"@commitlint/cli": "^7.6.1",
7272
"@commitlint/config-conventional": "^7.6.0",
73-
"babel-loader": "8.0.6",
74-
"commitlint-azure-pipelines-cli": "1.0.1",
75-
"copy-webpack-plugin": "5.0.3",
76-
"css-loader": "2.1.1",
77-
"eslint": "5.16.0",
73+
"babel-loader": "^8.0.6",
74+
"commitlint-azure-pipelines-cli": "^1.0.1",
75+
"copy-webpack-plugin": "^5.0.3",
76+
"css-loader": "^2.1.1",
77+
"eslint": "^5.16.0",
7878
"eslint-config-prettier": "^4.3.0",
79-
"eslint-config-webpack": "1.2.5",
80-
"eslint-plugin-import": "2.17.2",
81-
"execa": "1.0.0",
82-
"file-loader": "3.0.1",
83-
"html-loader": "0.5.5",
84-
"html-webpack-plugin": "3.2.0",
85-
"husky": "2.3.0",
86-
"jest": "24.8.0",
87-
"jest-junit": "6.4.0",
88-
"jquery": "3.4.1",
89-
"less": "3.9.0",
90-
"less-loader": "5.0.0",
91-
"lint-staged": "8.1.7",
92-
"marked": "0.6.2",
93-
"memfs": "2.15.2",
94-
"npm-run-all": "4.1.5",
95-
"nyc": "14.1.1",
96-
"prettier": "1.17.1",
97-
"puppeteer": "1.16.0",
98-
"rimraf": "2.6.3",
99-
"standard-version": "6.0.1",
100-
"style-loader": "0.23.1",
101-
"supertest": "4.0.2",
102-
"url-loader": "1.1.2",
103-
"webpack": "4.31.0",
104-
"webpack-cli": "3.3.2",
105-
"ws": "6.2.1"
79+
"eslint-config-webpack": "^1.2.5",
80+
"eslint-plugin-import": "^2.17.2",
81+
"execa": "^1.0.0",
82+
"file-loader": "^3.0.1",
83+
"html-loader": "^0.5.5",
84+
"html-webpack-plugin": "^3.2.0",
85+
"husky": "^2.3.0",
86+
"jest": "^24.8.0",
87+
"jest-junit": "^6.4.0",
88+
"jquery": "^3.4.1",
89+
"less": "^3.9.0",
90+
"less-loader": "^5.0.0",
91+
"lint-staged": "^8.1.7",
92+
"marked": "^0.6.2",
93+
"memfs": "^2.15.2",
94+
"npm-run-all": "^4.1.5",
95+
"nyc": "^14.1.1",
96+
"prettier": "^1.17.1",
97+
"puppeteer": "^1.16.0",
98+
"rimraf": "^2.6.3",
99+
"standard-version": "^6.0.1",
100+
"style-loader": "^0.23.1",
101+
"supertest": "^4.0.2",
102+
"url-loader": "^1.1.2",
103+
"webpack": "^4.31.0",
104+
"webpack-cli": "^3.3.2",
105+
"ws": "^6.2.1"
106106
},
107107
"peerDependencies": {
108108
"webpack": "^4.0.0"

renovate.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,6 @@
77
"patch": {
88
"groupName": "all patch dependencies"
99
},
10-
"separateMinorPatch": true
10+
"separateMinorPatch": true,
11+
"rangeStrategy": "bump"
1112
}

0 commit comments

Comments
 (0)