ci: use lts node for workflows

This commit is contained in:
YunYouJun 2024-02-20 22:37:07 +08:00
parent 58054cc33f
commit 0ebb1b0abe
11 changed files with 143 additions and 284 deletions

View File

@ -22,10 +22,10 @@ jobs:
run_install: true
# after pnpm
- name: Use Node.js ${{ matrix.node-version }}
- name: Use Node.js LTS
uses: actions/setup-node@v3
with:
node-version: 16.x
node-version: lts/*
cache: pnpm
- name: 🌌 Build Valaxy Cli

View File

@ -22,6 +22,6 @@
"types": "types/index.d.ts",
"dependencies": {
"@iconify-json/ant-design": "^1.1.15",
"@iconify-json/simple-icons": "^1.1.91"
"@iconify-json/simple-icons": "^1.1.92"
}
}

View File

@ -20,9 +20,9 @@
"valaxy-theme-press": "link:../packages/valaxy-theme-press"
},
"devDependencies": {
"@iconify-json/simple-icons": "^1.1.91",
"@iconify-json/simple-icons": "^1.1.92",
"nodemon": "^3.0.3",
"vite": "^5.1.3",
"vitepress": "1.0.0-rc.42"
"vitepress": "1.0.0-rc.44"
}
}

View File

@ -3,10 +3,7 @@ publish = "demo/yun/dist"
command = "npx pnpm i --store=node_modules/.pnpm-store && npx pnpm build && npx pnpm run build:demo"
[build.environment]
# bypass npm auto install
NPM_FLAGS = "--version"
NODE_VERSION = "16"
PLAYWRIGHT_BROWSERS_PATH = "0"
NODE_VERSION = "20"
[[redirects]]
from = "/*"

View File

@ -61,7 +61,7 @@
"@antfu/eslint-config": "2.6.4",
"@iconify-json/logos": "^1.1.42",
"@iconify-json/vscode-icons": "^1.1.33",
"@microsoft/api-extractor": "^7.40.2",
"@microsoft/api-extractor": "^7.40.3",
"@types/debug": "^4.1.12",
"@types/markdown-it-attrs": "^4.1.3",
"@types/markdown-it-container": "^2.0.9",
@ -97,7 +97,7 @@
"valaxy-addon-waline": "workspace:*",
"valaxy-theme-press": "workspace:*",
"valaxy-theme-yun": "workspace:*",
"vitest": "^1.3.0",
"vitest": "^1.3.1",
"vue-tsc": "1.8.27",
"zx": "^7.2.3"
},

View File

@ -15,7 +15,7 @@ jobs:
strategy:
matrix:
node-version: [16.x]
node-version: [lts/*]
os: [ubuntu-latest]
fail-fast: false

View File

@ -36,7 +36,7 @@
"sirv": "^2.0.4"
},
"devDependencies": {
"@advjs/gui": "0.0.5-beta.0",
"@advjs/gui": "0.0.5-beta.4",
"@iconify-json/ri": "^1.1.19",
"@types/body-parser": "^1.19.5",
"@types/splitpanes": "^2.2.6",

View File

@ -19,6 +19,6 @@
"valaxy": "latest"
},
"dependencies": {
"@waline/client": "^3.0.1"
"@waline/client": "^3.1.2"
}
}

View File

@ -20,7 +20,7 @@
"dependencies": {
"@explosions/fireworks": "^0.0.2",
"@iconify-json/ant-design": "^1.1.15",
"@iconify-json/simple-icons": "^1.1.91",
"@iconify-json/simple-icons": "^1.1.92",
"animejs": "^3.2.2"
},
"devDependencies": {

View File

@ -76,8 +76,8 @@
"@valaxyjs/devtools": "workspace:*",
"@vitejs/plugin-vue": "^5.0.4",
"@vue/devtools-api": "^7.0.15",
"@vueuse/core": "^10.7.2",
"@vueuse/integrations": "^10.7.2",
"@vueuse/core": "^10.8.0",
"@vueuse/integrations": "^10.8.0",
"body-scroll-lock": "4.0.0-beta.0",
"consola": "^3.2.3",
"critters": "^0.0.20",
@ -115,7 +115,7 @@
"pinia": "^2.1.7",
"qrcode": "^1.5.3",
"sass": "^1.71.0",
"shiki": "^1.1.3",
"shiki": "^1.1.6",
"star-markdown-css": "^0.4.2",
"unconfig": "^0.3.11",
"unocss": "^0.58.5",

View File

@ -10,7 +10,7 @@ importers:
devDependencies:
'@antfu/eslint-config':
specifier: 2.6.4
version: 2.6.4(@vue/compiler-sfc@3.4.19)(eslint@8.56.0)(typescript@5.3.3)(vitest@1.3.0)
version: 2.6.4(@vue/compiler-sfc@3.4.19)(eslint@8.56.0)(typescript@5.3.3)(vitest@1.3.1)
'@iconify-json/logos':
specifier: ^1.1.42
version: 1.1.42
@ -18,8 +18,8 @@ importers:
specifier: ^1.1.33
version: 1.1.33
'@microsoft/api-extractor':
specifier: ^7.40.2
version: 7.40.2(@types/node@20.11.19)
specifier: ^7.40.3
version: 7.40.3(@types/node@20.11.19)
'@types/debug':
specifier: ^4.1.12
version: 4.1.12
@ -88,7 +88,7 @@ importers:
version: 13.0.0(postcss@8.4.35)(stylelint@16.2.1)
tsup:
specifier: ^8.0.2
version: 8.0.2(@microsoft/api-extractor@7.40.2)(postcss@8.4.35)(typescript@5.3.3)
version: 8.0.2(@microsoft/api-extractor@7.40.3)(postcss@8.4.35)(typescript@5.3.3)
tsx:
specifier: ^4.7.1
version: 4.7.1
@ -126,8 +126,8 @@ importers:
specifier: workspace:*
version: link:packages/valaxy-theme-yun
vitest:
specifier: ^1.3.0
version: 1.3.0(@types/node@20.11.19)
specifier: ^1.3.1
version: 1.3.1(@types/node@20.11.19)
vue-tsc:
specifier: 1.8.27
version: 1.8.27(typescript@5.3.3)
@ -198,8 +198,8 @@ importers:
version: link:../packages/valaxy-theme-press
devDependencies:
'@iconify-json/simple-icons':
specifier: ^1.1.91
version: 1.1.91
specifier: ^1.1.92
version: 1.1.92
nodemon:
specifier: ^3.0.3
version: 3.0.3
@ -207,8 +207,8 @@ importers:
specifier: ^5.1.3
version: 5.1.3(@types/node@20.11.19)(sass@1.71.0)
vitepress:
specifier: 1.0.0-rc.42
version: 1.0.0-rc.42(@types/node@20.11.19)(postcss@8.4.35)(search-insights@2.13.0)(typescript@5.3.3)
specifier: 1.0.0-rc.44
version: 1.0.0-rc.44(@types/node@20.11.19)(postcss@8.4.35)(search-insights@2.13.0)(typescript@5.3.3)
packages/create-valaxy:
dependencies:
@ -247,8 +247,8 @@ importers:
version: 2.0.4
devDependencies:
'@advjs/gui':
specifier: 0.0.5-beta.0
version: 0.0.5-beta.0(vue@3.4.19)
specifier: 0.0.5-beta.4
version: 0.0.5-beta.4(vue@3.4.19)
'@iconify-json/ri':
specifier: ^1.1.19
version: 1.1.19
@ -319,11 +319,11 @@ importers:
specifier: ^7.0.15
version: 7.0.15(vue@3.4.19)
'@vueuse/core':
specifier: ^10.7.2
version: 10.7.2(vue@3.4.19)
specifier: ^10.8.0
version: 10.8.0(vue@3.4.19)
'@vueuse/integrations':
specifier: ^10.7.2
version: 10.7.2(fuse.js@7.0.0)(nprogress@0.2.0)(qrcode@1.5.3)(vue@3.4.19)
specifier: ^10.8.0
version: 10.8.0(fuse.js@7.0.0)(nprogress@0.2.0)(qrcode@1.5.3)(vue@3.4.19)
body-scroll-lock:
specifier: 4.0.0-beta.0
version: 4.0.0-beta.0
@ -436,8 +436,8 @@ importers:
specifier: ^1.71.0
version: 1.71.0
shiki:
specifier: ^1.1.3
version: 1.1.3
specifier: ^1.1.6
version: 1.1.6
star-markdown-css:
specifier: ^0.4.2
version: 0.4.2
@ -587,8 +587,8 @@ importers:
packages/valaxy-addon-waline:
dependencies:
'@waline/client':
specifier: ^3.0.1
version: 3.0.1(typescript@5.3.3)
specifier: ^3.1.2
version: 3.1.2(typescript@5.3.3)
valaxy:
specifier: latest
version: link:../valaxy
@ -615,8 +615,8 @@ importers:
specifier: ^1.1.15
version: 1.1.15
'@iconify-json/simple-icons':
specifier: ^1.1.91
version: 1.1.91
specifier: ^1.1.92
version: 1.1.92
animejs:
specifier: ^3.2.2
version: 3.2.2
@ -647,10 +647,11 @@ packages:
engines: {node: '>=0.10.0'}
dev: true
/@advjs/gui@0.0.5-beta.0(vue@3.4.19):
resolution: {integrity: sha512-AfZWMEW1O7HrdT0MAUxJGP4G/Z8F3SXhDEnBH4cwl3T8ZwbvOyU48ybg7MFXUBM8BpG78QFbUiZrE0ER0FoEaw==}
/@advjs/gui@0.0.5-beta.4(vue@3.4.19):
resolution: {integrity: sha512-twYhSo4pXea+IsoWHG37gF42PRC+D9Mm602EFRdC3P/C1a+6W8sS9qgvpYxFOJhJ3N89HOPVSg0OyktHSxigbg==}
dependencies:
'@headlessui/vue': 1.7.19(vue@3.4.19)
'@iconify-json/radix-icons': 1.1.14
'@iconify-json/vscode-icons': 1.1.33
'@iconify/vue': 4.1.1(vue@3.4.19)
'@radix-ui/colors': 3.0.0
@ -658,7 +659,7 @@ packages:
'@types/wicg-file-system-access': 2023.10.4
colord: 2.9.3
consola: 3.2.3
radix-vue: 1.4.3(vue@3.4.19)
radix-vue: 1.4.7(vue@3.4.19)
splitpanes: 3.1.5
transitivePeerDependencies:
- '@vue/composition-api'
@ -792,7 +793,7 @@ packages:
'@jridgewell/gen-mapping': 0.3.3
'@jridgewell/trace-mapping': 0.3.22
/@antfu/eslint-config@2.6.4(@vue/compiler-sfc@3.4.19)(eslint@8.56.0)(typescript@5.3.3)(vitest@1.3.0):
/@antfu/eslint-config@2.6.4(@vue/compiler-sfc@3.4.19)(eslint@8.56.0)(typescript@5.3.3)(vitest@1.3.1):
resolution: {integrity: sha512-dMD/QC5KWS1OltdpKLhfZM7W7y7zils85opk8d4lyNr7yn0OFjZs7eMYtcC6DrrN2kQ1JrFvBM7uB0QdWn5PUQ==}
hasBin: true
peerDependencies:
@ -843,7 +844,7 @@ packages:
eslint-plugin-toml: 0.9.2(eslint@8.56.0)
eslint-plugin-unicorn: 50.0.1(eslint@8.56.0)
eslint-plugin-unused-imports: 3.0.0(@typescript-eslint/eslint-plugin@6.20.0)(eslint@8.56.0)
eslint-plugin-vitest: 0.3.21(@typescript-eslint/eslint-plugin@6.20.0)(eslint@8.56.0)(typescript@5.3.3)(vitest@1.3.0)
eslint-plugin-vitest: 0.3.21(@typescript-eslint/eslint-plugin@6.20.0)(eslint@8.56.0)(typescript@5.3.3)(vitest@1.3.1)
eslint-plugin-vue: 9.21.1(eslint@8.56.0)
eslint-plugin-yml: 1.12.2(eslint@8.56.0)
eslint-processor-vue-blocks: 0.1.1(@vue/compiler-sfc@3.4.19)(eslint@8.56.0)
@ -1721,7 +1722,7 @@ packages:
dependencies:
'@floating-ui/dom': 1.6.3
'@floating-ui/utils': 0.2.1
vue-demi: 0.14.6(vue@3.4.19)
vue-demi: 0.14.7(vue@3.4.19)
transitivePeerDependencies:
- '@vue/composition-api'
- vue
@ -1775,13 +1776,19 @@ packages:
'@iconify/types': 2.0.0
dev: true
/@iconify-json/radix-icons@1.1.14:
resolution: {integrity: sha512-AYBOyhnJ2hXlg3aIn8Ekphrr7zHRyz1l8x6bidM3PDUuTL+aRt8r6cpCvN3GeuTHy2JOhmihbVJRF0bt2FF7Ag==}
dependencies:
'@iconify/types': 2.0.0
dev: true
/@iconify-json/ri@1.1.19:
resolution: {integrity: sha512-S9usTucQOY//J3LGIGZ+A6i8AYGCStDcLKjmWzI2UPnWJo+Xd5dESMQGkhOI5BlG3W4AtH6RmiXcpbPy3krmjQ==}
dependencies:
'@iconify/types': 2.0.0
/@iconify-json/simple-icons@1.1.91:
resolution: {integrity: sha512-hFWxeQWjCh26nObKnEm+AMB5W+bh4pXtmT3PnecS7rP2Crh0AHi5QBHPtH+6L8R6xZtBk5I2TLoA0TRzCgrF8A==}
/@iconify-json/simple-icons@1.1.92:
resolution: {integrity: sha512-y92iNGu31r/rCHOJfjLLx8UJxMxit1XLKKPlDZZOZMUwWwnsZv2jm1WEzqiN30BVP+Nr4/dcAT5qTvaoGR+HQQ==}
dependencies:
'@iconify/types': 2.0.0
@ -2023,24 +2030,24 @@ packages:
/@mdit-vue/types@2.0.0:
resolution: {integrity: sha512-1BeEB+DbtmDMUAfvbNUj5Hso8cSl2sBVK2iTyOMAqhfDVLdh+/9+D0JmQHaCeUk/vuJoMhOwbweZvh55wHxm4w==}
/@microsoft/api-extractor-model@7.28.10(@types/node@20.11.19):
resolution: {integrity: sha512-5ThitnV04Jbo0337Q0/VOjeGdx0OiduGgx4aGzfD6gsTSppYCPQjm2eIygRfc7w+XIP33osAZsWHAOo419PGQg==}
/@microsoft/api-extractor-model@7.28.11(@types/node@20.11.19):
resolution: {integrity: sha512-iyYqSH4gI3dFj4GLTTvi4Usgd5bILc9bbB5m2xul5tJ0JQ9G9lc1rY67rSD6O0hU62E1WRHOai9GUUVXMgCTdA==}
dependencies:
'@microsoft/tsdoc': 0.14.2
'@microsoft/tsdoc-config': 0.16.2
'@rushstack/node-core-library': 3.66.1(@types/node@20.11.19)
'@rushstack/node-core-library': 4.0.0(@types/node@20.11.19)
transitivePeerDependencies:
- '@types/node'
dev: true
/@microsoft/api-extractor@7.40.2(@types/node@20.11.19):
resolution: {integrity: sha512-BCK+a9r0Nl/fd9fGhotaXJBt9IHBtuvEf/a8YS2UXwcqI4lnGcrvT3pAt3rrziS/dc5+0W/7TDZorULSj6N1Aw==}
/@microsoft/api-extractor@7.40.3(@types/node@20.11.19):
resolution: {integrity: sha512-mh1BTKFxowAcArjUG3ryKN7seUEQt5BawAWCEtVq7nJYT2w2lBRGBmMBy93fnrWUxnvatXdtWgNi++Dl5R+7sQ==}
hasBin: true
dependencies:
'@microsoft/api-extractor-model': 7.28.10(@types/node@20.11.19)
'@microsoft/api-extractor-model': 7.28.11(@types/node@20.11.19)
'@microsoft/tsdoc': 0.14.2
'@microsoft/tsdoc-config': 0.16.2
'@rushstack/node-core-library': 3.66.1(@types/node@20.11.19)
'@rushstack/node-core-library': 4.0.0(@types/node@20.11.19)
'@rushstack/rig-package': 0.5.2
'@rushstack/ts-command-line': 4.17.2
colors: 1.2.5
@ -2280,8 +2287,8 @@ packages:
requiresBuild: true
optional: true
/@rushstack/node-core-library@3.66.1(@types/node@20.11.19):
resolution: {integrity: sha512-ker69cVKAoar7MMtDFZC4CzcDxjwqIhFzqEnYI5NRN/8M3om6saWCVx/A7vL2t/jFCJsnzQplRDqA7c78pytng==}
/@rushstack/node-core-library@4.0.0(@types/node@20.11.19):
resolution: {integrity: sha512-4ocU3K2NtpILEWG6LjSMRSwrb0CjvYOioVTzqvIOj6vc5yD0BcscfpVp5dkHGLZxnqdmkBrTKvyg6AmqhWnw1w==}
peerDependencies:
'@types/node': '*'
peerDependenciesMeta:
@ -2321,18 +2328,13 @@ packages:
selderee: 0.11.0
dev: false
/@shikijs/core@1.0.0:
resolution: {integrity: sha512-UMKGMZ+8b88N0/n6DWwWth1PHsOaxjW+R2u+hzSiargZWTv+l3s1l8dhuIxUSsEUPlBDKLs2CSMiFZeviKQM1w==}
dev: true
/@shikijs/core@1.1.6:
resolution: {integrity: sha512-kt9hhvrWTm0EPtRDIsoAZnSsFlIDBVBBI5CQewpA/NZCPin+MOKRXg+JiWc4y+8fZ/v0HzfDhu/UC+OTZGMt7A==}
/@shikijs/core@1.1.3:
resolution: {integrity: sha512-1QWSvWcPbvZXsDxB1F7ejW+Kuxp3z/JHs944hp/f8BYOlFd5gplzseFIkE/GTu/qytFef3zNME4qw1oHbQ0j2A==}
dev: false
/@shikijs/transformers@1.0.0:
resolution: {integrity: sha512-US0Sc0OdH7eGL64BtfvX3XezPfqhqF5mPyBFLlbZqSpFt2/emnv9GveAWzELGsIuvXoJ6N1RjeAdmQx5Xni6BQ==}
/@shikijs/transformers@1.1.6:
resolution: {integrity: sha512-R+eI1I9sQv0MCJyfR4kAG1G1SKSctw5ILszP0tHVrAgzSHWTpaHbXreZrDueahqtUCNHjt+MKmKJ8EMFtiitOQ==}
dependencies:
shiki: 1.0.0
shiki: 1.1.6
dev: true
/@sinclair/typebox@0.27.8:
@ -3133,17 +3135,6 @@ packages:
- rollup
dev: false
/@vitejs/plugin-vue@5.0.3(vite@5.1.3)(vue@3.4.18):
resolution: {integrity: sha512-b8S5dVS40rgHdDrw+DQi/xOM9ed+kSRZzfm1T74bMmBDCd8XO87NKlFYInzCtwvtWwXZvo1QxE2OSspTATWrbA==}
engines: {node: ^18.0.0 || >=20.0.0}
peerDependencies:
vite: ^5.0.0
vue: ^3.2.25
dependencies:
vite: 5.1.3(@types/node@20.11.19)(sass@1.71.0)
vue: 3.4.18(typescript@5.3.3)
dev: true
/@vitejs/plugin-vue@5.0.4(vite@5.1.3)(vue@3.4.19):
resolution: {integrity: sha512-WS3hevEszI6CEVEx28F8RjTX97k3KsrcY6kvTg7+Whm5y3oYvcqzVeGCU3hxSAn4uY2CLCkeokkGKpoctccilQ==}
engines: {node: ^18.0.0 || >=20.0.0}
@ -3153,40 +3144,39 @@ packages:
dependencies:
vite: 5.1.3(@types/node@20.11.19)(sass@1.71.0)
vue: 3.4.19(typescript@5.3.3)
dev: false
/@vitest/expect@1.3.0:
resolution: {integrity: sha512-7bWt0vBTZj08B+Ikv70AnLRicohYwFgzNjFqo9SxxqHHxSlUJGSXmCRORhOnRMisiUryKMdvsi1n27Bc6jL9DQ==}
/@vitest/expect@1.3.1:
resolution: {integrity: sha512-xofQFwIzfdmLLlHa6ag0dPV8YsnKOCP1KdAeVVh34vSjN2dcUiXYCD9htu/9eM7t8Xln4v03U9HLxLpPlsXdZw==}
dependencies:
'@vitest/spy': 1.3.0
'@vitest/utils': 1.3.0
'@vitest/spy': 1.3.1
'@vitest/utils': 1.3.1
chai: 4.4.1
dev: true
/@vitest/runner@1.3.0:
resolution: {integrity: sha512-1Jb15Vo/Oy7mwZ5bXi7zbgszsdIBNjc4IqP8Jpr/8RdBC4nF1CTzIAn2dxYvpF1nGSseeL39lfLQ2uvs5u1Y9A==}
/@vitest/runner@1.3.1:
resolution: {integrity: sha512-5FzF9c3jG/z5bgCnjr8j9LNq/9OxV2uEBAITOXfoe3rdZJTdO7jzThth7FXv/6b+kdY65tpRQB7WaKhNZwX+Kg==}
dependencies:
'@vitest/utils': 1.3.0
'@vitest/utils': 1.3.1
p-limit: 5.0.0
pathe: 1.1.2
dev: true
/@vitest/snapshot@1.3.0:
resolution: {integrity: sha512-swmktcviVVPYx9U4SEQXLV6AEY51Y6bZ14jA2yo6TgMxQ3h+ZYiO0YhAHGJNp0ohCFbPAis1R9kK0cvN6lDPQA==}
/@vitest/snapshot@1.3.1:
resolution: {integrity: sha512-EF++BZbt6RZmOlE3SuTPu/NfwBF6q4ABS37HHXzs2LUVPBLx2QoY/K0fKpRChSo8eLiuxcbCVfqKgx/dplCDuQ==}
dependencies:
magic-string: 0.30.7
pathe: 1.1.2
pretty-format: 29.7.0
dev: true
/@vitest/spy@1.3.0:
resolution: {integrity: sha512-AkCU0ThZunMvblDpPKgjIi025UxR8V7MZ/g/EwmAGpjIujLVV2X6rGYGmxE2D4FJbAy0/ijdROHMWa2M/6JVMw==}
/@vitest/spy@1.3.1:
resolution: {integrity: sha512-xAcW+S099ylC9VLU7eZfdT9myV67Nor9w9zhf0mGCYJSO+zM2839tOeROTdikOi/8Qeusffvxb/MyBSOja1Uig==}
dependencies:
tinyspy: 2.2.0
dev: true
/@vitest/utils@1.3.0:
resolution: {integrity: sha512-/LibEY/fkaXQufi4GDlQZhikQsPO2entBKtfuyIpr1jV4DpaeasqkeHjhdOhU24vSHshcSuEyVlWdzvv2XmYCw==}
/@vitest/utils@1.3.1:
resolution: {integrity: sha512-d3Waie/299qqRyHTm2DjADeTaNdNSVsnwHPWrs20JMpjh6eiVq7ggggweO8rc4arhf6rRkWuHKwvxGvejUXZZQ==}
dependencies:
diff-sequences: 29.6.3
estree-walker: 3.0.3
@ -3343,20 +3333,6 @@ packages:
postcss: 8.4.33
source-map-js: 1.0.2
/@vue/compiler-sfc@3.4.18:
resolution: {integrity: sha512-rG5tqtnzwrVpMqAQ7FHtvHaV70G6LLfJIWLYZB/jZ9m/hrnZmIQh+H3ewnC5onwe/ibljm9+ZupxeElzqCkTAw==}
dependencies:
'@babel/parser': 7.23.9
'@vue/compiler-core': 3.4.18
'@vue/compiler-dom': 3.4.18
'@vue/compiler-ssr': 3.4.18
'@vue/shared': 3.4.18
estree-walker: 2.0.2
magic-string: 0.30.7
postcss: 8.4.35
source-map-js: 1.0.2
dev: true
/@vue/compiler-sfc@3.4.19:
resolution: {integrity: sha512-LQ3U4SN0DlvV0xhr1lUsgLCYlwQfUfetyPxkKYu7dkfvx7g3ojrGAkw0AERLOKYXuAGnqFsEuytkdcComei3Yg==}
dependencies:
@ -3376,13 +3352,6 @@ packages:
'@vue/compiler-dom': 3.4.15
'@vue/shared': 3.4.15
/@vue/compiler-ssr@3.4.18:
resolution: {integrity: sha512-hSlv20oUhPxo2UYUacHgGaxtqP0tvFo6ixxxD6JlXIkwzwoZ9eKK6PFQN4hNK/R13JlNyldwWt/fqGBKgWJ6nQ==}
dependencies:
'@vue/compiler-dom': 3.4.18
'@vue/shared': 3.4.18
dev: true
/@vue/compiler-ssr@3.4.19:
resolution: {integrity: sha512-P0PLKC4+u4OMJ8sinba/5Z/iDT84uMRRlrWzadgLA69opCpI1gG4N55qDSC+dedwq2fJtzmGald05LWR5TFfLw==}
dependencies:
@ -3392,19 +3361,12 @@ packages:
/@vue/devtools-api@6.5.1:
resolution: {integrity: sha512-+KpckaAQyfbvshdDW5xQylLni1asvNSGme1JFs8I1+/H5pHEhqUKMEQD/qn3Nx5+/nycBq11qAEi8lk+LXI2dA==}
/@vue/devtools-api@7.0.14:
resolution: {integrity: sha512-TluWR9qZ6aO11bwtYK8+fzXxBqLfsE0mWZz1q/EQBmO9k82Cm6deieLwNNXjNFJz7xutazoia5Qa+zTYkPPOfw==}
dependencies:
'@vue/devtools-kit': 7.0.14
dev: true
/@vue/devtools-api@7.0.15(vue@3.4.19):
resolution: {integrity: sha512-kgEYWosDyWpS1vFSuJNNWUnHkP+VkL3Y+9mw+rf7ex41SwbYL/WdC3KXqAtjiSrEs7r/FrHmUTh0BkINJPFkbA==}
dependencies:
'@vue/devtools-kit': 7.0.15(vue@3.4.19)
transitivePeerDependencies:
- vue
dev: false
/@vue/devtools-core@7.0.15(rollup@3.29.4)(vite@5.1.3)(vue@3.4.19):
resolution: {integrity: sha512-FTWknp0fDsAwPMRKjvQ6XKPED3Y9yPA+AefF/FOSkEfPh5Y2mLNwZaTHK/9zZjGXi76uJQMCDXycdQTxVoUIFQ==}
@ -3428,17 +3390,6 @@ packages:
- vue
dev: false
/@vue/devtools-kit@7.0.14:
resolution: {integrity: sha512-wAAJazr4hI0aVRpgWOCVPw+NzMQdthhnprHHIg4njp1MkKrpCNGQ7MtQbZF1AltAA7xpMCGyyt+0kYH0FqTiPg==}
dependencies:
'@vue/devtools-schema': 7.0.14
'@vue/devtools-shared': 7.0.14
hookable: 5.5.3
mitt: 3.0.1
perfect-debounce: 1.0.0
speakingurl: 14.0.1
dev: true
/@vue/devtools-kit@7.0.15(vue@3.4.19):
resolution: {integrity: sha512-dT7OeCe1LUCIhHIb/yRR6Hn+XHh73r1o78onqCrxEKHdoZwBItiIeVnmJZPEUDFstIxfs+tJL231mySk3laTow==}
peerDependencies:
@ -3450,23 +3401,11 @@ packages:
perfect-debounce: 1.0.0
speakingurl: 14.0.1
vue: 3.4.19(typescript@5.3.3)
dev: false
/@vue/devtools-schema@7.0.14:
resolution: {integrity: sha512-tpUeCLVrdHX+KzWMLTAwx/vAPFbo6jAUi7sr6Q+0mBIqIVSSIxNr5wEhegiFvYva+OtDeM2OrT+f7/X/5bvZNg==}
dev: true
/@vue/devtools-shared@7.0.14:
resolution: {integrity: sha512-79RP1NDakBVWou9rDpVnT1WMjTbL1lJKm6YEOodjQ0dq5ehf0wsRbeYDhgAlnjehWRzTq5GAYFBFUPYBs0/QpA==}
dependencies:
rfdc: 1.3.1
dev: true
/@vue/devtools-shared@7.0.15:
resolution: {integrity: sha512-fpfvMVvS7aDgO7x2JPFiTQ1MHcCc63/bE7yTgs278gMBybuO9b3hdiZ/k0Pw1rN+RefaU9yQiFA+5CCFc1D+6w==}
dependencies:
rfdc: 1.3.1
dev: false
/@vue/language-core@1.8.27(typescript@5.3.3):
resolution: {integrity: sha512-L8Kc27VdQserNaCUNiSFdDl9LWT24ly8Hpwf1ECy3aFb9m6bDhBGQYOujDm21N7EW3moKIOKEanQwe1q5BK+mA==}
@ -3488,38 +3427,17 @@ packages:
vue-template-compiler: 2.7.16
dev: true
/@vue/reactivity@3.4.18:
resolution: {integrity: sha512-7uda2/I0jpLiRygprDo5Jxs2HJkOVXcOMlyVlY54yRLxoycBpwGJRwJT9EdGB4adnoqJDXVT2BilUAYwI7qvmg==}
dependencies:
'@vue/shared': 3.4.18
dev: true
/@vue/reactivity@3.4.19:
resolution: {integrity: sha512-+VcwrQvLZgEclGZRHx4O2XhyEEcKaBi50WbxdVItEezUf4fqRh838Ix6amWTdX0CNb/b6t3Gkz3eOebfcSt+UA==}
dependencies:
'@vue/shared': 3.4.19
/@vue/runtime-core@3.4.18:
resolution: {integrity: sha512-7mU9diCa+4e+8/wZ7Udw5pwTH10A11sZ1nldmHOUKJnzCwvZxfJqAtw31mIf4T5H2FsLCSBQT3xgioA9vIjyDQ==}
dependencies:
'@vue/reactivity': 3.4.18
'@vue/shared': 3.4.18
dev: true
/@vue/runtime-core@3.4.19:
resolution: {integrity: sha512-/Z3tFwOrerJB/oyutmJGoYbuoadphDcJAd5jOuJE86THNZji9pYjZroQ2NFsZkTxOq0GJbb+s2kxTYToDiyZzw==}
dependencies:
'@vue/reactivity': 3.4.19
'@vue/shared': 3.4.19
/@vue/runtime-dom@3.4.18:
resolution: {integrity: sha512-2y1Mkzcw1niSfG7z3Qx+2ir9Gb4hdTkZe5p/I8x1aTIKQE0vY0tPAEUPhZm5tx6183gG3D/KwHG728UR0sIufA==}
dependencies:
'@vue/runtime-core': 3.4.18
'@vue/shared': 3.4.18
csstype: 3.1.3
dev: true
/@vue/runtime-dom@3.4.19:
resolution: {integrity: sha512-IyZzIDqfNCF0OyZOauL+F4yzjMPN2rPd8nhqPP2N1lBn3kYqJpPHHru+83Rkvo2lHz5mW+rEeIMEF9qY3PB94g==}
dependencies:
@ -3527,16 +3445,6 @@ packages:
'@vue/shared': 3.4.19
csstype: 3.1.3
/@vue/server-renderer@3.4.18(vue@3.4.18):
resolution: {integrity: sha512-YJd1wa7mzUN3NRqLEsrwEYWyO+PUBSROIGlCc3J/cvn7Zu6CxhNLgXa8Z4zZ5ja5/nviYO79J1InoPeXgwBTZA==}
peerDependencies:
vue: 3.4.18
dependencies:
'@vue/compiler-ssr': 3.4.18
'@vue/shared': 3.4.18
vue: 3.4.18(typescript@5.3.3)
dev: true
/@vue/server-renderer@3.4.19(vue@3.4.19):
resolution: {integrity: sha512-eAj2p0c429RZyyhtMRnttjcSToch+kTWxFPHlzGMkR28ZbF1PDlTcmGmlDxccBuqNd9iOQ7xPRPAGgPVj+YpQw==}
peerDependencies:
@ -3556,32 +3464,19 @@ packages:
/@vue/shared@3.4.19:
resolution: {integrity: sha512-/KliRRHMF6LoiThEy+4c1Z4KB/gbPrGjWwJR+crg2otgrf/egKzRaCPvJ51S5oetgsgXLfc4Rm5ZgrKHZrtMSw==}
/@vueuse/core@10.7.2(vue@3.4.18):
resolution: {integrity: sha512-AOyAL2rK0By62Hm+iqQn6Rbu8bfmbgaIMXcE3TSr7BdQ42wnSFlwIdPjInO62onYsEMK/yDMU8C6oGfDAtZ2qQ==}
/@vueuse/core@10.8.0(vue@3.4.19):
resolution: {integrity: sha512-G9Ok9fjx10TkNIPn8V1dJmK1NcdJCtYmDRyYiTMUyJ1p0Tywc1zmOoCQ2xhHYyz8ULBU4KjIJQ9n+Lrty74iVw==}
dependencies:
'@types/web-bluetooth': 0.0.20
'@vueuse/metadata': 10.7.2
'@vueuse/shared': 10.7.2(vue@3.4.18)
vue-demi: 0.14.6(vue@3.4.18)
'@vueuse/metadata': 10.8.0
'@vueuse/shared': 10.8.0(vue@3.4.19)
vue-demi: 0.14.7(vue@3.4.19)
transitivePeerDependencies:
- '@vue/composition-api'
- vue
dev: true
/@vueuse/core@10.7.2(vue@3.4.19):
resolution: {integrity: sha512-AOyAL2rK0By62Hm+iqQn6Rbu8bfmbgaIMXcE3TSr7BdQ42wnSFlwIdPjInO62onYsEMK/yDMU8C6oGfDAtZ2qQ==}
dependencies:
'@types/web-bluetooth': 0.0.20
'@vueuse/metadata': 10.7.2
'@vueuse/shared': 10.7.2(vue@3.4.19)
vue-demi: 0.14.6(vue@3.4.19)
transitivePeerDependencies:
- '@vue/composition-api'
- vue
dev: false
/@vueuse/integrations@10.7.2(focus-trap@7.5.4)(vue@3.4.18):
resolution: {integrity: sha512-+u3RLPFedjASs5EKPc69Ge49WNgqeMfSxFn+qrQTzblPXZg6+EFzhjarS5edj2qAf6xQ93f95TUxRwKStXj/sQ==}
/@vueuse/integrations@10.8.0(focus-trap@7.5.4)(vue@3.4.19):
resolution: {integrity: sha512-sw3P/7cXOfNLQfERp7P0IJ2ODjLE2C3BGXpBQJQkS309c1jbJak9yu4EnY70WaZjkj53aeWSFU6BbHrUxXJ7SA==}
peerDependencies:
async-validator: '*'
axios: '*'
@ -3621,17 +3516,17 @@ packages:
universal-cookie:
optional: true
dependencies:
'@vueuse/core': 10.7.2(vue@3.4.18)
'@vueuse/shared': 10.7.2(vue@3.4.18)
'@vueuse/core': 10.8.0(vue@3.4.19)
'@vueuse/shared': 10.8.0(vue@3.4.19)
focus-trap: 7.5.4
vue-demi: 0.14.6(vue@3.4.18)
vue-demi: 0.14.7(vue@3.4.19)
transitivePeerDependencies:
- '@vue/composition-api'
- vue
dev: true
/@vueuse/integrations@10.7.2(fuse.js@7.0.0)(nprogress@0.2.0)(qrcode@1.5.3)(vue@3.4.19):
resolution: {integrity: sha512-+u3RLPFedjASs5EKPc69Ge49WNgqeMfSxFn+qrQTzblPXZg6+EFzhjarS5edj2qAf6xQ93f95TUxRwKStXj/sQ==}
/@vueuse/integrations@10.8.0(fuse.js@7.0.0)(nprogress@0.2.0)(qrcode@1.5.3)(vue@3.4.19):
resolution: {integrity: sha512-sw3P/7cXOfNLQfERp7P0IJ2ODjLE2C3BGXpBQJQkS309c1jbJak9yu4EnY70WaZjkj53aeWSFU6BbHrUxXJ7SA==}
peerDependencies:
async-validator: '*'
axios: '*'
@ -3671,49 +3566,39 @@ packages:
universal-cookie:
optional: true
dependencies:
'@vueuse/core': 10.7.2(vue@3.4.19)
'@vueuse/shared': 10.7.2(vue@3.4.19)
'@vueuse/core': 10.8.0(vue@3.4.19)
'@vueuse/shared': 10.8.0(vue@3.4.19)
fuse.js: 7.0.0
nprogress: 0.2.0
qrcode: 1.5.3
vue-demi: 0.14.6(vue@3.4.19)
vue-demi: 0.14.7(vue@3.4.19)
transitivePeerDependencies:
- '@vue/composition-api'
- vue
dev: false
/@vueuse/metadata@10.7.2:
resolution: {integrity: sha512-kCWPb4J2KGrwLtn1eJwaJD742u1k5h6v/St5wFe8Quih90+k2a0JP8BS4Zp34XUuJqS2AxFYMb1wjUL8HfhWsQ==}
/@vueuse/metadata@10.8.0:
resolution: {integrity: sha512-Nim/Vle5OgXcXhAvGOgkJQXB1Yb+Kq/fMbLuv3YYDYbiQrwr39ljuD4k9fPeq4yUyokYRo2RaNQmbbIMWB/9+w==}
/@vueuse/shared@10.7.2(vue@3.4.18):
resolution: {integrity: sha512-qFbXoxS44pi2FkgFjPvF4h7c9oMDutpyBdcJdMYIMg9XyXli2meFMuaKn+UMgsClo//Th6+beeCgqweT/79BVA==}
/@vueuse/shared@10.8.0(vue@3.4.19):
resolution: {integrity: sha512-dUdy6zwHhULGxmr9YUg8e+EnB39gcM4Fe2oKBSrh3cOsV30JcMPtsyuspgFCUo5xxFNaeMf/W2yyKfST7Bg8oQ==}
dependencies:
vue-demi: 0.14.6(vue@3.4.18)
vue-demi: 0.14.7(vue@3.4.19)
transitivePeerDependencies:
- '@vue/composition-api'
- vue
dev: true
/@vueuse/shared@10.7.2(vue@3.4.19):
resolution: {integrity: sha512-qFbXoxS44pi2FkgFjPvF4h7c9oMDutpyBdcJdMYIMg9XyXli2meFMuaKn+UMgsClo//Th6+beeCgqweT/79BVA==}
dependencies:
vue-demi: 0.14.6(vue@3.4.19)
transitivePeerDependencies:
- '@vue/composition-api'
- vue
dev: false
/@waline/api@1.0.0-alpha.5:
resolution: {integrity: sha512-jGBvBF4YjVRJExpkf4XaPDh3ES0mgXZxuDmMCuerqB0H6t77HuIEA+YE80UwJ/GSQpvA9ELQlNyoXHANsUmqFQ==}
/@waline/api@1.0.0-alpha.7:
resolution: {integrity: sha512-IcMah3Li+ueS2Wr0Odd9Ri/PPh1ePOdHLE4CAw1KZNPgNTeLw0lFak/+B4ttVZuW8eFq7DTSmxoUFHGLhi8WoQ==}
engines: {node: '>=18'}
dev: false
/@waline/client@3.0.1(typescript@5.3.3):
resolution: {integrity: sha512-S5aBms/S46SdfSuQeQvD7cfKj76LHBdSWX4VleU4Ra1QZfKNzDRZBbBeYsBEwJ5ZEQAhlgplJZJ2M+pWsqznSQ==}
/@waline/client@3.1.2(typescript@5.3.3):
resolution: {integrity: sha512-5UyKKQzqfMbh/hHqu8NjD041s1A3MQG8KLz66y8+ZwvzEe+LwAHJw00boKGMUBHp7PDp1qlL3NIFSer3odMR5A==}
engines: {node: '>=18'}
dependencies:
'@vueuse/core': 10.7.2(vue@3.4.19)
'@waline/api': 1.0.0-alpha.5
'@vueuse/core': 10.8.0(vue@3.4.19)
'@waline/api': 1.0.0-alpha.7
autosize: 6.0.1
marked: 12.0.0
marked-highlight: 2.1.1(marked@12.0.0)
@ -5889,7 +5774,7 @@ packages:
eslint-rule-composer: 0.3.0
dev: true
/eslint-plugin-vitest@0.3.21(@typescript-eslint/eslint-plugin@6.20.0)(eslint@8.56.0)(typescript@5.3.3)(vitest@1.3.0):
/eslint-plugin-vitest@0.3.21(@typescript-eslint/eslint-plugin@6.20.0)(eslint@8.56.0)(typescript@5.3.3)(vitest@1.3.1):
resolution: {integrity: sha512-oYwR1MrwaBw/OG6CKU+SJYleAc442w6CWL1RTQl5WLwy8X3sh0bgHIQk5iEtmTak3Q+XAvZglr0bIoDOjFdkcw==}
engines: {node: ^18.0.0 || >= 20.0.0}
peerDependencies:
@ -5905,7 +5790,7 @@ packages:
'@typescript-eslint/eslint-plugin': 6.20.0(@typescript-eslint/parser@6.20.0)(eslint@8.56.0)(typescript@5.3.3)
'@typescript-eslint/utils': 6.20.0(eslint@8.56.0)(typescript@5.3.3)
eslint: 8.56.0
vitest: 1.3.0(@types/node@20.11.19)
vitest: 1.3.1(@types/node@20.11.19)
transitivePeerDependencies:
- supports-color
- typescript
@ -9403,8 +9288,8 @@ packages:
/queue-microtask@1.2.3:
resolution: {integrity: sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==}
/radix-vue@1.4.3(vue@3.4.19):
resolution: {integrity: sha512-e0yfnxrzI899NNavSmL8nGIOK2jhP+5J7P4NhSxBtVRBxofgLExwrnR1no5epDx9gqWQdy4KkFftcWZZE7enrg==}
/radix-vue@1.4.7(vue@3.4.19):
resolution: {integrity: sha512-wNfUCaghG2GWiPqCDK/Vp0WJPsEjXSVOwdiSMnYlKnSK3DQpCf4vJg9b67SA89xGB+YVQnLEqewSUn0G5scVSg==}
dependencies:
'@floating-ui/dom': 1.6.3
'@floating-ui/vue': 1.0.6(vue@3.4.19)
@ -9875,17 +9760,10 @@ packages:
resolution: {integrity: sha512-6j1W9l1iAs/4xYBI1SYOVZyFcCis9b4KCLQ8fgAGG07QvzaRLVVRQvAy85yNmmZSjYjg4MWh4gNvlPujU/5LpA==}
dev: true
/shiki@1.0.0:
resolution: {integrity: sha512-rOUGJa3yFGgOrEoiELYxraoBbag3ZWf9bpodlr05Wjm85Scx8OIX+otdSefq9Pk7L47TKEzGodSQb4L38jka6A==}
/shiki@1.1.6:
resolution: {integrity: sha512-j4pcpvaQWHb42cHeV+W6P+X/VcK7Y2ctvEham6zB8wsuRQroT6cEMIkiUmBU2Nqg2qnHZDH6ZyRdVldcy0l6xw==}
dependencies:
'@shikijs/core': 1.0.0
dev: true
/shiki@1.1.3:
resolution: {integrity: sha512-k/B4UvtWmGcHMLp6JnQminlex3Go5MHKXEiormmzTJECAiSQiwSon6USuwTyto8EMUQc9aYRJ7HojkfVLbBk+g==}
dependencies:
'@shikijs/core': 1.1.3
dev: false
'@shikijs/core': 1.1.6
/side-channel@1.0.4:
resolution: {integrity: sha512-q5XPytqFEIKHkGdiMIrY10mvLRvnQh42/+GoBlFW3b2LXLE2xxJpZFdm94we0BaoV3RwJyGqg5wS7epxTv0Zvw==}
@ -10601,7 +10479,7 @@ packages:
/tslib@2.6.2:
resolution: {integrity: sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==}
/tsup@8.0.2(@microsoft/api-extractor@7.40.2)(postcss@8.4.35)(typescript@5.3.3):
/tsup@8.0.2(@microsoft/api-extractor@7.40.3)(postcss@8.4.35)(typescript@5.3.3):
resolution: {integrity: sha512-NY8xtQXdH7hDUAZwcQdY/Vzlw9johQsaqf7iwZ6g1DOUlFYQ5/AtVAjTvihhEyeRlGo4dLRVHtrRaL35M1daqQ==}
engines: {node: '>=18'}
hasBin: true
@ -10620,7 +10498,7 @@ packages:
typescript:
optional: true
dependencies:
'@microsoft/api-extractor': 7.40.2(@types/node@20.11.19)
'@microsoft/api-extractor': 7.40.3(@types/node@20.11.19)
bundle-require: 4.0.2(esbuild@0.19.11)
cac: 6.7.14
chokidar: 3.5.3
@ -11121,8 +10999,8 @@ packages:
vite: 5.1.3(@types/node@20.11.19)(sass@1.71.0)
dev: false
/vite-node@1.3.0(@types/node@20.11.19):
resolution: {integrity: sha512-D/oiDVBw75XMnjAXne/4feCkCEwcbr2SU1bjAhCcfI5Bq3VoOHji8/wCPAfUkDIeohJ5nSZ39fNxM3dNZ6OBOA==}
/vite-node@1.3.1(@types/node@20.11.19):
resolution: {integrity: sha512-azbRrqRxlWTJEVbzInZCTchx0X69M/XPTCz4H+TLvlTcR/xH/3hkRqhOakT41fMJCMzXTu4UvegkZiEoJAWvng==}
engines: {node: ^18.0.0 || >=20.0.0}
hasBin: true
dependencies:
@ -11299,12 +11177,12 @@ packages:
optionalDependencies:
fsevents: 2.3.3
/vitepress@1.0.0-rc.42(@types/node@20.11.19)(postcss@8.4.35)(search-insights@2.13.0)(typescript@5.3.3):
resolution: {integrity: sha512-VeiVVXFblt/sjruFSJBNChMWwlztMrRMe8UXdNpf4e05mKtTYEY38MF5qoP90KxPTCfMQiKqwEGwXAGuOTK8HQ==}
/vitepress@1.0.0-rc.44(@types/node@20.11.19)(postcss@8.4.35)(search-insights@2.13.0)(typescript@5.3.3):
resolution: {integrity: sha512-tO5taxGI7fSpBK1D8zrZTyJJERlyU9nnt0jHSt3fywfq3VKn977Hg0wUuTkEmwXlFYwuW26+6+3xorf4nD3XvA==}
hasBin: true
peerDependencies:
markdown-it-mathjax3: ^4.3.2
postcss: ^8.4.34
postcss: ^8.4.35
peerDependenciesMeta:
markdown-it-mathjax3:
optional: true
@ -11313,20 +11191,20 @@ packages:
dependencies:
'@docsearch/css': 3.5.2
'@docsearch/js': 3.5.2(search-insights@2.13.0)
'@shikijs/core': 1.0.0
'@shikijs/transformers': 1.0.0
'@shikijs/core': 1.1.6
'@shikijs/transformers': 1.1.6
'@types/markdown-it': 13.0.7
'@vitejs/plugin-vue': 5.0.3(vite@5.1.3)(vue@3.4.18)
'@vue/devtools-api': 7.0.14
'@vueuse/core': 10.7.2(vue@3.4.18)
'@vueuse/integrations': 10.7.2(focus-trap@7.5.4)(vue@3.4.18)
'@vitejs/plugin-vue': 5.0.4(vite@5.1.3)(vue@3.4.19)
'@vue/devtools-api': 7.0.15(vue@3.4.19)
'@vueuse/core': 10.8.0(vue@3.4.19)
'@vueuse/integrations': 10.8.0(focus-trap@7.5.4)(vue@3.4.19)
focus-trap: 7.5.4
mark.js: 8.11.1
minisearch: 6.3.0
postcss: 8.4.35
shiki: 1.0.0
shiki: 1.1.6
vite: 5.1.3(@types/node@20.11.19)(sass@1.71.0)
vue: 3.4.18(typescript@5.3.3)
vue: 3.4.19(typescript@5.3.3)
transitivePeerDependencies:
- '@algolia/client-search'
- '@types/node'
@ -11355,15 +11233,15 @@ packages:
- universal-cookie
dev: true
/vitest@1.3.0(@types/node@20.11.19):
resolution: {integrity: sha512-V9qb276J1jjSx9xb75T2VoYXdO1UKi+qfflY7V7w93jzX7oA/+RtYE6TcifxksxsZvygSSMwu2Uw6di7yqDMwg==}
/vitest@1.3.1(@types/node@20.11.19):
resolution: {integrity: sha512-/1QJqXs8YbCrfv/GPQ05wAZf2eakUPLPa18vkJAKE7RXOKfVHqMZZ1WlTjiwl6Gcn65M5vpNUB6EFLnEdRdEXQ==}
engines: {node: ^18.0.0 || >=20.0.0}
hasBin: true
peerDependencies:
'@edge-runtime/vm': '*'
'@types/node': ^18.0.0 || >=20.0.0
'@vitest/browser': 1.3.0
'@vitest/ui': 1.3.0
'@vitest/browser': 1.3.1
'@vitest/ui': 1.3.1
happy-dom: '*'
jsdom: '*'
peerDependenciesMeta:
@ -11381,11 +11259,11 @@ packages:
optional: true
dependencies:
'@types/node': 20.11.19
'@vitest/expect': 1.3.0
'@vitest/runner': 1.3.0
'@vitest/snapshot': 1.3.0
'@vitest/spy': 1.3.0
'@vitest/utils': 1.3.0
'@vitest/expect': 1.3.1
'@vitest/runner': 1.3.1
'@vitest/snapshot': 1.3.1
'@vitest/spy': 1.3.1
'@vitest/utils': 1.3.1
acorn-walk: 8.3.2
chai: 4.4.1
debug: 4.3.4(supports-color@8.1.1)
@ -11399,7 +11277,7 @@ packages:
tinybench: 2.6.0
tinypool: 0.8.2
vite: 5.1.3(@types/node@20.11.19)(sass@1.71.0)
vite-node: 1.3.0(@types/node@20.11.19)
vite-node: 1.3.1(@types/node@20.11.19)
why-is-node-running: 2.2.2
transitivePeerDependencies:
- less
@ -11411,7 +11289,7 @@ packages:
- terser
dev: true
/vue-demi@0.14.6(vue@3.4.18):
/vue-demi@0.14.6(vue@3.4.19):
resolution: {integrity: sha512-8QA7wrYSHKaYgUxDA5ZC24w+eHm3sYCbp0EzcDwKqN3p6HqtTCGR/GVsPyZW92unff4UlcSh++lmqDWN3ZIq4w==}
engines: {node: '>=12'}
hasBin: true
@ -11423,11 +11301,11 @@ packages:
'@vue/composition-api':
optional: true
dependencies:
vue: 3.4.18(typescript@5.3.3)
dev: true
vue: 3.4.19(typescript@5.3.3)
dev: false
/vue-demi@0.14.6(vue@3.4.19):
resolution: {integrity: sha512-8QA7wrYSHKaYgUxDA5ZC24w+eHm3sYCbp0EzcDwKqN3p6HqtTCGR/GVsPyZW92unff4UlcSh++lmqDWN3ZIq4w==}
/vue-demi@0.14.7(vue@3.4.19):
resolution: {integrity: sha512-EOG8KXDQNwkJILkx/gPcoL/7vH+hORoBaKgGe+6W7VFMvCYJfmF2dGbvgDroVnI8LU7/kTu8mbjRZGBU1z9NTA==}
engines: {node: '>=12'}
hasBin: true
requiresBuild: true
@ -11505,22 +11383,6 @@ packages:
csstype: 3.1.3
dev: true
/vue@3.4.18(typescript@5.3.3):
resolution: {integrity: sha512-0zLRYamFRe0wF4q2L3O24KQzLyLpL64ye1RUToOgOxuWZsb/FhaNRdGmeozdtVYLz6tl94OXLaK7/WQIrVCw1A==}
peerDependencies:
typescript: '*'
peerDependenciesMeta:
typescript:
optional: true
dependencies:
'@vue/compiler-dom': 3.4.18
'@vue/compiler-sfc': 3.4.18
'@vue/runtime-dom': 3.4.18
'@vue/server-renderer': 3.4.18(vue@3.4.18)
'@vue/shared': 3.4.18
typescript: 5.3.3
dev: true
/vue@3.4.19(typescript@5.3.3):
resolution: {integrity: sha512-W/7Fc9KUkajFU8dBeDluM4sRGc/aa4YJnOYck8dkjgZoXtVsn3OeTGni66FV1l3+nvPA7VBFYtPioaGKUmEADw==}
peerDependencies:
@ -11869,5 +11731,5 @@ packages:
name: valaxy-theme-custom
dependencies:
'@iconify-json/ant-design': 1.1.15
'@iconify-json/simple-icons': 1.1.91
'@iconify-json/simple-icons': 1.1.92
dev: false