diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index fa0c3a44dc..6a72804b9e 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -485,8 +485,8 @@ importers: specifier: ^2.2.0 version: 2.2.0(vue@3.5.13(typescript@5.7.3)) '@vueuse/core': - specifier: ^10.0.0 - version: 10.11.1(vue@3.5.13(typescript@5.7.3)) + specifier: ^12.0.0 + version: 12.7.0(typescript@5.7.3) class-variance-authority: specifier: ^0.7.1 version: 0.7.1 @@ -3622,6 +3622,7 @@ packages: '@unraid/libvirt@1.1.3': resolution: {integrity: sha512-aZNHkwgQ/0e+5BE7i3Ru4GC3Ev8fEUlnU0wmTcuSbpN0r74rMpiGwzA/4cqIJU8X+Kj//I80pkUufzXzHmMWwQ==} engines: {node: '>=14'} + cpu: [x64, arm64] os: [linux, darwin] '@unraid/tailwind-rem-to-rem@1.1.0': @@ -9141,6 +9142,7 @@ packages: engines: {node: '>=0.6.0', teleport: '>=0.2.0'} deprecated: |- You or someone you depend on is using Q, the JavaScript Promise library that gave JavaScript developers strong feelings about promises. They can almost certainly migrate to the native JavaScript promise now. Thank you literally everyone for joining me in this bet against the odds. Be excellent to each other. + (For a CapTP with native promises, see @endo/eventual-send and @endo/captp) qs@6.13.0: diff --git a/unraid-ui/package.json b/unraid-ui/package.json index 8e6da841e0..0a72765b13 100644 --- a/unraid-ui/package.json +++ b/unraid-ui/package.json @@ -33,7 +33,7 @@ "dependencies": { "@headlessui/vue": "^1.7.23", "@heroicons/vue": "^2.2.0", - "@vueuse/core": "^10.0.0", + "@vueuse/core": "^12.0.0", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", "kebab-case": "^2.0.1",