Skip to content

Commit 8e99611

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

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.17",
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.17":
1854+
version "1.7.17"
1855+
resolved "https://registry.yarnpkg.com/@headlessui/vue/-/vue-1.7.17.tgz#153a17432a0fa4b58ac55e16e0c883b66bec5f83"
1856+
integrity sha512-hmJChv8HzKorxd9F70RGnECAwZfkvmmwOqreuKLWY/19d5qbWnSdw+DNbuA/Uo6X5rb4U5B3NrT+qBKPmjhRqw==
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.1"
3205+
resolved "https://registry.yarnpkg.com/@tanstack/vue-virtual/-/vue-virtual-3.0.1.tgz#ca96c169d3c66de3e6eef638a06c74275d77c619"
3206+
integrity sha512-85Cyi8m7h1xzGB2FyXMurPVFOZvatycVU7OfhQ8QFk27E4tQ7ISNfYEMrakTTaE0ZyNsKRFlAzHuwL1Bv1vuMw==
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)