Skip to content

Commit

Permalink
Merge pull request #410 from unarxiv/renovate/webpack-cli-3.x
Browse files Browse the repository at this point in the history
Update dependency webpack-cli to v3.3.4
  • Loading branch information
Xiaozhe Yao authored Jun 14, 2019
2 parents e0fb7e5 + dd2b60a commit 0bf41ce
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.4",
"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 @@ -7277,6 +7277,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.2"
resolved "https://registry.yarnpkg.com/prettier/-/prettier-1.18.2.tgz#6823e7c5900017b4bd3acf46fe9ac4b4d7bda9ea"
integrity sha512-OeHeMc0JhFE9idD4ZdtNibzY0+TPHSpSSb9h8FqtP+YnoZZ1sl8Vc9b1sasjfymH3SonAF4QcA2+mzHPhMvIiw==

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 @@ -9358,10 +9363,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.4:
version "3.3.4"
resolved "https://registry.yarnpkg.com/webpack-cli/-/webpack-cli-3.3.4.tgz#de27e281c48a897b8c219cb093e261d5f6afe44a"
integrity sha512-ubJGQEKMtBSpT+LiL5hXvn2GIOWiRWItR1DGUqJRhwRBeGhpRXjvF5f0erqdRJLErkfqS5/Ldkkedh4AL5Q1ZQ==
dependencies:
chalk "^2.4.1"
cross-spawn "^6.0.5"
Expand All @@ -9371,6 +9376,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 0bf41ce

Please sign in to comment.