-
Notifications
You must be signed in to change notification settings - Fork 257
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps-dev): bump vue and @vue/compiler-sfc (#686)
Bumps [vue](https://github.com/vuejs/vue) and [@vue/compiler-sfc](https://github.com/vuejs/vue-next/tree/HEAD/packages/compiler-sfc). These dependencies needed to be updated together. Updates `vue` from 3.1.1 to 3.1.2 - [Release notes](https://github.com/vuejs/vue/releases) - [Commits](https://github.com/vuejs/vue/commits) Updates `@vue/compiler-sfc` from 3.1.1 to 3.1.2 - [Release notes](https://github.com/vuejs/vue-next/releases) - [Changelog](https://github.com/vuejs/vue-next/blob/master/CHANGELOG.md) - [Commits](https://github.com/vuejs/vue-next/commits/v3.1.2/packages/compiler-sfc) --- updated-dependencies: - dependency-name: vue dependency-type: direct:development update-type: version-update:semver-patch - dependency-name: "@vue/compiler-sfc" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information
1 parent
f83afde
commit a3e6993
Showing
2 changed files
with
48 additions
and
39 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1547,10 +1547,10 @@ | |
resolved "https://registry.yarnpkg.com/@types/color-name/-/color-name-1.1.1.tgz#1c1261bbeaa10a8055bbc5d8ab84b7b2afc846a0" | ||
integrity sha512-rr+OQyAjxze7GgWrSaJwydHStIhHq2lvY3BOC2Mj7KnzI7XK0Uw1TOOdI9lDoajEbSWLiYgoo4f1R51erQfhPQ== | ||
|
||
"@types/estree@*": | ||
version "0.0.46" | ||
resolved "https://registry.yarnpkg.com/@types/estree/-/estree-0.0.46.tgz#0fb6bfbbeabd7a30880504993369c4bf1deab1fe" | ||
integrity sha512-laIjwTQaD+5DukBZaygQ79K1Z0jb1bPEMRrkXSLjtCcZm+abyp5YbrqpSLzD42FwWW6gK/aS4NYpJ804nG2brg== | ||
"@types/estree@*", "@types/estree@^0.0.48": | ||
version "0.0.48" | ||
resolved "https://registry.yarnpkg.com/@types/estree/-/estree-0.0.48.tgz#18dc8091b285df90db2f25aa7d906cfc394b7f74" | ||
integrity sha512-LfZwXoGUDo0C3me81HXgkBg5CTQYb6xzEl+fNmbO4JdRiSKQ8A0GD1OBBvKAIsbCUgoyAty7m99GqqMQe784ew== | ||
|
||
"@types/[email protected]": | ||
version "0.0.39" | ||
|
@@ -1778,25 +1778,26 @@ | |
"@vue/compiler-core" "3.1.1" | ||
"@vue/shared" "3.1.1" | ||
|
||
"@vue/compiler-dom@^3.0.11", "@vue/compiler-dom@^3.1.2": | ||
"@vue/compiler-dom@3.1.2", "@vue/compiler-dom@^3.0.11", "@vue/compiler-dom@^3.1.2": | ||
version "3.1.2" | ||
resolved "https://registry.yarnpkg.com/@vue/compiler-dom/-/compiler-dom-3.1.2.tgz#75a7731bcc5d9718183a3c56c18e992f7c13e7b1" | ||
integrity sha512-k2+SWcWH0jL6WQAX7Or2ONqu5MbtTgTO0dJrvebQYzgqaKMXNI90RNeWeCxS4BnNFMDONpHBeFgbwbnDWIkmRg== | ||
dependencies: | ||
"@vue/compiler-core" "3.1.2" | ||
"@vue/shared" "3.1.2" | ||
|
||
"@vue/[email protected].1", "@vue/compiler-sfc@^3.0.11", "@vue/compiler-sfc@^3.1.1": | ||
version "3.1.1" | ||
resolved "https://registry.yarnpkg.com/@vue/compiler-sfc/-/compiler-sfc-3.1.1.tgz#d4e4507c013d0b219f0b106b317ec5bb1cde3398" | ||
integrity sha512-lSgMsZaYHF+bAgryq5aUqpvyfhu52GJI2/4LoiJCE5uaxc6FCZfxfgqgw/d9ltiZghv+HiISFtmQVAVvlsk+/w== | ||
"@vue/[email protected].2", "@vue/compiler-sfc@^3.0.11", "@vue/compiler-sfc@^3.1.1": | ||
version "3.1.2" | ||
resolved "https://registry.yarnpkg.com/@vue/compiler-sfc/-/compiler-sfc-3.1.2.tgz#23ff1e366d887b964899568bffcb11e3d0511fc4" | ||
integrity sha512-SeG/2+DvwejQ7oAiSx8BrDh5qOdqCYHGClPiTvVIHTfSIHiS2JjMbCANdDCjHkTOh/O7WZzo2JhdKm98bRBxTw== | ||
dependencies: | ||
"@babel/parser" "^7.13.9" | ||
"@babel/types" "^7.13.0" | ||
"@vue/compiler-core" "3.1.1" | ||
"@vue/compiler-dom" "3.1.1" | ||
"@vue/compiler-ssr" "3.1.1" | ||
"@vue/shared" "3.1.1" | ||
"@types/estree" "^0.0.48" | ||
"@vue/compiler-core" "3.1.2" | ||
"@vue/compiler-dom" "3.1.2" | ||
"@vue/compiler-ssr" "3.1.2" | ||
"@vue/shared" "3.1.2" | ||
consolidate "^0.16.0" | ||
estree-walker "^2.0.1" | ||
hash-sum "^2.0.0" | ||
|
@@ -1816,17 +1817,25 @@ | |
"@vue/compiler-dom" "3.1.1" | ||
"@vue/shared" "3.1.1" | ||
|
||
"@vue/[email protected]": | ||
version "3.1.2" | ||
resolved "https://registry.yarnpkg.com/@vue/compiler-ssr/-/compiler-ssr-3.1.2.tgz#e33ad0876d9b96f0950e22b0e174b94c1b049d2d" | ||
integrity sha512-BwXo9LFk5OSWdMyZQ4bX1ELHX0Z/9F+ld/OaVnpUPzAZCHslBYLvyKUVDwv2C/lpLjRffpC2DOUEdl1+RP1aGg== | ||
dependencies: | ||
"@vue/compiler-dom" "3.1.2" | ||
"@vue/shared" "3.1.2" | ||
|
||
"@vue/devtools-api@^6.0.0-beta.11", "@vue/devtools-api@^6.0.0-beta.14": | ||
version "6.0.0-beta.14" | ||
resolved "https://registry.yarnpkg.com/@vue/devtools-api/-/devtools-api-6.0.0-beta.14.tgz#6ed2d6f8d66a9256c9ad04bfff08309ba87b9723" | ||
integrity sha512-44fPrrN1cqcs6bFkT0C+yxTM6PZXLbR+ESh1U1j8UD22yO04gXvxH62HApMjLbS3WqJO/iCNC+CYT+evPQh2EQ== | ||
|
||
"@vue/[email protected].1": | ||
version "3.1.1" | ||
resolved "https://registry.yarnpkg.com/@vue/reactivity/-/reactivity-3.1.1.tgz#9c02fd146a6c3b03e7d658b7cf76f4b69b0f98c8" | ||
integrity sha512-DsH5woNVCcPK1M0RRYVgJEU1GJDU2ASOKpAqW3ppHk+XjoFLCbqc/26RTCgTpJYd9z8VN+79Q1u7/QqgQPbuLQ== | ||
"@vue/[email protected].2": | ||
version "3.1.2" | ||
resolved "https://registry.yarnpkg.com/@vue/reactivity/-/reactivity-3.1.2.tgz#66fa530dd726d2fef285ae55d02106a727db463b" | ||
integrity sha512-glJzJoN2xE7I2lRvwKM5u1BHRPTd1yc8iaf//Lai/78/uYAvE5DXp5HzWRFOwMlbRvMGJHIQjOqoxj87cDAaag== | ||
dependencies: | ||
"@vue/shared" "3.1.1" | ||
"@vue/shared" "3.1.2" | ||
|
||
"@vue/reactivity@^3.0.11": | ||
version "3.0.11" | ||
|
@@ -1835,21 +1844,21 @@ | |
dependencies: | ||
"@vue/shared" "3.0.11" | ||
|
||
"@vue/[email protected].1": | ||
version "3.1.1" | ||
resolved "https://registry.yarnpkg.com/@vue/runtime-core/-/runtime-core-3.1.1.tgz#542110c09a643d7d80646a2f071aff6b324c4158" | ||
integrity sha512-GboqR02txOtkd9F3Ysd8ltPL68vTCqIx2p/J52/gFtpgb5FG9hvOAPEwFUqxeEJRu7ResvQnmdOHiEycGPCLhQ== | ||
"@vue/[email protected].2": | ||
version "3.1.2" | ||
resolved "https://registry.yarnpkg.com/@vue/runtime-core/-/runtime-core-3.1.2.tgz#f4dbc503cfc9a02ab5f1ebe002c3322512064a54" | ||
integrity sha512-gsPZG4dRIkixuuKmoj4P9IHgfT0yaFLcqWOM5F/bCk0nxQn1XtxH8oUehWuET726KhbukvDoJfe9G2CKviy80w== | ||
dependencies: | ||
"@vue/reactivity" "3.1.1" | ||
"@vue/shared" "3.1.1" | ||
"@vue/reactivity" "3.1.2" | ||
"@vue/shared" "3.1.2" | ||
|
||
"@vue/[email protected].1": | ||
version "3.1.1" | ||
resolved "https://registry.yarnpkg.com/@vue/runtime-dom/-/runtime-dom-3.1.1.tgz#5539bbce132d29f6445b4964cb7b4164a89a5ce6" | ||
integrity sha512-o57n/199e/BBAmLRMSXmD2r12Old/h/gf6BgL0RON1NT2pwm6MWaMY4Ul55eyq+FsDILz4jR/UgoPQ9vYB8xcw== | ||
"@vue/[email protected].2": | ||
version "3.1.2" | ||
resolved "https://registry.yarnpkg.com/@vue/runtime-dom/-/runtime-dom-3.1.2.tgz#0fd8724f14bc7ba64b6c954d874a8d8a4fcb5fe9" | ||
integrity sha512-QvINxjLucEZFzp5f0NVu7JqWYCv5TKQfkH2FDs/N6QNE4iKcYtKrWdT0HKfABnVXG28Znqv6rIH0dH4ZAOwxpA== | ||
dependencies: | ||
"@vue/runtime-core" "3.1.1" | ||
"@vue/shared" "3.1.1" | ||
"@vue/runtime-core" "3.1.2" | ||
"@vue/shared" "3.1.2" | ||
csstype "^2.6.8" | ||
|
||
"@vue/server-renderer@^3.1.1": | ||
|
@@ -8191,14 +8200,14 @@ [email protected]: | |
dependencies: | ||
vscode-vue-languageservice "^0.25.22" | ||
|
||
[email protected].1, vue@^3.1.1: | ||
version "3.1.1" | ||
resolved "https://registry.yarnpkg.com/vue/-/vue-3.1.1.tgz#9ad655758a0fa6c0dee5b3d2431d3912a9b381aa" | ||
integrity sha512-j9fj3PNPMxo2eqOKYjMuss9XBS8ZtmczLY3kPvjcp9d3DbhyNqLYbaMQH18+1pDIzzVvQCQBvIf774LsjjqSKA== | ||
[email protected].2, vue@^3.1.1: | ||
version "3.1.2" | ||
resolved "https://registry.yarnpkg.com/vue/-/vue-3.1.2.tgz#647f8e3949a3d600771dca25d50225dc3e594c64" | ||
integrity sha512-q/rbKpb7aofax4ugqu2k/uj7BYuNPcd6Z5/qJtfkJQsE0NkwVoCyeSh7IZGH61hChwYn3CEkh4bHolvUPxlQ+w== | ||
dependencies: | ||
"@vue/compiler-dom" "3.1.1" | ||
"@vue/runtime-dom" "3.1.1" | ||
"@vue/shared" "3.1.1" | ||
"@vue/compiler-dom" "3.1.2" | ||
"@vue/runtime-dom" "3.1.2" | ||
"@vue/shared" "3.1.2" | ||
|
||
vuex@^4.0.2: | ||
version "4.0.2" | ||
|