Skip to content

Commit

Permalink
Merge pull request #1428 from mattolson/STRF-5934
Browse files Browse the repository at this point in the history
STRF-5934: Lock down webpack version
  • Loading branch information
mattolson authored Jan 23, 2019
2 parents 7563cc7 + 8acc36e commit ae592f6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,10 @@
"lodash-webpack-plugin": "^0.11.2",
"npx": "^10.2.0",
"time-grunt": "^1.2.2",
"webpack": "^4.27.1",
"webpack": "~4.27.1",
"webpack-bundle-analyzer": "^3.0.3",
"webpack-cli": "^3.1.2",
"webpack-merge": "^4.1.2"
"webpack-cli": "~3.1.2",
"webpack-merge": "~4.1.2"
},
"scripts": {
"build": "npx webpack --config webpack.prod.js",
Expand Down

0 comments on commit ae592f6

Please sign in to comment.