From b8db18513d20c1afeaf29a2993e86692c38eec81 Mon Sep 17 00:00:00 2001 From: Benjamin Canac Date: Thu, 18 Jan 2024 12:47:16 +0100 Subject: [PATCH] chore(deps): pin `@headlessui/vue` as it breaks command palette --- package.json | 5 +++-- pnpm-lock.yaml | 25 +++++++------------------ 2 files changed, 10 insertions(+), 20 deletions(-) diff --git a/package.json b/package.json index eeb713e5..6fa1c7ce 100644 --- a/package.json +++ b/package.json @@ -77,9 +77,10 @@ "zod": "^3.22.4" }, "resolutions": { + "@headlessui/vue": "1.7.16", "@nuxt/kit": "3.9.3", "@nuxt/schema": "3.9.3", - "vue": "3.3.13", - "tailwindcss": "3.4.1" + "tailwindcss": "3.4.1", + "vue": "3.3.13" } } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index f0d5d6b2..47b7d80b 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -5,10 +5,11 @@ settings: excludeLinksFromLockfile: false overrides: + '@headlessui/vue': 1.7.16 '@nuxt/kit': 3.9.3 '@nuxt/schema': 3.9.3 - vue: 3.3.13 tailwindcss: 3.4.1 + vue: 3.3.13 importers: @@ -21,8 +22,8 @@ importers: specifier: ^0.2.0 version: 0.2.0(tailwindcss@3.4.1) '@headlessui/vue': - specifier: ^1.7.17 - version: 1.7.17(vue@3.3.13) + specifier: 1.7.16 + version: 1.7.16(vue@3.3.13) '@iconify-json/heroicons': specifier: ^1.1.19 version: 1.1.19 @@ -1105,13 +1106,12 @@ packages: dependencies: tailwindcss: 3.4.1 - /@headlessui/vue@1.7.17(vue@3.3.13): - resolution: {integrity: sha512-hmJChv8HzKorxd9F70RGnECAwZfkvmmwOqreuKLWY/19d5qbWnSdw+DNbuA/Uo6X5rb4U5B3NrT+qBKPmjhRqw==} + /@headlessui/vue@1.7.16(vue@3.3.13): + resolution: {integrity: sha512-nKT+nf/q6x198SsyK54mSszaQl/z+QxtASmgMEJtpxSX2Q0OPJX0upS/9daDyiECpeAsvjkoOrm2O/6PyBQ+Qg==} engines: {node: '>=10'} peerDependencies: vue: 3.3.13 dependencies: - '@tanstack/vue-virtual': 3.0.2(vue@3.3.13) vue: 3.3.13(typescript@5.3.3) /@humanwhocodes/config-array@0.11.13: @@ -2051,7 +2051,7 @@ packages: dependencies: '@egoist/tailwindcss-icons': 1.7.2(tailwindcss@3.4.1) '@headlessui/tailwindcss': 0.2.0(tailwindcss@3.4.1) - '@headlessui/vue': 1.7.17(vue@3.3.13) + '@headlessui/vue': 1.7.16(vue@3.3.13) '@iconify-json/heroicons': 1.1.19 '@nuxt/kit': 3.9.3(rollup@3.29.4) '@nuxtjs/color-mode': 3.3.2(rollup@3.29.4) @@ -3133,17 +3133,6 @@ packages: postcss-selector-parser: 6.0.10 tailwindcss: 3.4.1 - /@tanstack/virtual-core@3.0.0: - resolution: {integrity: sha512-SYXOBTjJb05rXa2vl55TTwO40A6wKu0R5i1qQwhJYNDIqaIGF7D0HsLw+pJAyi2OvntlEIVusx3xtbbgSUi6zg==} - - /@tanstack/vue-virtual@3.0.2(vue@3.3.13): - resolution: {integrity: sha512-1iFpX+yZswHuf4wrA6GU9yJ/YzQ/8SacABwqghwCkcwrkZbOPLlRSdOAqZ1WQ50SftmfhZpaiZl2KmpV7cgfMQ==} - peerDependencies: - vue: 3.3.13 - dependencies: - '@tanstack/virtual-core': 3.0.0 - vue: 3.3.13(typescript@5.3.3) - /@tootallnate/quickjs-emscripten@0.23.0: resolution: {integrity: sha512-C5Mc6rdnsaJDjO3UpGW/CQTHtCKaYlScZTly4JIu97Jxo/odCiH0ITnDXSJPTOrEKk/ycSZ0AOgTmkDtkOsvIA==} dev: true