chore: update deps

pull/48/MERGE
vince 2024-07-08 10:23:56 +08:00
parent 6147d13a29
commit 414a639db1
9 changed files with 151 additions and 198 deletions

View File

@ -2,24 +2,22 @@
[![license](https://img.shields.io/github/license/anncwb/vue-vben-admin.svg)](LICENSE) [![license](https://img.shields.io/github/license/anncwb/vue-vben-admin.svg)](LICENSE)
<h1>Vue vben admin</h1> <h1>Vue Vben Admin Pro</h1>
</div> </div>
**中文** | [English](./README.md) **中文** | [English](./README.md)
## 简介 ## 简介
Vue Vben Admin 是一个免费开源的中后台模版。使用了最新的`vue3`,`vite2`,`TypeScript`等主流技术开发,开箱即用的中后台前端解决方案,也可用于学习参考。 Vue Vben Admin Pro 是 Vue Vben Admin 的升级版本。作为一个免费开源的中后台模板,它采用了最新的 Vue 3、Vite、TypeScript 等主流技术开发,开箱即用,可用于中后台前端开发,也适合学习参考。
## 特性 ## 特性
- **最新技术栈**:使用 Vue3/vite2 等前端前沿技术开发 - **最新技术栈**:使用 Vue3/vite 等前端前沿技术开发
- **TypeScript**: 应用程序级 JavaScript 的语言 - **TypeScript**: 应用程序级 JavaScript 的语言
- **主题**可配置的主题 - **主题**提供多套主题色彩,可配置自定义主题
- **国际化**:内置完善的国际化方案 - **国际化**:内置完善的国际化方案
- **Mock 数据** 内置 Mock 数据方案
- **权限** 内置完善的动态路由权限生成方案 - **权限** 内置完善的动态路由权限生成方案
- **组件** 二次封装了多个常用的组件
## 预览 ## 预览
@ -77,7 +75,7 @@ pnpm install
- 运行 - 运行
```bash ```bash
pnpm serve pnpm dev
``` ```
- 打包 - 打包
@ -86,15 +84,6 @@ pnpm serve
pnpm build pnpm build
``` ```
## 更新日志
[CHANGELOG](./CHANGELOG.zh_CN.md)
## 项目地址
- [vue-vben-admin](https://github.com/anncwb/vue-vben-admin) - 完整版
- [vue-vben-admin-thin-next](https://github.com/anncwb/vben-admin-thin-next) - 简化版
## 如何贡献 ## 如何贡献
非常欢迎你的加入![提一个 Issue](https://github.com/anncwb/vue-vben-admin/issues/new/choose) 或者提交一个 Pull Request。 非常欢迎你的加入![提一个 Issue](https://github.com/anncwb/vue-vben-admin/issues/new/choose) 或者提交一个 Pull Request。
@ -102,9 +91,9 @@ pnpm build
**Pull Request:** **Pull Request:**
1. Fork 代码! 1. Fork 代码!
2. 创建自己的分支: `git checkout -b feat/xxxx` 2. 创建自己的分支: `git checkout -b feature/xxxx`
3. 提交你的修改: `git commit -am 'feat(function): add xxxxx'` 3. 提交你的修改: `git commit -am 'feat(function): add xxxxx'`
4. 推送您的分支: `git push origin feat/xxxx` 4. 推送您的分支: `git push origin feature/xxxx`
5. 提交`pull request` 5. 提交`pull request`
## Git 贡献提交规范 ## Git 贡献提交规范
@ -135,19 +124,6 @@ pnpm build
| :-: | :-: | :-: | :-: | :-: | | :-: | :-: | :-: | :-: | :-: |
| not support | last 2 versions | last 2 versions | last 2 versions | last 2 versions | | not support | last 2 versions | last 2 versions | last 2 versions | last 2 versions |
## 相关仓库
如果这些插件对你有帮助,可以给一个 star 支持下
- [vite-plugin-mock](https://github.com/anncwb/vite-plugin-mock) - 用于本地及开发环境数据 mock
- [vite-plugin-html](https://github.com/anncwb/vite-plugin-html) - 用于 html 模版转换及压缩
- [vite-plugin-compression](https://github.com/anncwb/vite-plugin-compression) - 用于打包输出.gz|.brotil 文件
## 后台整合示例
- [lamp-cloud](https://github.com/zuihou/lamp-cloud) - 基于 SpringCloud Alibaba 的微服务中后台快速开发平台
- [matecloud](https://github.com/matevip/matecloud) - MateCloud 微服务脚手架,基于 Spring Cloud 2020.0.3、SpringBoot 2.5.3 的全开源平台
## 维护者 ## 维护者
[@Vben](https://github.com/anncwb) [@Vben](https://github.com/anncwb)

View File

@ -19,7 +19,6 @@ export async function importPluginConfig(): Promise<Linter.FlatConfig[]> {
'import/no-named-default': 'error', 'import/no-named-default': 'error',
'import/no-self-import': 'error', 'import/no-self-import': 'error',
'import/no-unresolved': 'off', 'import/no-unresolved': 'off',
'import/no-webpack-loader-syntax': 'error', 'import/no-webpack-loader-syntax': 'error',
}, },
}, },

View File

@ -55,7 +55,7 @@
"postcss": "^8.4.39", "postcss": "^8.4.39",
"postcss-antd-fixes": "^0.2.0", "postcss-antd-fixes": "^0.2.0",
"postcss-import": "^16.1.0", "postcss-import": "^16.1.0",
"postcss-preset-env": "^9.5.16", "postcss-preset-env": "^9.6.0",
"tailwindcss": "^3.4.4", "tailwindcss": "^3.4.4",
"tailwindcss-animate": "^1.0.7" "tailwindcss-animate": "^1.0.7"
}, },

View File

@ -28,7 +28,7 @@
}, },
"dependencies": { "dependencies": {
"@intlify/unplugin-vue-i18n": "^4.0.0", "@intlify/unplugin-vue-i18n": "^4.0.0",
"@jspm/generator": "^2.0.1", "@jspm/generator": "^2.1.1",
"cheerio": "1.0.0-rc.12", "cheerio": "1.0.0-rc.12",
"html-minifier-terser": "^7.2.0", "html-minifier-terser": "^7.2.0",
"resolve.exports": "^2.0.2", "resolve.exports": "^2.0.2",

View File

@ -80,7 +80,7 @@
"node": ">=20", "node": ">=20",
"pnpm": ">=9" "pnpm": ">=9"
}, },
"packageManager": "pnpm@9.4.0", "packageManager": "pnpm@9.5.0",
"pnpm": { "pnpm": {
"overrides": { "overrides": {
"@ant-design/colors": "^7.1.0", "@ant-design/colors": "^7.1.0",

View File

@ -41,7 +41,7 @@
"defu": "^6.1.4", "defu": "^6.1.4",
"lodash.clonedeep": "^4.5.0", "lodash.clonedeep": "^4.5.0",
"nprogress": "^0.2.0", "nprogress": "^0.2.0",
"tailwind-merge": "^2.3.0" "tailwind-merge": "^2.4.0"
}, },
"devDependencies": { "devDependencies": {
"@types/lodash.clonedeep": "^4.5.9", "@types/lodash.clonedeep": "^4.5.9",

View File

@ -49,7 +49,7 @@
"@vben-core/typings": "workspace:*", "@vben-core/typings": "workspace:*",
"@vueuse/core": "^10.11.0", "@vueuse/core": "^10.11.0",
"class-variance-authority": "^0.7.0", "class-variance-authority": "^0.7.0",
"lucide-vue-next": "^0.400.0", "lucide-vue-next": "^0.401.0",
"radix-vue": "^1.9.0", "radix-vue": "^1.9.0",
"vue": "^3.4.31" "vue": "^3.4.31"
} }

View File

@ -462,8 +462,8 @@ importers:
specifier: ^16.1.0 specifier: ^16.1.0
version: 16.1.0(postcss@8.4.39) version: 16.1.0(postcss@8.4.39)
postcss-preset-env: postcss-preset-env:
specifier: ^9.5.16 specifier: ^9.6.0
version: 9.5.16(postcss@8.4.39) version: 9.6.0(postcss@8.4.39)
tailwindcss: tailwindcss:
specifier: ^3.4.4 specifier: ^3.4.4
version: 3.4.4(ts-node@10.9.2(@types/node@20.14.10)(typescript@5.5.3)) version: 3.4.4(ts-node@10.9.2(@types/node@20.14.10)(typescript@5.5.3))
@ -493,8 +493,8 @@ importers:
specifier: ^4.0.0 specifier: ^4.0.0
version: 4.0.0(rollup@4.18.0)(vue-i18n@9.13.1(vue@3.4.31(typescript@5.5.3))) version: 4.0.0(rollup@4.18.0)(vue-i18n@9.13.1(vue@3.4.31(typescript@5.5.3)))
'@jspm/generator': '@jspm/generator':
specifier: ^2.0.1 specifier: ^2.1.1
version: 2.0.1 version: 2.1.1
cheerio: cheerio:
specifier: 1.0.0-rc.12 specifier: 1.0.0-rc.12
version: 1.0.0-rc.12 version: 1.0.0-rc.12
@ -688,8 +688,8 @@ importers:
specifier: ^0.2.0 specifier: ^0.2.0
version: 0.2.0 version: 0.2.0
tailwind-merge: tailwind-merge:
specifier: ^2.3.0 specifier: ^2.4.0
version: 2.3.0 version: 2.4.0
devDependencies: devDependencies:
'@types/lodash.clonedeep': '@types/lodash.clonedeep':
specifier: ^4.5.9 specifier: ^4.5.9
@ -776,8 +776,8 @@ importers:
specifier: ^0.7.0 specifier: ^0.7.0
version: 0.7.0 version: 0.7.0
lucide-vue-next: lucide-vue-next:
specifier: ^0.400.0 specifier: ^0.401.0
version: 0.400.0(vue@3.4.31(typescript@5.5.3)) version: 0.401.0(vue@3.4.31(typescript@5.5.3))
radix-vue: radix-vue:
specifier: ^1.9.0 specifier: ^1.9.0
version: 1.9.0(vue@3.4.31(typescript@5.5.3)) version: 1.9.0(vue@3.4.31(typescript@5.5.3))
@ -1031,8 +1031,8 @@ importers:
website: website:
devDependencies: devDependencies:
vitepress: vitepress:
specifier: ^1.2.3 specifier: ^1.3.0
version: 1.2.3(@algolia/client-search@4.24.0)(@types/node@20.14.10)(async-validator@4.2.5)(axios@1.7.2)(nprogress@0.2.0)(postcss@8.4.39)(qrcode@1.5.3)(sass@1.77.6)(search-insights@2.14.0)(terser@5.31.1)(typescript@5.5.3) version: 1.3.0(@algolia/client-search@4.24.0)(@types/node@20.14.10)(async-validator@4.2.5)(axios@1.7.2)(nprogress@0.2.0)(postcss@8.4.39)(qrcode@1.5.3)(sass@1.77.6)(search-insights@2.14.0)(terser@5.31.1)(typescript@5.5.3)
vue: vue:
specifier: ^3.4.31 specifier: ^3.4.31
version: 3.4.31(typescript@5.5.3) version: 3.4.31(typescript@5.5.3)
@ -2270,14 +2270,20 @@ packages:
peerDependencies: peerDependencies:
postcss: ^8.4 postcss: ^8.4
'@csstools/postcss-color-function@3.0.18': '@csstools/postcss-color-function@3.0.19':
resolution: {integrity: sha512-Ry8b3HCyadiBLObsGShdoJNoZkQTHz5q5HVY/hkwwBkq8q702amvcGJs06tpzFTwHL+jPc7vULUpYtK4MIJHwA==} resolution: {integrity: sha512-d1OHEXyYGe21G3q88LezWWx31ImEDdmINNDy0LyLNN9ChgN2bPxoubUPiHf9KmwypBMaHmNcMuA/WZOKdZk/Lg==}
engines: {node: ^14 || ^16 || >=18} engines: {node: ^14 || ^16 || >=18}
peerDependencies: peerDependencies:
postcss: ^8.4 postcss: ^8.4
'@csstools/postcss-color-mix-function@2.0.18': '@csstools/postcss-color-mix-function@2.0.19':
resolution: {integrity: sha512-CtklpScpGZ3ZwUQMOCYlsWw8vMu+rjvKUJsa1zpFSvesoUK89JBC6+LzEhTlb1jMcyrY2ErySEQDOt+MMRse0A==} resolution: {integrity: sha512-mLvQlMX+keRYr16AuvuV8WYKUwF+D0DiCqlBdvhQ0KYEtcQl9/is9Ssg7RcIys8x0jIn2h1zstS4izckdZj9wg==}
engines: {node: ^14 || ^16 || >=18}
peerDependencies:
postcss: ^8.4
'@csstools/postcss-content-alt-text@1.0.0':
resolution: {integrity: sha512-SkHdj7EMM/57GVvSxSELpUg7zb5eAndBeuvGwFzYtU06/QXJ/h9fuK7wO5suteJzGhm3GDF/EWPCdWV2h1IGHQ==}
engines: {node: ^14 || ^16 || >=18} engines: {node: ^14 || ^16 || >=18}
peerDependencies: peerDependencies:
postcss: ^8.4 postcss: ^8.4
@ -2300,20 +2306,20 @@ packages:
peerDependencies: peerDependencies:
postcss: ^8.4 postcss: ^8.4
'@csstools/postcss-gradients-interpolation-method@4.0.19': '@csstools/postcss-gradients-interpolation-method@4.0.20':
resolution: {integrity: sha512-aGKMXy2EhkyidYvfuILqoO6tk8bEIVS9obc6OAc1JwRLeQBkbPtL56eKd1DnyEfgJ+6v/4zA1Ko0AqPwAjA50w==} resolution: {integrity: sha512-ZFl2JBHano6R20KB5ZrB8KdPM2pVK0u+/3cGQ2T8VubJq982I2LSOvQ4/VtxkAXjkPkk1rXt4AD1ni7UjTZ1Og==}
engines: {node: ^14 || ^16 || >=18} engines: {node: ^14 || ^16 || >=18}
peerDependencies: peerDependencies:
postcss: ^8.4 postcss: ^8.4
'@csstools/postcss-hwb-function@3.0.17': '@csstools/postcss-hwb-function@3.0.18':
resolution: {integrity: sha512-Oe8WBtP29K5EBCqOKOfKAUaDFWYw+16WCDuwaYJMS0o8oZdPwmxLaBDsqXlNK03zXe9McYBli8fBHyRiVEVJGQ==} resolution: {integrity: sha512-3ifnLltR5C7zrJ+g18caxkvSRnu9jBBXCYgnBznRjxm6gQJGnnCO9H6toHfywNdNr/qkiVf2dymERPQLDnjLRQ==}
engines: {node: ^14 || ^16 || >=18} engines: {node: ^14 || ^16 || >=18}
peerDependencies: peerDependencies:
postcss: ^8.4 postcss: ^8.4
'@csstools/postcss-ic-unit@3.0.6': '@csstools/postcss-ic-unit@3.0.7':
resolution: {integrity: sha512-fHaU9C/sZPauXMrzPitZ/xbACbvxbkPpHoUgB9Kw5evtsBWdVkVrajOyiT9qX7/c+G1yjApoQjP1fQatldsy9w==} resolution: {integrity: sha512-YoaNHH2wNZD+c+rHV02l4xQuDpfR8MaL7hD45iJyr+USwvr0LOheeytJ6rq8FN6hXBmEeoJBeXXgGmM8fkhH4g==}
engines: {node: ^14 || ^16 || >=18} engines: {node: ^14 || ^16 || >=18}
peerDependencies: peerDependencies:
postcss: ^8.4 postcss: ^8.4
@ -2330,8 +2336,8 @@ packages:
peerDependencies: peerDependencies:
postcss: ^8.4 postcss: ^8.4
'@csstools/postcss-light-dark-function@1.0.7': '@csstools/postcss-light-dark-function@1.0.8':
resolution: {integrity: sha512-49LSrZR/d2Iql7Sq4C+k5SDvn0RvqXzCt//kWihVimxCUvZHGxrHeV777Hfr0lTfPlgfPdkCVdlaLM5XZTqIng==} resolution: {integrity: sha512-x0UtpCyVnERsplUeoaY6nEtp1HxTf4lJjoK/ULEm40DraqFfUdUSt76yoOyX5rGY6eeOUOkurHyYlFHVKv/pew==}
engines: {node: ^14 || ^16 || >=18} engines: {node: ^14 || ^16 || >=18}
peerDependencies: peerDependencies:
postcss: ^8.4 postcss: ^8.4
@ -2390,20 +2396,20 @@ packages:
peerDependencies: peerDependencies:
postcss: ^8.4 postcss: ^8.4
'@csstools/postcss-oklab-function@3.0.18': '@csstools/postcss-oklab-function@3.0.19':
resolution: {integrity: sha512-qxcctjXBgGKYl/CUSh13zaKdB57meIDvgTwF1o4EKzzuJ4RM+t79GuWWAnVKesbAwQXn6k/JQb8LfOeH8g1t2w==} resolution: {integrity: sha512-e3JxXmxjU3jpU7TzZrsNqSX4OHByRC3XjItV3Ieo/JEQmLg5rdOL4lkv/1vp27gXemzfNt44F42k/pn0FpE21Q==}
engines: {node: ^14 || ^16 || >=18} engines: {node: ^14 || ^16 || >=18}
peerDependencies: peerDependencies:
postcss: ^8.4 postcss: ^8.4
'@csstools/postcss-progressive-custom-properties@3.2.0': '@csstools/postcss-progressive-custom-properties@3.3.0':
resolution: {integrity: sha512-BZlirVxCRgKlE7yVme+Xvif72eTn1MYXj8oZ4Knb+jwaH4u3AN1DjbhM7j86RP5vvuAOexJ4JwfifYYKWMN/QQ==} resolution: {integrity: sha512-W2oV01phnILaRGYPmGFlL2MT/OgYjQDrL9sFlbdikMFi6oQkFki9B86XqEWR7HCsTZFVq7dbzr/o71B75TKkGg==}
engines: {node: ^14 || ^16 || >=18} engines: {node: ^14 || ^16 || >=18}
peerDependencies: peerDependencies:
postcss: ^8.4 postcss: ^8.4
'@csstools/postcss-relative-color-syntax@2.0.18': '@csstools/postcss-relative-color-syntax@2.0.19':
resolution: {integrity: sha512-C39i9fId7kz7VOJps2/ZJjsbppNMy5zF6ly+7xkJBPS89XlhBzKYTBObhRXDZDKfzXPZ4fwKOfqv5z+Cr+IIKg==} resolution: {integrity: sha512-MxUMSNvio1WwuS6WRLlQuv6nNPXwIWUFzBBAvL/tBdWfiKjiJnAa6eSSN5gtaacSqUkQ/Ce5Z1OzLRfeaWhADA==}
engines: {node: ^14 || ^16 || >=18} engines: {node: ^14 || ^16 || >=18}
peerDependencies: peerDependencies:
postcss: ^8.4 postcss: ^8.4
@ -3065,11 +3071,11 @@ packages:
resolution: {integrity: sha512-f5DRIOZf7wxogefH03RjMPMdBF7ADTWUMoOs9kaJo06EfwF+aFhMZMDZxHg/Xe12hptN9xoZjGso2fdjapBRIA==} resolution: {integrity: sha512-f5DRIOZf7wxogefH03RjMPMdBF7ADTWUMoOs9kaJo06EfwF+aFhMZMDZxHg/Xe12hptN9xoZjGso2fdjapBRIA==}
engines: {node: '>=10'} engines: {node: '>=10'}
'@jspm/generator@2.0.1': '@jspm/generator@2.1.1':
resolution: {integrity: sha512-MzP7CFQ4c/LYvWzpcP/gzydipEAgBZcfxQ0B4LRlt01TFbCtoGWNYkHWYEDqz0JYill5dl67l1P6nGqd9tc9eg==} resolution: {integrity: sha512-l2RRcYy5F3mvy6t9fgbLPTNdkSvjqvKL0Cu5r/ljO+/lcvh95BIyEUmAZLATBmwj/d1Zva0MKVFy/ku/Zje92w==}
'@jspm/import-map@1.0.8': '@jspm/import-map@1.1.0':
resolution: {integrity: sha512-+o6ITxcXYWHoeUMmWWNm5ePHKFFHton69d5XPmBYodtM3h4j/o9uHJ+OnDd6xVIANMKh3jBM+ErYm7wiJUxeGA==} resolution: {integrity: sha512-vmk583YnMi4fmqeXbWIBiyzFu+vqVZ5VCoaa6H4xeSQy5E6JAWtmcq72OAMFTeSTqw7xxHQIJFq2OlHKdUWitQ==}
'@ljharb/through@2.3.13': '@ljharb/through@2.3.13':
resolution: {integrity: sha512-/gKJun8NNiWGZJkGzI/Ragc53cOdcLNdzjLaIa+GEjguQs0ulsurx8WN0jijdK9yPqDvziX995sMRLyLt1uZMQ==} resolution: {integrity: sha512-/gKJun8NNiWGZJkGzI/Ragc53cOdcLNdzjLaIa+GEjguQs0ulsurx8WN0jijdK9yPqDvziX995sMRLyLt1uZMQ==}
@ -3433,11 +3439,11 @@ packages:
'@rushstack/ts-command-line@4.19.1': '@rushstack/ts-command-line@4.19.1':
resolution: {integrity: sha512-J7H768dgcpG60d7skZ5uSSwyCZs/S2HrWP1Ds8d1qYAyaaeJmpmmLr9BVw97RjFzmQPOYnoXcKA4GkqDCkduQg==} resolution: {integrity: sha512-J7H768dgcpG60d7skZ5uSSwyCZs/S2HrWP1Ds8d1qYAyaaeJmpmmLr9BVw97RjFzmQPOYnoXcKA4GkqDCkduQg==}
'@shikijs/core@1.10.1': '@shikijs/core@1.10.3':
resolution: {integrity: sha512-qdiJS5a/QGCff7VUFIqd0hDdWly9rDp8lhVmXVrS11aazX8LOTRLHAXkkEeONNsS43EcCd7gax9LLoOz4vlFQA==} resolution: {integrity: sha512-D45PMaBaeDHxww+EkcDQtDAtzv00Gcsp72ukBtaLSmqRvh0WgGMq3Al0rl1QQBZfuneO75NXMIzEZGFitThWbg==}
'@shikijs/transformers@1.10.1': '@shikijs/transformers@1.10.3':
resolution: {integrity: sha512-0gLtcFyi6R6zcUkFajUEp1Qiv7lHBSFgOz4tQvS8nFsYCQSLI1/9pM+Me8jEIPXv7XLKAoUjw6InL+Sv+BHw/A==} resolution: {integrity: sha512-MNjsyye2WHVdxfZUSr5frS97sLGe6G1T+1P41QjyBFJehZphMcr4aBlRLmq6OSPBslYe9byQPVvt/LJCOfxw8Q==}
'@sideway/address@4.1.5': '@sideway/address@4.1.5':
resolution: {integrity: sha512-IqO/DUQHUkPeixNQ8n0JA6102hT9CmaljNTPmQ1u8MEhBo/R4Q8eKLN/vGZxuebwOroDB4cbpjheD4+/sKFK4Q==} resolution: {integrity: sha512-IqO/DUQHUkPeixNQ8n0JA6102hT9CmaljNTPmQ1u8MEhBo/R4Q8eKLN/vGZxuebwOroDB4cbpjheD4+/sKFK4Q==}
@ -3557,6 +3563,9 @@ packages:
'@types/fs-extra@11.0.4': '@types/fs-extra@11.0.4':
resolution: {integrity: sha512-yTbItCNreRooED33qjunPthRcSjERP1r4MqCZc7wv0u2sUkzTFp45tgUfS5+r7FrZPdmCCNflLhVSP/o+SemsQ==} resolution: {integrity: sha512-yTbItCNreRooED33qjunPthRcSjERP1r4MqCZc7wv0u2sUkzTFp45tgUfS5+r7FrZPdmCCNflLhVSP/o+SemsQ==}
'@types/hast@3.0.4':
resolution: {integrity: sha512-WPs+bbQw5aCj+x6laNGWLH3wviHtoCv/P3+otBhbOhJgG8qtpdAMlTCxLtsTWA7LH1Oh/bFCHsBn0TPS5m30EQ==}
'@types/html-minifier-terser@7.0.2': '@types/html-minifier-terser@7.0.2':
resolution: {integrity: sha512-mm2HqV22l8lFQh4r2oSsOEVea+m0qqxEmwpc9kC1p/XzmjLWrReR9D/GRs8Pex2NX/imyEH9c5IU/7tMBQCHOA==} resolution: {integrity: sha512-mm2HqV22l8lFQh4r2oSsOEVea+m0qqxEmwpc9kC1p/XzmjLWrReR9D/GRs8Pex2NX/imyEH9c5IU/7tMBQCHOA==}
@ -3656,6 +3665,9 @@ packages:
'@types/trusted-types@2.0.7': '@types/trusted-types@2.0.7':
resolution: {integrity: sha512-ScaPdn1dQczgbl0QFTeTOmVHFULt394XJgOQNoyVhZ6r2vLnMLJfBPd53SB52T/3G36VI1/g2MZaX0cwDuXsfw==} resolution: {integrity: sha512-ScaPdn1dQczgbl0QFTeTOmVHFULt394XJgOQNoyVhZ6r2vLnMLJfBPd53SB52T/3G36VI1/g2MZaX0cwDuXsfw==}
'@types/unist@3.0.2':
resolution: {integrity: sha512-dqId9J8K/vGi5Zr7oo212BGii5m3q5Hxlkwy3WpYuKPklmBEvsbMYYyLxAQpSffdLl/gdW0XUpKWFvYmyoWCoQ==}
'@types/validator@13.12.0': '@types/validator@13.12.0':
resolution: {integrity: sha512-nH45Lk7oPIJ1RVOF6JgFI6Dy0QpHEzq4QecZhvguxYPDwT8c93prCMqAtiIttm39voZ+DDR+qkNnMpJmMBRqag==} resolution: {integrity: sha512-nH45Lk7oPIJ1RVOF6JgFI6Dy0QpHEzq4QecZhvguxYPDwT8c93prCMqAtiIttm39voZ+DDR+qkNnMpJmMBRqag==}
@ -3963,10 +3975,6 @@ packages:
resolution: {integrity: sha512-6/mh1E2u2YgEsCHdY0Yx5oW+61gZU+1vXaoiHHrpKeuRNNgFvS+/jrwHiQhB5apAf5oB7UB7E19ol2R2LKH8hQ==} resolution: {integrity: sha512-6/mh1E2u2YgEsCHdY0Yx5oW+61gZU+1vXaoiHHrpKeuRNNgFvS+/jrwHiQhB5apAf5oB7UB7E19ol2R2LKH8hQ==}
engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0}
abort-controller@3.0.0:
resolution: {integrity: sha512-h8lQ8tacZYnR3vNQTgibj+tODHI5/+l06Au2Pcriv/Gmet0eaj4TwWH41sO9wnHDiQsEj19q0drzdWdeAHtweg==}
engines: {node: '>=6.5'}
accepts@1.3.8: accepts@1.3.8:
resolution: {integrity: sha512-PYAthTa2m2VKxuvSD3DPC/Gy+U+sOA1LAuT8mkmRuvw+NACSaeXEQ+NHcVF7rONl6qcaxV3Uuemwawk+7+SJLw==} resolution: {integrity: sha512-PYAthTa2m2VKxuvSD3DPC/Gy+U+sOA1LAuT8mkmRuvw+NACSaeXEQ+NHcVF7rONl6qcaxV3Uuemwawk+7+SJLw==}
engines: {node: '>= 0.6'} engines: {node: '>= 0.6'}
@ -4777,8 +4785,8 @@ packages:
resolution: {integrity: sha512-HTUrgRJ7r4dsZKU6GjmpfRK1O76h97Z8MfS1G0FozR+oF2kG6Vfe8JE6zwrkbxigziPHinCJ+gCPjA9EaBDtRw==} resolution: {integrity: sha512-HTUrgRJ7r4dsZKU6GjmpfRK1O76h97Z8MfS1G0FozR+oF2kG6Vfe8JE6zwrkbxigziPHinCJ+gCPjA9EaBDtRw==}
engines: {node: '>= 6'} engines: {node: '>= 6'}
cssdb@8.0.2: cssdb@8.1.0:
resolution: {integrity: sha512-zbOCmmbcHvr2lP+XrZSgftGMGumbosC6IM3dbxwifwPEBD70pVJaH3Ho191VBEqDg644AM7PPPVj0ZXokTjZng==} resolution: {integrity: sha512-BQN57lfS4dYt2iL0LgyrlDbefZKEtUyrO8rbzrbGrqBk6OoyNTQLF+porY9DrpDBjLo4NEvj2IJttC7vf3x+Ew==}
cssesc@3.0.0: cssesc@3.0.0:
resolution: {integrity: sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==} resolution: {integrity: sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==}
@ -5426,10 +5434,6 @@ packages:
event-stream@3.3.4: event-stream@3.3.4:
resolution: {integrity: sha512-QHpkERcGsR0T7Qm3HNJSyXKEEj8AHNxkY3PK8TS2KJvQ7NiSHe3DDpwVKKtoYprL/AreyzFBeIkBIWChAqn60g==} resolution: {integrity: sha512-QHpkERcGsR0T7Qm3HNJSyXKEEj8AHNxkY3PK8TS2KJvQ7NiSHe3DDpwVKKtoYprL/AreyzFBeIkBIWChAqn60g==}
event-target-shim@5.0.1:
resolution: {integrity: sha512-i/2XbnSz/uxRCU6+NdVJgKWDTM427+MqYbkQzD321DuCQJUqOuJKIA0IM2+W2xtYHdKOmZ4dR6fExsd4SXL+WQ==}
engines: {node: '>=6'}
eventemitter3@5.0.1: eventemitter3@5.0.1:
resolution: {integrity: sha512-GWkBvjiSZK87ELrYOSESUYeVIc9mvLLf/nXalMOS5dYrgZq9o5OVkbZAVM06CVxYsCwH9BDZFPlQTlPA1j4ahA==} resolution: {integrity: sha512-GWkBvjiSZK87ELrYOSESUYeVIc9mvLLf/nXalMOS5dYrgZq9o5OVkbZAVM06CVxYsCwH9BDZFPlQTlPA1j4ahA==}
@ -5738,10 +5742,6 @@ packages:
engines: {node: '>=12'} engines: {node: '>=12'}
deprecated: Glob versions prior to v9 are no longer supported deprecated: Glob versions prior to v9 are no longer supported
glob@9.3.5:
resolution: {integrity: sha512-e1LleDykUz2Iu+MTYdkSsuWX8lvAjAcs0Xef0lNIu0S2wOAzuTxCJtcd9S3cijlwYF18EsU3rzb8jPVobxDh9Q==}
engines: {node: '>=16 || 14 >=14.17'}
global-directory@4.0.1: global-directory@4.0.1:
resolution: {integrity: sha512-wHTUcDUoZ1H5/0iVqEudYW4/kAlN5cZ3j/bXn0Dpbizl9iaUVeWSHqiOjsgk6OW2bkLclbBjzewBz6weQ1zA2Q==} resolution: {integrity: sha512-wHTUcDUoZ1H5/0iVqEudYW4/kAlN5cZ3j/bXn0Dpbizl9iaUVeWSHqiOjsgk6OW2bkLclbBjzewBz6weQ1zA2Q==}
engines: {node: '>=18'} engines: {node: '>=18'}
@ -6569,8 +6569,8 @@ packages:
resolution: {integrity: sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==} resolution: {integrity: sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==}
engines: {node: '>=10'} engines: {node: '>=10'}
lucide-vue-next@0.400.0: lucide-vue-next@0.401.0:
resolution: {integrity: sha512-JQMby6HuSr/ALLL3IAjpca/hP499vWy4+zqzCrTsAzdg0BHM0Lge84bMMxvpqqXnU24uRQkmOZCi5ksecTogfw==} resolution: {integrity: sha512-opzeFpfz9LsvLL0f8skVIcT2PZ2viFTuwLLAFyILY/ZO21egsaRAo2hS53nxTmUttu2jyLBNhP9wlT2n88OOuw==}
peerDependencies: peerDependencies:
vue: ^3.4.31 vue: ^3.4.31
@ -6696,10 +6696,6 @@ packages:
resolution: {integrity: sha512-sBz8G/YjVniEz6lKPNpKxXwazJe4c19fEfV2GDMX6AjFz+MX9uDWIZW8XreVhkFW3fkIdTv/gxWr/Kks5FFAVw==} resolution: {integrity: sha512-sBz8G/YjVniEz6lKPNpKxXwazJe4c19fEfV2GDMX6AjFz+MX9uDWIZW8XreVhkFW3fkIdTv/gxWr/Kks5FFAVw==}
engines: {node: '>=10'} engines: {node: '>=10'}
minimatch@8.0.4:
resolution: {integrity: sha512-W0Wvr9HyFXZRGIDgCicunpQ299OKXs9RgZfaukz4qAW/pJhcpUfupc9c+OObPOFueNy8VSrZgEmDtk6Kh4WzDA==}
engines: {node: '>=16 || 14 >=14.17'}
minimatch@9.0.1: minimatch@9.0.1:
resolution: {integrity: sha512-0jWhJpD/MdhPXwPuiRkCbfYfSKp2qnn2eOc279qI7f+osl/l+prKSrvhg157zSYvx/1nmgn2NqdT6k2Z7zSH9w==} resolution: {integrity: sha512-0jWhJpD/MdhPXwPuiRkCbfYfSKp2qnn2eOc279qI7f+osl/l+prKSrvhg157zSYvx/1nmgn2NqdT6k2Z7zSH9w==}
engines: {node: '>=16 || 14 >=14.17'} engines: {node: '>=16 || 14 >=14.17'}
@ -6735,10 +6731,6 @@ packages:
resolution: {integrity: sha512-DxiNidxSEK+tHG6zOIklvNOwm3hvCrbUrdtzY74U6HKTJxvIDfOUL5W5P2Ghd3DTkhhKPYGqeNUIh5qcM4YBfw==} resolution: {integrity: sha512-DxiNidxSEK+tHG6zOIklvNOwm3hvCrbUrdtzY74U6HKTJxvIDfOUL5W5P2Ghd3DTkhhKPYGqeNUIh5qcM4YBfw==}
engines: {node: '>=8'} engines: {node: '>=8'}
minipass@4.2.8:
resolution: {integrity: sha512-fNzuVyifolSLFL4NzpF+wEF4qrgqaaKX0haXPQEdQ7NKAN+WecoKMHV09YcuL/DHxrUsYQOK3MiuDf7Ip2OXfQ==}
engines: {node: '>=8'}
minipass@5.0.0: minipass@5.0.0:
resolution: {integrity: sha512-3FnjYuehv9k6ovOEbyOswadCDPX1piCfhV8ncmYtHOjuPwylVWsghTLo7rabjC3Rx5xD4HDx8Wm1xnMF7S5qFQ==} resolution: {integrity: sha512-3FnjYuehv9k6ovOEbyOswadCDPX1piCfhV8ncmYtHOjuPwylVWsghTLo7rabjC3Rx5xD4HDx8Wm1xnMF7S5qFQ==}
engines: {node: '>=8'} engines: {node: '>=8'}
@ -7263,8 +7255,8 @@ packages:
peerDependencies: peerDependencies:
postcss: ^8.4.6 postcss: ^8.4.6
postcss-color-functional-notation@6.0.13: postcss-color-functional-notation@6.0.14:
resolution: {integrity: sha512-c2zzoZPJG1/tH1wrFOstQ2q/bvzFXNIDPFJu+l9idwwpVXbgrD4ThiuIcQxCBhOVY+CJ/Kb7DKiRLNsjTjj/+A==} resolution: {integrity: sha512-dNUX+UH4dAozZ8uMHZ3CtCNYw8fyFAmqqdcyxMr7PEdM9jLXV19YscoYO0F25KqZYhmtWKQ+4tKrIZQrwzwg7A==}
engines: {node: ^14 || ^16 || >=18} engines: {node: ^14 || ^16 || >=18}
peerDependencies: peerDependencies:
postcss: ^8.4 postcss: ^8.4
@ -7341,8 +7333,8 @@ packages:
peerDependencies: peerDependencies:
postcss: ^8.4.31 postcss: ^8.4.31
postcss-double-position-gradients@5.0.6: postcss-double-position-gradients@5.0.7:
resolution: {integrity: sha512-QJ+089FKMaqDxOhhIHsJrh4IP7h4PIHNC5jZP5PMmnfUScNu8Hji2lskqpFWCvu+5sj+2EJFyzKd13sLEWOZmQ==} resolution: {integrity: sha512-1xEhjV9u1s4l3iP5lRt1zvMjI/ya8492o9l/ivcxHhkO3nOz16moC4JpMxDUGrOs4R3hX+KWT7gKoV842cwRgg==}
engines: {node: ^14 || ^16 || >=18} engines: {node: ^14 || ^16 || >=18}
peerDependencies: peerDependencies:
postcss: ^8.4 postcss: ^8.4
@ -7398,8 +7390,8 @@ packages:
peerDependencies: peerDependencies:
postcss: ^8.4.21 postcss: ^8.4.21
postcss-lab-function@6.0.18: postcss-lab-function@6.0.19:
resolution: {integrity: sha512-7/V6sqQW06dVC8hhT6qe913UPhD+PSDdoMUn5jByP+FRDg4ErWXFayl2rpW398hI2QTmOeNLUsTBa0lzbsXZZg==} resolution: {integrity: sha512-vwln/mgvFrotJuGV8GFhpAOu9iGf3pvTBr6dLPDmUcqVD5OsQpEFyQMAFTxSxWXGEzBj6ld4pZ/9GDfEpXvo0g==}
engines: {node: ^14 || ^16 || >=18} engines: {node: ^14 || ^16 || >=18}
peerDependencies: peerDependencies:
postcss: ^8.4 postcss: ^8.4
@ -7562,8 +7554,8 @@ packages:
peerDependencies: peerDependencies:
postcss: ^8.4 postcss: ^8.4
postcss-preset-env@9.5.16: postcss-preset-env@9.6.0:
resolution: {integrity: sha512-bQhNpSW4WE4k4Tq3xWf9Al9bN4r609aXXzE4ZoPs/KPBSjhTohUMVmXvUJ2wleSbx4II8nyC9tgiPIysPAFh6A==} resolution: {integrity: sha512-Lxfk4RYjUdwPCYkc321QMdgtdCP34AeI94z+/8kVmqnTIlD4bMRQeGcMZgwz8BxHrzQiFXYIR5d7k/9JMs2MEA==}
engines: {node: ^14 || ^16 || >=18} engines: {node: ^14 || ^16 || >=18}
peerDependencies: peerDependencies:
postcss: ^8.4 postcss: ^8.4
@ -7999,11 +7991,6 @@ packages:
deprecated: Rimraf versions prior to v4 are no longer supported deprecated: Rimraf versions prior to v4 are no longer supported
hasBin: true hasBin: true
rimraf@4.4.1:
resolution: {integrity: sha512-Gk8NlF062+T9CqNGn6h4tls3k6T1+/nXdOcSZVikNVtlRdYpA7wRJJMoXmuvOnLW844rPjdQ7JgXCYM6PPC/og==}
engines: {node: '>=14'}
hasBin: true
rimraf@5.0.8: rimraf@5.0.8:
resolution: {integrity: sha512-XSh0V2/yNhDEi8HwdIefD8MLgs4LQXPag/nEJWs3YUc3Upn+UHa1GyIkEg9xSSNt7HnkO5FjTvmcRzgf+8UZuw==} resolution: {integrity: sha512-XSh0V2/yNhDEi8HwdIefD8MLgs4LQXPag/nEJWs3YUc3Upn+UHa1GyIkEg9xSSNt7HnkO5FjTvmcRzgf+8UZuw==}
engines: {node: '>=18'} engines: {node: '>=18'}
@ -8188,8 +8175,8 @@ packages:
shell-quote@1.8.1: shell-quote@1.8.1:
resolution: {integrity: sha512-6j1W9l1iAs/4xYBI1SYOVZyFcCis9b4KCLQ8fgAGG07QvzaRLVVRQvAy85yNmmZSjYjg4MWh4gNvlPujU/5LpA==} resolution: {integrity: sha512-6j1W9l1iAs/4xYBI1SYOVZyFcCis9b4KCLQ8fgAGG07QvzaRLVVRQvAy85yNmmZSjYjg4MWh4gNvlPujU/5LpA==}
shiki@1.10.1: shiki@1.10.3:
resolution: {integrity: sha512-uafV7WCgN4YYrccH6yxpnps6k38sSTlFRrwc4jycWmhWxJIm9dPrk+XkY1hZ2t0I7jmacMNb15Lf2fspa/Y3lg==} resolution: {integrity: sha512-eneCLncGuvPdTutJuLyUGS8QNPAVFO5Trvld2wgEq1e002mwctAhJKeMGWtWVXOIEzmlcLRqcgPSorR6AVzOmQ==}
short-tree@3.0.0: short-tree@3.0.0:
resolution: {integrity: sha512-Yd9NFs/o9QSoH4/wTjxk4Xe0+CIzitDRN1Qg7iBeTSejKjlCg/3PbgiRwDUVuaIxD0RRdv7Iz9jKr7e0HljtUg==} resolution: {integrity: sha512-Yd9NFs/o9QSoH4/wTjxk4Xe0+CIzitDRN1Qg7iBeTSejKjlCg/3PbgiRwDUVuaIxD0RRdv7Iz9jKr7e0HljtUg==}
@ -8553,8 +8540,8 @@ packages:
resolution: {integrity: sha512-w2sfv80nrAh2VCbqR5AK27wswXhqcck2AhfnNW76beQXskGZ1V12GwS//yYVa3d3fcvAip2OUnbDAjW2k3v9fA==} resolution: {integrity: sha512-w2sfv80nrAh2VCbqR5AK27wswXhqcck2AhfnNW76beQXskGZ1V12GwS//yYVa3d3fcvAip2OUnbDAjW2k3v9fA==}
engines: {node: '>=10.0.0'} engines: {node: '>=10.0.0'}
tailwind-merge@2.3.0: tailwind-merge@2.4.0:
resolution: {integrity: sha512-vkYrLpIP+lgR0tQCG6AP7zZXCTLc1Lnv/CCRT3BqJ9CZ3ui2++GPaGb1x/ILsINIMSYqqvrpqjUFsMNLlW99EA==} resolution: {integrity: sha512-49AwoOQNKdqKPd9CViyH5wJoSKsCDjUlzL8DxuGp3P1FsGY36NJDAa18jLZcaHAUUuTj+JB8IAo8zWgBNvBF7A==}
tailwindcss-animate@1.0.7: tailwindcss-animate@1.0.7:
resolution: {integrity: sha512-bl6mpH3T7I3UFxuvDEXLxy/VuFxBk5bbzplh7tXI68mwMokNYd1t9qPBHlnyTwfa4JGC4zP516I1hYYtQ/vspA==} resolution: {integrity: sha512-bl6mpH3T7I3UFxuvDEXLxy/VuFxBk5bbzplh7tXI68mwMokNYd1t9qPBHlnyTwfa4JGC4zP516I1hYYtQ/vspA==}
@ -9096,8 +9083,8 @@ packages:
terser: terser:
optional: true optional: true
vitepress@1.2.3: vitepress@1.3.0:
resolution: {integrity: sha512-GvEsrEeNLiDE1+fuwDAYJCYLNZDAna+EtnXlPajhv/MYeTjbNK6Bvyg6NoTdO1sbwuQJ0vuJR99bOlH53bo6lg==} resolution: {integrity: sha512-Cbm2AgXcCrukUeV+/24g1ZDSvw8blamh/1uf2pz3ApFpaYb9T7mo4imWDZ6APn2uPo4bJ6sgOzvsJ4aH+oLbBA==}
hasBin: true hasBin: true
peerDependencies: peerDependencies:
markdown-it-mathjax3: ^4 markdown-it-mathjax3: ^4
@ -11079,21 +11066,29 @@ snapshots:
postcss: 8.4.39 postcss: 8.4.39
postcss-selector-parser: 6.1.0 postcss-selector-parser: 6.1.0
'@csstools/postcss-color-function@3.0.18(postcss@8.4.39)': '@csstools/postcss-color-function@3.0.19(postcss@8.4.39)':
dependencies: dependencies:
'@csstools/css-color-parser': 2.0.4(@csstools/css-parser-algorithms@2.7.1(@csstools/css-tokenizer@2.4.1))(@csstools/css-tokenizer@2.4.1) '@csstools/css-color-parser': 2.0.4(@csstools/css-parser-algorithms@2.7.1(@csstools/css-tokenizer@2.4.1))(@csstools/css-tokenizer@2.4.1)
'@csstools/css-parser-algorithms': 2.7.1(@csstools/css-tokenizer@2.4.1) '@csstools/css-parser-algorithms': 2.7.1(@csstools/css-tokenizer@2.4.1)
'@csstools/css-tokenizer': 2.4.1 '@csstools/css-tokenizer': 2.4.1
'@csstools/postcss-progressive-custom-properties': 3.2.0(postcss@8.4.39) '@csstools/postcss-progressive-custom-properties': 3.3.0(postcss@8.4.39)
'@csstools/utilities': 1.0.0(postcss@8.4.39) '@csstools/utilities': 1.0.0(postcss@8.4.39)
postcss: 8.4.39 postcss: 8.4.39
'@csstools/postcss-color-mix-function@2.0.18(postcss@8.4.39)': '@csstools/postcss-color-mix-function@2.0.19(postcss@8.4.39)':
dependencies: dependencies:
'@csstools/css-color-parser': 2.0.4(@csstools/css-parser-algorithms@2.7.1(@csstools/css-tokenizer@2.4.1))(@csstools/css-tokenizer@2.4.1) '@csstools/css-color-parser': 2.0.4(@csstools/css-parser-algorithms@2.7.1(@csstools/css-tokenizer@2.4.1))(@csstools/css-tokenizer@2.4.1)
'@csstools/css-parser-algorithms': 2.7.1(@csstools/css-tokenizer@2.4.1) '@csstools/css-parser-algorithms': 2.7.1(@csstools/css-tokenizer@2.4.1)
'@csstools/css-tokenizer': 2.4.1 '@csstools/css-tokenizer': 2.4.1
'@csstools/postcss-progressive-custom-properties': 3.2.0(postcss@8.4.39) '@csstools/postcss-progressive-custom-properties': 3.3.0(postcss@8.4.39)
'@csstools/utilities': 1.0.0(postcss@8.4.39)
postcss: 8.4.39
'@csstools/postcss-content-alt-text@1.0.0(postcss@8.4.39)':
dependencies:
'@csstools/css-parser-algorithms': 2.7.1(@csstools/css-tokenizer@2.4.1)
'@csstools/css-tokenizer': 2.4.1
'@csstools/postcss-progressive-custom-properties': 3.3.0(postcss@8.4.39)
'@csstools/utilities': 1.0.0(postcss@8.4.39) '@csstools/utilities': 1.0.0(postcss@8.4.39)
postcss: 8.4.39 postcss: 8.4.39
@ -11117,27 +11112,27 @@ snapshots:
'@csstools/css-tokenizer': 2.4.1 '@csstools/css-tokenizer': 2.4.1
postcss: 8.4.39 postcss: 8.4.39
'@csstools/postcss-gradients-interpolation-method@4.0.19(postcss@8.4.39)': '@csstools/postcss-gradients-interpolation-method@4.0.20(postcss@8.4.39)':
dependencies: dependencies:
'@csstools/css-color-parser': 2.0.4(@csstools/css-parser-algorithms@2.7.1(@csstools/css-tokenizer@2.4.1))(@csstools/css-tokenizer@2.4.1) '@csstools/css-color-parser': 2.0.4(@csstools/css-parser-algorithms@2.7.1(@csstools/css-tokenizer@2.4.1))(@csstools/css-tokenizer@2.4.1)
'@csstools/css-parser-algorithms': 2.7.1(@csstools/css-tokenizer@2.4.1) '@csstools/css-parser-algorithms': 2.7.1(@csstools/css-tokenizer@2.4.1)
'@csstools/css-tokenizer': 2.4.1 '@csstools/css-tokenizer': 2.4.1
'@csstools/postcss-progressive-custom-properties': 3.2.0(postcss@8.4.39) '@csstools/postcss-progressive-custom-properties': 3.3.0(postcss@8.4.39)
'@csstools/utilities': 1.0.0(postcss@8.4.39) '@csstools/utilities': 1.0.0(postcss@8.4.39)
postcss: 8.4.39 postcss: 8.4.39
'@csstools/postcss-hwb-function@3.0.17(postcss@8.4.39)': '@csstools/postcss-hwb-function@3.0.18(postcss@8.4.39)':
dependencies: dependencies:
'@csstools/css-color-parser': 2.0.4(@csstools/css-parser-algorithms@2.7.1(@csstools/css-tokenizer@2.4.1))(@csstools/css-tokenizer@2.4.1) '@csstools/css-color-parser': 2.0.4(@csstools/css-parser-algorithms@2.7.1(@csstools/css-tokenizer@2.4.1))(@csstools/css-tokenizer@2.4.1)
'@csstools/css-parser-algorithms': 2.7.1(@csstools/css-tokenizer@2.4.1) '@csstools/css-parser-algorithms': 2.7.1(@csstools/css-tokenizer@2.4.1)
'@csstools/css-tokenizer': 2.4.1 '@csstools/css-tokenizer': 2.4.1
'@csstools/postcss-progressive-custom-properties': 3.2.0(postcss@8.4.39) '@csstools/postcss-progressive-custom-properties': 3.3.0(postcss@8.4.39)
'@csstools/utilities': 1.0.0(postcss@8.4.39) '@csstools/utilities': 1.0.0(postcss@8.4.39)
postcss: 8.4.39 postcss: 8.4.39
'@csstools/postcss-ic-unit@3.0.6(postcss@8.4.39)': '@csstools/postcss-ic-unit@3.0.7(postcss@8.4.39)':
dependencies: dependencies:
'@csstools/postcss-progressive-custom-properties': 3.2.0(postcss@8.4.39) '@csstools/postcss-progressive-custom-properties': 3.3.0(postcss@8.4.39)
'@csstools/utilities': 1.0.0(postcss@8.4.39) '@csstools/utilities': 1.0.0(postcss@8.4.39)
postcss: 8.4.39 postcss: 8.4.39
postcss-value-parser: 4.2.0 postcss-value-parser: 4.2.0
@ -11152,11 +11147,11 @@ snapshots:
postcss: 8.4.39 postcss: 8.4.39
postcss-selector-parser: 6.1.0 postcss-selector-parser: 6.1.0
'@csstools/postcss-light-dark-function@1.0.7(postcss@8.4.39)': '@csstools/postcss-light-dark-function@1.0.8(postcss@8.4.39)':
dependencies: dependencies:
'@csstools/css-parser-algorithms': 2.7.1(@csstools/css-tokenizer@2.4.1) '@csstools/css-parser-algorithms': 2.7.1(@csstools/css-tokenizer@2.4.1)
'@csstools/css-tokenizer': 2.4.1 '@csstools/css-tokenizer': 2.4.1
'@csstools/postcss-progressive-custom-properties': 3.2.0(postcss@8.4.39) '@csstools/postcss-progressive-custom-properties': 3.3.0(postcss@8.4.39)
'@csstools/utilities': 1.0.0(postcss@8.4.39) '@csstools/utilities': 1.0.0(postcss@8.4.39)
postcss: 8.4.39 postcss: 8.4.39
@ -11209,26 +11204,26 @@ snapshots:
postcss: 8.4.39 postcss: 8.4.39
postcss-value-parser: 4.2.0 postcss-value-parser: 4.2.0
'@csstools/postcss-oklab-function@3.0.18(postcss@8.4.39)': '@csstools/postcss-oklab-function@3.0.19(postcss@8.4.39)':
dependencies: dependencies:
'@csstools/css-color-parser': 2.0.4(@csstools/css-parser-algorithms@2.7.1(@csstools/css-tokenizer@2.4.1))(@csstools/css-tokenizer@2.4.1) '@csstools/css-color-parser': 2.0.4(@csstools/css-parser-algorithms@2.7.1(@csstools/css-tokenizer@2.4.1))(@csstools/css-tokenizer@2.4.1)
'@csstools/css-parser-algorithms': 2.7.1(@csstools/css-tokenizer@2.4.1) '@csstools/css-parser-algorithms': 2.7.1(@csstools/css-tokenizer@2.4.1)
'@csstools/css-tokenizer': 2.4.1 '@csstools/css-tokenizer': 2.4.1
'@csstools/postcss-progressive-custom-properties': 3.2.0(postcss@8.4.39) '@csstools/postcss-progressive-custom-properties': 3.3.0(postcss@8.4.39)
'@csstools/utilities': 1.0.0(postcss@8.4.39) '@csstools/utilities': 1.0.0(postcss@8.4.39)
postcss: 8.4.39 postcss: 8.4.39
'@csstools/postcss-progressive-custom-properties@3.2.0(postcss@8.4.39)': '@csstools/postcss-progressive-custom-properties@3.3.0(postcss@8.4.39)':
dependencies: dependencies:
postcss: 8.4.39 postcss: 8.4.39
postcss-value-parser: 4.2.0 postcss-value-parser: 4.2.0
'@csstools/postcss-relative-color-syntax@2.0.18(postcss@8.4.39)': '@csstools/postcss-relative-color-syntax@2.0.19(postcss@8.4.39)':
dependencies: dependencies:
'@csstools/css-color-parser': 2.0.4(@csstools/css-parser-algorithms@2.7.1(@csstools/css-tokenizer@2.4.1))(@csstools/css-tokenizer@2.4.1) '@csstools/css-color-parser': 2.0.4(@csstools/css-parser-algorithms@2.7.1(@csstools/css-tokenizer@2.4.1))(@csstools/css-tokenizer@2.4.1)
'@csstools/css-parser-algorithms': 2.7.1(@csstools/css-tokenizer@2.4.1) '@csstools/css-parser-algorithms': 2.7.1(@csstools/css-tokenizer@2.4.1)
'@csstools/css-tokenizer': 2.4.1 '@csstools/css-tokenizer': 2.4.1
'@csstools/postcss-progressive-custom-properties': 3.2.0(postcss@8.4.39) '@csstools/postcss-progressive-custom-properties': 3.3.0(postcss@8.4.39)
'@csstools/utilities': 1.0.0(postcss@8.4.39) '@csstools/utilities': 1.0.0(postcss@8.4.39)
postcss: 8.4.39 postcss: 8.4.39
@ -11717,22 +11712,20 @@ snapshots:
string-argv: 0.3.2 string-argv: 0.3.2
type-detect: 4.0.8 type-detect: 4.0.8
'@jspm/generator@2.0.1': '@jspm/generator@2.1.1':
dependencies: dependencies:
'@babel/core': 7.24.7 '@babel/core': 7.24.7
'@babel/plugin-syntax-import-assertions': 7.24.7(@babel/core@7.24.7) '@babel/plugin-syntax-import-attributes': 7.24.7(@babel/core@7.24.7)
'@babel/preset-typescript': 7.24.7(@babel/core@7.24.7) '@babel/preset-typescript': 7.24.7(@babel/core@7.24.7)
'@jspm/import-map': 1.0.8 '@jspm/import-map': 1.1.0
abort-controller: 3.0.0
es-module-lexer: 1.5.4 es-module-lexer: 1.5.4
make-fetch-happen: 8.0.14 make-fetch-happen: 8.0.14
rimraf: 4.4.1
sver: 1.8.4 sver: 1.8.4
transitivePeerDependencies: transitivePeerDependencies:
- bluebird - bluebird
- supports-color - supports-color
'@jspm/import-map@1.0.8': {} '@jspm/import-map@1.1.0': {}
'@ljharb/through@2.3.13': '@ljharb/through@2.3.13':
dependencies: dependencies:
@ -12163,11 +12156,13 @@ snapshots:
transitivePeerDependencies: transitivePeerDependencies:
- '@types/node' - '@types/node'
'@shikijs/core@1.10.1': {} '@shikijs/core@1.10.3':
'@shikijs/transformers@1.10.1':
dependencies: dependencies:
shiki: 1.10.1 '@types/hast': 3.0.4
'@shikijs/transformers@1.10.3':
dependencies:
shiki: 1.10.3
'@sideway/address@4.1.5': '@sideway/address@4.1.5':
dependencies: dependencies:
@ -12301,6 +12296,10 @@ snapshots:
'@types/jsonfile': 6.1.4 '@types/jsonfile': 6.1.4
'@types/node': 20.14.10 '@types/node': 20.14.10
'@types/hast@3.0.4':
dependencies:
'@types/unist': 3.0.2
'@types/html-minifier-terser@7.0.2': {} '@types/html-minifier-terser@7.0.2': {}
'@types/http-cache-semantics@4.0.4': {} '@types/http-cache-semantics@4.0.4': {}
@ -12395,6 +12394,8 @@ snapshots:
'@types/trusted-types@2.0.7': {} '@types/trusted-types@2.0.7': {}
'@types/unist@3.0.2': {}
'@types/validator@13.12.0': {} '@types/validator@13.12.0': {}
'@types/web-bluetooth@0.0.20': {} '@types/web-bluetooth@0.0.20': {}
@ -12820,10 +12821,6 @@ snapshots:
abbrev@2.0.0: {} abbrev@2.0.0: {}
abort-controller@3.0.0:
dependencies:
event-target-shim: 5.0.1
accepts@1.3.8: accepts@1.3.8:
dependencies: dependencies:
mime-types: 2.1.35 mime-types: 2.1.35
@ -13764,7 +13761,7 @@ snapshots:
css-what@6.1.0: {} css-what@6.1.0: {}
cssdb@8.0.2: {} cssdb@8.1.0: {}
cssesc@3.0.0: {} cssesc@3.0.0: {}
@ -14574,8 +14571,6 @@ snapshots:
stream-combiner: 0.0.4 stream-combiner: 0.0.4
through: 2.3.8 through: 2.3.8
event-target-shim@5.0.1: {}
eventemitter3@5.0.1: {} eventemitter3@5.0.1: {}
events@3.3.0: {} events@3.3.0: {}
@ -14944,13 +14939,6 @@ snapshots:
minimatch: 5.1.6 minimatch: 5.1.6
once: 1.4.0 once: 1.4.0
glob@9.3.5:
dependencies:
fs.realpath: 1.0.0
minimatch: 8.0.4
minipass: 4.2.8
path-scurry: 1.11.1
global-directory@4.0.1: global-directory@4.0.1:
dependencies: dependencies:
ini: 4.1.1 ini: 4.1.1
@ -15801,7 +15789,7 @@ snapshots:
dependencies: dependencies:
yallist: 4.0.0 yallist: 4.0.0
lucide-vue-next@0.400.0(vue@3.4.31(typescript@5.5.3)): lucide-vue-next@0.401.0(vue@3.4.31(typescript@5.5.3)):
dependencies: dependencies:
vue: 3.4.31(typescript@5.5.3) vue: 3.4.31(typescript@5.5.3)
@ -15911,10 +15899,6 @@ snapshots:
dependencies: dependencies:
brace-expansion: 2.0.1 brace-expansion: 2.0.1
minimatch@8.0.4:
dependencies:
brace-expansion: 2.0.1
minimatch@9.0.1: minimatch@9.0.1:
dependencies: dependencies:
brace-expansion: 2.0.1 brace-expansion: 2.0.1
@ -15953,8 +15937,6 @@ snapshots:
dependencies: dependencies:
yallist: 4.0.0 yallist: 4.0.0
minipass@4.2.8: {}
minipass@5.0.0: {} minipass@5.0.0: {}
minipass@7.1.2: {} minipass@7.1.2: {}
@ -16443,12 +16425,12 @@ snapshots:
postcss: 8.4.39 postcss: 8.4.39
postcss-value-parser: 4.2.0 postcss-value-parser: 4.2.0
postcss-color-functional-notation@6.0.13(postcss@8.4.39): postcss-color-functional-notation@6.0.14(postcss@8.4.39):
dependencies: dependencies:
'@csstools/css-color-parser': 2.0.4(@csstools/css-parser-algorithms@2.7.1(@csstools/css-tokenizer@2.4.1))(@csstools/css-tokenizer@2.4.1) '@csstools/css-color-parser': 2.0.4(@csstools/css-parser-algorithms@2.7.1(@csstools/css-tokenizer@2.4.1))(@csstools/css-tokenizer@2.4.1)
'@csstools/css-parser-algorithms': 2.7.1(@csstools/css-tokenizer@2.4.1) '@csstools/css-parser-algorithms': 2.7.1(@csstools/css-tokenizer@2.4.1)
'@csstools/css-tokenizer': 2.4.1 '@csstools/css-tokenizer': 2.4.1
'@csstools/postcss-progressive-custom-properties': 3.2.0(postcss@8.4.39) '@csstools/postcss-progressive-custom-properties': 3.3.0(postcss@8.4.39)
'@csstools/utilities': 1.0.0(postcss@8.4.39) '@csstools/utilities': 1.0.0(postcss@8.4.39)
postcss: 8.4.39 postcss: 8.4.39
@ -16525,9 +16507,9 @@ snapshots:
dependencies: dependencies:
postcss: 8.4.39 postcss: 8.4.39
postcss-double-position-gradients@5.0.6(postcss@8.4.39): postcss-double-position-gradients@5.0.7(postcss@8.4.39):
dependencies: dependencies:
'@csstools/postcss-progressive-custom-properties': 3.2.0(postcss@8.4.39) '@csstools/postcss-progressive-custom-properties': 3.3.0(postcss@8.4.39)
'@csstools/utilities': 1.0.0(postcss@8.4.39) '@csstools/utilities': 1.0.0(postcss@8.4.39)
postcss: 8.4.39 postcss: 8.4.39
postcss-value-parser: 4.2.0 postcss-value-parser: 4.2.0
@ -16582,12 +16564,12 @@ snapshots:
camelcase-css: 2.0.1 camelcase-css: 2.0.1
postcss: 8.4.39 postcss: 8.4.39
postcss-lab-function@6.0.18(postcss@8.4.39): postcss-lab-function@6.0.19(postcss@8.4.39):
dependencies: dependencies:
'@csstools/css-color-parser': 2.0.4(@csstools/css-parser-algorithms@2.7.1(@csstools/css-tokenizer@2.4.1))(@csstools/css-tokenizer@2.4.1) '@csstools/css-color-parser': 2.0.4(@csstools/css-parser-algorithms@2.7.1(@csstools/css-tokenizer@2.4.1))(@csstools/css-tokenizer@2.4.1)
'@csstools/css-parser-algorithms': 2.7.1(@csstools/css-tokenizer@2.4.1) '@csstools/css-parser-algorithms': 2.7.1(@csstools/css-tokenizer@2.4.1)
'@csstools/css-tokenizer': 2.4.1 '@csstools/css-tokenizer': 2.4.1
'@csstools/postcss-progressive-custom-properties': 3.2.0(postcss@8.4.39) '@csstools/postcss-progressive-custom-properties': 3.3.0(postcss@8.4.39)
'@csstools/utilities': 1.0.0(postcss@8.4.39) '@csstools/utilities': 1.0.0(postcss@8.4.39)
postcss: 8.4.39 postcss: 8.4.39
@ -16731,20 +16713,21 @@ snapshots:
postcss: 8.4.39 postcss: 8.4.39
postcss-value-parser: 4.2.0 postcss-value-parser: 4.2.0
postcss-preset-env@9.5.16(postcss@8.4.39): postcss-preset-env@9.6.0(postcss@8.4.39):
dependencies: dependencies:
'@csstools/postcss-cascade-layers': 4.0.6(postcss@8.4.39) '@csstools/postcss-cascade-layers': 4.0.6(postcss@8.4.39)
'@csstools/postcss-color-function': 3.0.18(postcss@8.4.39) '@csstools/postcss-color-function': 3.0.19(postcss@8.4.39)
'@csstools/postcss-color-mix-function': 2.0.18(postcss@8.4.39) '@csstools/postcss-color-mix-function': 2.0.19(postcss@8.4.39)
'@csstools/postcss-content-alt-text': 1.0.0(postcss@8.4.39)
'@csstools/postcss-exponential-functions': 1.0.9(postcss@8.4.39) '@csstools/postcss-exponential-functions': 1.0.9(postcss@8.4.39)
'@csstools/postcss-font-format-keywords': 3.0.2(postcss@8.4.39) '@csstools/postcss-font-format-keywords': 3.0.2(postcss@8.4.39)
'@csstools/postcss-gamut-mapping': 1.0.11(postcss@8.4.39) '@csstools/postcss-gamut-mapping': 1.0.11(postcss@8.4.39)
'@csstools/postcss-gradients-interpolation-method': 4.0.19(postcss@8.4.39) '@csstools/postcss-gradients-interpolation-method': 4.0.20(postcss@8.4.39)
'@csstools/postcss-hwb-function': 3.0.17(postcss@8.4.39) '@csstools/postcss-hwb-function': 3.0.18(postcss@8.4.39)
'@csstools/postcss-ic-unit': 3.0.6(postcss@8.4.39) '@csstools/postcss-ic-unit': 3.0.7(postcss@8.4.39)
'@csstools/postcss-initial': 1.0.1(postcss@8.4.39) '@csstools/postcss-initial': 1.0.1(postcss@8.4.39)
'@csstools/postcss-is-pseudo-class': 4.0.8(postcss@8.4.39) '@csstools/postcss-is-pseudo-class': 4.0.8(postcss@8.4.39)
'@csstools/postcss-light-dark-function': 1.0.7(postcss@8.4.39) '@csstools/postcss-light-dark-function': 1.0.8(postcss@8.4.39)
'@csstools/postcss-logical-float-and-clear': 2.0.1(postcss@8.4.39) '@csstools/postcss-logical-float-and-clear': 2.0.1(postcss@8.4.39)
'@csstools/postcss-logical-overflow': 1.0.1(postcss@8.4.39) '@csstools/postcss-logical-overflow': 1.0.1(postcss@8.4.39)
'@csstools/postcss-logical-overscroll-behavior': 1.0.1(postcss@8.4.39) '@csstools/postcss-logical-overscroll-behavior': 1.0.1(postcss@8.4.39)
@ -16754,9 +16737,9 @@ snapshots:
'@csstools/postcss-media-queries-aspect-ratio-number-values': 2.0.11(postcss@8.4.39) '@csstools/postcss-media-queries-aspect-ratio-number-values': 2.0.11(postcss@8.4.39)
'@csstools/postcss-nested-calc': 3.0.2(postcss@8.4.39) '@csstools/postcss-nested-calc': 3.0.2(postcss@8.4.39)
'@csstools/postcss-normalize-display-values': 3.0.2(postcss@8.4.39) '@csstools/postcss-normalize-display-values': 3.0.2(postcss@8.4.39)
'@csstools/postcss-oklab-function': 3.0.18(postcss@8.4.39) '@csstools/postcss-oklab-function': 3.0.19(postcss@8.4.39)
'@csstools/postcss-progressive-custom-properties': 3.2.0(postcss@8.4.39) '@csstools/postcss-progressive-custom-properties': 3.3.0(postcss@8.4.39)
'@csstools/postcss-relative-color-syntax': 2.0.18(postcss@8.4.39) '@csstools/postcss-relative-color-syntax': 2.0.19(postcss@8.4.39)
'@csstools/postcss-scope-pseudo-class': 3.0.1(postcss@8.4.39) '@csstools/postcss-scope-pseudo-class': 3.0.1(postcss@8.4.39)
'@csstools/postcss-stepped-value-functions': 3.0.10(postcss@8.4.39) '@csstools/postcss-stepped-value-functions': 3.0.10(postcss@8.4.39)
'@csstools/postcss-text-decoration-shorthand': 3.0.7(postcss@8.4.39) '@csstools/postcss-text-decoration-shorthand': 3.0.7(postcss@8.4.39)
@ -16767,24 +16750,24 @@ snapshots:
css-blank-pseudo: 6.0.2(postcss@8.4.39) css-blank-pseudo: 6.0.2(postcss@8.4.39)
css-has-pseudo: 6.0.5(postcss@8.4.39) css-has-pseudo: 6.0.5(postcss@8.4.39)
css-prefers-color-scheme: 9.0.1(postcss@8.4.39) css-prefers-color-scheme: 9.0.1(postcss@8.4.39)
cssdb: 8.0.2 cssdb: 8.1.0
postcss: 8.4.39 postcss: 8.4.39
postcss-attribute-case-insensitive: 6.0.3(postcss@8.4.39) postcss-attribute-case-insensitive: 6.0.3(postcss@8.4.39)
postcss-clamp: 4.1.0(postcss@8.4.39) postcss-clamp: 4.1.0(postcss@8.4.39)
postcss-color-functional-notation: 6.0.13(postcss@8.4.39) postcss-color-functional-notation: 6.0.14(postcss@8.4.39)
postcss-color-hex-alpha: 9.0.4(postcss@8.4.39) postcss-color-hex-alpha: 9.0.4(postcss@8.4.39)
postcss-color-rebeccapurple: 9.0.3(postcss@8.4.39) postcss-color-rebeccapurple: 9.0.3(postcss@8.4.39)
postcss-custom-media: 10.0.8(postcss@8.4.39) postcss-custom-media: 10.0.8(postcss@8.4.39)
postcss-custom-properties: 13.3.12(postcss@8.4.39) postcss-custom-properties: 13.3.12(postcss@8.4.39)
postcss-custom-selectors: 7.1.12(postcss@8.4.39) postcss-custom-selectors: 7.1.12(postcss@8.4.39)
postcss-dir-pseudo-class: 8.0.1(postcss@8.4.39) postcss-dir-pseudo-class: 8.0.1(postcss@8.4.39)
postcss-double-position-gradients: 5.0.6(postcss@8.4.39) postcss-double-position-gradients: 5.0.7(postcss@8.4.39)
postcss-focus-visible: 9.0.1(postcss@8.4.39) postcss-focus-visible: 9.0.1(postcss@8.4.39)
postcss-focus-within: 8.0.1(postcss@8.4.39) postcss-focus-within: 8.0.1(postcss@8.4.39)
postcss-font-variant: 5.0.0(postcss@8.4.39) postcss-font-variant: 5.0.0(postcss@8.4.39)
postcss-gap-properties: 5.0.1(postcss@8.4.39) postcss-gap-properties: 5.0.1(postcss@8.4.39)
postcss-image-set-function: 6.0.3(postcss@8.4.39) postcss-image-set-function: 6.0.3(postcss@8.4.39)
postcss-lab-function: 6.0.18(postcss@8.4.39) postcss-lab-function: 6.0.19(postcss@8.4.39)
postcss-logical: 7.0.1(postcss@8.4.39) postcss-logical: 7.0.1(postcss@8.4.39)
postcss-nesting: 12.1.5(postcss@8.4.39) postcss-nesting: 12.1.5(postcss@8.4.39)
postcss-opacity-percentage: 2.0.0(postcss@8.4.39) postcss-opacity-percentage: 2.0.0(postcss@8.4.39)
@ -17165,10 +17148,6 @@ snapshots:
dependencies: dependencies:
glob: 7.2.3 glob: 7.2.3
rimraf@4.4.1:
dependencies:
glob: 9.3.5
rimraf@5.0.8: rimraf@5.0.8:
dependencies: dependencies:
glob: 10.4.2 glob: 10.4.2
@ -17376,9 +17355,10 @@ snapshots:
shell-quote@1.8.1: {} shell-quote@1.8.1: {}
shiki@1.10.1: shiki@1.10.3:
dependencies: dependencies:
'@shikijs/core': 1.10.1 '@shikijs/core': 1.10.3
'@types/hast': 3.0.4
short-tree@3.0.0: short-tree@3.0.0:
dependencies: dependencies:
@ -17797,9 +17777,7 @@ snapshots:
string-width: 4.2.3 string-width: 4.2.3
strip-ansi: 6.0.1 strip-ansi: 6.0.1
tailwind-merge@2.3.0: tailwind-merge@2.4.0: {}
dependencies:
'@babel/runtime': 7.24.7
tailwindcss-animate@1.0.7(tailwindcss@3.4.4(ts-node@10.9.2(@types/node@20.14.10)(typescript@5.5.3))): tailwindcss-animate@1.0.7(tailwindcss@3.4.4(ts-node@10.9.2(@types/node@20.14.10)(typescript@5.5.3))):
dependencies: dependencies:
@ -18423,12 +18401,12 @@ snapshots:
sass: 1.77.6 sass: 1.77.6
terser: 5.31.1 terser: 5.31.1
vitepress@1.2.3(@algolia/client-search@4.24.0)(@types/node@20.14.10)(async-validator@4.2.5)(axios@1.7.2)(nprogress@0.2.0)(postcss@8.4.39)(qrcode@1.5.3)(sass@1.77.6)(search-insights@2.14.0)(terser@5.31.1)(typescript@5.5.3): vitepress@1.3.0(@algolia/client-search@4.24.0)(@types/node@20.14.10)(async-validator@4.2.5)(axios@1.7.2)(nprogress@0.2.0)(postcss@8.4.39)(qrcode@1.5.3)(sass@1.77.6)(search-insights@2.14.0)(terser@5.31.1)(typescript@5.5.3):
dependencies: dependencies:
'@docsearch/css': 3.6.0 '@docsearch/css': 3.6.0
'@docsearch/js': 3.6.0(@algolia/client-search@4.24.0)(search-insights@2.14.0) '@docsearch/js': 3.6.0(@algolia/client-search@4.24.0)(search-insights@2.14.0)
'@shikijs/core': 1.10.1 '@shikijs/core': 1.10.3
'@shikijs/transformers': 1.10.1 '@shikijs/transformers': 1.10.3
'@types/markdown-it': 14.1.1 '@types/markdown-it': 14.1.1
'@vitejs/plugin-vue': 5.0.5(vite@5.3.3(@types/node@20.14.10)(sass@1.77.6)(terser@5.31.1))(vue@3.4.31(typescript@5.5.3)) '@vitejs/plugin-vue': 5.0.5(vite@5.3.3(@types/node@20.14.10)(sass@1.77.6)(terser@5.31.1))(vue@3.4.31(typescript@5.5.3))
'@vue/devtools-api': 7.3.5 '@vue/devtools-api': 7.3.5
@ -18438,7 +18416,7 @@ snapshots:
focus-trap: 7.5.4 focus-trap: 7.5.4
mark.js: 8.11.1 mark.js: 8.11.1
minisearch: 6.3.0 minisearch: 6.3.0
shiki: 1.10.1 shiki: 1.10.3
vite: 5.3.3(@types/node@20.14.10)(sass@1.77.6)(terser@5.31.1) vite: 5.3.3(@types/node@20.14.10)(sass@1.77.6)(terser@5.31.1)
vue: 3.4.31(typescript@5.5.3) vue: 3.4.31(typescript@5.5.3)
optionalDependencies: optionalDependencies:

View File

@ -8,7 +8,7 @@
"docs:preview": "vitepress preview" "docs:preview": "vitepress preview"
}, },
"devDependencies": { "devDependencies": {
"vitepress": "^1.2.3", "vitepress": "^1.3.0",
"vue": "^3.4.31" "vue": "^3.4.31"
} }
} }