Skip to content

Commit

Permalink
chore(deps): update dependency @vueuse/nuxt to v12 (#152)
Browse files Browse the repository at this point in the history
  • Loading branch information
hywax-assistant authored Nov 28, 2024
1 parent 07b2f77 commit 9c6c70d
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 8 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
},
"dependencies": {
"@network-utils/tcp-ping": "^1.2.3",
"@vueuse/nuxt": "^11.3.0",
"@vueuse/nuxt": "^12.0.0",
"consola": "^3.2.3",
"defu": "^6.1.4",
"h3-zod": "^0.5.3",
Expand Down
36 changes: 29 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3784,6 +3784,16 @@
"@vueuse/shared" "11.3.0"
vue-demi ">=0.14.10"

"@vueuse/[email protected]":
version "12.0.0"
resolved "https://registry.yarnpkg.com/@vueuse/core/-/core-12.0.0.tgz#9b07923ca24a6b5873bf614888c7d0f796cef7d2"
integrity sha512-C12RukhXiJCbx4MGhjmd/gH52TjJsc3G0E0kQj/kb19H3Nt6n1CA4DRWuTdWWcaFRdlTe0npWDS942mvacvNBw==
dependencies:
"@types/web-bluetooth" "^0.0.20"
"@vueuse/metadata" "12.0.0"
"@vueuse/shared" "12.0.0"
vue "^3.5.13"

"@vueuse/integrations@^11.1.0":
version "11.3.0"
resolved "https://registry.yarnpkg.com/@vueuse/integrations/-/integrations-11.3.0.tgz#2df4468ca3e2f8182ebe2cf7f5b9d768dc7baeb1"
Expand All @@ -3798,16 +3808,21 @@
resolved "https://registry.yarnpkg.com/@vueuse/metadata/-/metadata-11.3.0.tgz#be7ac12e3016c0353a3667b372a73aeeee59194e"
integrity sha512-pwDnDspTqtTo2HwfLw4Rp6yywuuBdYnPYDq+mO38ZYKGebCUQC/nVj/PXSiK9HX5otxLz8Fn7ECPbjiRz2CC3g==

"@vueuse/nuxt@^11.3.0":
version "11.3.0"
resolved "https://registry.yarnpkg.com/@vueuse/nuxt/-/nuxt-11.3.0.tgz#832ed704b3e330939c9be2c6dcbaa4c4aac19c48"
integrity sha512-FxtRTgFmsoASamR3lOftv/r11o1BojF9zir8obbTnKamVZdlQ5rgJ0hHgVbrgA6dlMuEx/PzwqAmiKNFdU4oCQ==
"@vueuse/[email protected]":
version "12.0.0"
resolved "https://registry.yarnpkg.com/@vueuse/metadata/-/metadata-12.0.0.tgz#ba6c279528fdb3c821825302f8a45c5ce327db01"
integrity sha512-Yzimd1D3sjxTDOlF05HekU5aSGdKjxhuhRFHA7gDWLn57PRbBIh+SF5NmjhJ0WRgF3my7T8LBucyxdFJjIfRJQ==

"@vueuse/nuxt@^12.0.0":
version "12.0.0"
resolved "https://registry.yarnpkg.com/@vueuse/nuxt/-/nuxt-12.0.0.tgz#6bd9840becd053657c6a7323a42db258cd9ecf71"
integrity sha512-ZSxphoQAX5/EzIUKADcqmoKOpIya7Qi/Lma2iGuLv0YdEAdIcyhTvJ3HwboSuVCPzzovyitY1Ozo+6b0nZ5j5Q==
dependencies:
"@nuxt/kit" "^3.14.1592"
"@vueuse/core" "11.3.0"
"@vueuse/metadata" "11.3.0"
"@vueuse/core" "12.0.0"
"@vueuse/metadata" "12.0.0"
local-pkg "^0.5.1"
vue-demi ">=0.14.10"
vue "^3.5.13"

"@vueuse/[email protected]":
version "11.3.0"
Expand All @@ -3816,6 +3831,13 @@
dependencies:
vue-demi ">=0.14.10"

"@vueuse/[email protected]":
version "12.0.0"
resolved "https://registry.yarnpkg.com/@vueuse/shared/-/shared-12.0.0.tgz#8d765a1c5038cc4ea29e9bbb622b2d4fd3365aef"
integrity sha512-3i6qtcq2PIio5i/vVYidkkcgvmTjCqrf26u+Fd4LhnbBmIT6FN8y6q/GJERp8lfcB9zVEfjdV0Br0443qZuJpw==
dependencies:
vue "^3.5.13"

JSONStream@^1.3.5:
version "1.3.5"
resolved "https://registry.yarnpkg.com/JSONStream/-/JSONStream-1.3.5.tgz#3208c1f08d3a4d99261ab64f92302bc15e111ca0"
Expand Down

0 comments on commit 9c6c70d

Please sign in to comment.