Skip to content

Commit

Permalink
fix(deps): update dependency vue to v3.4.6 (#406)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 8, 2024
1 parent d5f73a3 commit cd57163
Show file tree
Hide file tree
Showing 4 changed files with 66 additions and 61 deletions.
2 changes: 1 addition & 1 deletion handson-gallery-shoes-cart-finish/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@ vite@2.9.9:
fsevents "~2.3.2"

vue@^3.2.33:
version "3.4.5"
version "3.4.6"
dependencies:
"@vue/compiler-dom" "3.2.33"
"@vue/compiler-sfc" "3.2.33"
Expand Down
2 changes: 1 addition & 1 deletion handson-gallery-shoes-finish/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@ vite@2.9.9:
fsevents "~2.3.2"

vue@^3.2.33:
version "3.4.5"
version "3.4.6"
dependencies:
"@vue/compiler-dom" "3.2.33"
"@vue/compiler-sfc" "3.2.33"
Expand Down
2 changes: 1 addition & 1 deletion handson-gallery-shoes/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@ vite@2.9.9:
fsevents "~2.3.2"

vue@^3.2.33:
version "3.4.5"
version "3.4.6"
dependencies:
"@vue/compiler-dom" "3.2.33"
"@vue/compiler-sfc" "3.2.33"
Expand Down
121 changes: 63 additions & 58 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2567,13 +2567,13 @@
estree-walker "^2.0.2"
source-map-js "^1.0.2"

"@vue/compiler-core@3.4.5":
version "3.4.5"
resolved "https://registry.yarnpkg.com/@vue/compiler-core/-/compiler-core-3.4.5.tgz#9565aebaadef8649eb7c8e150a5f4f4e2542667d"
integrity sha512-Daka7P1z2AgKjzuueWXhwzIsKu0NkLB6vGbNVEV2iJ8GJTrzraZo/Sk4GWCMRtd/qVi3zwnk+Owbd/xSZbwHtQ==
"@vue/compiler-core@3.4.6":
version "3.4.6"
resolved "https://registry.yarnpkg.com/@vue/compiler-core/-/compiler-core-3.4.6.tgz#6566dcaf41ad12013ca270c3f4f9501f9b88cdfc"
integrity sha512-9SmkpHsXqhHGMIOp4cawUqp0AxLN2fJJfxh3sR2RaouVx/Y/ww5ts3dfpD9SCvD0n8cdO/Xw+kWEpa6EkH/vTQ==
dependencies:
"@babel/parser" "^7.23.6"
"@vue/shared" "3.4.5"
"@vue/shared" "3.4.6"
entities "^4.5.0"
estree-walker "^2.0.2"
source-map-js "^1.0.2"
Expand All @@ -2586,24 +2586,24 @@
"@vue/compiler-core" "3.3.8"
"@vue/shared" "3.3.8"

"@vue/compiler-dom@3.4.5":
version "3.4.5"
resolved "https://registry.yarnpkg.com/@vue/compiler-dom/-/compiler-dom-3.4.5.tgz#c53c9d7715b777b1d6d2adcbc491bfd4f9510edd"
integrity sha512-J8YlxknJVd90SXFJ4HwGANSAXsx5I0lK30sO/zvYV7s5gXf7gZR7r/1BmZ2ju7RGH1lnc6bpBc6nL61yW+PsAQ==
"@vue/compiler-dom@3.4.6":
version "3.4.6"
resolved "https://registry.yarnpkg.com/@vue/compiler-dom/-/compiler-dom-3.4.6.tgz#f8a08aba9483bb2a9c8e2f600d14d6ff1dfbb51e"
integrity sha512-i39ZuyHPzPb0v5yXZbvODGwLr+T7lS1rYSjMd1oCTa14aDP80kYpWXrWPF1JVD4QJJNyLgFnJ2hxvFLM7dy9NQ==
dependencies:
"@vue/compiler-core" "3.4.5"
"@vue/shared" "3.4.5"
"@vue/compiler-core" "3.4.6"
"@vue/shared" "3.4.6"

"@vue/compiler-sfc@3.4.5":
version "3.4.5"
resolved "https://registry.yarnpkg.com/@vue/compiler-sfc/-/compiler-sfc-3.4.5.tgz#f93f986dfc5c7f72b9a5e00b48be75d9116cc948"
integrity sha512-jauvkDuSSUbP0ebhfNqljhShA90YEfX/0wZ+w40oZF43IjGyWYjqYaJbvMJwGOd+9+vODW6eSvnk28f0SGV7OQ==
"@vue/compiler-sfc@3.4.6":
version "3.4.6"
resolved "https://registry.yarnpkg.com/@vue/compiler-sfc/-/compiler-sfc-3.4.6.tgz#c76f93019a2ab845b827d7bc2f957e9fb30f1929"
integrity sha512-kTFOiyMtuetFqi5yEPA4hR6FTD36zKKY3qaBonxGb4pgj0yK1eACqH+iycTAsEqr2u4cOhcGkx3Yjecpgh6FTQ==
dependencies:
"@babel/parser" "^7.23.6"
"@vue/compiler-core" "3.4.5"
"@vue/compiler-dom" "3.4.5"
"@vue/compiler-ssr" "3.4.5"
"@vue/shared" "3.4.5"
"@vue/compiler-core" "3.4.6"
"@vue/compiler-dom" "3.4.6"
"@vue/compiler-ssr" "3.4.6"
"@vue/shared" "3.4.6"
estree-walker "^2.0.2"
magic-string "^0.30.5"
postcss "^8.4.32"
Expand Down Expand Up @@ -2633,13 +2633,13 @@
"@vue/compiler-dom" "3.3.8"
"@vue/shared" "3.3.8"

"@vue/compiler-ssr@3.4.5":
version "3.4.5"
resolved "https://registry.yarnpkg.com/@vue/compiler-ssr/-/compiler-ssr-3.4.5.tgz#d412a4c9b10d69172a5ce0ec78de98dad441a58d"
integrity sha512-DDdEcDzj2lWTMfUMMtEpLDhURai9LhM0zSZ219jCt7b2Vyl0/jy3keFgCPMitG0V1S1YG4Cmws3lWHWdxHQOpg==
"@vue/compiler-ssr@3.4.6":
version "3.4.6"
resolved "https://registry.yarnpkg.com/@vue/compiler-ssr/-/compiler-ssr-3.4.6.tgz#23a4731c3c1c764e72b86fff178ea81c69bfc9b4"
integrity sha512-XqeojjDitjMLyOogDePNSxw9XL4FAXchO9oOfqdzLVEtYES5j+AEilPJyP0KhQPfGecY2mJ3Y7/e6kkiJQLKvg==
dependencies:
"@vue/compiler-dom" "3.4.5"
"@vue/shared" "3.4.5"
"@vue/compiler-dom" "3.4.6"
"@vue/shared" "3.4.6"

"@vue/devtools-api@^6.5.0":
version "6.5.1"
Expand All @@ -2657,44 +2657,49 @@
estree-walker "^2.0.2"
magic-string "^0.30.5"

"@vue/reactivity@3.4.5":
version "3.4.5"
resolved "https://registry.yarnpkg.com/@vue/reactivity/-/reactivity-3.4.5.tgz#68bc91cd356eed95dc5e9e0570e3f7becaee578b"
integrity sha512-BcWkKvjdvqJwb7BhhFkXPLDCecX4d4a6GATvCduJQDLv21PkPowAE5GKuIE5p6RC07/Lp9FMkkq4AYCTVF5KlQ==
"@vue/reactivity@3.4.6":
version "3.4.6"
resolved "https://registry.yarnpkg.com/@vue/reactivity/-/reactivity-3.4.6.tgz#731aec2e4ea42f52206e73df769ecffacae8875e"
integrity sha512-/VuOxdWDyAeKFHjOuSKEtH9jEVPRgsXxu84utBP1SiXFcFRx2prwiC9cSR8hKOfj5nBwhLXYb6XEU69mLpuk0w==
dependencies:
"@vue/shared" "3.4.5"
"@vue/shared" "3.4.6"

"@vue/runtime-core@3.4.5":
version "3.4.5"
resolved "https://registry.yarnpkg.com/@vue/runtime-core/-/runtime-core-3.4.5.tgz#2bf253a6f6b0430af1aacf0fdfd8f5782feefce9"
integrity sha512-wh9ELIOQKeWT9SaUPdLrsxRkZv14jp+SJm9aiQGWio+/MWNM3Lib0wE6CoKEqQ9+SCYyGjDBhTOTtO47kCgbkg==
"@vue/runtime-core@3.4.6":
version "3.4.6"
resolved "https://registry.yarnpkg.com/@vue/runtime-core/-/runtime-core-3.4.6.tgz#7d6d8212cf2eaae8b992b7a9ed0b77fe0911dd37"
integrity sha512-XDOx8iiNmP66p+goUHT5XL1AnV8406VVFQARbylqmSCBZEtxchfu2ZoQk7U07ze8G/E0/BtX/C5o29zB1W4o5A==
dependencies:
"@vue/reactivity" "3.4.5"
"@vue/shared" "3.4.5"
"@vue/reactivity" "3.4.6"
"@vue/shared" "3.4.6"

"@vue/runtime-dom@3.4.5":
version "3.4.5"
resolved "https://registry.yarnpkg.com/@vue/runtime-dom/-/runtime-dom-3.4.5.tgz#b43736d66c32f6038778024587592cb9d68495de"
integrity sha512-n5ewvOjyG3IEpqGBahdPXODFSpVlSz3H4LF76Sx0XAqpIOqyJ5bIb2PrdYuH2ogBMAQPh+o5tnoH4nJpBr8U0Q==
"@vue/runtime-dom@3.4.6":
version "3.4.6"
resolved "https://registry.yarnpkg.com/@vue/runtime-dom/-/runtime-dom-3.4.6.tgz#87a6b4f25b47feac5cf6a88b6227811aa5951f3c"
integrity sha512-8bdQR5CLfzClGvAOfbbCF8adE9oko0pRfe+dj297i0JCdCJ8AuyUMsXkt6vGPcRPqIKX4Z8f/bDPrwl+c7e4Wg==
dependencies:
"@vue/runtime-core" "3.4.5"
"@vue/shared" "3.4.5"
"@vue/runtime-core" "3.4.6"
"@vue/shared" "3.4.6"
csstype "^3.1.3"

"@vue/server-renderer@3.4.5":
version "3.4.5"
resolved "https://registry.yarnpkg.com/@vue/server-renderer/-/server-renderer-3.4.5.tgz#4bfa7aa763217d8b2d4767d2c8d968a9d40352c1"
integrity sha512-jOFc/VE87yvifQpNju12VcqimH8pBLxdcT+t3xMeiED1K6DfH9SORyhFEoZlW5TG2Vwfn3Ul5KE+1aC99xnSBg==
"@vue/server-renderer@3.4.6":
version "3.4.6"
resolved "https://registry.yarnpkg.com/@vue/server-renderer/-/server-renderer-3.4.6.tgz#f5d135bae601dc4bdf7fe1212391173c68292c2b"
integrity sha512-0LS+GXf3M93KloaK/S0ZPq5PnKERgPAV5iNCCpjyBLhAQGGEeqfJojs3yXOAMQLSvXi9FLYDHzDEOLWoLaYbTQ==
dependencies:
"@vue/compiler-ssr" "3.4.5"
"@vue/shared" "3.4.5"
"@vue/compiler-ssr" "3.4.6"
"@vue/shared" "3.4.6"

"@vue/shared@3.3.8":
version "3.3.8"
resolved "https://registry.yarnpkg.com/@vue/shared/-/shared-3.3.8.tgz#f044942142e1d3a395f24132e6203a784838542d"
integrity sha512-8PGwybFwM4x8pcfgqEQFy70NaQxASvOC5DJwLQfpArw1UDfUXrJkdxD3BhVTMS+0Lef/TU7YO0Jvr0jJY8T+mw==

"@vue/shared@3.4.5", "@vue/shared@^3.4.5":
"@vue/shared@3.4.6":
version "3.4.6"
resolved "https://registry.yarnpkg.com/@vue/shared/-/shared-3.4.6.tgz#feace5e6819a460532dec4721b7e770a0b1b959d"
integrity sha512-O16vewA05D0IwfG2N/OFEuVeb17pieaI32mmYXp36V8lp+/pI1YV04rRL9Eyjndj3xQO5SNjAxTh6ul4IlBa3A==

"@vue/shared@^3.4.5":
version "3.4.5"
resolved "https://registry.yarnpkg.com/@vue/shared/-/shared-3.4.5.tgz#c8b4eb6399a7fc986565ea736d938b3a1579256d"
integrity sha512-6XptuzlMvN4l4cDnDw36pdGEV+9njYkQ1ZE0Q6iZLwrKefKaOJyiFmcP3/KBDHbt72cJZGtllAc1GaHe6XGAyg==
Expand Down Expand Up @@ -8981,15 +8986,15 @@ vue-starport@^0.4.0:
vue "^3.3.4"

vue@^3.2.33, vue@^3.3.12, vue@^3.3.4, vue@^3.4.5:
version "3.4.5"
resolved "https://registry.yarnpkg.com/vue/-/vue-3.4.5.tgz#c08b9d903a20faaf4df7270bf2fa7487741b2294"
integrity sha512-VH6nHFhLPjgu2oh5vEBXoNZxsGHuZNr3qf4PHClwJWw6IDqw6B3x+4J+ABdoZ0aJuT8Zi0zf3GpGlLQCrGWHrw==
dependencies:
"@vue/compiler-dom" "3.4.5"
"@vue/compiler-sfc" "3.4.5"
"@vue/runtime-dom" "3.4.5"
"@vue/server-renderer" "3.4.5"
"@vue/shared" "3.4.5"
version "3.4.6"
resolved "https://registry.yarnpkg.com/vue/-/vue-3.4.6.tgz#ed53a1849241b1cb866212f04b213f68f5f550e4"
integrity sha512-gAzw5oP0/h34/yq1LjLNpn4wrCKYMuWp2jbs/JirFiZAFWYhd9jTkXp4wIi5ApgMJrMgD6YFyyXwKsqFYR31IQ==
dependencies:
"@vue/compiler-dom" "3.4.6"
"@vue/compiler-sfc" "3.4.6"
"@vue/runtime-dom" "3.4.6"
"@vue/server-renderer" "3.4.6"
"@vue/shared" "3.4.6"

web-worker@^1.2.0:
version "1.2.0"
Expand Down

0 comments on commit cd57163

Please sign in to comment.