aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--vnext/package.json2
-rw-r--r--vnext/yarn.lock6
2 files changed, 4 insertions, 4 deletions
diff --git a/vnext/package.json b/vnext/package.json
index 7833941c..45dfed6d 100644
--- a/vnext/package.json
+++ b/vnext/package.json
@@ -34,7 +34,7 @@
"react-test-renderer": "^16.4.1",
"style-loader": "^0.21.0",
"webpack": "^4.12.1",
- "webpack-command": "^0.3.0",
+ "webpack-command": "0.2.1",
"webpack-serve": "^1.0.4"
},
"babel": {
diff --git a/vnext/yarn.lock b/vnext/yarn.lock
index b0412eb0..6dbde28a 100644
--- a/vnext/yarn.lock
+++ b/vnext/yarn.lock
@@ -6560,9 +6560,9 @@ webidl-conversions@^4.0.2:
version "4.0.2"
resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-4.0.2.tgz#a855980b1f0b6b359ba1d5d9fb39ae941faa63ad"
-webpack-command@^0.3.0:
- version "0.3.0"
- resolved "https://registry.yarnpkg.com/webpack-command/-/webpack-command-0.3.0.tgz#33d6181919d4d532b569897802019cf4e502f741"
+webpack-command@0.2.1:
+ version "0.2.1"
+ resolved "https://registry.yarnpkg.com/webpack-command/-/webpack-command-0.2.1.tgz#67b741026807813947dfc0154fba9db27e3b42eb"
dependencies:
"@webpack-contrib/config-loader" "^1.0.0"
"@webpack-contrib/schema-utils" "^1.0.0-beta.0"