From 6885df22e851ddef527142c40aeebdede8341e09 Mon Sep 17 00:00:00 2001 From: clonbg Date: Sun, 31 Aug 2025 18:12:19 +0200 Subject: [PATCH] Add @vueuse/core dependency --- package-lock.json | 45 +++++++++++++++++++++++++++++++++++++++++++++ package.json | 1 + 2 files changed, 46 insertions(+) diff --git a/package-lock.json b/package-lock.json index d339dc4..d3c5261 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,6 +10,7 @@ "@mdi/font": "^7.4.47", "@pinia/nuxt": "^0.11.2", "@sidebase/nuxt-auth": "^1.0.1", + "@vueuse/core": "^13.8.0", "nuxt": "^4.0.1", "pinia": "^3.0.3", "vue": "^3.5.18", @@ -3874,6 +3875,12 @@ "integrity": "sha512-6WaYesThRMCl19iryMYP7/x2OVgCtbIVflDGFpWnb9irXI3UjYE4AzmYuiUKY1AJstGijoY+MgUszMgRxIYTYw==", "license": "MIT" }, + "node_modules/@types/web-bluetooth": { + "version": "0.0.21", + "resolved": "https://registry.npmjs.org/@types/web-bluetooth/-/web-bluetooth-0.0.21.tgz", + "integrity": "sha512-oIQLCGWtcFZy2JW77j9k8nHzAOpqMHLQejDA48XXMWH6tjCQHz5RCFz1bzsmROyL6PUm+LLnUiI4BCn221inxA==", + "license": "MIT" + }, "node_modules/@types/yauzl": { "version": "2.10.3", "resolved": "https://registry.npmjs.org/@types/yauzl/-/yauzl-2.10.3.tgz", @@ -4298,6 +4305,44 @@ "integrity": "sha512-cZy8Dq+uuIXbxCZpuLd2GJdeSO/lIzIspC2WtkqIpje5QyFbvLaI5wZtdUjLHjGZrlVX6GilejatWwVYYRc8tA==", "license": "MIT" }, + "node_modules/@vueuse/core": { + "version": "13.8.0", + "resolved": "https://registry.npmjs.org/@vueuse/core/-/core-13.8.0.tgz", + "integrity": "sha512-rmBcgpEpxY0ZmyQQR94q1qkUcHREiLxQwNyWrtjMDipD0WTH/JBcAt0gdcn2PsH0SA76ec291cHFngmyaBhlxA==", + "license": "MIT", + "dependencies": { + "@types/web-bluetooth": "^0.0.21", + "@vueuse/metadata": "13.8.0", + "@vueuse/shared": "13.8.0" + }, + "funding": { + "url": "https://github.com/sponsors/antfu" + }, + "peerDependencies": { + "vue": "^3.5.0" + } + }, + "node_modules/@vueuse/metadata": { + "version": "13.8.0", + "resolved": "https://registry.npmjs.org/@vueuse/metadata/-/metadata-13.8.0.tgz", + "integrity": "sha512-BYMp3Gp1kBUPv7AfQnJYP96mkX7g7cKdTIgwv/Jgd+pfQhz678naoZOAcknRtPLP4cFblDDW7rF4e3KFa+PfIA==", + "license": "MIT", + "funding": { + "url": "https://github.com/sponsors/antfu" + } + }, + "node_modules/@vueuse/shared": { + "version": "13.8.0", + "resolved": "https://registry.npmjs.org/@vueuse/shared/-/shared-13.8.0.tgz", + "integrity": "sha512-x4nfM0ykW+RmNJ4/1IzZsuLuWWrNTxlTWUiehTGI54wnOxIgI9EDdu/O5S77ac6hvQ3hk2KpOVFHaM0M796Kbw==", + "license": "MIT", + "funding": { + "url": "https://github.com/sponsors/antfu" + }, + "peerDependencies": { + "vue": "^3.5.0" + } + }, "node_modules/@whatwg-node/disposablestack": { "version": "0.0.6", "resolved": "https://registry.npmjs.org/@whatwg-node/disposablestack/-/disposablestack-0.0.6.tgz", diff --git a/package.json b/package.json index ba9809c..6ec01cd 100644 --- a/package.json +++ b/package.json @@ -13,6 +13,7 @@ "@mdi/font": "^7.4.47", "@pinia/nuxt": "^0.11.2", "@sidebase/nuxt-auth": "^1.0.1", + "@vueuse/core": "^13.8.0", "nuxt": "^4.0.1", "pinia": "^3.0.3", "vue": "^3.5.18",