diff options
-rw-r--r-- | vnext/package.json | 4 | ||||
-rw-r--r-- | vnext/yarn.lock | 23 |
2 files changed, 18 insertions, 9 deletions
diff --git a/vnext/package.json b/vnext/package.json index 58f4b80e..27aec38b 100644 --- a/vnext/package.json +++ b/vnext/package.json @@ -28,13 +28,13 @@ "internal-ip": "^3.0.1", "jest": "^23.2.0", "koa-connect": "^2.0.1", - "mini-css-extract-plugin": "^0.4.0", + "mini-css-extract-plugin": "^0.4.1", "optimize-css-assets-webpack-plugin": "^4.0.3", "postcss-loader": "^2.1.5", "prop-types": "^15.6.2", "react-test-renderer": "^16.4.1", "style-loader": "^0.21.0", - "webpack": "^4.12.2", + "webpack": "^4.14.0", "webpack-command": "0.3.1", "webpack-serve": "^1.0.4" }, diff --git a/vnext/yarn.lock b/vnext/yarn.lock index 356ed499..3953d8d7 100644 --- a/vnext/yarn.lock +++ b/vnext/yarn.lock @@ -2182,6 +2182,14 @@ enhanced-resolve@^4.0.0: memory-fs "^0.4.0" tapable "^1.0.0" +enhanced-resolve@^4.1.0: + version "4.1.0" + resolved "https://registry.yarnpkg.com/enhanced-resolve/-/enhanced-resolve-4.1.0.tgz#41c7e0bfdfe74ac1ffe1e57ad6a5c6c9f3742a7f" + dependencies: + graceful-fs "^4.1.2" + memory-fs "^0.4.0" + tapable "^1.0.0" + entities@^1.1.1, entities@~1.1.1: version "1.1.1" resolved "https://registry.yarnpkg.com/entities/-/entities-1.1.1.tgz#6e5c2d0a5621b5dadaecef80b90edfb5cd7772f0" @@ -4276,10 +4284,11 @@ mimic-fn@^1.0.0: version "1.2.0" resolved "https://registry.yarnpkg.com/mimic-fn/-/mimic-fn-1.2.0.tgz#820c86a39334640e99516928bd03fca88057d022" -mini-css-extract-plugin@^0.4.0: - version "0.4.0" - resolved "https://registry.yarnpkg.com/mini-css-extract-plugin/-/mini-css-extract-plugin-0.4.0.tgz#ff3bf08bee96e618e177c16ca6131bfecef707f9" +mini-css-extract-plugin@^0.4.1: + version "0.4.1" + resolved "https://registry.yarnpkg.com/mini-css-extract-plugin/-/mini-css-extract-plugin-0.4.1.tgz#d2bcf77bb2596b8e4bd9257e43d3f9164c2e86cb" dependencies: + "@webpack-contrib/schema-utils" "^1.0.0-beta.0" loader-utils "^1.1.0" webpack-sources "^1.1.0" @@ -6930,9 +6939,9 @@ webpack-sources@^1.0.1, webpack-sources@^1.1.0: source-list-map "^2.0.0" source-map "~0.6.1" -webpack@^4.12.2: - version "4.12.2" - resolved "https://registry.yarnpkg.com/webpack/-/webpack-4.12.2.tgz#d2b8418eb40cedcbf2c1f5905d23a99546011ce9" +webpack@^4.14.0: + version "4.14.0" + resolved "https://registry.yarnpkg.com/webpack/-/webpack-4.14.0.tgz#bbcc40dbf9a34129491b431574189d3802972243" dependencies: "@webassemblyjs/ast" "1.5.12" "@webassemblyjs/helper-module-context" "1.5.12" @@ -6944,7 +6953,7 @@ webpack@^4.12.2: ajv "^6.1.0" ajv-keywords "^3.1.0" chrome-trace-event "^1.0.0" - enhanced-resolve "^4.0.0" + enhanced-resolve "^4.1.0" eslint-scope "^3.7.1" json-parse-better-errors "^1.0.2" loader-runner "^2.3.0" |