Skip to content

Commit f5499cd

Browse files
fix(deps): update dependency @headlessui/vue to v1.7.18
1 parent b3c1e67 commit f5499cd

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.1",
6161
"@element-plus/icons-vue": "2.3.1",
62-
"@headlessui/vue": "1.6.0",
62+
"@headlessui/vue": "1.7.18",
6363
"@kangc/v-md-editor": "2.3.18",
6464
"axios": "1.6.5",
6565
"core-js": "3.35.0",

yarn.lock

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

1853-
"@headlessui/vue@1.6.0":
1854-
version "1.6.0"
1855-
resolved "https://registry.yarnpkg.com/@headlessui/vue/-/vue-1.6.0.tgz#e8242a0fb43fa2f7a0a82f1673c2ca221575a48d"
1856-
integrity sha512-oB3R1G8BDDcTwaLqkr9G2swJlu62IaC6900fzsFglLVKG25jKOwOrlWKwjFNOMzmSQe/vCvoWJENWfeH10D4AA==
1853+
"@headlessui/vue@1.7.18":
1854+
version "1.7.18"
1855+
resolved "https://registry.yarnpkg.com/@headlessui/vue/-/vue-1.7.18.tgz#1c61473fa232053a3d90f83e1ccf661fcb52abb1"
1856+
integrity sha512-N9EUJY0sHhuJQ81oQlk+vmB80NwUXsyJjxOaBrzUyO+VHIZz7v/ffFICAlrtM4TxZaZFMCzehe74yEPSqkEJ9g==
1857+
dependencies:
1858+
"@tanstack/vue-virtual" "^3.0.0-beta.60"
18571859

18581860
"@humanwhocodes/config-array@^0.11.13":
18591861
version "0.11.13"
@@ -3193,6 +3195,18 @@
31933195
lodash.merge "^4.6.2"
31943196
postcss-selector-parser "6.0.10"
31953197

3198+
"@tanstack/virtual-core@3.0.0":
3199+
version "3.0.0"
3200+
resolved "https://registry.yarnpkg.com/@tanstack/virtual-core/-/virtual-core-3.0.0.tgz#637bee36f0cabf96a1d436887c90f138a7e9378b"
3201+
integrity sha512-SYXOBTjJb05rXa2vl55TTwO40A6wKu0R5i1qQwhJYNDIqaIGF7D0HsLw+pJAyi2OvntlEIVusx3xtbbgSUi6zg==
3202+
3203+
"@tanstack/vue-virtual@^3.0.0-beta.60":
3204+
version "3.0.4"
3205+
resolved "https://registry.yarnpkg.com/@tanstack/vue-virtual/-/vue-virtual-3.0.4.tgz#e4a7dea0ecdbd87cc45169c2ba1d3fd508232145"
3206+
integrity sha512-SDk3n+dMZnAXEAx+HZ0wQwBN00Ne7Qk4z29QnawJy6jzOOpoajt7Mm6gIEERin1D4ALxW5WpuDqhlnV2TNFQ+A==
3207+
dependencies:
3208+
"@tanstack/virtual-core" "3.0.0"
3209+
31963210
"@testing-library/dom@^9.0.0":
31973211
version "9.3.1"
31983212
resolved "https://registry.yarnpkg.com/@testing-library/dom/-/dom-9.3.1.tgz#8094f560e9389fb973fe957af41bf766937a9ee9"

0 commit comments

Comments
 (0)