Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Greiling <mike@pixelcog.com>2017-08-15 08:08:15 +0300
committerMike Greiling <mike@pixelcog.com>2017-08-15 08:08:15 +0300
commit23cbc0573778c4c67e9d6ef7bce12f4ada5bc80c (patch)
treed249a3eafe386773d252f1def112759d2ed90121 /package.json
parent60ed4aa568889e869b0e447dffdd1af7bbb51cae (diff)
update webpack to v3.5.4
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index 7cae0ecdd83..cbb9be3a27f 100644
--- a/package.json
+++ b/package.json
@@ -63,7 +63,7 @@
"vue-loader": "^11.3.4",
"vue-resource": "^1.3.4",
"vue-template-compiler": "^2.2.6",
- "webpack": "^3.5.1",
+ "webpack": "^3.5.4",
"webpack-bundle-analyzer": "^2.8.2",
"webpack-stats-plugin": "^0.1.5"
},