mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2025-05-11 02:15:48 +02:00
chore(deps): update all non-major dependencies
This commit is contained in:
parent
fdd833c735
commit
ed3c02fc6f
6 changed files with 250 additions and 264 deletions
|
@ -2,7 +2,7 @@
|
||||||
"name": "nginx-ui-app-next",
|
"name": "nginx-ui-app-next",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"version": "2.0.0-beta.36",
|
"version": "2.0.0-beta.36",
|
||||||
"packageManager": "pnpm@9.10.0",
|
"packageManager": "pnpm@9.12.2",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "vite --host",
|
"dev": "vite --host",
|
||||||
"typecheck": "vue-tsc --noEmit",
|
"typecheck": "vue-tsc --noEmit",
|
||||||
|
@ -35,7 +35,7 @@
|
||||||
"marked-highlight": "^2.2.0",
|
"marked-highlight": "^2.2.0",
|
||||||
"nprogress": "^0.2.0",
|
"nprogress": "^0.2.0",
|
||||||
"pinia": "^2.2.4",
|
"pinia": "^2.2.4",
|
||||||
"pinia-plugin-persistedstate": "^4.1.1",
|
"pinia-plugin-persistedstate": "^4.1.2",
|
||||||
"reconnecting-websocket": "^4.4.0",
|
"reconnecting-websocket": "^4.4.0",
|
||||||
"sortablejs": "^1.15.3",
|
"sortablejs": "^1.15.3",
|
||||||
"universal-cookie": "^7.2.1",
|
"universal-cookie": "^7.2.1",
|
||||||
|
@ -66,7 +66,7 @@
|
||||||
"less": "^4.2.0",
|
"less": "^4.2.0",
|
||||||
"postcss": "^8.4.47",
|
"postcss": "^8.4.47",
|
||||||
"tailwindcss": "^3.4.14",
|
"tailwindcss": "^3.4.14",
|
||||||
"typescript": "5.3.3",
|
"typescript": "5.6.3",
|
||||||
"unplugin-auto-import": "^0.18.3",
|
"unplugin-auto-import": "^0.18.3",
|
||||||
"unplugin-vue-components": "^0.27.4",
|
"unplugin-vue-components": "^0.27.4",
|
||||||
"unplugin-vue-define-options": "^1.5.2",
|
"unplugin-vue-define-options": "^1.5.2",
|
||||||
|
|
320
app/pnpm-lock.yaml
generated
320
app/pnpm-lock.yaml
generated
|
@ -13,7 +13,7 @@ importers:
|
||||||
version: 3.1.1
|
version: 3.1.1
|
||||||
'@ant-design/icons-vue':
|
'@ant-design/icons-vue':
|
||||||
specifier: ^7.0.1
|
specifier: ^7.0.1
|
||||||
version: 7.0.1(vue@3.5.12(typescript@5.3.3))
|
version: 7.0.1(vue@3.5.12(typescript@5.6.3))
|
||||||
'@formkit/auto-animate':
|
'@formkit/auto-animate':
|
||||||
specifier: ^0.8.2
|
specifier: ^0.8.2
|
||||||
version: 0.8.2
|
version: 0.8.2
|
||||||
|
@ -28,13 +28,13 @@ importers:
|
||||||
version: 3.5.12
|
version: 3.5.12
|
||||||
'@vueuse/components':
|
'@vueuse/components':
|
||||||
specifier: ^11.1.0
|
specifier: ^11.1.0
|
||||||
version: 11.1.0(vue@3.5.12(typescript@5.3.3))
|
version: 11.1.0(vue@3.5.12(typescript@5.6.3))
|
||||||
'@vueuse/core':
|
'@vueuse/core':
|
||||||
specifier: ^11.1.0
|
specifier: ^11.1.0
|
||||||
version: 11.1.0(vue@3.5.12(typescript@5.3.3))
|
version: 11.1.0(vue@3.5.12(typescript@5.6.3))
|
||||||
'@vueuse/integrations':
|
'@vueuse/integrations':
|
||||||
specifier: ^11.1.0
|
specifier: ^11.1.0
|
||||||
version: 11.1.0(async-validator@4.2.5)(axios@1.7.7)(nprogress@0.2.0)(sortablejs@1.15.3)(universal-cookie@7.2.1)(vue@3.5.12(typescript@5.3.3))
|
version: 11.1.0(async-validator@4.2.5)(axios@1.7.7)(nprogress@0.2.0)(sortablejs@1.15.3)(universal-cookie@7.2.1)(vue@3.5.12(typescript@5.6.3))
|
||||||
'@xterm/addon-attach':
|
'@xterm/addon-attach':
|
||||||
specifier: ^0.11.0
|
specifier: ^0.11.0
|
||||||
version: 0.11.0(@xterm/xterm@5.5.0)
|
version: 0.11.0(@xterm/xterm@5.5.0)
|
||||||
|
@ -46,7 +46,7 @@ importers:
|
||||||
version: 5.5.0
|
version: 5.5.0
|
||||||
ant-design-vue:
|
ant-design-vue:
|
||||||
specifier: ^4.2.5
|
specifier: ^4.2.5
|
||||||
version: 4.2.5(vue@3.5.12(typescript@5.3.3))
|
version: 4.2.5(vue@3.5.12(typescript@5.6.3))
|
||||||
apexcharts:
|
apexcharts:
|
||||||
specifier: ^3.54.1
|
specifier: ^3.54.1
|
||||||
version: 3.54.1
|
version: 3.54.1
|
||||||
|
@ -73,10 +73,10 @@ importers:
|
||||||
version: 0.2.0
|
version: 0.2.0
|
||||||
pinia:
|
pinia:
|
||||||
specifier: ^2.2.4
|
specifier: ^2.2.4
|
||||||
version: 2.2.4(typescript@5.3.3)(vue@3.5.12(typescript@5.3.3))
|
version: 2.2.4(typescript@5.6.3)(vue@3.5.12(typescript@5.6.3))
|
||||||
pinia-plugin-persistedstate:
|
pinia-plugin-persistedstate:
|
||||||
specifier: ^4.1.1
|
specifier: ^4.1.2
|
||||||
version: 4.1.1(pinia@2.2.4(typescript@5.3.3)(vue@3.5.12(typescript@5.3.3)))(rollup@4.24.0)
|
version: 4.1.2(pinia@2.2.4(typescript@5.6.3)(vue@3.5.12(typescript@5.6.3)))(rollup@4.24.0)
|
||||||
reconnecting-websocket:
|
reconnecting-websocket:
|
||||||
specifier: ^4.4.0
|
specifier: ^4.4.0
|
||||||
version: 4.4.0
|
version: 4.4.0
|
||||||
|
@ -91,32 +91,32 @@ importers:
|
||||||
version: 0.4.2
|
version: 0.4.2
|
||||||
vue:
|
vue:
|
||||||
specifier: ^3.5.12
|
specifier: ^3.5.12
|
||||||
version: 3.5.12(typescript@5.3.3)
|
version: 3.5.12(typescript@5.6.3)
|
||||||
vue-dompurify-html:
|
vue-dompurify-html:
|
||||||
specifier: ^5.1.0
|
specifier: ^5.1.0
|
||||||
version: 5.1.0(vue@3.5.12(typescript@5.3.3))
|
version: 5.1.0(vue@3.5.12(typescript@5.6.3))
|
||||||
vue-router:
|
vue-router:
|
||||||
specifier: ^4.4.5
|
specifier: ^4.4.5
|
||||||
version: 4.4.5(vue@3.5.12(typescript@5.3.3))
|
version: 4.4.5(vue@3.5.12(typescript@5.6.3))
|
||||||
vue3-ace-editor:
|
vue3-ace-editor:
|
||||||
specifier: 2.2.4
|
specifier: 2.2.4
|
||||||
version: 2.2.4(ace-builds@1.36.3)(vue@3.5.12(typescript@5.3.3))
|
version: 2.2.4(ace-builds@1.36.3)(vue@3.5.12(typescript@5.6.3))
|
||||||
vue3-apexcharts:
|
vue3-apexcharts:
|
||||||
specifier: 1.5.3
|
specifier: 1.5.3
|
||||||
version: 1.5.3(apexcharts@3.54.1)(vue@3.5.12(typescript@5.3.3))
|
version: 1.5.3(apexcharts@3.54.1)(vue@3.5.12(typescript@5.6.3))
|
||||||
vue3-gettext:
|
vue3-gettext:
|
||||||
specifier: 3.0.0-beta.6
|
specifier: 3.0.0-beta.6
|
||||||
version: 3.0.0-beta.6(@vue/compiler-sfc@3.5.12)(typescript@5.3.3)(vue@3.5.12(typescript@5.3.3))
|
version: 3.0.0-beta.6(@vue/compiler-sfc@3.5.12)(typescript@5.6.3)(vue@3.5.12(typescript@5.6.3))
|
||||||
vue3-otp-input:
|
vue3-otp-input:
|
||||||
specifier: ^0.5.21
|
specifier: ^0.5.21
|
||||||
version: 0.5.21(vue@3.5.12(typescript@5.3.3))
|
version: 0.5.21(vue@3.5.12(typescript@5.6.3))
|
||||||
vuedraggable:
|
vuedraggable:
|
||||||
specifier: ^4.1.0
|
specifier: ^4.1.0
|
||||||
version: 4.1.0(vue@3.5.12(typescript@5.3.3))
|
version: 4.1.0(vue@3.5.12(typescript@5.6.3))
|
||||||
devDependencies:
|
devDependencies:
|
||||||
'@antfu/eslint-config':
|
'@antfu/eslint-config':
|
||||||
specifier: ^3.8.0
|
specifier: ^3.8.0
|
||||||
version: 3.8.0(@typescript-eslint/utils@8.11.0(eslint@9.13.0(jiti@2.3.3))(typescript@5.3.3))(@vue/compiler-sfc@3.5.12)(eslint@9.13.0(jiti@2.3.3))(typescript@5.3.3)
|
version: 3.8.0(@typescript-eslint/utils@8.11.0(eslint@9.13.0(jiti@2.3.3))(typescript@5.6.3))(@vue/compiler-sfc@3.5.12)(eslint@9.13.0(jiti@2.3.3))(typescript@5.6.3)
|
||||||
'@simplewebauthn/types':
|
'@simplewebauthn/types':
|
||||||
specifier: ^11.0.0
|
specifier: ^11.0.0
|
||||||
version: 11.0.0
|
version: 11.0.0
|
||||||
|
@ -131,10 +131,10 @@ importers:
|
||||||
version: 1.15.8
|
version: 1.15.8
|
||||||
'@vitejs/plugin-vue':
|
'@vitejs/plugin-vue':
|
||||||
specifier: ^5.1.4
|
specifier: ^5.1.4
|
||||||
version: 5.1.4(vite@5.4.10(@types/node@22.7.9)(less@4.2.0))(vue@3.5.12(typescript@5.3.3))
|
version: 5.1.4(vite@5.4.10(@types/node@22.7.9)(less@4.2.0))(vue@3.5.12(typescript@5.6.3))
|
||||||
'@vitejs/plugin-vue-jsx':
|
'@vitejs/plugin-vue-jsx':
|
||||||
specifier: ^4.0.1
|
specifier: ^4.0.1
|
||||||
version: 4.0.1(vite@5.4.10(@types/node@22.7.9)(less@4.2.0))(vue@3.5.12(typescript@5.3.3))
|
version: 4.0.1(vite@5.4.10(@types/node@22.7.9)(less@4.2.0))(vue@3.5.12(typescript@5.6.3))
|
||||||
'@vue/compiler-sfc':
|
'@vue/compiler-sfc':
|
||||||
specifier: ^3.5.12
|
specifier: ^3.5.12
|
||||||
version: 3.5.12
|
version: 3.5.12
|
||||||
|
@ -152,7 +152,7 @@ importers:
|
||||||
version: 9.13.0(jiti@2.3.3)
|
version: 9.13.0(jiti@2.3.3)
|
||||||
eslint-plugin-sonarjs:
|
eslint-plugin-sonarjs:
|
||||||
specifier: ^2.0.4
|
specifier: ^2.0.4
|
||||||
version: 2.0.4(@typescript-eslint/parser@8.11.0(eslint@9.13.0(jiti@2.3.3))(typescript@5.3.3))(eslint@9.13.0(jiti@2.3.3))
|
version: 2.0.4(@typescript-eslint/parser@8.11.0(eslint@9.13.0(jiti@2.3.3))(typescript@5.6.3))(eslint@9.13.0(jiti@2.3.3))
|
||||||
less:
|
less:
|
||||||
specifier: ^4.2.0
|
specifier: ^4.2.0
|
||||||
version: 4.2.0
|
version: 4.2.0
|
||||||
|
@ -163,26 +163,26 @@ importers:
|
||||||
specifier: ^3.4.14
|
specifier: ^3.4.14
|
||||||
version: 3.4.14
|
version: 3.4.14
|
||||||
typescript:
|
typescript:
|
||||||
specifier: 5.3.3
|
specifier: 5.6.3
|
||||||
version: 5.3.3
|
version: 5.6.3
|
||||||
unplugin-auto-import:
|
unplugin-auto-import:
|
||||||
specifier: ^0.18.3
|
specifier: ^0.18.3
|
||||||
version: 0.18.3(@nuxt/kit@3.13.2(rollup@4.24.0))(@vueuse/core@11.1.0(vue@3.5.12(typescript@5.3.3)))(rollup@4.24.0)
|
version: 0.18.3(@nuxt/kit@3.13.2(rollup@4.24.0))(@vueuse/core@11.1.0(vue@3.5.12(typescript@5.6.3)))(rollup@4.24.0)
|
||||||
unplugin-vue-components:
|
unplugin-vue-components:
|
||||||
specifier: ^0.27.4
|
specifier: ^0.27.4
|
||||||
version: 0.27.4(@babel/parser@7.25.9)(@nuxt/kit@3.13.2(rollup@4.24.0))(rollup@4.24.0)(vue@3.5.12(typescript@5.3.3))
|
version: 0.27.4(@babel/parser@7.25.9)(@nuxt/kit@3.13.2(rollup@4.24.0))(rollup@4.24.0)(vue@3.5.12(typescript@5.6.3))
|
||||||
unplugin-vue-define-options:
|
unplugin-vue-define-options:
|
||||||
specifier: ^1.5.2
|
specifier: ^1.5.2
|
||||||
version: 1.5.2(rollup@4.24.0)(vue@3.5.12(typescript@5.3.3))
|
version: 1.5.2(rollup@4.24.0)(vue@3.5.12(typescript@5.6.3))
|
||||||
vite:
|
vite:
|
||||||
specifier: ^5.4.10
|
specifier: ^5.4.10
|
||||||
version: 5.4.10(@types/node@22.7.9)(less@4.2.0)
|
version: 5.4.10(@types/node@22.7.9)(less@4.2.0)
|
||||||
vite-svg-loader:
|
vite-svg-loader:
|
||||||
specifier: ^5.1.0
|
specifier: ^5.1.0
|
||||||
version: 5.1.0(vue@3.5.12(typescript@5.3.3))
|
version: 5.1.0(vue@3.5.12(typescript@5.6.3))
|
||||||
vue-tsc:
|
vue-tsc:
|
||||||
specifier: ^2.1.6
|
specifier: ^2.1.6
|
||||||
version: 2.1.6(typescript@5.3.3)
|
version: 2.1.6(typescript@5.6.3)
|
||||||
|
|
||||||
packages:
|
packages:
|
||||||
|
|
||||||
|
@ -1244,55 +1244,46 @@ packages:
|
||||||
resolution: {integrity: sha512-0KXvIJQMOImLCVCz9uvvdPgfyWo93aHHp8ui3FrtOP57svqrF/roSSR5pjqL2hcMp0ljeGlU4q9o/rQaAQ3AYA==}
|
resolution: {integrity: sha512-0KXvIJQMOImLCVCz9uvvdPgfyWo93aHHp8ui3FrtOP57svqrF/roSSR5pjqL2hcMp0ljeGlU4q9o/rQaAQ3AYA==}
|
||||||
cpu: [arm]
|
cpu: [arm]
|
||||||
os: [linux]
|
os: [linux]
|
||||||
libc: [glibc]
|
|
||||||
|
|
||||||
'@rollup/rollup-linux-arm-musleabihf@4.24.0':
|
'@rollup/rollup-linux-arm-musleabihf@4.24.0':
|
||||||
resolution: {integrity: sha512-it2BW6kKFVh8xk/BnHfakEeoLPv8STIISekpoF+nBgWM4d55CZKc7T4Dx1pEbTnYm/xEKMgy1MNtYuoA8RFIWw==}
|
resolution: {integrity: sha512-it2BW6kKFVh8xk/BnHfakEeoLPv8STIISekpoF+nBgWM4d55CZKc7T4Dx1pEbTnYm/xEKMgy1MNtYuoA8RFIWw==}
|
||||||
cpu: [arm]
|
cpu: [arm]
|
||||||
os: [linux]
|
os: [linux]
|
||||||
libc: [musl]
|
|
||||||
|
|
||||||
'@rollup/rollup-linux-arm64-gnu@4.24.0':
|
'@rollup/rollup-linux-arm64-gnu@4.24.0':
|
||||||
resolution: {integrity: sha512-i0xTLXjqap2eRfulFVlSnM5dEbTVque/3Pi4g2y7cxrs7+a9De42z4XxKLYJ7+OhE3IgxvfQM7vQc43bwTgPwA==}
|
resolution: {integrity: sha512-i0xTLXjqap2eRfulFVlSnM5dEbTVque/3Pi4g2y7cxrs7+a9De42z4XxKLYJ7+OhE3IgxvfQM7vQc43bwTgPwA==}
|
||||||
cpu: [arm64]
|
cpu: [arm64]
|
||||||
os: [linux]
|
os: [linux]
|
||||||
libc: [glibc]
|
|
||||||
|
|
||||||
'@rollup/rollup-linux-arm64-musl@4.24.0':
|
'@rollup/rollup-linux-arm64-musl@4.24.0':
|
||||||
resolution: {integrity: sha512-9E6MKUJhDuDh604Qco5yP/3qn3y7SLXYuiC0Rpr89aMScS2UAmK1wHP2b7KAa1nSjWJc/f/Lc0Wl1L47qjiyQw==}
|
resolution: {integrity: sha512-9E6MKUJhDuDh604Qco5yP/3qn3y7SLXYuiC0Rpr89aMScS2UAmK1wHP2b7KAa1nSjWJc/f/Lc0Wl1L47qjiyQw==}
|
||||||
cpu: [arm64]
|
cpu: [arm64]
|
||||||
os: [linux]
|
os: [linux]
|
||||||
libc: [musl]
|
|
||||||
|
|
||||||
'@rollup/rollup-linux-powerpc64le-gnu@4.24.0':
|
'@rollup/rollup-linux-powerpc64le-gnu@4.24.0':
|
||||||
resolution: {integrity: sha512-2XFFPJ2XMEiF5Zi2EBf4h73oR1V/lycirxZxHZNc93SqDN/IWhYYSYj8I9381ikUFXZrz2v7r2tOVk2NBwxrWw==}
|
resolution: {integrity: sha512-2XFFPJ2XMEiF5Zi2EBf4h73oR1V/lycirxZxHZNc93SqDN/IWhYYSYj8I9381ikUFXZrz2v7r2tOVk2NBwxrWw==}
|
||||||
cpu: [ppc64]
|
cpu: [ppc64]
|
||||||
os: [linux]
|
os: [linux]
|
||||||
libc: [glibc]
|
|
||||||
|
|
||||||
'@rollup/rollup-linux-riscv64-gnu@4.24.0':
|
'@rollup/rollup-linux-riscv64-gnu@4.24.0':
|
||||||
resolution: {integrity: sha512-M3Dg4hlwuntUCdzU7KjYqbbd+BLq3JMAOhCKdBE3TcMGMZbKkDdJ5ivNdehOssMCIokNHFOsv7DO4rlEOfyKpg==}
|
resolution: {integrity: sha512-M3Dg4hlwuntUCdzU7KjYqbbd+BLq3JMAOhCKdBE3TcMGMZbKkDdJ5ivNdehOssMCIokNHFOsv7DO4rlEOfyKpg==}
|
||||||
cpu: [riscv64]
|
cpu: [riscv64]
|
||||||
os: [linux]
|
os: [linux]
|
||||||
libc: [glibc]
|
|
||||||
|
|
||||||
'@rollup/rollup-linux-s390x-gnu@4.24.0':
|
'@rollup/rollup-linux-s390x-gnu@4.24.0':
|
||||||
resolution: {integrity: sha512-mjBaoo4ocxJppTorZVKWFpy1bfFj9FeCMJqzlMQGjpNPY9JwQi7OuS1axzNIk0nMX6jSgy6ZURDZ2w0QW6D56g==}
|
resolution: {integrity: sha512-mjBaoo4ocxJppTorZVKWFpy1bfFj9FeCMJqzlMQGjpNPY9JwQi7OuS1axzNIk0nMX6jSgy6ZURDZ2w0QW6D56g==}
|
||||||
cpu: [s390x]
|
cpu: [s390x]
|
||||||
os: [linux]
|
os: [linux]
|
||||||
libc: [glibc]
|
|
||||||
|
|
||||||
'@rollup/rollup-linux-x64-gnu@4.24.0':
|
'@rollup/rollup-linux-x64-gnu@4.24.0':
|
||||||
resolution: {integrity: sha512-ZXFk7M72R0YYFN5q13niV0B7G8/5dcQ9JDp8keJSfr3GoZeXEoMHP/HlvqROA3OMbMdfr19IjCeNAnPUG93b6A==}
|
resolution: {integrity: sha512-ZXFk7M72R0YYFN5q13niV0B7G8/5dcQ9JDp8keJSfr3GoZeXEoMHP/HlvqROA3OMbMdfr19IjCeNAnPUG93b6A==}
|
||||||
cpu: [x64]
|
cpu: [x64]
|
||||||
os: [linux]
|
os: [linux]
|
||||||
libc: [glibc]
|
|
||||||
|
|
||||||
'@rollup/rollup-linux-x64-musl@4.24.0':
|
'@rollup/rollup-linux-x64-musl@4.24.0':
|
||||||
resolution: {integrity: sha512-w1i+L7kAXZNdYl+vFvzSZy8Y1arS7vMgIy8wusXJzRrPyof5LAb02KGr1PD2EkRcl73kHulIID0M501lN+vobQ==}
|
resolution: {integrity: sha512-w1i+L7kAXZNdYl+vFvzSZy8Y1arS7vMgIy8wusXJzRrPyof5LAb02KGr1PD2EkRcl73kHulIID0M501lN+vobQ==}
|
||||||
cpu: [x64]
|
cpu: [x64]
|
||||||
os: [linux]
|
os: [linux]
|
||||||
libc: [musl]
|
|
||||||
|
|
||||||
'@rollup/rollup-win32-arm64-msvc@4.24.0':
|
'@rollup/rollup-win32-arm64-msvc@4.24.0':
|
||||||
resolution: {integrity: sha512-VXBrnPWgBpVDCVY6XF3LEW0pOU51KbaHhccHw6AS6vBWIC60eqsH19DAeeObl+g8nKAz04QFdl/Cefta0xQtUQ==}
|
resolution: {integrity: sha512-VXBrnPWgBpVDCVY6XF3LEW0pOU51KbaHhccHw6AS6vBWIC60eqsH19DAeeObl+g8nKAz04QFdl/Cefta0xQtUQ==}
|
||||||
|
@ -3534,8 +3525,8 @@ packages:
|
||||||
resolution: {integrity: sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g==}
|
resolution: {integrity: sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g==}
|
||||||
engines: {node: '>=6'}
|
engines: {node: '>=6'}
|
||||||
|
|
||||||
pinia-plugin-persistedstate@4.1.1:
|
pinia-plugin-persistedstate@4.1.2:
|
||||||
resolution: {integrity: sha512-fUiUsbfBetGUZzX28z+ImAZw7FDXzwRrk+fN+ljF5OhQMhsSYfYeUzI9FLLtpjekYbfFHWvJiECkLI60RIuiPA==}
|
resolution: {integrity: sha512-oh4y4lmtXcgbE3BDWTDBUl9F4G1lhtgDI+GnF+cDDZ/fF6wnGYp4TKQ6FCuv9hMLAkNjs6IzADZHwPBYq10ksQ==}
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
'@pinia/nuxt': '>=0.5.0'
|
'@pinia/nuxt': '>=0.5.0'
|
||||||
pinia: '>=2.0.0'
|
pinia: '>=2.0.0'
|
||||||
|
@ -4091,11 +4082,6 @@ packages:
|
||||||
resolution: {integrity: sha512-/OxDN6OtAk5KBpGb28T+HZc2M+ADtvRxXrKKbUwtsLgdoxgX13hyy7ek6bFRl5+aBs2yZzB0c4CnQfAtVypW/g==}
|
resolution: {integrity: sha512-/OxDN6OtAk5KBpGb28T+HZc2M+ADtvRxXrKKbUwtsLgdoxgX13hyy7ek6bFRl5+aBs2yZzB0c4CnQfAtVypW/g==}
|
||||||
engines: {node: '>= 0.4'}
|
engines: {node: '>= 0.4'}
|
||||||
|
|
||||||
typescript@5.3.3:
|
|
||||||
resolution: {integrity: sha512-pXWcraxM0uxAS+tN0AG/BF2TyqmHO014Z070UsJ+pFvYuRSq8KH8DmWpnbXe0pEPDHXZV3FcAbJkijJ5oNEnWw==}
|
|
||||||
engines: {node: '>=14.17'}
|
|
||||||
hasBin: true
|
|
||||||
|
|
||||||
typescript@5.6.2:
|
typescript@5.6.2:
|
||||||
resolution: {integrity: sha512-NW8ByodCSNCwZeghjN3o+JX5OFH0Ojg6sadjEKY4huZ52TqbJTJnDo5+Tw98lSy63NZvi4n+ez5m2u5d4PkZyw==}
|
resolution: {integrity: sha512-NW8ByodCSNCwZeghjN3o+JX5OFH0Ojg6sadjEKY4huZ52TqbJTJnDo5+Tw98lSy63NZvi4n+ez5m2u5d4PkZyw==}
|
||||||
engines: {node: '>=14.17'}
|
engines: {node: '>=14.17'}
|
||||||
|
@ -4437,38 +4423,38 @@ snapshots:
|
||||||
|
|
||||||
'@ant-design/icons-svg@4.4.2': {}
|
'@ant-design/icons-svg@4.4.2': {}
|
||||||
|
|
||||||
'@ant-design/icons-vue@7.0.1(vue@3.5.12(typescript@5.3.3))':
|
'@ant-design/icons-vue@7.0.1(vue@3.5.12(typescript@5.6.3))':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@ant-design/colors': 6.0.0
|
'@ant-design/colors': 6.0.0
|
||||||
'@ant-design/icons-svg': 4.4.2
|
'@ant-design/icons-svg': 4.4.2
|
||||||
vue: 3.5.12(typescript@5.3.3)
|
vue: 3.5.12(typescript@5.6.3)
|
||||||
|
|
||||||
'@antfu/eslint-config@3.8.0(@typescript-eslint/utils@8.11.0(eslint@9.13.0(jiti@2.3.3))(typescript@5.3.3))(@vue/compiler-sfc@3.5.12)(eslint@9.13.0(jiti@2.3.3))(typescript@5.3.3)':
|
'@antfu/eslint-config@3.8.0(@typescript-eslint/utils@8.11.0(eslint@9.13.0(jiti@2.3.3))(typescript@5.6.3))(@vue/compiler-sfc@3.5.12)(eslint@9.13.0(jiti@2.3.3))(typescript@5.6.3)':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@antfu/install-pkg': 0.4.1
|
'@antfu/install-pkg': 0.4.1
|
||||||
'@clack/prompts': 0.7.0
|
'@clack/prompts': 0.7.0
|
||||||
'@eslint-community/eslint-plugin-eslint-comments': 4.4.0(eslint@9.13.0(jiti@2.3.3))
|
'@eslint-community/eslint-plugin-eslint-comments': 4.4.0(eslint@9.13.0(jiti@2.3.3))
|
||||||
'@eslint/markdown': 6.2.1
|
'@eslint/markdown': 6.2.1
|
||||||
'@stylistic/eslint-plugin': 2.9.0(eslint@9.13.0(jiti@2.3.3))(typescript@5.3.3)
|
'@stylistic/eslint-plugin': 2.9.0(eslint@9.13.0(jiti@2.3.3))(typescript@5.6.3)
|
||||||
'@typescript-eslint/eslint-plugin': 8.11.0(@typescript-eslint/parser@8.11.0(eslint@9.13.0(jiti@2.3.3))(typescript@5.3.3))(eslint@9.13.0(jiti@2.3.3))(typescript@5.3.3)
|
'@typescript-eslint/eslint-plugin': 8.11.0(@typescript-eslint/parser@8.11.0(eslint@9.13.0(jiti@2.3.3))(typescript@5.6.3))(eslint@9.13.0(jiti@2.3.3))(typescript@5.6.3)
|
||||||
'@typescript-eslint/parser': 8.11.0(eslint@9.13.0(jiti@2.3.3))(typescript@5.3.3)
|
'@typescript-eslint/parser': 8.11.0(eslint@9.13.0(jiti@2.3.3))(typescript@5.6.3)
|
||||||
'@vitest/eslint-plugin': 1.1.7(@typescript-eslint/utils@8.11.0(eslint@9.13.0(jiti@2.3.3))(typescript@5.3.3))(eslint@9.13.0(jiti@2.3.3))(typescript@5.3.3)
|
'@vitest/eslint-plugin': 1.1.7(@typescript-eslint/utils@8.11.0(eslint@9.13.0(jiti@2.3.3))(typescript@5.6.3))(eslint@9.13.0(jiti@2.3.3))(typescript@5.6.3)
|
||||||
eslint: 9.13.0(jiti@2.3.3)
|
eslint: 9.13.0(jiti@2.3.3)
|
||||||
eslint-config-flat-gitignore: 0.3.0(eslint@9.13.0(jiti@2.3.3))
|
eslint-config-flat-gitignore: 0.3.0(eslint@9.13.0(jiti@2.3.3))
|
||||||
eslint-flat-config-utils: 0.4.0
|
eslint-flat-config-utils: 0.4.0
|
||||||
eslint-merge-processors: 0.1.0(eslint@9.13.0(jiti@2.3.3))
|
eslint-merge-processors: 0.1.0(eslint@9.13.0(jiti@2.3.3))
|
||||||
eslint-plugin-antfu: 2.7.0(eslint@9.13.0(jiti@2.3.3))
|
eslint-plugin-antfu: 2.7.0(eslint@9.13.0(jiti@2.3.3))
|
||||||
eslint-plugin-command: 0.2.6(eslint@9.13.0(jiti@2.3.3))
|
eslint-plugin-command: 0.2.6(eslint@9.13.0(jiti@2.3.3))
|
||||||
eslint-plugin-import-x: 4.3.1(eslint@9.13.0(jiti@2.3.3))(typescript@5.3.3)
|
eslint-plugin-import-x: 4.3.1(eslint@9.13.0(jiti@2.3.3))(typescript@5.6.3)
|
||||||
eslint-plugin-jsdoc: 50.4.3(eslint@9.13.0(jiti@2.3.3))
|
eslint-plugin-jsdoc: 50.4.3(eslint@9.13.0(jiti@2.3.3))
|
||||||
eslint-plugin-jsonc: 2.16.0(eslint@9.13.0(jiti@2.3.3))
|
eslint-plugin-jsonc: 2.16.0(eslint@9.13.0(jiti@2.3.3))
|
||||||
eslint-plugin-n: 17.11.1(eslint@9.13.0(jiti@2.3.3))
|
eslint-plugin-n: 17.11.1(eslint@9.13.0(jiti@2.3.3))
|
||||||
eslint-plugin-no-only-tests: 3.3.0
|
eslint-plugin-no-only-tests: 3.3.0
|
||||||
eslint-plugin-perfectionist: 3.9.1(eslint@9.13.0(jiti@2.3.3))(typescript@5.3.3)(vue-eslint-parser@9.4.3(eslint@9.13.0(jiti@2.3.3)))
|
eslint-plugin-perfectionist: 3.9.1(eslint@9.13.0(jiti@2.3.3))(typescript@5.6.3)(vue-eslint-parser@9.4.3(eslint@9.13.0(jiti@2.3.3)))
|
||||||
eslint-plugin-regexp: 2.6.0(eslint@9.13.0(jiti@2.3.3))
|
eslint-plugin-regexp: 2.6.0(eslint@9.13.0(jiti@2.3.3))
|
||||||
eslint-plugin-toml: 0.11.1(eslint@9.13.0(jiti@2.3.3))
|
eslint-plugin-toml: 0.11.1(eslint@9.13.0(jiti@2.3.3))
|
||||||
eslint-plugin-unicorn: 56.0.0(eslint@9.13.0(jiti@2.3.3))
|
eslint-plugin-unicorn: 56.0.0(eslint@9.13.0(jiti@2.3.3))
|
||||||
eslint-plugin-unused-imports: 4.1.4(@typescript-eslint/eslint-plugin@8.11.0(@typescript-eslint/parser@8.11.0(eslint@9.13.0(jiti@2.3.3))(typescript@5.3.3))(eslint@9.13.0(jiti@2.3.3))(typescript@5.3.3))(eslint@9.13.0(jiti@2.3.3))
|
eslint-plugin-unused-imports: 4.1.4(@typescript-eslint/eslint-plugin@8.11.0(@typescript-eslint/parser@8.11.0(eslint@9.13.0(jiti@2.3.3))(typescript@5.6.3))(eslint@9.13.0(jiti@2.3.3))(typescript@5.6.3))(eslint@9.13.0(jiti@2.3.3))
|
||||||
eslint-plugin-vue: 9.29.1(eslint@9.13.0(jiti@2.3.3))
|
eslint-plugin-vue: 9.29.1(eslint@9.13.0(jiti@2.3.3))
|
||||||
eslint-plugin-yml: 1.14.0(eslint@9.13.0(jiti@2.3.3))
|
eslint-plugin-yml: 1.14.0(eslint@9.13.0(jiti@2.3.3))
|
||||||
eslint-processor-vue-blocks: 0.1.2(@vue/compiler-sfc@3.5.12)(eslint@9.13.0(jiti@2.3.3))
|
eslint-processor-vue-blocks: 0.1.2(@vue/compiler-sfc@3.5.12)(eslint@9.13.0(jiti@2.3.3))
|
||||||
|
@ -5737,9 +5723,9 @@ snapshots:
|
||||||
|
|
||||||
'@sindresorhus/merge-streams@2.3.0': {}
|
'@sindresorhus/merge-streams@2.3.0': {}
|
||||||
|
|
||||||
'@stylistic/eslint-plugin@2.9.0(eslint@9.13.0(jiti@2.3.3))(typescript@5.3.3)':
|
'@stylistic/eslint-plugin@2.9.0(eslint@9.13.0(jiti@2.3.3))(typescript@5.6.3)':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@typescript-eslint/utils': 8.11.0(eslint@9.13.0(jiti@2.3.3))(typescript@5.3.3)
|
'@typescript-eslint/utils': 8.11.0(eslint@9.13.0(jiti@2.3.3))(typescript@5.6.3)
|
||||||
eslint: 9.13.0(jiti@2.3.3)
|
eslint: 9.13.0(jiti@2.3.3)
|
||||||
eslint-visitor-keys: 4.1.0
|
eslint-visitor-keys: 4.1.0
|
||||||
espree: 10.2.0
|
espree: 10.2.0
|
||||||
|
@ -5798,10 +5784,10 @@ snapshots:
|
||||||
|
|
||||||
'@types/web-bluetooth@0.0.20': {}
|
'@types/web-bluetooth@0.0.20': {}
|
||||||
|
|
||||||
'@typescript-eslint/eslint-plugin@7.16.1(@typescript-eslint/parser@8.11.0(eslint@9.13.0(jiti@2.3.3))(typescript@5.3.3))(eslint@9.13.0(jiti@2.3.3))(typescript@5.6.2)':
|
'@typescript-eslint/eslint-plugin@7.16.1(@typescript-eslint/parser@8.11.0(eslint@9.13.0(jiti@2.3.3))(typescript@5.6.3))(eslint@9.13.0(jiti@2.3.3))(typescript@5.6.2)':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@eslint-community/regexpp': 4.11.1
|
'@eslint-community/regexpp': 4.11.1
|
||||||
'@typescript-eslint/parser': 8.11.0(eslint@9.13.0(jiti@2.3.3))(typescript@5.3.3)
|
'@typescript-eslint/parser': 8.11.0(eslint@9.13.0(jiti@2.3.3))(typescript@5.6.3)
|
||||||
'@typescript-eslint/scope-manager': 7.16.1
|
'@typescript-eslint/scope-manager': 7.16.1
|
||||||
'@typescript-eslint/type-utils': 7.16.1(eslint@9.13.0(jiti@2.3.3))(typescript@5.6.2)
|
'@typescript-eslint/type-utils': 7.16.1(eslint@9.13.0(jiti@2.3.3))(typescript@5.6.2)
|
||||||
'@typescript-eslint/utils': 7.16.1(eslint@9.13.0(jiti@2.3.3))(typescript@5.6.2)
|
'@typescript-eslint/utils': 7.16.1(eslint@9.13.0(jiti@2.3.3))(typescript@5.6.2)
|
||||||
|
@ -5816,34 +5802,34 @@ snapshots:
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- supports-color
|
- supports-color
|
||||||
|
|
||||||
'@typescript-eslint/eslint-plugin@8.11.0(@typescript-eslint/parser@8.11.0(eslint@9.13.0(jiti@2.3.3))(typescript@5.3.3))(eslint@9.13.0(jiti@2.3.3))(typescript@5.3.3)':
|
'@typescript-eslint/eslint-plugin@8.11.0(@typescript-eslint/parser@8.11.0(eslint@9.13.0(jiti@2.3.3))(typescript@5.6.3))(eslint@9.13.0(jiti@2.3.3))(typescript@5.6.3)':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@eslint-community/regexpp': 4.11.1
|
'@eslint-community/regexpp': 4.11.1
|
||||||
'@typescript-eslint/parser': 8.11.0(eslint@9.13.0(jiti@2.3.3))(typescript@5.3.3)
|
'@typescript-eslint/parser': 8.11.0(eslint@9.13.0(jiti@2.3.3))(typescript@5.6.3)
|
||||||
'@typescript-eslint/scope-manager': 8.11.0
|
'@typescript-eslint/scope-manager': 8.11.0
|
||||||
'@typescript-eslint/type-utils': 8.11.0(eslint@9.13.0(jiti@2.3.3))(typescript@5.3.3)
|
'@typescript-eslint/type-utils': 8.11.0(eslint@9.13.0(jiti@2.3.3))(typescript@5.6.3)
|
||||||
'@typescript-eslint/utils': 8.11.0(eslint@9.13.0(jiti@2.3.3))(typescript@5.3.3)
|
'@typescript-eslint/utils': 8.11.0(eslint@9.13.0(jiti@2.3.3))(typescript@5.6.3)
|
||||||
'@typescript-eslint/visitor-keys': 8.11.0
|
'@typescript-eslint/visitor-keys': 8.11.0
|
||||||
eslint: 9.13.0(jiti@2.3.3)
|
eslint: 9.13.0(jiti@2.3.3)
|
||||||
graphemer: 1.4.0
|
graphemer: 1.4.0
|
||||||
ignore: 5.3.2
|
ignore: 5.3.2
|
||||||
natural-compare: 1.4.0
|
natural-compare: 1.4.0
|
||||||
ts-api-utils: 1.3.0(typescript@5.3.3)
|
ts-api-utils: 1.3.0(typescript@5.6.3)
|
||||||
optionalDependencies:
|
optionalDependencies:
|
||||||
typescript: 5.3.3
|
typescript: 5.6.3
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- supports-color
|
- supports-color
|
||||||
|
|
||||||
'@typescript-eslint/parser@8.11.0(eslint@9.13.0(jiti@2.3.3))(typescript@5.3.3)':
|
'@typescript-eslint/parser@8.11.0(eslint@9.13.0(jiti@2.3.3))(typescript@5.6.3)':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@typescript-eslint/scope-manager': 8.11.0
|
'@typescript-eslint/scope-manager': 8.11.0
|
||||||
'@typescript-eslint/types': 8.11.0
|
'@typescript-eslint/types': 8.11.0
|
||||||
'@typescript-eslint/typescript-estree': 8.11.0(typescript@5.3.3)
|
'@typescript-eslint/typescript-estree': 8.11.0(typescript@5.6.3)
|
||||||
'@typescript-eslint/visitor-keys': 8.11.0
|
'@typescript-eslint/visitor-keys': 8.11.0
|
||||||
debug: 4.3.7
|
debug: 4.3.7
|
||||||
eslint: 9.13.0(jiti@2.3.3)
|
eslint: 9.13.0(jiti@2.3.3)
|
||||||
optionalDependencies:
|
optionalDependencies:
|
||||||
typescript: 5.3.3
|
typescript: 5.6.3
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- supports-color
|
- supports-color
|
||||||
|
|
||||||
|
@ -5869,14 +5855,14 @@ snapshots:
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- supports-color
|
- supports-color
|
||||||
|
|
||||||
'@typescript-eslint/type-utils@8.11.0(eslint@9.13.0(jiti@2.3.3))(typescript@5.3.3)':
|
'@typescript-eslint/type-utils@8.11.0(eslint@9.13.0(jiti@2.3.3))(typescript@5.6.3)':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@typescript-eslint/typescript-estree': 8.11.0(typescript@5.3.3)
|
'@typescript-eslint/typescript-estree': 8.11.0(typescript@5.6.3)
|
||||||
'@typescript-eslint/utils': 8.11.0(eslint@9.13.0(jiti@2.3.3))(typescript@5.3.3)
|
'@typescript-eslint/utils': 8.11.0(eslint@9.13.0(jiti@2.3.3))(typescript@5.6.3)
|
||||||
debug: 4.3.7
|
debug: 4.3.7
|
||||||
ts-api-utils: 1.3.0(typescript@5.3.3)
|
ts-api-utils: 1.3.0(typescript@5.6.3)
|
||||||
optionalDependencies:
|
optionalDependencies:
|
||||||
typescript: 5.3.3
|
typescript: 5.6.3
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- eslint
|
- eslint
|
||||||
- supports-color
|
- supports-color
|
||||||
|
@ -5900,7 +5886,7 @@ snapshots:
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- supports-color
|
- supports-color
|
||||||
|
|
||||||
'@typescript-eslint/typescript-estree@8.11.0(typescript@5.3.3)':
|
'@typescript-eslint/typescript-estree@8.11.0(typescript@5.6.3)':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@typescript-eslint/types': 8.11.0
|
'@typescript-eslint/types': 8.11.0
|
||||||
'@typescript-eslint/visitor-keys': 8.11.0
|
'@typescript-eslint/visitor-keys': 8.11.0
|
||||||
|
@ -5909,9 +5895,9 @@ snapshots:
|
||||||
is-glob: 4.0.3
|
is-glob: 4.0.3
|
||||||
minimatch: 9.0.5
|
minimatch: 9.0.5
|
||||||
semver: 7.6.3
|
semver: 7.6.3
|
||||||
ts-api-utils: 1.3.0(typescript@5.3.3)
|
ts-api-utils: 1.3.0(typescript@5.6.3)
|
||||||
optionalDependencies:
|
optionalDependencies:
|
||||||
typescript: 5.3.3
|
typescript: 5.6.3
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- supports-color
|
- supports-color
|
||||||
|
|
||||||
|
@ -5926,12 +5912,12 @@ snapshots:
|
||||||
- supports-color
|
- supports-color
|
||||||
- typescript
|
- typescript
|
||||||
|
|
||||||
'@typescript-eslint/utils@8.11.0(eslint@9.13.0(jiti@2.3.3))(typescript@5.3.3)':
|
'@typescript-eslint/utils@8.11.0(eslint@9.13.0(jiti@2.3.3))(typescript@5.6.3)':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@eslint-community/eslint-utils': 4.4.0(eslint@9.13.0(jiti@2.3.3))
|
'@eslint-community/eslint-utils': 4.4.0(eslint@9.13.0(jiti@2.3.3))
|
||||||
'@typescript-eslint/scope-manager': 8.11.0
|
'@typescript-eslint/scope-manager': 8.11.0
|
||||||
'@typescript-eslint/types': 8.11.0
|
'@typescript-eslint/types': 8.11.0
|
||||||
'@typescript-eslint/typescript-estree': 8.11.0(typescript@5.3.3)
|
'@typescript-eslint/typescript-estree': 8.11.0(typescript@5.6.3)
|
||||||
eslint: 9.13.0(jiti@2.3.3)
|
eslint: 9.13.0(jiti@2.3.3)
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- supports-color
|
- supports-color
|
||||||
|
@ -5947,27 +5933,27 @@ snapshots:
|
||||||
'@typescript-eslint/types': 8.11.0
|
'@typescript-eslint/types': 8.11.0
|
||||||
eslint-visitor-keys: 3.4.3
|
eslint-visitor-keys: 3.4.3
|
||||||
|
|
||||||
'@vitejs/plugin-vue-jsx@4.0.1(vite@5.4.10(@types/node@22.7.9)(less@4.2.0))(vue@3.5.12(typescript@5.3.3))':
|
'@vitejs/plugin-vue-jsx@4.0.1(vite@5.4.10(@types/node@22.7.9)(less@4.2.0))(vue@3.5.12(typescript@5.6.3))':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@babel/core': 7.25.9
|
'@babel/core': 7.25.9
|
||||||
'@babel/plugin-transform-typescript': 7.25.9(@babel/core@7.25.9)
|
'@babel/plugin-transform-typescript': 7.25.9(@babel/core@7.25.9)
|
||||||
'@vue/babel-plugin-jsx': 1.2.5(@babel/core@7.25.9)
|
'@vue/babel-plugin-jsx': 1.2.5(@babel/core@7.25.9)
|
||||||
vite: 5.4.10(@types/node@22.7.9)(less@4.2.0)
|
vite: 5.4.10(@types/node@22.7.9)(less@4.2.0)
|
||||||
vue: 3.5.12(typescript@5.3.3)
|
vue: 3.5.12(typescript@5.6.3)
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- supports-color
|
- supports-color
|
||||||
|
|
||||||
'@vitejs/plugin-vue@5.1.4(vite@5.4.10(@types/node@22.7.9)(less@4.2.0))(vue@3.5.12(typescript@5.3.3))':
|
'@vitejs/plugin-vue@5.1.4(vite@5.4.10(@types/node@22.7.9)(less@4.2.0))(vue@3.5.12(typescript@5.6.3))':
|
||||||
dependencies:
|
dependencies:
|
||||||
vite: 5.4.10(@types/node@22.7.9)(less@4.2.0)
|
vite: 5.4.10(@types/node@22.7.9)(less@4.2.0)
|
||||||
vue: 3.5.12(typescript@5.3.3)
|
vue: 3.5.12(typescript@5.6.3)
|
||||||
|
|
||||||
'@vitest/eslint-plugin@1.1.7(@typescript-eslint/utils@8.11.0(eslint@9.13.0(jiti@2.3.3))(typescript@5.3.3))(eslint@9.13.0(jiti@2.3.3))(typescript@5.3.3)':
|
'@vitest/eslint-plugin@1.1.7(@typescript-eslint/utils@8.11.0(eslint@9.13.0(jiti@2.3.3))(typescript@5.6.3))(eslint@9.13.0(jiti@2.3.3))(typescript@5.6.3)':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@typescript-eslint/utils': 8.11.0(eslint@9.13.0(jiti@2.3.3))(typescript@5.3.3)
|
'@typescript-eslint/utils': 8.11.0(eslint@9.13.0(jiti@2.3.3))(typescript@5.6.3)
|
||||||
eslint: 9.13.0(jiti@2.3.3)
|
eslint: 9.13.0(jiti@2.3.3)
|
||||||
optionalDependencies:
|
optionalDependencies:
|
||||||
typescript: 5.3.3
|
typescript: 5.6.3
|
||||||
|
|
||||||
'@volar/language-core@2.4.6':
|
'@volar/language-core@2.4.6':
|
||||||
dependencies:
|
dependencies:
|
||||||
|
@ -5981,7 +5967,7 @@ snapshots:
|
||||||
path-browserify: 1.0.1
|
path-browserify: 1.0.1
|
||||||
vscode-uri: 3.0.8
|
vscode-uri: 3.0.8
|
||||||
|
|
||||||
'@vue-macros/common@1.15.0(rollup@4.24.0)(vue@3.5.12(typescript@5.3.3))':
|
'@vue-macros/common@1.15.0(rollup@4.24.0)(vue@3.5.12(typescript@5.6.3))':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@babel/types': 7.25.9
|
'@babel/types': 7.25.9
|
||||||
'@rollup/pluginutils': 5.1.3(rollup@4.24.0)
|
'@rollup/pluginutils': 5.1.3(rollup@4.24.0)
|
||||||
|
@ -5990,7 +5976,7 @@ snapshots:
|
||||||
local-pkg: 0.5.0
|
local-pkg: 0.5.0
|
||||||
magic-string-ast: 0.6.2
|
magic-string-ast: 0.6.2
|
||||||
optionalDependencies:
|
optionalDependencies:
|
||||||
vue: 3.5.12(typescript@5.3.3)
|
vue: 3.5.12(typescript@5.6.3)
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- rollup
|
- rollup
|
||||||
|
|
||||||
|
@ -6061,7 +6047,7 @@ snapshots:
|
||||||
|
|
||||||
'@vue/devtools-api@6.6.4': {}
|
'@vue/devtools-api@6.6.4': {}
|
||||||
|
|
||||||
'@vue/language-core@2.1.6(typescript@5.3.3)':
|
'@vue/language-core@2.1.6(typescript@5.6.3)':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@volar/language-core': 2.4.6
|
'@volar/language-core': 2.4.6
|
||||||
'@vue/compiler-dom': 3.5.12
|
'@vue/compiler-dom': 3.5.12
|
||||||
|
@ -6072,7 +6058,7 @@ snapshots:
|
||||||
muggle-string: 0.4.1
|
muggle-string: 0.4.1
|
||||||
path-browserify: 1.0.1
|
path-browserify: 1.0.1
|
||||||
optionalDependencies:
|
optionalDependencies:
|
||||||
typescript: 5.3.3
|
typescript: 5.6.3
|
||||||
|
|
||||||
'@vue/reactivity@3.5.12':
|
'@vue/reactivity@3.5.12':
|
||||||
dependencies:
|
dependencies:
|
||||||
|
@ -6090,40 +6076,40 @@ snapshots:
|
||||||
'@vue/shared': 3.5.12
|
'@vue/shared': 3.5.12
|
||||||
csstype: 3.1.3
|
csstype: 3.1.3
|
||||||
|
|
||||||
'@vue/server-renderer@3.5.12(vue@3.5.12(typescript@5.3.3))':
|
'@vue/server-renderer@3.5.12(vue@3.5.12(typescript@5.6.3))':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@vue/compiler-ssr': 3.5.12
|
'@vue/compiler-ssr': 3.5.12
|
||||||
'@vue/shared': 3.5.12
|
'@vue/shared': 3.5.12
|
||||||
vue: 3.5.12(typescript@5.3.3)
|
vue: 3.5.12(typescript@5.6.3)
|
||||||
|
|
||||||
'@vue/shared@3.5.12': {}
|
'@vue/shared@3.5.12': {}
|
||||||
|
|
||||||
'@vue/tsconfig@0.5.1': {}
|
'@vue/tsconfig@0.5.1': {}
|
||||||
|
|
||||||
'@vueuse/components@11.1.0(vue@3.5.12(typescript@5.3.3))':
|
'@vueuse/components@11.1.0(vue@3.5.12(typescript@5.6.3))':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@vueuse/core': 11.1.0(vue@3.5.12(typescript@5.3.3))
|
'@vueuse/core': 11.1.0(vue@3.5.12(typescript@5.6.3))
|
||||||
'@vueuse/shared': 11.1.0(vue@3.5.12(typescript@5.3.3))
|
'@vueuse/shared': 11.1.0(vue@3.5.12(typescript@5.6.3))
|
||||||
vue-demi: 0.14.10(vue@3.5.12(typescript@5.3.3))
|
vue-demi: 0.14.10(vue@3.5.12(typescript@5.6.3))
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- '@vue/composition-api'
|
- '@vue/composition-api'
|
||||||
- vue
|
- vue
|
||||||
|
|
||||||
'@vueuse/core@11.1.0(vue@3.5.12(typescript@5.3.3))':
|
'@vueuse/core@11.1.0(vue@3.5.12(typescript@5.6.3))':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@types/web-bluetooth': 0.0.20
|
'@types/web-bluetooth': 0.0.20
|
||||||
'@vueuse/metadata': 11.1.0
|
'@vueuse/metadata': 11.1.0
|
||||||
'@vueuse/shared': 11.1.0(vue@3.5.12(typescript@5.3.3))
|
'@vueuse/shared': 11.1.0(vue@3.5.12(typescript@5.6.3))
|
||||||
vue-demi: 0.14.10(vue@3.5.12(typescript@5.3.3))
|
vue-demi: 0.14.10(vue@3.5.12(typescript@5.6.3))
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- '@vue/composition-api'
|
- '@vue/composition-api'
|
||||||
- vue
|
- vue
|
||||||
|
|
||||||
'@vueuse/integrations@11.1.0(async-validator@4.2.5)(axios@1.7.7)(nprogress@0.2.0)(sortablejs@1.15.3)(universal-cookie@7.2.1)(vue@3.5.12(typescript@5.3.3))':
|
'@vueuse/integrations@11.1.0(async-validator@4.2.5)(axios@1.7.7)(nprogress@0.2.0)(sortablejs@1.15.3)(universal-cookie@7.2.1)(vue@3.5.12(typescript@5.6.3))':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@vueuse/core': 11.1.0(vue@3.5.12(typescript@5.3.3))
|
'@vueuse/core': 11.1.0(vue@3.5.12(typescript@5.6.3))
|
||||||
'@vueuse/shared': 11.1.0(vue@3.5.12(typescript@5.3.3))
|
'@vueuse/shared': 11.1.0(vue@3.5.12(typescript@5.6.3))
|
||||||
vue-demi: 0.14.10(vue@3.5.12(typescript@5.3.3))
|
vue-demi: 0.14.10(vue@3.5.12(typescript@5.6.3))
|
||||||
optionalDependencies:
|
optionalDependencies:
|
||||||
async-validator: 4.2.5
|
async-validator: 4.2.5
|
||||||
axios: 1.7.7
|
axios: 1.7.7
|
||||||
|
@ -6136,9 +6122,9 @@ snapshots:
|
||||||
|
|
||||||
'@vueuse/metadata@11.1.0': {}
|
'@vueuse/metadata@11.1.0': {}
|
||||||
|
|
||||||
'@vueuse/shared@11.1.0(vue@3.5.12(typescript@5.3.3))':
|
'@vueuse/shared@11.1.0(vue@3.5.12(typescript@5.6.3))':
|
||||||
dependencies:
|
dependencies:
|
||||||
vue-demi: 0.14.10(vue@3.5.12(typescript@5.3.3))
|
vue-demi: 0.14.10(vue@3.5.12(typescript@5.6.3))
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- '@vue/composition-api'
|
- '@vue/composition-api'
|
||||||
- vue
|
- vue
|
||||||
|
@ -6184,10 +6170,10 @@ snapshots:
|
||||||
|
|
||||||
ansi-styles@6.2.1: {}
|
ansi-styles@6.2.1: {}
|
||||||
|
|
||||||
ant-design-vue@4.2.5(vue@3.5.12(typescript@5.3.3)):
|
ant-design-vue@4.2.5(vue@3.5.12(typescript@5.6.3)):
|
||||||
dependencies:
|
dependencies:
|
||||||
'@ant-design/colors': 6.0.0
|
'@ant-design/colors': 6.0.0
|
||||||
'@ant-design/icons-vue': 7.0.1(vue@3.5.12(typescript@5.3.3))
|
'@ant-design/icons-vue': 7.0.1(vue@3.5.12(typescript@5.6.3))
|
||||||
'@babel/runtime': 7.25.9
|
'@babel/runtime': 7.25.9
|
||||||
'@ctrl/tinycolor': 3.6.1
|
'@ctrl/tinycolor': 3.6.1
|
||||||
'@emotion/hash': 0.9.2
|
'@emotion/hash': 0.9.2
|
||||||
|
@ -6206,8 +6192,8 @@ snapshots:
|
||||||
shallow-equal: 1.2.1
|
shallow-equal: 1.2.1
|
||||||
stylis: 4.3.4
|
stylis: 4.3.4
|
||||||
throttle-debounce: 5.0.2
|
throttle-debounce: 5.0.2
|
||||||
vue: 3.5.12(typescript@5.3.3)
|
vue: 3.5.12(typescript@5.6.3)
|
||||||
vue-types: 3.0.2(vue@3.5.12(typescript@5.3.3))
|
vue-types: 3.0.2(vue@3.5.12(typescript@5.6.3))
|
||||||
warning: 4.0.3
|
warning: 4.0.3
|
||||||
|
|
||||||
any-promise@1.3.0: {}
|
any-promise@1.3.0: {}
|
||||||
|
@ -6537,14 +6523,14 @@ snapshots:
|
||||||
|
|
||||||
core-js@3.38.1: {}
|
core-js@3.38.1: {}
|
||||||
|
|
||||||
cosmiconfig@9.0.0(typescript@5.3.3):
|
cosmiconfig@9.0.0(typescript@5.6.3):
|
||||||
dependencies:
|
dependencies:
|
||||||
env-paths: 2.2.1
|
env-paths: 2.2.1
|
||||||
import-fresh: 3.3.0
|
import-fresh: 3.3.0
|
||||||
js-yaml: 4.1.0
|
js-yaml: 4.1.0
|
||||||
parse-json: 5.2.0
|
parse-json: 5.2.0
|
||||||
optionalDependencies:
|
optionalDependencies:
|
||||||
typescript: 5.3.3
|
typescript: 5.6.3
|
||||||
|
|
||||||
crc-32@1.2.2: {}
|
crc-32@1.2.2: {}
|
||||||
|
|
||||||
|
@ -6910,11 +6896,11 @@ snapshots:
|
||||||
dependencies:
|
dependencies:
|
||||||
eslint: 9.13.0(jiti@2.3.3)
|
eslint: 9.13.0(jiti@2.3.3)
|
||||||
|
|
||||||
eslint-module-utils@2.12.0(@typescript-eslint/parser@8.11.0(eslint@9.13.0(jiti@2.3.3))(typescript@5.3.3))(eslint-import-resolver-node@0.3.9)(eslint@9.13.0(jiti@2.3.3)):
|
eslint-module-utils@2.12.0(@typescript-eslint/parser@8.11.0(eslint@9.13.0(jiti@2.3.3))(typescript@5.6.3))(eslint-import-resolver-node@0.3.9)(eslint@9.13.0(jiti@2.3.3)):
|
||||||
dependencies:
|
dependencies:
|
||||||
debug: 3.2.7
|
debug: 3.2.7
|
||||||
optionalDependencies:
|
optionalDependencies:
|
||||||
'@typescript-eslint/parser': 8.11.0(eslint@9.13.0(jiti@2.3.3))(typescript@5.3.3)
|
'@typescript-eslint/parser': 8.11.0(eslint@9.13.0(jiti@2.3.3))(typescript@5.6.3)
|
||||||
eslint: 9.13.0(jiti@2.3.3)
|
eslint: 9.13.0(jiti@2.3.3)
|
||||||
eslint-import-resolver-node: 0.3.9
|
eslint-import-resolver-node: 0.3.9
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
|
@ -6937,9 +6923,9 @@ snapshots:
|
||||||
eslint: 9.13.0(jiti@2.3.3)
|
eslint: 9.13.0(jiti@2.3.3)
|
||||||
eslint-compat-utils: 0.5.1(eslint@9.13.0(jiti@2.3.3))
|
eslint-compat-utils: 0.5.1(eslint@9.13.0(jiti@2.3.3))
|
||||||
|
|
||||||
eslint-plugin-import-x@4.3.1(eslint@9.13.0(jiti@2.3.3))(typescript@5.3.3):
|
eslint-plugin-import-x@4.3.1(eslint@9.13.0(jiti@2.3.3))(typescript@5.6.3):
|
||||||
dependencies:
|
dependencies:
|
||||||
'@typescript-eslint/utils': 8.11.0(eslint@9.13.0(jiti@2.3.3))(typescript@5.3.3)
|
'@typescript-eslint/utils': 8.11.0(eslint@9.13.0(jiti@2.3.3))(typescript@5.6.3)
|
||||||
debug: 4.3.7
|
debug: 4.3.7
|
||||||
doctrine: 3.0.0
|
doctrine: 3.0.0
|
||||||
eslint: 9.13.0(jiti@2.3.3)
|
eslint: 9.13.0(jiti@2.3.3)
|
||||||
|
@ -6954,7 +6940,7 @@ snapshots:
|
||||||
- supports-color
|
- supports-color
|
||||||
- typescript
|
- typescript
|
||||||
|
|
||||||
eslint-plugin-import@2.30.0(@typescript-eslint/parser@8.11.0(eslint@9.13.0(jiti@2.3.3))(typescript@5.3.3))(eslint@9.13.0(jiti@2.3.3)):
|
eslint-plugin-import@2.30.0(@typescript-eslint/parser@8.11.0(eslint@9.13.0(jiti@2.3.3))(typescript@5.6.3))(eslint@9.13.0(jiti@2.3.3)):
|
||||||
dependencies:
|
dependencies:
|
||||||
'@rtsao/scc': 1.1.0
|
'@rtsao/scc': 1.1.0
|
||||||
array-includes: 3.1.8
|
array-includes: 3.1.8
|
||||||
|
@ -6965,7 +6951,7 @@ snapshots:
|
||||||
doctrine: 2.1.0
|
doctrine: 2.1.0
|
||||||
eslint: 9.13.0(jiti@2.3.3)
|
eslint: 9.13.0(jiti@2.3.3)
|
||||||
eslint-import-resolver-node: 0.3.9
|
eslint-import-resolver-node: 0.3.9
|
||||||
eslint-module-utils: 2.12.0(@typescript-eslint/parser@8.11.0(eslint@9.13.0(jiti@2.3.3))(typescript@5.3.3))(eslint-import-resolver-node@0.3.9)(eslint@9.13.0(jiti@2.3.3))
|
eslint-module-utils: 2.12.0(@typescript-eslint/parser@8.11.0(eslint@9.13.0(jiti@2.3.3))(typescript@5.6.3))(eslint-import-resolver-node@0.3.9)(eslint@9.13.0(jiti@2.3.3))
|
||||||
hasown: 2.0.2
|
hasown: 2.0.2
|
||||||
is-core-module: 2.15.1
|
is-core-module: 2.15.1
|
||||||
is-glob: 4.0.3
|
is-glob: 4.0.3
|
||||||
|
@ -6976,7 +6962,7 @@ snapshots:
|
||||||
semver: 6.3.1
|
semver: 6.3.1
|
||||||
tsconfig-paths: 3.15.0
|
tsconfig-paths: 3.15.0
|
||||||
optionalDependencies:
|
optionalDependencies:
|
||||||
'@typescript-eslint/parser': 8.11.0(eslint@9.13.0(jiti@2.3.3))(typescript@5.3.3)
|
'@typescript-eslint/parser': 8.11.0(eslint@9.13.0(jiti@2.3.3))(typescript@5.6.3)
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- eslint-import-resolver-typescript
|
- eslint-import-resolver-typescript
|
||||||
- eslint-import-resolver-webpack
|
- eslint-import-resolver-webpack
|
||||||
|
@ -7044,10 +7030,10 @@ snapshots:
|
||||||
|
|
||||||
eslint-plugin-no-only-tests@3.3.0: {}
|
eslint-plugin-no-only-tests@3.3.0: {}
|
||||||
|
|
||||||
eslint-plugin-perfectionist@3.9.1(eslint@9.13.0(jiti@2.3.3))(typescript@5.3.3)(vue-eslint-parser@9.4.3(eslint@9.13.0(jiti@2.3.3))):
|
eslint-plugin-perfectionist@3.9.1(eslint@9.13.0(jiti@2.3.3))(typescript@5.6.3)(vue-eslint-parser@9.4.3(eslint@9.13.0(jiti@2.3.3))):
|
||||||
dependencies:
|
dependencies:
|
||||||
'@typescript-eslint/types': 8.11.0
|
'@typescript-eslint/types': 8.11.0
|
||||||
'@typescript-eslint/utils': 8.11.0(eslint@9.13.0(jiti@2.3.3))(typescript@5.3.3)
|
'@typescript-eslint/utils': 8.11.0(eslint@9.13.0(jiti@2.3.3))(typescript@5.6.3)
|
||||||
eslint: 9.13.0(jiti@2.3.3)
|
eslint: 9.13.0(jiti@2.3.3)
|
||||||
minimatch: 9.0.5
|
minimatch: 9.0.5
|
||||||
natural-compare-lite: 1.4.0
|
natural-compare-lite: 1.4.0
|
||||||
|
@ -7094,7 +7080,7 @@ snapshots:
|
||||||
regexp-ast-analysis: 0.7.1
|
regexp-ast-analysis: 0.7.1
|
||||||
scslre: 0.3.0
|
scslre: 0.3.0
|
||||||
|
|
||||||
eslint-plugin-sonarjs@2.0.4(@typescript-eslint/parser@8.11.0(eslint@9.13.0(jiti@2.3.3))(typescript@5.3.3))(eslint@9.13.0(jiti@2.3.3)):
|
eslint-plugin-sonarjs@2.0.4(@typescript-eslint/parser@8.11.0(eslint@9.13.0(jiti@2.3.3))(typescript@5.6.3))(eslint@9.13.0(jiti@2.3.3)):
|
||||||
dependencies:
|
dependencies:
|
||||||
'@babel/core': 7.25.2
|
'@babel/core': 7.25.2
|
||||||
'@babel/eslint-parser': 7.25.1(@babel/core@7.25.2)(eslint@9.13.0(jiti@2.3.3))
|
'@babel/eslint-parser': 7.25.1(@babel/core@7.25.2)(eslint@9.13.0(jiti@2.3.3))
|
||||||
|
@ -7103,12 +7089,12 @@ snapshots:
|
||||||
'@babel/preset-flow': 7.24.7(@babel/core@7.25.2)
|
'@babel/preset-flow': 7.24.7(@babel/core@7.25.2)
|
||||||
'@babel/preset-react': 7.24.7(@babel/core@7.25.2)
|
'@babel/preset-react': 7.24.7(@babel/core@7.25.2)
|
||||||
'@eslint-community/regexpp': 4.11.1
|
'@eslint-community/regexpp': 4.11.1
|
||||||
'@typescript-eslint/eslint-plugin': 7.16.1(@typescript-eslint/parser@8.11.0(eslint@9.13.0(jiti@2.3.3))(typescript@5.3.3))(eslint@9.13.0(jiti@2.3.3))(typescript@5.6.2)
|
'@typescript-eslint/eslint-plugin': 7.16.1(@typescript-eslint/parser@8.11.0(eslint@9.13.0(jiti@2.3.3))(typescript@5.6.3))(eslint@9.13.0(jiti@2.3.3))(typescript@5.6.2)
|
||||||
'@typescript-eslint/utils': 7.16.1(eslint@9.13.0(jiti@2.3.3))(typescript@5.6.2)
|
'@typescript-eslint/utils': 7.16.1(eslint@9.13.0(jiti@2.3.3))(typescript@5.6.2)
|
||||||
builtin-modules: 3.3.0
|
builtin-modules: 3.3.0
|
||||||
bytes: 3.1.2
|
bytes: 3.1.2
|
||||||
eslint: 9.13.0(jiti@2.3.3)
|
eslint: 9.13.0(jiti@2.3.3)
|
||||||
eslint-plugin-import: 2.30.0(@typescript-eslint/parser@8.11.0(eslint@9.13.0(jiti@2.3.3))(typescript@5.3.3))(eslint@9.13.0(jiti@2.3.3))
|
eslint-plugin-import: 2.30.0(@typescript-eslint/parser@8.11.0(eslint@9.13.0(jiti@2.3.3))(typescript@5.6.3))(eslint@9.13.0(jiti@2.3.3))
|
||||||
eslint-plugin-jsx-a11y: 6.10.0(eslint@9.13.0(jiti@2.3.3))
|
eslint-plugin-jsx-a11y: 6.10.0(eslint@9.13.0(jiti@2.3.3))
|
||||||
eslint-plugin-react: 7.36.1(eslint@9.13.0(jiti@2.3.3))
|
eslint-plugin-react: 7.36.1(eslint@9.13.0(jiti@2.3.3))
|
||||||
eslint-plugin-react-hooks: 4.6.2(eslint@9.13.0(jiti@2.3.3))
|
eslint-plugin-react-hooks: 4.6.2(eslint@9.13.0(jiti@2.3.3))
|
||||||
|
@ -7156,11 +7142,11 @@ snapshots:
|
||||||
semver: 7.6.3
|
semver: 7.6.3
|
||||||
strip-indent: 3.0.0
|
strip-indent: 3.0.0
|
||||||
|
|
||||||
eslint-plugin-unused-imports@4.1.4(@typescript-eslint/eslint-plugin@8.11.0(@typescript-eslint/parser@8.11.0(eslint@9.13.0(jiti@2.3.3))(typescript@5.3.3))(eslint@9.13.0(jiti@2.3.3))(typescript@5.3.3))(eslint@9.13.0(jiti@2.3.3)):
|
eslint-plugin-unused-imports@4.1.4(@typescript-eslint/eslint-plugin@8.11.0(@typescript-eslint/parser@8.11.0(eslint@9.13.0(jiti@2.3.3))(typescript@5.6.3))(eslint@9.13.0(jiti@2.3.3))(typescript@5.6.3))(eslint@9.13.0(jiti@2.3.3)):
|
||||||
dependencies:
|
dependencies:
|
||||||
eslint: 9.13.0(jiti@2.3.3)
|
eslint: 9.13.0(jiti@2.3.3)
|
||||||
optionalDependencies:
|
optionalDependencies:
|
||||||
'@typescript-eslint/eslint-plugin': 8.11.0(@typescript-eslint/parser@8.11.0(eslint@9.13.0(jiti@2.3.3))(typescript@5.3.3))(eslint@9.13.0(jiti@2.3.3))(typescript@5.3.3)
|
'@typescript-eslint/eslint-plugin': 8.11.0(@typescript-eslint/parser@8.11.0(eslint@9.13.0(jiti@2.3.3))(typescript@5.6.3))(eslint@9.13.0(jiti@2.3.3))(typescript@5.6.3)
|
||||||
|
|
||||||
eslint-plugin-vue@9.29.1(eslint@9.13.0(jiti@2.3.3)):
|
eslint-plugin-vue@9.29.1(eslint@9.13.0(jiti@2.3.3)):
|
||||||
dependencies:
|
dependencies:
|
||||||
|
@ -7421,7 +7407,7 @@ snapshots:
|
||||||
glob: 7.2.3
|
glob: 7.2.3
|
||||||
parse5: 6.0.1
|
parse5: 6.0.1
|
||||||
pofile: 1.0.11
|
pofile: 1.0.11
|
||||||
typescript: 5.3.3
|
typescript: 5.6.3
|
||||||
|
|
||||||
giget@1.2.3:
|
giget@1.2.3:
|
||||||
dependencies:
|
dependencies:
|
||||||
|
@ -8429,27 +8415,27 @@ snapshots:
|
||||||
|
|
||||||
pify@4.0.1: {}
|
pify@4.0.1: {}
|
||||||
|
|
||||||
pinia-plugin-persistedstate@4.1.1(pinia@2.2.4(typescript@5.3.3)(vue@3.5.12(typescript@5.3.3)))(rollup@4.24.0):
|
pinia-plugin-persistedstate@4.1.2(pinia@2.2.4(typescript@5.6.3)(vue@3.5.12(typescript@5.6.3)))(rollup@4.24.0):
|
||||||
dependencies:
|
dependencies:
|
||||||
'@nuxt/kit': 3.13.2(rollup@4.24.0)
|
'@nuxt/kit': 3.13.2(rollup@4.24.0)
|
||||||
deep-pick-omit: 1.2.1
|
deep-pick-omit: 1.2.1
|
||||||
defu: 6.1.4
|
defu: 6.1.4
|
||||||
destr: 2.0.3
|
destr: 2.0.3
|
||||||
optionalDependencies:
|
optionalDependencies:
|
||||||
pinia: 2.2.4(typescript@5.3.3)(vue@3.5.12(typescript@5.3.3))
|
pinia: 2.2.4(typescript@5.6.3)(vue@3.5.12(typescript@5.6.3))
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- magicast
|
- magicast
|
||||||
- rollup
|
- rollup
|
||||||
- supports-color
|
- supports-color
|
||||||
- webpack-sources
|
- webpack-sources
|
||||||
|
|
||||||
pinia@2.2.4(typescript@5.3.3)(vue@3.5.12(typescript@5.3.3)):
|
pinia@2.2.4(typescript@5.6.3)(vue@3.5.12(typescript@5.6.3)):
|
||||||
dependencies:
|
dependencies:
|
||||||
'@vue/devtools-api': 6.6.4
|
'@vue/devtools-api': 6.6.4
|
||||||
vue: 3.5.12(typescript@5.3.3)
|
vue: 3.5.12(typescript@5.6.3)
|
||||||
vue-demi: 0.14.10(vue@3.5.12(typescript@5.3.3))
|
vue-demi: 0.14.10(vue@3.5.12(typescript@5.6.3))
|
||||||
optionalDependencies:
|
optionalDependencies:
|
||||||
typescript: 5.3.3
|
typescript: 5.6.3
|
||||||
|
|
||||||
pirates@4.0.6: {}
|
pirates@4.0.6: {}
|
||||||
|
|
||||||
|
@ -9010,14 +8996,14 @@ snapshots:
|
||||||
dependencies:
|
dependencies:
|
||||||
eslint-visitor-keys: 3.4.3
|
eslint-visitor-keys: 3.4.3
|
||||||
|
|
||||||
ts-api-utils@1.3.0(typescript@5.3.3):
|
|
||||||
dependencies:
|
|
||||||
typescript: 5.3.3
|
|
||||||
|
|
||||||
ts-api-utils@1.3.0(typescript@5.6.2):
|
ts-api-utils@1.3.0(typescript@5.6.2):
|
||||||
dependencies:
|
dependencies:
|
||||||
typescript: 5.6.2
|
typescript: 5.6.2
|
||||||
|
|
||||||
|
ts-api-utils@1.3.0(typescript@5.6.3):
|
||||||
|
dependencies:
|
||||||
|
typescript: 5.6.3
|
||||||
|
|
||||||
ts-interface-checker@0.1.13: {}
|
ts-interface-checker@0.1.13: {}
|
||||||
|
|
||||||
tsconfig-paths@3.15.0:
|
tsconfig-paths@3.15.0:
|
||||||
|
@ -9071,8 +9057,6 @@ snapshots:
|
||||||
is-typed-array: 1.1.13
|
is-typed-array: 1.1.13
|
||||||
possible-typed-array-names: 1.0.0
|
possible-typed-array-names: 1.0.0
|
||||||
|
|
||||||
typescript@5.3.3: {}
|
|
||||||
|
|
||||||
typescript@5.6.2: {}
|
typescript@5.6.2: {}
|
||||||
|
|
||||||
typescript@5.6.3: {}
|
typescript@5.6.3: {}
|
||||||
|
@ -9157,7 +9141,7 @@ snapshots:
|
||||||
'@types/cookie': 0.6.0
|
'@types/cookie': 0.6.0
|
||||||
cookie: 0.7.2
|
cookie: 0.7.2
|
||||||
|
|
||||||
unplugin-auto-import@0.18.3(@nuxt/kit@3.13.2(rollup@4.24.0))(@vueuse/core@11.1.0(vue@3.5.12(typescript@5.3.3)))(rollup@4.24.0):
|
unplugin-auto-import@0.18.3(@nuxt/kit@3.13.2(rollup@4.24.0))(@vueuse/core@11.1.0(vue@3.5.12(typescript@5.6.3)))(rollup@4.24.0):
|
||||||
dependencies:
|
dependencies:
|
||||||
'@antfu/utils': 0.7.10
|
'@antfu/utils': 0.7.10
|
||||||
'@rollup/pluginutils': 5.1.3(rollup@4.24.0)
|
'@rollup/pluginutils': 5.1.3(rollup@4.24.0)
|
||||||
|
@ -9169,12 +9153,12 @@ snapshots:
|
||||||
unplugin: 1.14.1
|
unplugin: 1.14.1
|
||||||
optionalDependencies:
|
optionalDependencies:
|
||||||
'@nuxt/kit': 3.13.2(rollup@4.24.0)
|
'@nuxt/kit': 3.13.2(rollup@4.24.0)
|
||||||
'@vueuse/core': 11.1.0(vue@3.5.12(typescript@5.3.3))
|
'@vueuse/core': 11.1.0(vue@3.5.12(typescript@5.6.3))
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- rollup
|
- rollup
|
||||||
- webpack-sources
|
- webpack-sources
|
||||||
|
|
||||||
unplugin-vue-components@0.27.4(@babel/parser@7.25.9)(@nuxt/kit@3.13.2(rollup@4.24.0))(rollup@4.24.0)(vue@3.5.12(typescript@5.3.3)):
|
unplugin-vue-components@0.27.4(@babel/parser@7.25.9)(@nuxt/kit@3.13.2(rollup@4.24.0))(rollup@4.24.0)(vue@3.5.12(typescript@5.6.3)):
|
||||||
dependencies:
|
dependencies:
|
||||||
'@antfu/utils': 0.7.10
|
'@antfu/utils': 0.7.10
|
||||||
'@rollup/pluginutils': 5.1.3(rollup@4.24.0)
|
'@rollup/pluginutils': 5.1.3(rollup@4.24.0)
|
||||||
|
@ -9186,7 +9170,7 @@ snapshots:
|
||||||
minimatch: 9.0.5
|
minimatch: 9.0.5
|
||||||
mlly: 1.7.2
|
mlly: 1.7.2
|
||||||
unplugin: 1.14.1
|
unplugin: 1.14.1
|
||||||
vue: 3.5.12(typescript@5.3.3)
|
vue: 3.5.12(typescript@5.6.3)
|
||||||
optionalDependencies:
|
optionalDependencies:
|
||||||
'@babel/parser': 7.25.9
|
'@babel/parser': 7.25.9
|
||||||
'@nuxt/kit': 3.13.2(rollup@4.24.0)
|
'@nuxt/kit': 3.13.2(rollup@4.24.0)
|
||||||
|
@ -9195,9 +9179,9 @@ snapshots:
|
||||||
- supports-color
|
- supports-color
|
||||||
- webpack-sources
|
- webpack-sources
|
||||||
|
|
||||||
unplugin-vue-define-options@1.5.2(rollup@4.24.0)(vue@3.5.12(typescript@5.3.3)):
|
unplugin-vue-define-options@1.5.2(rollup@4.24.0)(vue@3.5.12(typescript@5.6.3)):
|
||||||
dependencies:
|
dependencies:
|
||||||
'@vue-macros/common': 1.15.0(rollup@4.24.0)(vue@3.5.12(typescript@5.3.3))
|
'@vue-macros/common': 1.15.0(rollup@4.24.0)(vue@3.5.12(typescript@5.6.3))
|
||||||
ast-walker-scope: 0.6.2
|
ast-walker-scope: 0.6.2
|
||||||
unplugin: 1.14.1
|
unplugin: 1.14.1
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
|
@ -9246,10 +9230,10 @@ snapshots:
|
||||||
node-object-hash: 3.0.0
|
node-object-hash: 3.0.0
|
||||||
typescript: 5.6.3
|
typescript: 5.6.3
|
||||||
|
|
||||||
vite-svg-loader@5.1.0(vue@3.5.12(typescript@5.3.3)):
|
vite-svg-loader@5.1.0(vue@3.5.12(typescript@5.6.3)):
|
||||||
dependencies:
|
dependencies:
|
||||||
svgo: 3.3.2
|
svgo: 3.3.2
|
||||||
vue: 3.5.12(typescript@5.3.3)
|
vue: 3.5.12(typescript@5.6.3)
|
||||||
|
|
||||||
vite@5.4.10(@types/node@22.7.9)(less@4.2.0):
|
vite@5.4.10(@types/node@22.7.9)(less@4.2.0):
|
||||||
dependencies:
|
dependencies:
|
||||||
|
@ -9263,14 +9247,14 @@ snapshots:
|
||||||
|
|
||||||
vscode-uri@3.0.8: {}
|
vscode-uri@3.0.8: {}
|
||||||
|
|
||||||
vue-demi@0.14.10(vue@3.5.12(typescript@5.3.3)):
|
vue-demi@0.14.10(vue@3.5.12(typescript@5.6.3)):
|
||||||
dependencies:
|
dependencies:
|
||||||
vue: 3.5.12(typescript@5.3.3)
|
vue: 3.5.12(typescript@5.6.3)
|
||||||
|
|
||||||
vue-dompurify-html@5.1.0(vue@3.5.12(typescript@5.3.3)):
|
vue-dompurify-html@5.1.0(vue@3.5.12(typescript@5.6.3)):
|
||||||
dependencies:
|
dependencies:
|
||||||
dompurify: 3.1.7
|
dompurify: 3.1.7
|
||||||
vue: 3.5.12(typescript@5.3.3)
|
vue: 3.5.12(typescript@5.6.3)
|
||||||
|
|
||||||
vue-eslint-parser@9.4.3(eslint@9.13.0(jiti@2.3.3)):
|
vue-eslint-parser@9.4.3(eslint@9.13.0(jiti@2.3.3)):
|
||||||
dependencies:
|
dependencies:
|
||||||
|
@ -9285,67 +9269,67 @@ snapshots:
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- supports-color
|
- supports-color
|
||||||
|
|
||||||
vue-router@4.4.5(vue@3.5.12(typescript@5.3.3)):
|
vue-router@4.4.5(vue@3.5.12(typescript@5.6.3)):
|
||||||
dependencies:
|
dependencies:
|
||||||
'@vue/devtools-api': 6.6.4
|
'@vue/devtools-api': 6.6.4
|
||||||
vue: 3.5.12(typescript@5.3.3)
|
vue: 3.5.12(typescript@5.6.3)
|
||||||
|
|
||||||
vue-tsc@2.1.6(typescript@5.3.3):
|
vue-tsc@2.1.6(typescript@5.6.3):
|
||||||
dependencies:
|
dependencies:
|
||||||
'@volar/typescript': 2.4.6
|
'@volar/typescript': 2.4.6
|
||||||
'@vue/language-core': 2.1.6(typescript@5.3.3)
|
'@vue/language-core': 2.1.6(typescript@5.6.3)
|
||||||
semver: 7.6.3
|
semver: 7.6.3
|
||||||
typescript: 5.3.3
|
typescript: 5.6.3
|
||||||
|
|
||||||
vue-types@3.0.2(vue@3.5.12(typescript@5.3.3)):
|
vue-types@3.0.2(vue@3.5.12(typescript@5.6.3)):
|
||||||
dependencies:
|
dependencies:
|
||||||
is-plain-object: 3.0.1
|
is-plain-object: 3.0.1
|
||||||
vue: 3.5.12(typescript@5.3.3)
|
vue: 3.5.12(typescript@5.6.3)
|
||||||
|
|
||||||
vue3-ace-editor@2.2.4(ace-builds@1.36.3)(vue@3.5.12(typescript@5.3.3)):
|
vue3-ace-editor@2.2.4(ace-builds@1.36.3)(vue@3.5.12(typescript@5.6.3)):
|
||||||
dependencies:
|
dependencies:
|
||||||
ace-builds: 1.36.3
|
ace-builds: 1.36.3
|
||||||
resize-observer-polyfill: 1.5.1
|
resize-observer-polyfill: 1.5.1
|
||||||
vue: 3.5.12(typescript@5.3.3)
|
vue: 3.5.12(typescript@5.6.3)
|
||||||
|
|
||||||
vue3-apexcharts@1.5.3(apexcharts@3.54.1)(vue@3.5.12(typescript@5.3.3)):
|
vue3-apexcharts@1.5.3(apexcharts@3.54.1)(vue@3.5.12(typescript@5.6.3)):
|
||||||
dependencies:
|
dependencies:
|
||||||
apexcharts: 3.54.1
|
apexcharts: 3.54.1
|
||||||
vue: 3.5.12(typescript@5.3.3)
|
vue: 3.5.12(typescript@5.6.3)
|
||||||
|
|
||||||
vue3-gettext@3.0.0-beta.6(@vue/compiler-sfc@3.5.12)(typescript@5.3.3)(vue@3.5.12(typescript@5.3.3)):
|
vue3-gettext@3.0.0-beta.6(@vue/compiler-sfc@3.5.12)(typescript@5.6.3)(vue@3.5.12(typescript@5.6.3)):
|
||||||
dependencies:
|
dependencies:
|
||||||
'@vue/compiler-sfc': 3.5.12
|
'@vue/compiler-sfc': 3.5.12
|
||||||
chalk: 4.1.2
|
chalk: 4.1.2
|
||||||
command-line-args: 5.2.1
|
command-line-args: 5.2.1
|
||||||
cosmiconfig: 9.0.0(typescript@5.3.3)
|
cosmiconfig: 9.0.0(typescript@5.6.3)
|
||||||
gettext-extractor: 3.8.0
|
gettext-extractor: 3.8.0
|
||||||
glob: 10.4.5
|
glob: 10.4.5
|
||||||
parse5: 6.0.1
|
parse5: 6.0.1
|
||||||
parse5-htmlparser2-tree-adapter: 6.0.1
|
parse5-htmlparser2-tree-adapter: 6.0.1
|
||||||
pofile: 1.1.4
|
pofile: 1.1.4
|
||||||
vue: 3.5.12(typescript@5.3.3)
|
vue: 3.5.12(typescript@5.6.3)
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- typescript
|
- typescript
|
||||||
|
|
||||||
vue3-otp-input@0.5.21(vue@3.5.12(typescript@5.3.3)):
|
vue3-otp-input@0.5.21(vue@3.5.12(typescript@5.6.3)):
|
||||||
dependencies:
|
dependencies:
|
||||||
vue: 3.5.12(typescript@5.3.3)
|
vue: 3.5.12(typescript@5.6.3)
|
||||||
|
|
||||||
vue@3.5.12(typescript@5.3.3):
|
vue@3.5.12(typescript@5.6.3):
|
||||||
dependencies:
|
dependencies:
|
||||||
'@vue/compiler-dom': 3.5.12
|
'@vue/compiler-dom': 3.5.12
|
||||||
'@vue/compiler-sfc': 3.5.12
|
'@vue/compiler-sfc': 3.5.12
|
||||||
'@vue/runtime-dom': 3.5.12
|
'@vue/runtime-dom': 3.5.12
|
||||||
'@vue/server-renderer': 3.5.12(vue@3.5.12(typescript@5.3.3))
|
'@vue/server-renderer': 3.5.12(vue@3.5.12(typescript@5.6.3))
|
||||||
'@vue/shared': 3.5.12
|
'@vue/shared': 3.5.12
|
||||||
optionalDependencies:
|
optionalDependencies:
|
||||||
typescript: 5.3.3
|
typescript: 5.6.3
|
||||||
|
|
||||||
vuedraggable@4.1.0(vue@3.5.12(typescript@5.3.3)):
|
vuedraggable@4.1.0(vue@3.5.12(typescript@5.6.3)):
|
||||||
dependencies:
|
dependencies:
|
||||||
sortablejs: 1.14.0
|
sortablejs: 1.14.0
|
||||||
vue: 3.5.12(typescript@5.3.3)
|
vue: 3.5.12(typescript@5.6.3)
|
||||||
|
|
||||||
warning@4.0.3:
|
warning@4.0.3:
|
||||||
dependencies:
|
dependencies:
|
||||||
|
|
|
@ -7,13 +7,13 @@
|
||||||
"docs:preview": "vitepress preview"
|
"docs:preview": "vitepress preview"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"vitepress": "^1.4.0",
|
"vitepress": "^1.4.1",
|
||||||
"vue": "^3.5.11"
|
"vue": "^3.5.12"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@types/node": "^22.7.5",
|
"@types/node": "^22.8.1",
|
||||||
"less": "^4.2.0"
|
"less": "^4.2.0"
|
||||||
},
|
},
|
||||||
"license": "AGPL-3.0",
|
"license": "AGPL-3.0",
|
||||||
"packageManager": "pnpm@9.0.6+sha256.0624e30eff866cdeb363b15061bdb7fd9425b17bc1bb42c22f5f4efdea21f6b3"
|
"packageManager": "pnpm@9.12.2+sha512.22721b3a11f81661ae1ec68ce1a7b879425a1ca5b991c975b074ac220b187ce56c708fe5db69f4c962c989452eee76c82877f4ee80f474cebd61ee13461b6228"
|
||||||
}
|
}
|
||||||
|
|
176
docs/pnpm-lock.yaml
generated
176
docs/pnpm-lock.yaml
generated
|
@ -9,15 +9,15 @@ importers:
|
||||||
.:
|
.:
|
||||||
dependencies:
|
dependencies:
|
||||||
vitepress:
|
vitepress:
|
||||||
specifier: ^1.4.0
|
specifier: ^1.4.1
|
||||||
version: 1.4.0(@algolia/client-search@4.24.0)(@types/node@22.7.5)(less@4.2.0)(postcss@8.4.47)(search-insights@2.13.0)
|
version: 1.4.1(@algolia/client-search@4.24.0)(@types/node@22.8.1)(less@4.2.0)(postcss@8.4.47)(search-insights@2.13.0)
|
||||||
vue:
|
vue:
|
||||||
specifier: ^3.5.11
|
specifier: ^3.5.12
|
||||||
version: 3.5.11
|
version: 3.5.12
|
||||||
devDependencies:
|
devDependencies:
|
||||||
'@types/node':
|
'@types/node':
|
||||||
specifier: ^22.7.5
|
specifier: ^22.8.1
|
||||||
version: 22.7.5
|
version: 22.8.1
|
||||||
less:
|
less:
|
||||||
specifier: ^4.2.0
|
specifier: ^4.2.0
|
||||||
version: 4.2.0
|
version: 4.2.0
|
||||||
|
@ -386,8 +386,8 @@ packages:
|
||||||
'@types/mdurl@2.0.0':
|
'@types/mdurl@2.0.0':
|
||||||
resolution: {integrity: sha512-RGdgjQUZba5p6QEFAVx2OGb8rQDL/cPRG7GiedRzMcJ1tYnUANBncjbSB1NRGwbvjcPeikRABz2nshyPk1bhWg==}
|
resolution: {integrity: sha512-RGdgjQUZba5p6QEFAVx2OGb8rQDL/cPRG7GiedRzMcJ1tYnUANBncjbSB1NRGwbvjcPeikRABz2nshyPk1bhWg==}
|
||||||
|
|
||||||
'@types/node@22.7.5':
|
'@types/node@22.8.1':
|
||||||
resolution: {integrity: sha512-jML7s2NAzMWc//QSJ1a3prpk78cOPchGvXJsC3C6R6PSMoooztvRVQEz89gmBTBY1SPMaqo5teB4uNHPdetShQ==}
|
resolution: {integrity: sha512-k6Gi8Yyo8EtrNtkHXutUu2corfDf9su95VYVP10aGYMMROM6SAItZi0w1XszA6RtWTHSVp5OeFof37w0IEqCQg==}
|
||||||
|
|
||||||
'@types/unist@3.0.3':
|
'@types/unist@3.0.3':
|
||||||
resolution: {integrity: sha512-ko/gIFJRv177XgZsZcBwnqJN5x/Gien8qNOn0D5bQU/zAzVf9Zt3BlcUiLqhV9y4ARk0GbT3tnUiPNgnTXzc/Q==}
|
resolution: {integrity: sha512-ko/gIFJRv177XgZsZcBwnqJN5x/Gien8qNOn0D5bQU/zAzVf9Zt3BlcUiLqhV9y4ARk0GbT3tnUiPNgnTXzc/Q==}
|
||||||
|
@ -405,17 +405,17 @@ packages:
|
||||||
vite: ^5.0.0
|
vite: ^5.0.0
|
||||||
vue: ^3.2.25
|
vue: ^3.2.25
|
||||||
|
|
||||||
'@vue/compiler-core@3.5.11':
|
'@vue/compiler-core@3.5.12':
|
||||||
resolution: {integrity: sha512-PwAdxs7/9Hc3ieBO12tXzmTD+Ln4qhT/56S+8DvrrZ4kLDn4Z/AMUr8tXJD0axiJBS0RKIoNaR0yMuQB9v9Udg==}
|
resolution: {integrity: sha512-ISyBTRMmMYagUxhcpyEH0hpXRd/KqDU4ymofPgl2XAkY9ZhQ+h0ovEZJIiPop13UmR/54oA2cgMDjgroRelaEw==}
|
||||||
|
|
||||||
'@vue/compiler-dom@3.5.11':
|
'@vue/compiler-dom@3.5.12':
|
||||||
resolution: {integrity: sha512-pyGf8zdbDDRkBrEzf8p7BQlMKNNF5Fk/Cf/fQ6PiUz9at4OaUfyXW0dGJTo2Vl1f5U9jSLCNf0EZJEogLXoeew==}
|
resolution: {integrity: sha512-9G6PbJ03uwxLHKQ3P42cMTi85lDRvGLB2rSGOiQqtXELat6uI4n8cNz9yjfVHRPIu+MsK6TE418Giruvgptckg==}
|
||||||
|
|
||||||
'@vue/compiler-sfc@3.5.11':
|
'@vue/compiler-sfc@3.5.12':
|
||||||
resolution: {integrity: sha512-gsbBtT4N9ANXXepprle+X9YLg2htQk1sqH/qGJ/EApl+dgpUBdTv3yP7YlR535uHZY3n6XaR0/bKo0BgwwDniw==}
|
resolution: {integrity: sha512-2k973OGo2JuAa5+ZlekuQJtitI5CgLMOwgl94BzMCsKZCX/xiqzJYzapl4opFogKHqwJk34vfsaKpfEhd1k5nw==}
|
||||||
|
|
||||||
'@vue/compiler-ssr@3.5.11':
|
'@vue/compiler-ssr@3.5.12':
|
||||||
resolution: {integrity: sha512-P4+GPjOuC2aFTk1Z4WANvEhyOykcvEd5bIj2KVNGKGfM745LaXGr++5njpdBTzVz5pZifdlR1kpYSJJpIlSePA==}
|
resolution: {integrity: sha512-eLwc7v6bfGBSM7wZOGPmRavSWzNFF6+PdRhE+VFJhNCgHiF8AM7ccoqcv5kBXA2eWUfigD7byekvf/JsOfKvPA==}
|
||||||
|
|
||||||
'@vue/devtools-api@7.4.6':
|
'@vue/devtools-api@7.4.6':
|
||||||
resolution: {integrity: sha512-XipBV5k0/IfTr0sNBDTg7OBUCp51cYMMXyPxLXJZ4K/wmUeMqt8cVdr2ZZGOFq+si/jTyCYnNxeKoyev5DOUUA==}
|
resolution: {integrity: sha512-XipBV5k0/IfTr0sNBDTg7OBUCp51cYMMXyPxLXJZ4K/wmUeMqt8cVdr2ZZGOFq+si/jTyCYnNxeKoyev5DOUUA==}
|
||||||
|
@ -426,22 +426,22 @@ packages:
|
||||||
'@vue/devtools-shared@7.4.6':
|
'@vue/devtools-shared@7.4.6':
|
||||||
resolution: {integrity: sha512-rPeSBzElnHYMB05Cc056BQiJpgocQjY8XVulgni+O9a9Gr9tNXgPteSzFFD+fT/iWMxNuUgGKs9CuW5DZewfIg==}
|
resolution: {integrity: sha512-rPeSBzElnHYMB05Cc056BQiJpgocQjY8XVulgni+O9a9Gr9tNXgPteSzFFD+fT/iWMxNuUgGKs9CuW5DZewfIg==}
|
||||||
|
|
||||||
'@vue/reactivity@3.5.11':
|
'@vue/reactivity@3.5.12':
|
||||||
resolution: {integrity: sha512-Nqo5VZEn8MJWlCce8XoyVqHZbd5P2NH+yuAaFzuNSR96I+y1cnuUiq7xfSG+kyvLSiWmaHTKP1r3OZY4mMD50w==}
|
resolution: {integrity: sha512-UzaN3Da7xnJXdz4Okb/BGbAaomRHc3RdoWqTzlvd9+WBR5m3J39J1fGcHes7U3za0ruYn/iYy/a1euhMEHvTAg==}
|
||||||
|
|
||||||
'@vue/runtime-core@3.5.11':
|
'@vue/runtime-core@3.5.12':
|
||||||
resolution: {integrity: sha512-7PsxFGqwfDhfhh0OcDWBG1DaIQIVOLgkwA5q6MtkPiDFjp5gohVnJEahSktwSFLq7R5PtxDKy6WKURVN1UDbzA==}
|
resolution: {integrity: sha512-hrMUYV6tpocr3TL3Ad8DqxOdpDe4zuQY4HPY3X/VRh+L2myQO8MFXPAMarIOSGNu0bFAjh1yBkMPXZBqCk62Uw==}
|
||||||
|
|
||||||
'@vue/runtime-dom@3.5.11':
|
'@vue/runtime-dom@3.5.12':
|
||||||
resolution: {integrity: sha512-GNghjecT6IrGf0UhuYmpgaOlN7kxzQBhxWEn08c/SQDxv1yy4IXI1bn81JgEpQ4IXjRxWtPyI8x0/7TF5rPfYQ==}
|
resolution: {integrity: sha512-q8VFxR9A2MRfBr6/55Q3umyoN7ya836FzRXajPB6/Vvuv0zOPL+qltd9rIMzG/DbRLAIlREmnLsplEF/kotXKA==}
|
||||||
|
|
||||||
'@vue/server-renderer@3.5.11':
|
'@vue/server-renderer@3.5.12':
|
||||||
resolution: {integrity: sha512-cVOwYBxR7Wb1B1FoxYvtjJD8X/9E5nlH4VSkJy2uMA1MzYNdzAAB//l8nrmN9py/4aP+3NjWukf9PZ3TeWULaA==}
|
resolution: {integrity: sha512-I3QoeDDeEPZm8yR28JtY+rk880Oqmj43hreIBVTicisFTx/Dl7JpG72g/X7YF8hnQD3IFhkky5i2bPonwrTVPg==}
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
vue: 3.5.11
|
vue: 3.5.12
|
||||||
|
|
||||||
'@vue/shared@3.5.11':
|
'@vue/shared@3.5.12':
|
||||||
resolution: {integrity: sha512-W8GgysJVnFo81FthhzurdRAWP/byq3q2qIw70e0JWblzVhjgOMiC2GyovXrZTFQJnFVryYaKGP3Tc9vYzYm6PQ==}
|
resolution: {integrity: sha512-L2RPSAwUFbgZH20etwrXyVyCBu9OxRSi8T/38QsvnkJyvq2LufW2lDCOzm7t/U9C1mkhJGWYfCuFBCmIuNivrg==}
|
||||||
|
|
||||||
'@vueuse/core@11.1.0':
|
'@vueuse/core@11.1.0':
|
||||||
resolution: {integrity: sha512-P6dk79QYA6sKQnghrUz/1tHi0n9mrb/iO1WTMk/ElLmTyNqgDeSZ3wcDf6fRBGzRJbeG1dxzEOvLENMjr+E3fg==}
|
resolution: {integrity: sha512-P6dk79QYA6sKQnghrUz/1tHi0n9mrb/iO1WTMk/ElLmTyNqgDeSZ3wcDf6fRBGzRJbeG1dxzEOvLENMjr+E3fg==}
|
||||||
|
@ -784,8 +784,8 @@ packages:
|
||||||
terser:
|
terser:
|
||||||
optional: true
|
optional: true
|
||||||
|
|
||||||
vitepress@1.4.0:
|
vitepress@1.4.1:
|
||||||
resolution: {integrity: sha512-JXCv4EsKTDyAFb6C/UjZr7nsGAzZ6mafVk2rx7rG5o8N+B/4QstIk+iEOe/9dKoU6V624UIC6g1pZ+K63rxhlw==}
|
resolution: {integrity: sha512-C2rQ7PMlDVqgsaHOa0uJtgGGWaGv74QMaGL62lxKbtFkYtosJB5HAfZ8+pEbfzzvLemYaYwaiQdFLBlexK2sFw==}
|
||||||
hasBin: true
|
hasBin: true
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
markdown-it-mathjax3: ^4
|
markdown-it-mathjax3: ^4
|
||||||
|
@ -807,8 +807,8 @@ packages:
|
||||||
'@vue/composition-api':
|
'@vue/composition-api':
|
||||||
optional: true
|
optional: true
|
||||||
|
|
||||||
vue@3.5.11:
|
vue@3.5.12:
|
||||||
resolution: {integrity: sha512-/8Wurrd9J3lb72FTQS7gRMNQD4nztTtKPmuDuPuhqXmmpD6+skVjAeahNpVzsuky6Sy9gy7wn8UadqPtt9SQIg==}
|
resolution: {integrity: sha512-CLVZtXtn2ItBIi/zHZ0Sg1Xkb7+PU32bJJ8Bmy7ts3jxXTcbfsEfBivFYYWz1Hur+lalqGAh65Coin0r+HRUfg==}
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
typescript: '*'
|
typescript: '*'
|
||||||
peerDependenciesMeta:
|
peerDependenciesMeta:
|
||||||
|
@ -1131,7 +1131,7 @@ snapshots:
|
||||||
|
|
||||||
'@types/mdurl@2.0.0': {}
|
'@types/mdurl@2.0.0': {}
|
||||||
|
|
||||||
'@types/node@22.7.5':
|
'@types/node@22.8.1':
|
||||||
dependencies:
|
dependencies:
|
||||||
undici-types: 6.19.8
|
undici-types: 6.19.8
|
||||||
|
|
||||||
|
@ -1141,40 +1141,40 @@ snapshots:
|
||||||
|
|
||||||
'@ungap/structured-clone@1.2.0': {}
|
'@ungap/structured-clone@1.2.0': {}
|
||||||
|
|
||||||
'@vitejs/plugin-vue@5.1.4(vite@5.4.8(@types/node@22.7.5)(less@4.2.0))(vue@3.5.11)':
|
'@vitejs/plugin-vue@5.1.4(vite@5.4.8(@types/node@22.8.1)(less@4.2.0))(vue@3.5.12)':
|
||||||
dependencies:
|
dependencies:
|
||||||
vite: 5.4.8(@types/node@22.7.5)(less@4.2.0)
|
vite: 5.4.8(@types/node@22.8.1)(less@4.2.0)
|
||||||
vue: 3.5.11
|
vue: 3.5.12
|
||||||
|
|
||||||
'@vue/compiler-core@3.5.11':
|
'@vue/compiler-core@3.5.12':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@babel/parser': 7.25.7
|
'@babel/parser': 7.25.7
|
||||||
'@vue/shared': 3.5.11
|
'@vue/shared': 3.5.12
|
||||||
entities: 4.5.0
|
entities: 4.5.0
|
||||||
estree-walker: 2.0.2
|
estree-walker: 2.0.2
|
||||||
source-map-js: 1.2.1
|
source-map-js: 1.2.1
|
||||||
|
|
||||||
'@vue/compiler-dom@3.5.11':
|
'@vue/compiler-dom@3.5.12':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@vue/compiler-core': 3.5.11
|
'@vue/compiler-core': 3.5.12
|
||||||
'@vue/shared': 3.5.11
|
'@vue/shared': 3.5.12
|
||||||
|
|
||||||
'@vue/compiler-sfc@3.5.11':
|
'@vue/compiler-sfc@3.5.12':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@babel/parser': 7.25.7
|
'@babel/parser': 7.25.7
|
||||||
'@vue/compiler-core': 3.5.11
|
'@vue/compiler-core': 3.5.12
|
||||||
'@vue/compiler-dom': 3.5.11
|
'@vue/compiler-dom': 3.5.12
|
||||||
'@vue/compiler-ssr': 3.5.11
|
'@vue/compiler-ssr': 3.5.12
|
||||||
'@vue/shared': 3.5.11
|
'@vue/shared': 3.5.12
|
||||||
estree-walker: 2.0.2
|
estree-walker: 2.0.2
|
||||||
magic-string: 0.30.11
|
magic-string: 0.30.11
|
||||||
postcss: 8.4.47
|
postcss: 8.4.47
|
||||||
source-map-js: 1.2.1
|
source-map-js: 1.2.1
|
||||||
|
|
||||||
'@vue/compiler-ssr@3.5.11':
|
'@vue/compiler-ssr@3.5.12':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@vue/compiler-dom': 3.5.11
|
'@vue/compiler-dom': 3.5.12
|
||||||
'@vue/shared': 3.5.11
|
'@vue/shared': 3.5.12
|
||||||
|
|
||||||
'@vue/devtools-api@7.4.6':
|
'@vue/devtools-api@7.4.6':
|
||||||
dependencies:
|
dependencies:
|
||||||
|
@ -1194,45 +1194,45 @@ snapshots:
|
||||||
dependencies:
|
dependencies:
|
||||||
rfdc: 1.4.1
|
rfdc: 1.4.1
|
||||||
|
|
||||||
'@vue/reactivity@3.5.11':
|
'@vue/reactivity@3.5.12':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@vue/shared': 3.5.11
|
'@vue/shared': 3.5.12
|
||||||
|
|
||||||
'@vue/runtime-core@3.5.11':
|
'@vue/runtime-core@3.5.12':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@vue/reactivity': 3.5.11
|
'@vue/reactivity': 3.5.12
|
||||||
'@vue/shared': 3.5.11
|
'@vue/shared': 3.5.12
|
||||||
|
|
||||||
'@vue/runtime-dom@3.5.11':
|
'@vue/runtime-dom@3.5.12':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@vue/reactivity': 3.5.11
|
'@vue/reactivity': 3.5.12
|
||||||
'@vue/runtime-core': 3.5.11
|
'@vue/runtime-core': 3.5.12
|
||||||
'@vue/shared': 3.5.11
|
'@vue/shared': 3.5.12
|
||||||
csstype: 3.1.3
|
csstype: 3.1.3
|
||||||
|
|
||||||
'@vue/server-renderer@3.5.11(vue@3.5.11)':
|
'@vue/server-renderer@3.5.12(vue@3.5.12)':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@vue/compiler-ssr': 3.5.11
|
'@vue/compiler-ssr': 3.5.12
|
||||||
'@vue/shared': 3.5.11
|
'@vue/shared': 3.5.12
|
||||||
vue: 3.5.11
|
vue: 3.5.12
|
||||||
|
|
||||||
'@vue/shared@3.5.11': {}
|
'@vue/shared@3.5.12': {}
|
||||||
|
|
||||||
'@vueuse/core@11.1.0(vue@3.5.11)':
|
'@vueuse/core@11.1.0(vue@3.5.12)':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@types/web-bluetooth': 0.0.20
|
'@types/web-bluetooth': 0.0.20
|
||||||
'@vueuse/metadata': 11.1.0
|
'@vueuse/metadata': 11.1.0
|
||||||
'@vueuse/shared': 11.1.0(vue@3.5.11)
|
'@vueuse/shared': 11.1.0(vue@3.5.12)
|
||||||
vue-demi: 0.14.10(vue@3.5.11)
|
vue-demi: 0.14.10(vue@3.5.12)
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- '@vue/composition-api'
|
- '@vue/composition-api'
|
||||||
- vue
|
- vue
|
||||||
|
|
||||||
'@vueuse/integrations@11.1.0(focus-trap@7.6.0)(vue@3.5.11)':
|
'@vueuse/integrations@11.1.0(focus-trap@7.6.0)(vue@3.5.12)':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@vueuse/core': 11.1.0(vue@3.5.11)
|
'@vueuse/core': 11.1.0(vue@3.5.12)
|
||||||
'@vueuse/shared': 11.1.0(vue@3.5.11)
|
'@vueuse/shared': 11.1.0(vue@3.5.12)
|
||||||
vue-demi: 0.14.10(vue@3.5.11)
|
vue-demi: 0.14.10(vue@3.5.12)
|
||||||
optionalDependencies:
|
optionalDependencies:
|
||||||
focus-trap: 7.6.0
|
focus-trap: 7.6.0
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
|
@ -1241,9 +1241,9 @@ snapshots:
|
||||||
|
|
||||||
'@vueuse/metadata@11.1.0': {}
|
'@vueuse/metadata@11.1.0': {}
|
||||||
|
|
||||||
'@vueuse/shared@11.1.0(vue@3.5.11)':
|
'@vueuse/shared@11.1.0(vue@3.5.12)':
|
||||||
dependencies:
|
dependencies:
|
||||||
vue-demi: 0.14.10(vue@3.5.11)
|
vue-demi: 0.14.10(vue@3.5.12)
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- '@vue/composition-api'
|
- '@vue/composition-api'
|
||||||
- vue
|
- vue
|
||||||
|
@ -1574,17 +1574,17 @@ snapshots:
|
||||||
'@types/unist': 3.0.3
|
'@types/unist': 3.0.3
|
||||||
vfile-message: 4.0.2
|
vfile-message: 4.0.2
|
||||||
|
|
||||||
vite@5.4.8(@types/node@22.7.5)(less@4.2.0):
|
vite@5.4.8(@types/node@22.8.1)(less@4.2.0):
|
||||||
dependencies:
|
dependencies:
|
||||||
esbuild: 0.21.5
|
esbuild: 0.21.5
|
||||||
postcss: 8.4.47
|
postcss: 8.4.47
|
||||||
rollup: 4.24.0
|
rollup: 4.24.0
|
||||||
optionalDependencies:
|
optionalDependencies:
|
||||||
'@types/node': 22.7.5
|
'@types/node': 22.8.1
|
||||||
fsevents: 2.3.3
|
fsevents: 2.3.3
|
||||||
less: 4.2.0
|
less: 4.2.0
|
||||||
|
|
||||||
vitepress@1.4.0(@algolia/client-search@4.24.0)(@types/node@22.7.5)(less@4.2.0)(postcss@8.4.47)(search-insights@2.13.0):
|
vitepress@1.4.1(@algolia/client-search@4.24.0)(@types/node@22.8.1)(less@4.2.0)(postcss@8.4.47)(search-insights@2.13.0):
|
||||||
dependencies:
|
dependencies:
|
||||||
'@docsearch/css': 3.6.2
|
'@docsearch/css': 3.6.2
|
||||||
'@docsearch/js': 3.6.2(@algolia/client-search@4.24.0)(search-insights@2.13.0)
|
'@docsearch/js': 3.6.2(@algolia/client-search@4.24.0)(search-insights@2.13.0)
|
||||||
|
@ -1592,17 +1592,17 @@ snapshots:
|
||||||
'@shikijs/transformers': 1.22.0
|
'@shikijs/transformers': 1.22.0
|
||||||
'@shikijs/types': 1.22.0
|
'@shikijs/types': 1.22.0
|
||||||
'@types/markdown-it': 14.1.2
|
'@types/markdown-it': 14.1.2
|
||||||
'@vitejs/plugin-vue': 5.1.4(vite@5.4.8(@types/node@22.7.5)(less@4.2.0))(vue@3.5.11)
|
'@vitejs/plugin-vue': 5.1.4(vite@5.4.8(@types/node@22.8.1)(less@4.2.0))(vue@3.5.12)
|
||||||
'@vue/devtools-api': 7.4.6
|
'@vue/devtools-api': 7.4.6
|
||||||
'@vue/shared': 3.5.11
|
'@vue/shared': 3.5.12
|
||||||
'@vueuse/core': 11.1.0(vue@3.5.11)
|
'@vueuse/core': 11.1.0(vue@3.5.12)
|
||||||
'@vueuse/integrations': 11.1.0(focus-trap@7.6.0)(vue@3.5.11)
|
'@vueuse/integrations': 11.1.0(focus-trap@7.6.0)(vue@3.5.12)
|
||||||
focus-trap: 7.6.0
|
focus-trap: 7.6.0
|
||||||
mark.js: 8.11.1
|
mark.js: 8.11.1
|
||||||
minisearch: 7.1.0
|
minisearch: 7.1.0
|
||||||
shiki: 1.22.0
|
shiki: 1.22.0
|
||||||
vite: 5.4.8(@types/node@22.7.5)(less@4.2.0)
|
vite: 5.4.8(@types/node@22.8.1)(less@4.2.0)
|
||||||
vue: 3.5.11
|
vue: 3.5.12
|
||||||
optionalDependencies:
|
optionalDependencies:
|
||||||
postcss: 8.4.47
|
postcss: 8.4.47
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
|
@ -1633,16 +1633,16 @@ snapshots:
|
||||||
- typescript
|
- typescript
|
||||||
- universal-cookie
|
- universal-cookie
|
||||||
|
|
||||||
vue-demi@0.14.10(vue@3.5.11):
|
vue-demi@0.14.10(vue@3.5.12):
|
||||||
dependencies:
|
dependencies:
|
||||||
vue: 3.5.11
|
vue: 3.5.12
|
||||||
|
|
||||||
vue@3.5.11:
|
vue@3.5.12:
|
||||||
dependencies:
|
dependencies:
|
||||||
'@vue/compiler-dom': 3.5.11
|
'@vue/compiler-dom': 3.5.12
|
||||||
'@vue/compiler-sfc': 3.5.11
|
'@vue/compiler-sfc': 3.5.12
|
||||||
'@vue/runtime-dom': 3.5.11
|
'@vue/runtime-dom': 3.5.12
|
||||||
'@vue/server-renderer': 3.5.11(vue@3.5.11)
|
'@vue/server-renderer': 3.5.12(vue@3.5.12)
|
||||||
'@vue/shared': 3.5.11
|
'@vue/shared': 3.5.12
|
||||||
|
|
||||||
zwitch@2.0.4: {}
|
zwitch@2.0.4: {}
|
||||||
|
|
2
go.mod
2
go.mod
|
@ -34,7 +34,7 @@ require (
|
||||||
github.com/spf13/cast v1.7.0
|
github.com/spf13/cast v1.7.0
|
||||||
github.com/stretchr/testify v1.9.0
|
github.com/stretchr/testify v1.9.0
|
||||||
github.com/tufanbarisyildirim/gonginx v0.0.0-20241013191809-e73b7dd454e8
|
github.com/tufanbarisyildirim/gonginx v0.0.0-20241013191809-e73b7dd454e8
|
||||||
github.com/uozi-tech/cosy v1.9.4
|
github.com/uozi-tech/cosy v1.9.8
|
||||||
github.com/uozi-tech/cosy-driver-sqlite v0.2.0
|
github.com/uozi-tech/cosy-driver-sqlite v0.2.0
|
||||||
go.uber.org/zap v1.27.0
|
go.uber.org/zap v1.27.0
|
||||||
golang.org/x/crypto v0.28.0
|
golang.org/x/crypto v0.28.0
|
||||||
|
|
2
go.sum
2
go.sum
|
@ -1674,6 +1674,8 @@ github.com/ultradns/ultradns-go-sdk v1.8.0-20241010134910-243eeec h1:2s/ghQ8wKE+
|
||||||
github.com/ultradns/ultradns-go-sdk v1.8.0-20241010134910-243eeec/go.mod h1:BZr7Qs3ku1ckpqed8tCRSqTlp8NAeZfAVpfx4OzXMss=
|
github.com/ultradns/ultradns-go-sdk v1.8.0-20241010134910-243eeec/go.mod h1:BZr7Qs3ku1ckpqed8tCRSqTlp8NAeZfAVpfx4OzXMss=
|
||||||
github.com/uozi-tech/cosy v1.9.4 h1:oG5TbrS8XUpZnQ++9gxI5if0++uJ7h9nMPZPNeDgly0=
|
github.com/uozi-tech/cosy v1.9.4 h1:oG5TbrS8XUpZnQ++9gxI5if0++uJ7h9nMPZPNeDgly0=
|
||||||
github.com/uozi-tech/cosy v1.9.4/go.mod h1:aQI/OU3EVF125K5ECgSg3+CTfG4cp5XOkr++DEP/Fas=
|
github.com/uozi-tech/cosy v1.9.4/go.mod h1:aQI/OU3EVF125K5ECgSg3+CTfG4cp5XOkr++DEP/Fas=
|
||||||
|
github.com/uozi-tech/cosy v1.9.8 h1:c3xKdG9Pa3PqRVjxr2teDjAGe0PNcFs1X5/fCiROkbY=
|
||||||
|
github.com/uozi-tech/cosy v1.9.8/go.mod h1:aQI/OU3EVF125K5ECgSg3+CTfG4cp5XOkr++DEP/Fas=
|
||||||
github.com/uozi-tech/cosy-driver-mysql v0.2.2 h1:22S/XNIvuaKGqxQPsYPXN8TZ8hHjCQdcJKVQ83Vzxoo=
|
github.com/uozi-tech/cosy-driver-mysql v0.2.2 h1:22S/XNIvuaKGqxQPsYPXN8TZ8hHjCQdcJKVQ83Vzxoo=
|
||||||
github.com/uozi-tech/cosy-driver-mysql v0.2.2/go.mod h1:EZnRIbSj1V5U0gEeTobrXai/d1SV11lkl4zP9NFEmyE=
|
github.com/uozi-tech/cosy-driver-mysql v0.2.2/go.mod h1:EZnRIbSj1V5U0gEeTobrXai/d1SV11lkl4zP9NFEmyE=
|
||||||
github.com/uozi-tech/cosy-driver-postgres v0.2.1 h1:OICakGuT+omva6QOJCxTJ5Lfr7CGXLmk/zD+aS51Z2o=
|
github.com/uozi-tech/cosy-driver-postgres v0.2.1 h1:OICakGuT+omva6QOJCxTJ5Lfr7CGXLmk/zD+aS51Z2o=
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue