Skip to content

Commit

Permalink
Update dependency webpack-cli to v3.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jun 7, 2019
1 parent a738f3f commit dd931f6
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 11 deletions.
19 changes: 13 additions & 6 deletions dashboard/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dashboard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
"vue-style-loader": "3.1.2",
"vue-template-compiler": "2.6.10",
"webpack": "4.30.0",
"webpack-cli": "3.3.0",
"webpack-cli": "3.3.3",
"webpack-dev-server": "3.2.1",
"webpack-merge": "4.2.1"
},
Expand Down
14 changes: 10 additions & 4 deletions dashboard/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7265,6 +7265,11 @@ prettier@1.16.3:
resolved "http://registry.npm.taobao.org/prettier/download/prettier-1.16.3.tgz#8c62168453badef702f34b45b6ee899574a6a65d"
integrity sha1-jGIWhFO63vcC80tFtu6JlXSmpl0=

prettier@^1.17.0:
version "1.18.0"
resolved "https://registry.yarnpkg.com/prettier/-/prettier-1.18.0.tgz#d1701ca9b2941864b52f3262b35946d2c9cd88f0"
integrity sha512-YsdAD29M0+WY2xXZk3i0PA16olY9qZss+AuODxglXcJ+2ZBwFv+6k5tE8GS8/HKAthaajlS/WqhdgcjumOrPlg==

pretty-error@^2.0.2:
version "2.1.1"
resolved "http://registry.npm.taobao.org/pretty-error/download/pretty-error-2.1.1.tgz#5f4f87c8f91e5ae3f3ba87ab4cf5e03b1a17f1a3"
Expand Down Expand Up @@ -9346,10 +9351,10 @@ webidl-conversions@^4.0.2:
resolved "http://registry.npm.taobao.org/webidl-conversions/download/webidl-conversions-4.0.2.tgz#a855980b1f0b6b359ba1d5d9fb39ae941faa63ad"
integrity sha1-qFWYCx8LazWbodXZ+zmulB+qY60=

webpack-cli@3.3.0:
version "3.3.0"
resolved "http://registry.npm.taobao.org/webpack-cli/download/webpack-cli-3.3.0.tgz#55c8a74cae1e88117f9dda3a801c7272e93ca318"
integrity sha1-VcinTK4eiBF/ndo6gBxycuk8oxg=
webpack-cli@3.3.3:
version "3.3.3"
resolved "https://registry.yarnpkg.com/webpack-cli/-/webpack-cli-3.3.3.tgz#8b7587dee369a838eb4722f6cfa711c779011e5f"
integrity sha512-/qBxTvsxZ7bIFQtSa08QRY5BZuiJb27cbJM/nzmgXg9NEaudP20D7BruKKIuWfABqWoMEJQcNYYq/OxxSbPHlg==
dependencies:
chalk "^2.4.1"
cross-spawn "^6.0.5"
Expand All @@ -9359,6 +9364,7 @@ webpack-cli@3.3.0:
import-local "^2.0.0"
interpret "^1.1.0"
loader-utils "^1.1.0"
prettier "^1.17.0"
supports-color "^5.5.0"
v8-compile-cache "^2.0.2"
yargs "^12.0.5"
Expand Down

0 comments on commit dd931f6

Please sign in to comment.