Skip to content

Commit ae592f6

Browse files
authored
Merge pull request #1428 from mattolson/STRF-5934
STRF-5934: Lock down webpack version
2 parents 7563cc7 + 8acc36e commit ae592f6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,10 @@
5757
"lodash-webpack-plugin": "^0.11.2",
5858
"npx": "^10.2.0",
5959
"time-grunt": "^1.2.2",
60-
"webpack": "^4.27.1",
60+
"webpack": "~4.27.1",
6161
"webpack-bundle-analyzer": "^3.0.3",
62-
"webpack-cli": "^3.1.2",
63-
"webpack-merge": "^4.1.2"
62+
"webpack-cli": "~3.1.2",
63+
"webpack-merge": "~4.1.2"
6464
},
6565
"scripts": {
6666
"build": "npx webpack --config webpack.prod.js",

0 commit comments

Comments
 (0)