Skip to content

Commit

Permalink
Bump vue-style-loader from 3.1.1 to 4.1.0
Browse files Browse the repository at this point in the history
Bumps [vue-style-loader](https://github.com/vuejs/vue-style-loader) from 3.1.1 to 4.1.0.
- [Release notes](https://github.com/vuejs/vue-style-loader/releases)
- [Commits](https://github.com/vuejs/vue-style-loader/commits)

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot-support committed Mar 21, 2018
1 parent a9cc273 commit 36f4a39
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"tailwindcss": "^0.4.0",
"url-loader": "^0.6.2",
"vue-loader": "^13.6.1",
"vue-style-loader": "^3.0.1",
"vue-style-loader": "^4.1.0",
"vue-template-compiler": "^2.5.13",
"webpack-bundle-analyzer": "^2.9.0",
"webpack-dev-server": "^2.9.1",
Expand Down
9 changes: 8 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6694,13 +6694,20 @@ vue-router@^3.0.1:
version "3.0.1"
resolved "https://registry.yarnpkg.com/vue-router/-/vue-router-3.0.1.tgz#d9b05ad9c7420ba0f626d6500d693e60092cc1e9"

vue-style-loader@^3.0.0, vue-style-loader@^3.0.1:
vue-style-loader@^3.0.0:
version "3.1.1"
resolved "https://registry.yarnpkg.com/vue-style-loader/-/vue-style-loader-3.1.1.tgz#74fdef91a81d38bc0125746a1b5505e62d69e32c"
dependencies:
hash-sum "^1.0.2"
loader-utils "^1.0.2"

vue-style-loader@^4.1.0:
version "4.1.0"
resolved "https://registry.yarnpkg.com/vue-style-loader/-/vue-style-loader-4.1.0.tgz#7588bd778e2c9f8d87bfc3c5a4a039638da7a863"
dependencies:
hash-sum "^1.0.2"
loader-utils "^1.0.2"

vue-template-compiler@^2.5.13:
version "2.5.13"
resolved "https://registry.yarnpkg.com/vue-template-compiler/-/vue-template-compiler-2.5.13.tgz#12a2aa0ecd6158ac5e5f14d294b0993f399c3d38"
Expand Down

0 comments on commit 36f4a39

Please sign in to comment.