Skip to content

Commit 895cee4

Browse files
chore(deps): update dependency @vueuse/core to v12
1 parent b5b6f3f commit 895cee4

File tree

2 files changed

+179
-22
lines changed

2 files changed

+179
-22
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
},
1313
"dependencies": {
1414
"@pinia/nuxt": "^0.5.1",
15-
"@vueuse/core": "^11.0.0",
15+
"@vueuse/core": "^12.0.0",
1616
"core-js": "^3.37.1",
1717
"nuxt-edge": "latest",
1818
"pinia": "^2.1.7"

yarn.lock

+178-21
Original file line numberDiff line numberDiff line change
@@ -334,6 +334,11 @@
334334
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.21.5.tgz#2b3eea65443c6bdc31c22d037c65f6d323b6b2bd"
335335
integrity sha512-5pTUx3hAJaZIdW99sJ6ZUUgWq/Y+Hja7TowEnLNMm1VivRgZQL3vpBY3qUACVsvw+yQU6+YgfBVmcbLaZtrA1w==
336336

337+
"@babel/helper-string-parser@^7.25.9":
338+
version "7.25.9"
339+
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.25.9.tgz#1aabb72ee72ed35789b4bbcad3ca2862ce614e8c"
340+
integrity sha512-4A/SCr/2KLd5jrtOMFzaKjVtAei3+2r/NChoBNoZ3EyP/+GlhoaEGoWOZUmFmoITP7zOJyHIMm+DYRd8o3PvHA==
341+
337342
"@babel/helper-validator-identifier@^7.15.7", "@babel/helper-validator-identifier@^7.18.6":
338343
version "7.18.6"
339344
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.18.6.tgz#9c97e30d31b2b8c72a1d08984f2ca9b574d7a076"
@@ -344,6 +349,11 @@
344349
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.19.1.tgz#7eea834cf32901ffdc1a7ee555e2f9c27e249ca2"
345350
integrity sha512-awrNfaMtnHUr653GgGEs++LlAvW6w+DcPrOliSMXWCKo597CwL5Acf/wWdNkf/tfEQE3mjkeD1YOVZOUV/od1w==
346351

352+
"@babel/helper-validator-identifier@^7.25.9":
353+
version "7.25.9"
354+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.25.9.tgz#24b64e2c3ec7cd3b3c547729b8d16871f22cbdc7"
355+
integrity sha512-Ed61U6XJc3CVRfkERJWDz4dJwKe7iLmmJsbOGu9wSloNSFttHV0I8g6UAgb7qnK5ly5bGLPd4oXZlxCdANBOWQ==
356+
347357
"@babel/helper-validator-option@^7.18.6":
348358
version "7.18.6"
349359
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.18.6.tgz#bf0d2b5a509b1f336099e4ff36e1a63aa5db4db8"
@@ -411,6 +421,13 @@
411421
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.21.8.tgz#642af7d0333eab9c0ad70b14ac5e76dbde7bfdf8"
412422
integrity sha512-6zavDGdzG3gUqAdWvlLFfk+36RilI+Pwyuuh7HItyeScCWP3k6i8vKclAQ0bM/0y/Kz/xiwvxhMv9MgTJP5gmA==
413423

424+
"@babel/parser@^7.25.3":
425+
version "7.26.2"
426+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.26.2.tgz#fd7b6f487cfea09889557ef5d4eeb9ff9a5abd11"
427+
integrity sha512-DWMCZH9WA4Maitz2q21SRKHo9QXZxkDsbNZoVD62gusNtNBBqDg9i7uOhASfTfIGNzW+O+r7+jAlM8dwphcJKQ==
428+
dependencies:
429+
"@babel/types" "^7.26.0"
430+
414431
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.18.6":
415432
version "7.18.6"
416433
resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.18.6.tgz#da5b8f9a580acdfbe53494dba45ea389fb09a4d2"
@@ -1159,6 +1176,14 @@
11591176
"@babel/helper-validator-identifier" "^7.19.1"
11601177
to-fast-properties "^2.0.0"
11611178

1179+
"@babel/types@^7.26.0":
1180+
version "7.26.0"
1181+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.26.0.tgz#deabd08d6b753bc8e0f198f8709fb575e31774ff"
1182+
integrity sha512-Z/yiTPj+lDVnF7lWeKCIJzaIkI0vYO87dMpZ4bg4TDrFe4XXLFWL1TbXU27gBP3QccxV9mZICCrnjnYlJjXHOA==
1183+
dependencies:
1184+
"@babel/helper-string-parser" "^7.25.9"
1185+
"@babel/helper-validator-identifier" "^7.25.9"
1186+
11621187
"@cloudflare/kv-asset-handler@^0.2.0":
11631188
version "0.2.0"
11641189
resolved "https://registry.yarnpkg.com/@cloudflare/kv-asset-handler/-/kv-asset-handler-0.2.0.tgz#c9959bbd7a1c40bd7c674adae98aa8c8d0e5ca68"
@@ -1355,6 +1380,11 @@
13551380
resolved "https://registry.yarnpkg.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.15.tgz#d7c6e6755c78567a951e04ab52ef0fd26de59f32"
13561381
integrity sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg==
13571382

1383+
"@jridgewell/sourcemap-codec@^1.5.0":
1384+
version "1.5.0"
1385+
resolved "https://registry.yarnpkg.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.0.tgz#3188bcb273a414b0d215fd22a58540b989b9409a"
1386+
integrity sha512-gv3ZRaISU3fjPAgNsriBRqGWQL6quFx04YMPW/zD8XMLsU32mhCCbfbO6KZFLjvYpCZ8zyDEgqsgf+PwPaM7GQ==
1387+
13581388
"@jridgewell/trace-mapping@^0.3.17":
13591389
version "0.3.18"
13601390
resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.18.tgz#25783b2086daf6ff1dcb53c9249ae480e4dd4cd6"
@@ -2465,6 +2495,25 @@
24652495
"@vue/babel-plugin-transform-vue-jsx" "^1.2.1"
24662496
camelcase "^5.0.0"
24672497

2498+
2499+
version "3.5.13"
2500+
resolved "https://registry.yarnpkg.com/@vue/compiler-core/-/compiler-core-3.5.13.tgz#b0ae6c4347f60c03e849a05d34e5bf747c9bda05"
2501+
integrity sha512-oOdAkwqUfW1WqpwSYJce06wvt6HljgY3fGeM9NcVA1HaYOij3mZG9Rkysn0OHuyUAGMbEbARIpsG+LPVlBJ5/Q==
2502+
dependencies:
2503+
"@babel/parser" "^7.25.3"
2504+
"@vue/shared" "3.5.13"
2505+
entities "^4.5.0"
2506+
estree-walker "^2.0.2"
2507+
source-map-js "^1.2.0"
2508+
2509+
2510+
version "3.5.13"
2511+
resolved "https://registry.yarnpkg.com/@vue/compiler-dom/-/compiler-dom-3.5.13.tgz#bb1b8758dbc542b3658dda973b98a1c9311a8a58"
2512+
integrity sha512-ZOJ46sMOKUjO3e94wPdCzQ6P1Lx/vhp2RSvfaab88Ajexs0AHeV0uasYhi99WPaogmBlRHNRuly8xV75cNTMDA==
2513+
dependencies:
2514+
"@vue/compiler-core" "3.5.13"
2515+
"@vue/shared" "3.5.13"
2516+
24682517
24692518
version "2.7.4"
24702519
resolved "https://registry.yarnpkg.com/@vue/compiler-sfc/-/compiler-sfc-2.7.4.tgz#41cb520a3ea65f7081194e79c0de412c75bda236"
@@ -2474,6 +2523,29 @@
24742523
postcss "^8.4.14"
24752524
source-map "^0.6.1"
24762525

2526+
2527+
version "3.5.13"
2528+
resolved "https://registry.yarnpkg.com/@vue/compiler-sfc/-/compiler-sfc-3.5.13.tgz#461f8bd343b5c06fac4189c4fef8af32dea82b46"
2529+
integrity sha512-6VdaljMpD82w6c2749Zhf5T9u5uLBWKnVue6XWxprDobftnletJ8+oel7sexFfM3qIxNmVE7LSFGTpv6obNyaQ==
2530+
dependencies:
2531+
"@babel/parser" "^7.25.3"
2532+
"@vue/compiler-core" "3.5.13"
2533+
"@vue/compiler-dom" "3.5.13"
2534+
"@vue/compiler-ssr" "3.5.13"
2535+
"@vue/shared" "3.5.13"
2536+
estree-walker "^2.0.2"
2537+
magic-string "^0.30.11"
2538+
postcss "^8.4.48"
2539+
source-map-js "^1.2.0"
2540+
2541+
2542+
version "3.5.13"
2543+
resolved "https://registry.yarnpkg.com/@vue/compiler-ssr/-/compiler-ssr-3.5.13.tgz#e771adcca6d3d000f91a4277c972a996d07f43ba"
2544+
integrity sha512-wMH6vrYHxQl/IybKJagqbquvxpWCuVYpoUJfCqFZwa/JY1GdATAQ+TgVtgrwwMZ0D07QhA99rs/EAAWfvG6KpA==
2545+
dependencies:
2546+
"@vue/compiler-dom" "3.5.13"
2547+
"@vue/shared" "3.5.13"
2548+
24772549
"@vue/component-compiler-utils@^3.1.0":
24782550
version "3.3.0"
24792551
resolved "https://registry.yarnpkg.com/@vue/component-compiler-utils/-/component-compiler-utils-3.3.0.tgz#f9f5fb53464b0c37b2c8d2f3fbfe44df60f61dc9"
@@ -2495,27 +2567,65 @@
24952567
resolved "https://registry.yarnpkg.com/@vue/devtools-api/-/devtools-api-6.5.0.tgz#98b99425edee70b4c992692628fa1ea2c1e57d07"
24962568
integrity sha512-o9KfBeaBmCKl10usN4crU53fYtC1r7jJwdGKjPT24t348rHxgfpZ0xL3Xm/gLUYnc0oTp8LAmrxOeLyu6tbk2Q==
24972569

2498-
"@vueuse/core@^11.0.0":
2499-
version "11.0.0"
2500-
resolved "https://registry.yarnpkg.com/@vueuse/core/-/core-11.0.0.tgz#bdbbc22dfec1026c4538aec5caa44f9babce5faf"
2501-
integrity sha512-shibzNGjmRjZucEm97B8V0NO5J3vPHMCE/mltxQ3vHezbDoFQBMtK11XsfwfPionxSbo+buqPmsCljtYuXIBpw==
2570+
2571+
version "3.5.13"
2572+
resolved "https://registry.yarnpkg.com/@vue/reactivity/-/reactivity-3.5.13.tgz#b41ff2bb865e093899a22219f5b25f97b6fe155f"
2573+
integrity sha512-NaCwtw8o48B9I6L1zl2p41OHo/2Z4wqYGGIK1Khu5T7yxrn+ATOixn/Udn2m+6kZKB/J7cuT9DbWWhRxqixACg==
2574+
dependencies:
2575+
"@vue/shared" "3.5.13"
2576+
2577+
2578+
version "3.5.13"
2579+
resolved "https://registry.yarnpkg.com/@vue/runtime-core/-/runtime-core-3.5.13.tgz#1fafa4bf0b97af0ebdd9dbfe98cd630da363a455"
2580+
integrity sha512-Fj4YRQ3Az0WTZw1sFe+QDb0aXCerigEpw418pw1HBUKFtnQHWzwojaukAs2X/c9DQz4MQ4bsXTGlcpGxU/RCIw==
2581+
dependencies:
2582+
"@vue/reactivity" "3.5.13"
2583+
"@vue/shared" "3.5.13"
2584+
2585+
2586+
version "3.5.13"
2587+
resolved "https://registry.yarnpkg.com/@vue/runtime-dom/-/runtime-dom-3.5.13.tgz#610fc795de9246300e8ae8865930d534e1246215"
2588+
integrity sha512-dLaj94s93NYLqjLiyFzVs9X6dWhTdAlEAciC3Moq7gzAc13VJUdCnjjRurNM6uTLFATRHexHCTu/Xp3eW6yoog==
2589+
dependencies:
2590+
"@vue/reactivity" "3.5.13"
2591+
"@vue/runtime-core" "3.5.13"
2592+
"@vue/shared" "3.5.13"
2593+
csstype "^3.1.3"
2594+
2595+
2596+
version "3.5.13"
2597+
resolved "https://registry.yarnpkg.com/@vue/server-renderer/-/server-renderer-3.5.13.tgz#429ead62ee51de789646c22efe908e489aad46f7"
2598+
integrity sha512-wAi4IRJV/2SAW3htkTlB+dHeRmpTiVIK1OGLWV1yeStVSebSQQOwGwIq0D3ZIoBj2C2qpgz5+vX9iEBkTdk5YA==
2599+
dependencies:
2600+
"@vue/compiler-ssr" "3.5.13"
2601+
"@vue/shared" "3.5.13"
2602+
2603+
2604+
version "3.5.13"
2605+
resolved "https://registry.yarnpkg.com/@vue/shared/-/shared-3.5.13.tgz#87b309a6379c22b926e696893237826f64339b6f"
2606+
integrity sha512-/hnE/qP5ZoGpol0a5mDi45bOd7t3tjYJBjsgCsivow7D48cJeV5l05RD82lPqi7gRiphZM37rnhW1l6ZoCNNnQ==
2607+
2608+
"@vueuse/core@^12.0.0":
2609+
version "12.0.0"
2610+
resolved "https://registry.yarnpkg.com/@vueuse/core/-/core-12.0.0.tgz#9b07923ca24a6b5873bf614888c7d0f796cef7d2"
2611+
integrity sha512-C12RukhXiJCbx4MGhjmd/gH52TjJsc3G0E0kQj/kb19H3Nt6n1CA4DRWuTdWWcaFRdlTe0npWDS942mvacvNBw==
25022612
dependencies:
25032613
"@types/web-bluetooth" "^0.0.20"
2504-
"@vueuse/metadata" "11.0.0"
2505-
"@vueuse/shared" "11.0.0"
2506-
vue-demi ">=0.14.10"
2614+
"@vueuse/metadata" "12.0.0"
2615+
"@vueuse/shared" "12.0.0"
2616+
vue "^3.5.13"
25072617

2508-
"@vueuse/metadata@11.0.0":
2509-
version "11.0.0"
2510-
resolved "https://registry.yarnpkg.com/@vueuse/metadata/-/metadata-11.0.0.tgz#a23cd3ce64c9b7b3575b7b900c209234f5e37c6c"
2511-
integrity sha512-0TKsAVT0iUOAPWyc9N79xWYfovJVPATiOPVKByG6jmAYdDiwvMVm9xXJ5hp4I8nZDxpCcYlLq/Rg9w1Z/jrGcg==
2618+
"@vueuse/metadata@12.0.0":
2619+
version "12.0.0"
2620+
resolved "https://registry.yarnpkg.com/@vueuse/metadata/-/metadata-12.0.0.tgz#ba6c279528fdb3c821825302f8a45c5ce327db01"
2621+
integrity sha512-Yzimd1D3sjxTDOlF05HekU5aSGdKjxhuhRFHA7gDWLn57PRbBIh+SF5NmjhJ0WRgF3my7T8LBucyxdFJjIfRJQ==
25122622

2513-
"@vueuse/shared@11.0.0":
2514-
version "11.0.0"
2515-
resolved "https://registry.yarnpkg.com/@vueuse/shared/-/shared-11.0.0.tgz#fef37f3fe5366b3ffd272c5012d07faf48f52c87"
2516-
integrity sha512-i4ZmOrIEjSsL94uAEt3hz88UCz93fMyP/fba9S+vypX90fKg3uYX9cThqvWc9aXxuTzR0UGhOKOTQd//Goh1nQ==
2623+
"@vueuse/shared@12.0.0":
2624+
version "12.0.0"
2625+
resolved "https://registry.yarnpkg.com/@vueuse/shared/-/shared-12.0.0.tgz#8d765a1c5038cc4ea29e9bbb622b2d4fd3365aef"
2626+
integrity sha512-3i6qtcq2PIio5i/vVYidkkcgvmTjCqrf26u+Fd4LhnbBmIT6FN8y6q/GJERp8lfcB9zVEfjdV0Br0443qZuJpw==
25172627
dependencies:
2518-
vue-demi ">=0.14.10"
2628+
vue "^3.5.13"
25192629

25202630
"@webassemblyjs/[email protected]":
25212631
version "1.9.0"
@@ -4339,6 +4449,11 @@ csstype@^3.1.0:
43394449
resolved "https://registry.yarnpkg.com/csstype/-/csstype-3.1.0.tgz#4ddcac3718d787cf9df0d1b7d15033925c8f29f2"
43404450
integrity sha512-uX1KG+x9h5hIJsaKR9xHUeUraxf8IODOwq9JLNPq6BwB04a/xgpq3rcx47l5BZu5zBPlgD342tdke3Hom/nJRA==
43414451

4452+
csstype@^3.1.3:
4453+
version "3.1.3"
4454+
resolved "https://registry.yarnpkg.com/csstype/-/csstype-3.1.3.tgz#d80ff294d114fb0e6ac500fbf85b60137d7eff81"
4455+
integrity sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw==
4456+
43424457
cuint@^0.2.2:
43434458
version "0.2.2"
43444459
resolved "https://registry.yarnpkg.com/cuint/-/cuint-0.2.2.tgz#408086d409550c2631155619e9fa7bcadc3b991b"
@@ -4786,6 +4901,11 @@ entities@^2.0.0:
47864901
resolved "https://registry.yarnpkg.com/entities/-/entities-2.2.0.tgz#098dc90ebb83d8dffa089d55256b351d34c4da55"
47874902
integrity sha512-p92if5Nz619I0w+akJrLZH0MX0Pb5DX39XOwQTtXSdQQOaYH03S1uIQp4mhOZtAXrxq4ViO67YTiLBo2638o9A==
47884903

4904+
entities@^4.5.0:
4905+
version "4.5.0"
4906+
resolved "https://registry.yarnpkg.com/entities/-/entities-4.5.0.tgz#5d268ea5e7113ec74c4d033b79ea5a35a488fb48"
4907+
integrity sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==
4908+
47894909
errno@^0.1.3, errno@~0.1.7:
47904910
version "0.1.8"
47914911
resolved "https://registry.yarnpkg.com/errno/-/errno-0.1.8.tgz#8bb3e9c7d463be4976ff888f76b4809ebc2e811f"
@@ -7050,6 +7170,13 @@ magic-string@^0.30.0:
70507170
dependencies:
70517171
"@jridgewell/sourcemap-codec" "^1.4.13"
70527172

7173+
magic-string@^0.30.11:
7174+
version "0.30.14"
7175+
resolved "https://registry.yarnpkg.com/magic-string/-/magic-string-0.30.14.tgz#e9bb29870b81cfc1ec3cc656552f5a7fcbf19077"
7176+
integrity sha512-5c99P1WKTed11ZC0HMJOj6CDIue6F8ySu+bJL+85q1zBEIY8IklrJ1eiKC2NDRh3Ct3FcvmJPyQHb9erXMTJNw==
7177+
dependencies:
7178+
"@jridgewell/sourcemap-codec" "^1.5.0"
7179+
70537180
make-dir@^1.0.0:
70547181
version "1.3.0"
70557182
resolved "https://registry.yarnpkg.com/make-dir/-/make-dir-1.3.0.tgz#79c1033b80515bd6d24ec9933e860ca75ee27f0c"
@@ -7435,6 +7562,11 @@ nanoid@^3.1.23, nanoid@^3.1.32, nanoid@^3.3.4:
74357562
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.4.tgz#730b67e3cd09e2deacf03c027c81c9d9dbc5e8ab"
74367563
integrity sha512-MqBkQh/OHTS2egovRtLk45wEyNXwF+cokD+1YPf9u5VfJiRdAiRwB2froX5Co9Rh20xs4siNPm8naNotSD6RBw==
74377564

7565+
nanoid@^3.3.7:
7566+
version "3.3.8"
7567+
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.8.tgz#b1be3030bee36aaff18bacb375e5cce521684baf"
7568+
integrity sha512-WNLf5Sd8oZxOm+TzppcYk8gVOgP+l58xNy58D0nbUnOxOWRWvlcCV4kUF7ltmI6PsrLl/BgKEyS4mqsGChFN0w==
7569+
74387570
nanomatch@^1.2.9:
74397571
version "1.2.13"
74407572
resolved "https://registry.yarnpkg.com/nanomatch/-/nanomatch-1.2.13.tgz#b87a8aa4fc0de8fe6be88895b38983ff265bd119"
@@ -8143,6 +8275,11 @@ picocolors@^1.0.0:
81438275
resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.0.0.tgz#cb5bdc74ff3f51892236eaf79d68bc44564ab81c"
81448276
integrity sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==
81458277

8278+
picocolors@^1.1.1:
8279+
version "1.1.1"
8280+
resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.1.1.tgz#3d321af3eab939b083c8f929a1d12cda81c26b6b"
8281+
integrity sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==
8282+
81468283
picomatch@^2.0.4, picomatch@^2.2.1, picomatch@^2.2.2, picomatch@^2.3.1:
81478284
version "2.3.1"
81488285
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.3.1.tgz#3ba3833733646d9d3e4995946c1365a67fb07a42"
@@ -9176,6 +9313,15 @@ postcss@^8, postcss@^8.1.10, postcss@^8.2.15, postcss@^8.4.13, postcss@^8.4.14:
91769313
picocolors "^1.0.0"
91779314
source-map-js "^1.0.2"
91789315

9316+
postcss@^8.4.48:
9317+
version "8.4.49"
9318+
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.49.tgz#4ea479048ab059ab3ae61d082190fabfd994fe19"
9319+
integrity sha512-OCVPnIObs4N29kxTjzLfUryOkvZEq+pf8jTF0lg8E7uETuWHA+v7j3c/xJmiqpX450191LlmZfUKkXxkTry7nA==
9320+
dependencies:
9321+
nanoid "^3.3.7"
9322+
picocolors "^1.1.1"
9323+
source-map-js "^1.2.1"
9324+
91799325
prepend-http@^1.0.0:
91809326
version "1.0.4"
91819327
resolved "https://registry.yarnpkg.com/prepend-http/-/prepend-http-1.0.4.tgz#d4f4562b0ce3696e41ac52d0e002e57a635dc6dc"
@@ -10106,6 +10252,11 @@ source-map-js@^1.0.2:
1010610252
resolved "https://registry.yarnpkg.com/source-map-js/-/source-map-js-1.0.2.tgz#adbc361d9c62df380125e7f161f71c826f1e490c"
1010710253
integrity sha512-R0XvVJ9WusLiqTCEiGCmICCMplcCkIwwR11mOSD9CR5u+IXYdiseeEuXCVAjS54zqwkLcPNnmU4OeJ6tUrWhDw==
1010810254

10255+
source-map-js@^1.2.0, source-map-js@^1.2.1:
10256+
version "1.2.1"
10257+
resolved "https://registry.yarnpkg.com/source-map-js/-/source-map-js-1.2.1.tgz#1ce5650fddd87abc099eda37dcff024c2667ae46"
10258+
integrity sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==
10259+
1010910260
source-map-resolve@^0.5.0:
1011010261
version "0.5.3"
1011110262
resolved "https://registry.yarnpkg.com/source-map-resolve/-/source-map-resolve-0.5.3.tgz#190866bece7553e1f8f267a2ee82c606b5509a1a"
@@ -11201,11 +11352,6 @@ vue-client-only@^2.1.0:
1120111352
resolved "https://registry.yarnpkg.com/vue-client-only/-/vue-client-only-2.1.0.tgz#1a67a47b8ecacfa86d75830173fffee3bf8a4ee3"
1120211353
integrity sha512-vKl1skEKn8EK9f8P2ZzhRnuaRHLHrlt1sbRmazlvsx6EiC3A8oWF8YCBrMJzoN+W3OnElwIGbVjsx6/xelY1AA==
1120311354

11204-
vue-demi@>=0.14.10:
11205-
version "0.14.10"
11206-
resolved "https://registry.yarnpkg.com/vue-demi/-/vue-demi-0.14.10.tgz#afc78de3d6f9e11bf78c55e8510ee12814522f04"
11207-
integrity sha512-nMZBOwuzabUO0nLgIcc6rycZEebF6eeUfaiQx9+WSk8e29IbLvPU9feI6tqW4kTo3hvoYAJkMh8n8D0fuISphg==
11208-
1120911355
vue-demi@>=0.14.5:
1121011356
version "0.14.5"
1121111357
resolved "https://registry.yarnpkg.com/vue-demi/-/vue-demi-0.14.5.tgz#676d0463d1a1266d5ab5cba932e043d8f5f2fbd9"
@@ -11287,6 +11433,17 @@ vue@^2.7.0:
1128711433
"@vue/compiler-sfc" "2.7.4"
1128811434
csstype "^3.1.0"
1128911435

11436+
vue@^3.5.13:
11437+
version "3.5.13"
11438+
resolved "https://registry.yarnpkg.com/vue/-/vue-3.5.13.tgz#9f760a1a982b09c0c04a867903fc339c9f29ec0a"
11439+
integrity sha512-wmeiSMxkZCSc+PM2w2VRsOYAZC8GdipNFRTsLSfodVqI9mbejKeXEGr8SckuLnrQPGe3oJN5c3K0vpoU9q/wCQ==
11440+
dependencies:
11441+
"@vue/compiler-dom" "3.5.13"
11442+
"@vue/compiler-sfc" "3.5.13"
11443+
"@vue/runtime-dom" "3.5.13"
11444+
"@vue/server-renderer" "3.5.13"
11445+
"@vue/shared" "3.5.13"
11446+
1129011447
vuex@^3.6.2:
1129111448
version "3.6.2"
1129211449
resolved "https://registry.yarnpkg.com/vuex/-/vuex-3.6.2.tgz#236bc086a870c3ae79946f107f16de59d5895e71"

0 commit comments

Comments
 (0)