Skip to content

Commit

Permalink
build: bump webpack-cli from 2.1.2 to 2.1.3 in /examples/full (#91)
Browse files Browse the repository at this point in the history
Bumps [webpack-cli](https://github.com/webpack/webpack-cli) from 2.1.2 to 2.1.3.
- [Release notes](https://github.com/webpack/webpack-cli/releases)
- [Changelog](https://github.com/webpack/webpack-cli/blob/master/CHANGELOG.md)
- [Commits](webpack/webpack-cli@v2.1.2...2.1.3)

Signed-off-by: dependabot[bot] <support@dependabot.com>
  • Loading branch information
dependabot[bot] authored and Kocal committed May 8, 2018
1 parent 2acdd4a commit 3023fd5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion examples/full/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"vue-template-compiler": "^2.5.13",
"webpack": "^4.8.1",
"webpack-chrome-extension-reloader": "^0.6.7",
"webpack-cli": "^2.0.14",
"webpack-cli": "^2.1.3",
"webpack-shell-plugin": "^0.5.0",
"zip-folder": "^1.0.0"
}
Expand Down
6 changes: 3 additions & 3 deletions examples/full/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7081,9 +7081,9 @@ webpack-chrome-extension-reloader@^0.6.7:
webpack-sources "^1.0.1"
ws "^3.3.3"

webpack-cli@^2.0.14:
version "2.1.2"
resolved "https://registry.yarnpkg.com/webpack-cli/-/webpack-cli-2.1.2.tgz#9c9a4b90584f7b8acaf591238ef0667e04c817f6"
webpack-cli@^2.1.3:
version "2.1.3"
resolved "https://registry.yarnpkg.com/webpack-cli/-/webpack-cli-2.1.3.tgz#65d166851abaa56067ef3f716b02a97ba6bbe84d"
dependencies:
chalk "^2.3.2"
cross-spawn "^6.0.5"
Expand Down
2 changes: 1 addition & 1 deletion template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"vue-template-compiler": "^2.5.13",
"webpack": "^4.8.1",
"webpack-chrome-extension-reloader": "^0.6.7",
"webpack-cli": "^2.0.14",
"webpack-cli": "^2.1.3",
"webpack-shell-plugin": "^0.5.0",
"zip-folder": "^1.0.0"
}
Expand Down

0 comments on commit 3023fd5

Please sign in to comment.