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-07-07 22:06:09 +0300
committerMike Greiling <mike@pixelcog.com>2017-08-07 19:08:58 +0300
commit489c3bccd13584f2f6a64bded1f9b34b5df68afc (patch)
tree3df7a9163b6e5fc77b2b29c379ba36318aa6b371 /package.json
parente4937c69f21dd670eca48c9f4b89d8fa36d75428 (diff)
upgrade webpack to v3.1.0
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 c92eb10d25f..32d4155fe26 100644
--- a/package.json
+++ b/package.json
@@ -59,7 +59,7 @@
"vue-loader": "^11.3.4",
"vue-resource": "^1.3.4",
"vue-template-compiler": "^2.2.6",
- "webpack": "^3.0.0",
+ "webpack": "^3.1.0",
"webpack-bundle-analyzer": "^2.8.2",
"webpack-stats-plugin": "^0.1.5"
},