Skip to content

Commit 190b974

Browse files
fix(deps): update dependency @headlessui/vue to v1.7.23
1 parent 54c61e5 commit 190b974

File tree

2 files changed

+19
-5
lines changed

2 files changed

+19
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"dependencies": {
6060
"@electron/remote": "2.1.2",
6161
"@element-plus/icons-vue": "2.3.1",
62-
"@headlessui/vue": "1.6.0",
62+
"@headlessui/vue": "1.7.23",
6363
"@kangc/v-md-editor": "2.3.18",
6464
"axios": "1.7.2",
6565
"core-js": "3.35.0",

yarn.lock

Lines changed: 18 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1851,10 +1851,12 @@
18511851
dependencies:
18521852
"@hapi/hoek" "^9.0.0"
18531853

1854-
"@headlessui/vue@1.6.0":
1855-
version "1.6.0"
1856-
resolved "https://registry.yarnpkg.com/@headlessui/vue/-/vue-1.6.0.tgz#e8242a0fb43fa2f7a0a82f1673c2ca221575a48d"
1857-
integrity sha512-oB3R1G8BDDcTwaLqkr9G2swJlu62IaC6900fzsFglLVKG25jKOwOrlWKwjFNOMzmSQe/vCvoWJENWfeH10D4AA==
1854+
"@headlessui/vue@1.7.23":
1855+
version "1.7.23"
1856+
resolved "https://registry.yarnpkg.com/@headlessui/vue/-/vue-1.7.23.tgz#7fe19dbeca35de9e6270c82c78c4864e6a6f7391"
1857+
integrity sha512-JzdCNqurrtuu0YW6QaDtR2PIYCKPUWq28csDyMvN4zmGccmE7lz40Is6hc3LA4HFeCI7sekZ/PQMTNmn9I/4Wg==
1858+
dependencies:
1859+
"@tanstack/vue-virtual" "^3.0.0-beta.60"
18581860

18591861
"@humanwhocodes/config-array@^0.11.14":
18601862
version "0.11.14"
@@ -3194,6 +3196,18 @@
31943196
lodash.merge "^4.6.2"
31953197
postcss-selector-parser "6.0.10"
31963198

3199+
"@tanstack/virtual-core@3.10.7":
3200+
version "3.10.7"
3201+
resolved "https://registry.yarnpkg.com/@tanstack/virtual-core/-/virtual-core-3.10.7.tgz#fb1d8ae1257c9fe3a6e99c911cad0d1a1b07f598"
3202+
integrity sha512-ND5dfsU0n9F4gROzwNNDJmg6y8n9pI8YWxtgbfJ5UcNn7Hx+MxEXtXcQ189tS7sh8pmCObgz2qSiyRKTZxT4dg==
3203+
3204+
"@tanstack/vue-virtual@^3.0.0-beta.60":
3205+
version "3.10.7"
3206+
resolved "https://registry.yarnpkg.com/@tanstack/vue-virtual/-/vue-virtual-3.10.7.tgz#c058fe990f71f56ecf9284e3f6b54ca9fd06bfc3"
3207+
integrity sha512-OSK1fkvz4GaBhF80KVmBsJZoMI9ncVaUU//pI8OqTdBnepw467zcuF2Y+Ia1VC0CPYfUEALyS8n4Ar0RI/7ASg==
3208+
dependencies:
3209+
"@tanstack/virtual-core" "3.10.7"
3210+
31973211
"@testing-library/dom@^9.0.0":
31983212
version "9.3.1"
31993213
resolved "https://registry.yarnpkg.com/@testing-library/dom/-/dom-9.3.1.tgz#8094f560e9389fb973fe957af41bf766937a9ee9"

0 commit comments

Comments
 (0)