Skip to content

Commit

Permalink
chore(deps-dev): bump rollup-plugin-vue from 5.1.6 to 5.1.7
Browse files Browse the repository at this point in the history
Bumps [rollup-plugin-vue](https://github.com/vuejs/rollup-plugin-vue) from 5.1.6 to 5.1.7.
- [Release notes](https://github.com/vuejs/rollup-plugin-vue/releases)
- [Changelog](https://github.com/vuejs/rollup-plugin-vue/blob/master/CHANGELOG.md)
- [Commits](vuejs/rollup-plugin-vue@v5.1.6...v5.1.7)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
  • Loading branch information
dependabot-preview[bot] authored May 18, 2020
1 parent 5d92a89 commit df659f9
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"rollup-plugin-replace": "^2.2.0",
"rollup-plugin-terser": "^5.3.0",
"rollup-plugin-typescript": "^1.0.1",
"rollup-plugin-vue": "^5.1.6",
"rollup-plugin-vue": "^5.1.7",
"standard-version": "^8.0.0",
"typescript": "^3.8.3",
"vue": "^2.6.11",
Expand Down
26 changes: 13 additions & 13 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1265,7 +1265,7 @@
source-map "~0.6.1"
vue-template-es2015-compiler "^1.9.0"

"@vue/component-compiler-utils@^3.0.0":
"@vue/component-compiler-utils@^3.0.0", "@vue/component-compiler-utils@^3.1.2":
version "3.1.2"
resolved "https://registry.yarnpkg.com/@vue/component-compiler-utils/-/component-compiler-utils-3.1.2.tgz#8213a5ff3202f9f2137fe55370f9e8b9656081c3"
integrity sha512-QLq9z8m79mCinpaEeSURhnNCN6djxpHw0lpP/bodMlt5kALfONpryMthvnrQOlTcIKoF+VoPi+lPHUYeDFPXug==
Expand All @@ -1281,10 +1281,10 @@
optionalDependencies:
prettier "^1.18.2"

"@vue/component-compiler@^4.1.0":
version "4.2.0"
resolved "https://registry.yarnpkg.com/@vue/component-compiler/-/component-compiler-4.2.0.tgz#437855cd59f3d713a4eef81bac7ab0f4950977b4"
integrity sha512-bxFNxUpKzLfHDoGTsAe2w7gEz4OwII7tp5m7sAXES1DApbpYglH4YSpYxdZRZ4GN/wj2fPD0u72QRJXd4UPvFQ==
"@vue/component-compiler@^4.2.1":
version "4.2.1"
resolved "https://registry.yarnpkg.com/@vue/component-compiler/-/component-compiler-4.2.1.tgz#7708915f0e336726e4deea85ae7a0321c80fb680"
integrity sha512-HcvvAOuiwdVlPr94ocsn7AynSv6LAX9VctCgkeRzm+jy0N8GC9rEzGLCQgIRahk+IOoj9DwijGc+JC8/czvhkQ==
dependencies:
"@vue/component-compiler-utils" "^3.0.0"
clean-css "^4.1.11"
Expand Down Expand Up @@ -5286,7 +5286,7 @@ lru-cache@^4.1.2, lru-cache@^4.1.5:
pseudomap "^1.0.2"
yallist "^2.1.2"

magic-string@^0.25.2, magic-string@^0.25.3:
magic-string@^0.25.2, magic-string@^0.25.3, magic-string@^0.25.7:
version "0.25.7"
resolved "https://registry.yarnpkg.com/magic-string/-/magic-string-0.25.7.tgz#3f497d6fd34c669c6798dcb821f2ef31f5445051"
integrity sha512-4CrMT5DOHTDk4HYDlzmwu4FVCcIYI8gauveasrdCu2IKIFOJ3f0v/8MDGJCDL9oD2ppz/Av1b0Nj345H9M+XIA==
Expand Down Expand Up @@ -6953,16 +6953,16 @@ rollup-plugin-typescript@^1.0.1:
resolve "^1.10.0"
rollup-pluginutils "^2.5.0"

rollup-plugin-vue@^5.1.6:
version "5.1.6"
resolved "https://registry.yarnpkg.com/rollup-plugin-vue/-/rollup-plugin-vue-5.1.6.tgz#c0b31de919ff1aad36f3277957ac90345e897c23"
integrity sha512-O8AmNCecKGn8k28UCIBQ6fD4j2UAxeTwjmajR32IxtL2sBBUcJ0vAIwBTGZn75ijmXOoxngYgssJceY3kV/MVA==
rollup-plugin-vue@^5.1.7:
version "5.1.7"
resolved "https://registry.yarnpkg.com/rollup-plugin-vue/-/rollup-plugin-vue-5.1.7.tgz#1093c105de1edffa20030cc87abc805b0af88285"
integrity sha512-6/in3vg23ZcGxn9AoxUoFINOC+gR4ufL0UQlHtOaDRD4k6ebqnHM5JMROu3RQROYZ8OyaxlRoUf4n2HlgaQb5w==
dependencies:
"@vue/component-compiler" "^4.1.0"
"@vue/component-compiler-utils" "^3.0.0"
"@vue/component-compiler" "^4.2.1"
"@vue/component-compiler-utils" "^3.1.2"
debug "^4.1.1"
hash-sum "^1.0.2"
magic-string "^0.25.2"
magic-string "^0.25.7"
querystring "^0.2.0"
rollup-pluginutils "^2.4.1"
source-map "0.7.3"
Expand Down

0 comments on commit df659f9

Please # to comment.