chore(projects): update deps and use soy lint-staged replace lint-staged

This commit is contained in:
Soybean 2023-06-01 02:08:58 +08:00
parent 56ea8937f6
commit 9a23817473
3 changed files with 123 additions and 192 deletions

View File

@ -29,14 +29,12 @@
## 代码仓库
| 仓库 | github地址 | gitee镜像 | 预览 |
|---------------|-----------------------------------------------------------------------------|---------------------------------------------------------------------------|--------------|
| soybean-admin | [github](https://github.com/honghuangdc/soybean-admin) | [gitee](https://gitee.com/honghuangdc/soybean-admin) | [预览](https://soybean.pro/) |
| tauri 版 | [tauri 版](https://github.com/honghuangdc/soybean-admin/tree/tauri) | [tauri 版](https://gitee.com/honghuangdc/soybean-admin/tree/tauri) | |
| 精简版 | [精简版](https://github.com/honghuangdc/soybean-admin/tree/thin) | [精简版](https://gitee.com/honghuangdc/soybean-admin/tree/thin) | |
| 集成fast-crud | [集成fast-crud](https://github.com/honghuangdc/soybean-admin/tree/fast-crud) | [集成fast-crud](https://gitee.com/honghuangdc/soybean-admin/tree/fast-crud) | [预览](http://fast-crud.docmirror.cn/soybean/#/crud/demo)|
| 仓库 | github 地址 | gitee 镜像 | 预览 |
| -------------- | ----------------------------------------------------------------------------- | ---------------------------------------------------------------------------- | --------------------------------------------------------- |
| soybean-admin | [github](https://github.com/honghuangdc/soybean-admin) | [gitee](https://gitee.com/honghuangdc/soybean-admin) | [预览](https://soybean.pro/) |
| tauri 版 | [tauri 版](https://github.com/honghuangdc/soybean-admin/tree/tauri) | [tauri 版](https://gitee.com/honghuangdc/soybean-admin/tree/tauri) | |
| 精简版 | [精简版](https://github.com/honghuangdc/soybean-admin/tree/thin) | [精简版](https://gitee.com/honghuangdc/soybean-admin/tree/thin) | |
| 集成 fast-crud | [集成 fast-crud](https://github.com/honghuangdc/soybean-admin/tree/fast-crud) | [集成 fast-crud](https://gitee.com/honghuangdc/soybean-admin/tree/fast-crud) | [预览](http://fast-crud.docmirror.cn/soybean/#/crud/demo) |
## 更新日志
@ -123,8 +121,9 @@ docker run --name soybean -p 80:80 -d soybeanjs/soybean-admin:v0.9.6
项目已用 simple-git-hooks 代替了 husky, 旧版本用了 husky执行 pnpm soy init-git-hooks 进行初始化配置
## 基于 SoybeanAdmin 二次开发的项目
- [electron-mock-admin](https://github.com/lixin59/electron-mock-api): 一个 Mock Api 管理系统帮助前端开发伙伴快速实现接口的mock。
- [T-Shell](https://github.com/TheBlindM/T-Shell): 是一个可配置命令提示的终端模拟器和 SSH客户端。
- [electron-mock-admin](https://github.com/lixin59/electron-mock-api): 一个 Mock Api 管理系统,帮助前端开发伙伴快速实现接口的 mock。
- [T-Shell](https://github.com/TheBlindM/T-Shell): 是一个可配置命令提示的终端模拟器和 SSH 客户端。
## 浏览器支持

View File

@ -58,7 +58,7 @@
"@antv/data-set": "0.11.8",
"@antv/g2": "4.2.10",
"@better-scroll/core": "2.5.1",
"@soybeanjs/vue-materials": "0.1.15",
"@soybeanjs/vue-materials": "0.2.0",
"@vueuse/core": "10.1.2",
"axios": "1.4.0",
"clipboard": "2.0.11",
@ -84,25 +84,24 @@
},
"devDependencies": {
"@amap/amap-jsapi-types": "0.0.13",
"@iconify/json": "2.2.71",
"@iconify/json": "2.2.72",
"@iconify/vue": "4.1.1",
"@soybeanjs/cli": "0.3.2",
"@soybeanjs/cli": "0.4.1",
"@soybeanjs/vite-plugin-vue-page-route": "0.0.5",
"@types/bmapgl": "0.0.7",
"@types/crypto-js": "4.1.1",
"@types/node": "20.2.5",
"@types/qs": "6.9.7",
"@types/ua-parser-js": "0.7.36",
"@unocss/preset-uno": "0.52.5",
"@unocss/transformer-directives": "0.52.5",
"@unocss/vite": "0.52.5",
"@unocss/preset-uno": "0.52.7",
"@unocss/transformer-directives": "0.52.7",
"@unocss/vite": "0.52.7",
"@vitejs/plugin-vue": "4.2.3",
"@vitejs/plugin-vue-jsx": "3.0.1",
"bumpp": "9.1.0",
"cross-env": "7.0.3",
"eslint": "8.41.0",
"eslint-config-soybeanjs": "0.4.7",
"lint-staged": "13.2.2",
"eslint-config-soybeanjs": "0.4.8",
"mockjs": "1.1.0",
"rollup-plugin-visualizer": "5.9.0",
"sass": "1.62.1",
@ -126,10 +125,6 @@
},
"simple-git-hooks": {
"commit-msg": "pnpm soy git-commit-verify",
"pre-commit": "pnpm typecheck && pnpm lint-staged"
},
"lint-staged": {
"*.{js,mjs,jsx,ts,mts,tsx,json,vue,svelte,astro}": "eslint . --fix",
"*.!{js,mjs,jsx,ts,mts,tsx,json,vue,svelte,astro}": "format"
"pre-commit": "pnpm typecheck && pnpm soy lint-staged"
}
}

View File

@ -16,8 +16,8 @@ dependencies:
specifier: 2.5.1
version: 2.5.1
'@soybeanjs/vue-materials':
specifier: 0.1.15
version: 0.1.15(vue@3.3.4)
specifier: 0.2.0
version: 0.2.0(vue@3.3.4)
'@vueuse/core':
specifier: 10.1.2
version: 10.1.2(vue@3.3.4)
@ -90,14 +90,14 @@ devDependencies:
specifier: 0.0.13
version: 0.0.13
'@iconify/json':
specifier: 2.2.71
version: 2.2.71
specifier: 2.2.72
version: 2.2.72
'@iconify/vue':
specifier: 4.1.1
version: 4.1.1(vue@3.3.4)
'@soybeanjs/cli':
specifier: 0.3.2
version: 0.3.2
specifier: 0.4.1
version: 0.4.1
'@soybeanjs/vite-plugin-vue-page-route':
specifier: 0.0.5
version: 0.0.5
@ -117,14 +117,14 @@ devDependencies:
specifier: 0.7.36
version: 0.7.36
'@unocss/preset-uno':
specifier: 0.52.5
version: 0.52.5
specifier: 0.52.7
version: 0.52.7
'@unocss/transformer-directives':
specifier: 0.52.5
version: 0.52.5
specifier: 0.52.7
version: 0.52.7
'@unocss/vite':
specifier: 0.52.5
version: 0.52.5(rollup@2.79.1)(vite@4.3.9)
specifier: 0.52.7
version: 0.52.7(rollup@2.79.1)(vite@4.3.9)
'@vitejs/plugin-vue':
specifier: 4.2.3
version: 4.2.3(vite@4.3.9)(vue@3.3.4)
@ -141,11 +141,8 @@ devDependencies:
specifier: 8.41.0
version: 8.41.0
eslint-config-soybeanjs:
specifier: 0.4.7
version: 0.4.7(eslint@8.41.0)(svelte@3.59.1)(typescript@5.0.4)
lint-staged:
specifier: 13.2.2
version: 13.2.2
specifier: 0.4.8
version: 0.4.8(eslint@8.41.0)(svelte@3.59.1)(typescript@5.0.4)
mockjs:
specifier: 1.1.0
version: 1.1.0(patch_hash=zljuuegabo7mnbroxnwxab3e2u)
@ -213,8 +210,8 @@ packages:
find-up: 5.0.0
dev: true
/@antfu/utils@0.7.3:
resolution: {integrity: sha512-sAPXKvlJFVQB4cvmdGoUa9IAavzRrm7N2ctxdD1GuAEIOZu8BRrv2SUzquGXTpRDUa0sY7OkkVHqhi6ySMnMTg==}
/@antfu/utils@0.7.4:
resolution: {integrity: sha512-qe8Nmh9rYI/HIspLSTwtbMFPj6dISG6+dJnOguTlPNXtCvS2uezdxscVBb7/3DrmNbQK49TDqpkSQ1chbRGdpQ==}
dev: true
/@antv/adjust@0.2.5:
@ -1995,8 +1992,8 @@ packages:
resolution: {integrity: sha512-ZnQMnLV4e7hDlUvw8H+U8ASL02SS2Gn6+9Ac3wGGLIe7+je2AeAOxPY+izIPJDfFDb7eDjev0Us8MO1iFRN8hA==}
dev: true
/@iconify/json@2.2.71:
resolution: {integrity: sha512-UBA548isCGLgsEHUwg7qN/UdKdOUrdUHFnbvRPvIsqHqamsqfWG74UYeJT4U007zOymeHy7ZPsRvNoRY4M4YaA==}
/@iconify/json@2.2.72:
resolution: {integrity: sha512-1837vBdmUMdr2yj7AEq3dnvBCWAYguIFlEKTaur4It42oPa3bfshEKIo3Rgubf7vh3VzuU4D+NZtFTyeJjPcjQ==}
dependencies:
'@iconify/types': 2.0.0
pathe: 1.1.0
@ -2010,7 +2007,7 @@ packages:
resolution: {integrity: sha512-6MvDI+I6QMvXn5rK9KQGdpEE4mmLTcuQdLZEiX5N+uZB+vc4Yw9K1OtnOgkl8mp4d9X0UrILREyZgF1NUwUt+Q==}
dependencies:
'@antfu/install-pkg': 0.1.1
'@antfu/utils': 0.7.3
'@antfu/utils': 0.7.4
'@iconify/types': 2.0.0
debug: 4.3.4
kolorist: 1.8.0
@ -2351,14 +2348,15 @@ packages:
engines: {node: '>=14.16'}
dev: true
/@soybeanjs/cli@0.3.2:
resolution: {integrity: sha512-YU8Xm8Ru7NLLKJoJ7pmLPZEBcQdjuZWzZAmMUfn5oQ0t4XCvL/0Htrb+UoHyHGS/6lkqrJIrPWfHaXvHO2NQrg==}
/@soybeanjs/cli@0.4.1:
resolution: {integrity: sha512-Ggqb/wTfiItDYui1NI5KT1j8+DlPVty4JJJdIY8QAIOe7xPS3AfWFoAYw3vl21KtYVgWIgEdIlmPq8enwBMsOQ==}
hasBin: true
dependencies:
commander: 10.0.1
cac: 6.7.14
enquirer: 2.3.6
execa: 7.1.1
kolorist: 1.8.0
lint-staged: 13.2.2(enquirer@2.3.6)
minimist: 1.2.8
npm-check-updates: 16.10.12
rimraf: 5.0.1
@ -2382,8 +2380,8 @@ packages:
- '@swc/helpers'
dev: true
/@soybeanjs/vue-materials@0.1.15(vue@3.3.4):
resolution: {integrity: sha512-fTUJVVRxlFePcerhcRdP1ThOXroMGegU27lg/4gIiIu4Q1iz/mwmz7s7Ip3J6mezv42Gry1j9WR3J0LqowMGkw==}
/@soybeanjs/vue-materials@0.2.0(vue@3.3.4):
resolution: {integrity: sha512-sXALflc8/gWP9JA3oSb2Z+eyJ0MixFL7mTGCLffx/eSxp7xrRxQseqk8C2hq5ugYTl0mAiwL6nK0htoDFnR3ng==}
peerDependencies:
'@vue/composition-api': ^1.7.0
vue: ^2.0.0 || >=3.0.0
@ -2641,8 +2639,8 @@ packages:
resolution: {integrity: sha512-4p9vcSmxAayx72yn70joFoL44c9MO/0+iVEBIQXe3v2h2SiAsEIo/G5v6ObFWvNKRFjbrVadNf9LqEEZeQPzdA==}
dev: false
/@typescript-eslint/eslint-plugin@5.59.7(@typescript-eslint/parser@5.59.7)(eslint@8.41.0)(typescript@5.0.4):
resolution: {integrity: sha512-BL+jYxUFIbuYwy+4fF86k5vdT9lT0CNJ6HtwrIvGh0PhH8s0yy5rjaKH2fDCrz5ITHy07WCzVGNvAmjJh4IJFA==}
/@typescript-eslint/eslint-plugin@5.59.8(@typescript-eslint/parser@5.59.8)(eslint@8.41.0)(typescript@5.0.4):
resolution: {integrity: sha512-JDMOmhXteJ4WVKOiHXGCoB96ADWg9q7efPWHRViT/f09bA8XOMLAVHHju3l0MkZnG1izaWXYmgvQcUjTRcpShQ==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
peerDependencies:
'@typescript-eslint/parser': ^5.0.0
@ -2653,10 +2651,10 @@ packages:
optional: true
dependencies:
'@eslint-community/regexpp': 4.5.1
'@typescript-eslint/parser': 5.59.7(eslint@8.41.0)(typescript@5.0.4)
'@typescript-eslint/scope-manager': 5.59.7
'@typescript-eslint/type-utils': 5.59.7(eslint@8.41.0)(typescript@5.0.4)
'@typescript-eslint/utils': 5.59.7(eslint@8.41.0)(typescript@5.0.4)
'@typescript-eslint/parser': 5.59.8(eslint@8.41.0)(typescript@5.0.4)
'@typescript-eslint/scope-manager': 5.59.8
'@typescript-eslint/type-utils': 5.59.8(eslint@8.41.0)(typescript@5.0.4)
'@typescript-eslint/utils': 5.59.8(eslint@8.41.0)(typescript@5.0.4)
debug: 4.3.4
eslint: 8.41.0
grapheme-splitter: 1.0.4
@ -2669,8 +2667,8 @@ packages:
- supports-color
dev: true
/@typescript-eslint/parser@5.59.7(eslint@8.41.0)(typescript@5.0.4):
resolution: {integrity: sha512-VhpsIEuq/8i5SF+mPg9jSdIwgMBBp0z9XqjiEay+81PYLJuroN+ET1hM5IhkiYMJd9MkTz8iJLt7aaGAgzWUbQ==}
/@typescript-eslint/parser@5.59.8(eslint@8.41.0)(typescript@5.0.4):
resolution: {integrity: sha512-AnR19RjJcpjoeGojmwZtCwBX/RidqDZtzcbG3xHrmz0aHHoOcbWnpDllenRDmDvsV0RQ6+tbb09/kyc+UT9Orw==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
peerDependencies:
eslint: ^6.0.0 || ^7.0.0 || ^8.0.0
@ -2679,9 +2677,9 @@ packages:
typescript:
optional: true
dependencies:
'@typescript-eslint/scope-manager': 5.59.7
'@typescript-eslint/types': 5.59.7
'@typescript-eslint/typescript-estree': 5.59.7(typescript@5.0.4)
'@typescript-eslint/scope-manager': 5.59.8
'@typescript-eslint/types': 5.59.8
'@typescript-eslint/typescript-estree': 5.59.8(typescript@5.0.4)
debug: 4.3.4
eslint: 8.41.0
typescript: 5.0.4
@ -2689,14 +2687,6 @@ packages:
- supports-color
dev: true
/@typescript-eslint/scope-manager@5.59.7:
resolution: {integrity: sha512-FL6hkYWK9zBGdxT2wWEd2W8ocXMu3K94i3gvMrjXpx+koFYdYV7KprKfirpgY34vTGzEPPuKoERpP8kD5h7vZQ==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
dependencies:
'@typescript-eslint/types': 5.59.7
'@typescript-eslint/visitor-keys': 5.59.7
dev: true
/@typescript-eslint/scope-manager@5.59.8:
resolution: {integrity: sha512-/w08ndCYI8gxGf+9zKf1vtx/16y8MHrZs5/tnjHhMLNSixuNcJavSX4wAiPf4aS5x41Es9YPCn44MIe4cxIlig==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
@ -2705,8 +2695,8 @@ packages:
'@typescript-eslint/visitor-keys': 5.59.8
dev: true
/@typescript-eslint/type-utils@5.59.7(eslint@8.41.0)(typescript@5.0.4):
resolution: {integrity: sha512-ozuz/GILuYG7osdY5O5yg0QxXUAEoI4Go3Do5xeu+ERH9PorHBPSdvD3Tjp2NN2bNLh1NJQSsQu2TPu/Ly+HaQ==}
/@typescript-eslint/type-utils@5.59.8(eslint@8.41.0)(typescript@5.0.4):
resolution: {integrity: sha512-+5M518uEIHFBy3FnyqZUF3BMP+AXnYn4oyH8RF012+e7/msMY98FhGL5SrN29NQ9xDgvqCgYnsOiKp1VjZ/fpA==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
peerDependencies:
eslint: '*'
@ -2715,8 +2705,8 @@ packages:
typescript:
optional: true
dependencies:
'@typescript-eslint/typescript-estree': 5.59.7(typescript@5.0.4)
'@typescript-eslint/utils': 5.59.7(eslint@8.41.0)(typescript@5.0.4)
'@typescript-eslint/typescript-estree': 5.59.8(typescript@5.0.4)
'@typescript-eslint/utils': 5.59.8(eslint@8.41.0)(typescript@5.0.4)
debug: 4.3.4
eslint: 8.41.0
tsutils: 3.21.0(typescript@5.0.4)
@ -2725,37 +2715,11 @@ packages:
- supports-color
dev: true
/@typescript-eslint/types@5.59.7:
resolution: {integrity: sha512-UnVS2MRRg6p7xOSATscWkKjlf/NDKuqo5TdbWck6rIRZbmKpVNTLALzNvcjIfHBE7736kZOFc/4Z3VcZwuOM/A==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
dev: true
/@typescript-eslint/types@5.59.8:
resolution: {integrity: sha512-+uWuOhBTj/L6awoWIg0BlWy0u9TyFpCHrAuQ5bNfxDaZ1Ppb3mx6tUigc74LHcbHpOHuOTOJrBoAnhdHdaea1w==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
dev: true
/@typescript-eslint/typescript-estree@5.59.7(typescript@5.0.4):
resolution: {integrity: sha512-4A1NtZ1I3wMN2UGDkU9HMBL+TIQfbrh4uS0WDMMpf3xMRursDbqEf1ahh6vAAe3mObt8k3ZATnezwG4pdtWuUQ==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
peerDependencies:
typescript: '*'
peerDependenciesMeta:
typescript:
optional: true
dependencies:
'@typescript-eslint/types': 5.59.7
'@typescript-eslint/visitor-keys': 5.59.7
debug: 4.3.4
globby: 11.1.0
is-glob: 4.0.3
semver: 7.5.1
tsutils: 3.21.0(typescript@5.0.4)
typescript: 5.0.4
transitivePeerDependencies:
- supports-color
dev: true
/@typescript-eslint/typescript-estree@5.59.8(typescript@5.0.4):
resolution: {integrity: sha512-Jy/lPSDJGNow14vYu6IrW790p7HIf/SOV1Bb6lZ7NUkLc2iB2Z9elESmsaUtLw8kVqogSbtLH9tut5GCX1RLDg==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
@ -2777,26 +2741,6 @@ packages:
- supports-color
dev: true
/@typescript-eslint/utils@5.59.7(eslint@8.41.0)(typescript@5.0.4):
resolution: {integrity: sha512-yCX9WpdQKaLufz5luG4aJbOpdXf/fjwGMcLFXZVPUz3QqLirG5QcwwnIHNf8cjLjxK4qtzTO8udUtMQSAToQnQ==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
peerDependencies:
eslint: ^6.0.0 || ^7.0.0 || ^8.0.0
dependencies:
'@eslint-community/eslint-utils': 4.4.0(eslint@8.41.0)
'@types/json-schema': 7.0.12
'@types/semver': 7.5.0
'@typescript-eslint/scope-manager': 5.59.7
'@typescript-eslint/types': 5.59.7
'@typescript-eslint/typescript-estree': 5.59.7(typescript@5.0.4)
eslint: 8.41.0
eslint-scope: 5.1.1
semver: 7.5.1
transitivePeerDependencies:
- supports-color
- typescript
dev: true
/@typescript-eslint/utils@5.59.8(eslint@8.41.0)(typescript@5.0.4):
resolution: {integrity: sha512-Tr65630KysnNn9f9G7ROF3w1b5/7f6QVCJ+WK9nhIocWmx9F+TmCAcglF26Vm7z8KCTwoKcNEBZrhlklla3CKg==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
@ -2817,14 +2761,6 @@ packages:
- typescript
dev: true
/@typescript-eslint/visitor-keys@5.59.7:
resolution: {integrity: sha512-tyN+X2jvMslUszIiYbF0ZleP+RqQsFVpGrKI6e0Eet1w8WmhsAtmzaqm8oM8WJQ1ysLwhnsK/4hYHJjOgJVfQQ==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
dependencies:
'@typescript-eslint/types': 5.59.7
eslint-visitor-keys: 3.4.1
dev: true
/@typescript-eslint/visitor-keys@5.59.8:
resolution: {integrity: sha512-pJhi2ms0x0xgloT7xYabil3SGGlojNNKjK/q6dB3Ey0uJLMjK2UDGJvHieiyJVW/7C3KI+Z4Q3pEHkm4ejA+xQ==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
@ -2833,76 +2769,76 @@ packages:
eslint-visitor-keys: 3.4.1
dev: true
/@unocss/config@0.52.5:
resolution: {integrity: sha512-qol6fxYggVwRF/rOs2/6NZxAq2oG/j+yDq4Gt0qB8tLr/UJk8sw0gef03ZnVG2VbU+HjwiwnyMLes0fd2VUqrQ==}
/@unocss/config@0.52.7:
resolution: {integrity: sha512-VKj4VnJR88EK0ikJnQbfslZfMCqdGu6LhnErs3x0HjQPVQU1oFsB1IM4ySGLaGhM4WcfZf05gzMzIav3kFyopg==}
engines: {node: '>=14'}
dependencies:
'@unocss/core': 0.52.5
'@unocss/core': 0.52.7
unconfig: 0.3.9
dev: true
/@unocss/core@0.52.5:
resolution: {integrity: sha512-1IOcUr1LKIb27gNYAnHfXKeLUbZKNYr7eVnPqQM+rJWoojN2v3eLMASIvidWvR3IbpcSKY5jtA8fQbXqjuW4oA==}
/@unocss/core@0.52.7:
resolution: {integrity: sha512-dZonrlfu33SkUMsZXlsyYSM79tr2nLer/hBEU2ZaemRik2KchxIUNlZV6kX1f1k3m+gEtVQOyx1MImpgLS8PWg==}
dev: true
/@unocss/extractor-arbitrary-variants@0.52.5:
resolution: {integrity: sha512-C5UJfFyA5ILvHAz3xN4jxMwHv+EhN9TRRGgyJpsyB8WoqO8xujZIg6UqqFG6d/vvAEw/7mZoqgD87hHRacmYpw==}
/@unocss/extractor-arbitrary-variants@0.52.7:
resolution: {integrity: sha512-nJ4iE7nIRpoOIQfD8S58yG4qJd6AhVPEfEOf7ksX1u8xLf71rrBIojwraRXvv7aPqNdZiWvXdh/znpA/QC5b9w==}
dependencies:
'@unocss/core': 0.52.5
'@unocss/core': 0.52.7
dev: true
/@unocss/inspector@0.52.5:
resolution: {integrity: sha512-cP1XpddXn279EJMScbKm1dD21sdN9Ennz48dLG2o0qzDJR2SXl+zCXZQVe92hyrYCUhFt+360Ft4iml6ZDyLsg==}
/@unocss/inspector@0.52.7:
resolution: {integrity: sha512-XuxoCerVpIw9XR1iO8PEPrCj+KLwEGLAziHedObnXkS5ANbHdd+eWXIPpsG8DbICdLGUDnalL7wfxB19X1S9AQ==}
dependencies:
gzip-size: 6.0.0
sirv: 2.0.3
dev: true
/@unocss/preset-mini@0.52.5:
resolution: {integrity: sha512-0VP2mgjdG2WtqDmBZlBdQBz0cjuoHivI3wKfghQ6thIHAeoGdoB4iI13nPI5cHkdDvfnBNvA8k2SGR1fph+7Yg==}
/@unocss/preset-mini@0.52.7:
resolution: {integrity: sha512-c5VRzPwyAmIBWwz2ufEboYwHGiheG+V9SCmJJLHlu/gcW5KndFsxoeJPE6nOfXVmbx4AGq/rkzV35ZXtH8Iecw==}
dependencies:
'@unocss/core': 0.52.5
'@unocss/extractor-arbitrary-variants': 0.52.5
'@unocss/core': 0.52.7
'@unocss/extractor-arbitrary-variants': 0.52.7
dev: true
/@unocss/preset-uno@0.52.5:
resolution: {integrity: sha512-/lEEdpB24hvFPGi7zhtQdvoD3GVJCeqTpIB+pep39e+//46Gt1uczTw1w7YbeoXqn3nD5q7kyiZfmaaj6ReAbw==}
/@unocss/preset-uno@0.52.7:
resolution: {integrity: sha512-J5royXxvaPvwRplZ2zwEcB1jJETp3dTA3sIezf9ydSNr4px3h6Ul6TxFDuJpBUWlx/cxP7aRWM0p9+e2ivdRkA==}
dependencies:
'@unocss/core': 0.52.5
'@unocss/preset-mini': 0.52.5
'@unocss/preset-wind': 0.52.5
'@unocss/core': 0.52.7
'@unocss/preset-mini': 0.52.7
'@unocss/preset-wind': 0.52.7
dev: true
/@unocss/preset-wind@0.52.5:
resolution: {integrity: sha512-1EiEGA0LKy9YDBx5s/RLJoJBquvYzSWPc5Wbzt4Jwthyv8ThUXiXtsLf8p9s8jlujcLdSbGYyqZinPJuuF0r4A==}
/@unocss/preset-wind@0.52.7:
resolution: {integrity: sha512-IT36cDftK7B+zDUElL4qdZZEj6iwknIpetXwuVvW/X8ljS/ocY/qfyjSX7C8k163FLAw7nTARFjW3xL066NsLw==}
dependencies:
'@unocss/core': 0.52.5
'@unocss/preset-mini': 0.52.5
'@unocss/core': 0.52.7
'@unocss/preset-mini': 0.52.7
dev: true
/@unocss/scope@0.52.5:
resolution: {integrity: sha512-YJxzaoe/Wvtp2OWki5+m+GDVf+xKmHpbHh4XDAgCJ99O70m5eddyRO9W6rPqGKsdn1zBv0GqcB2xJMMziVIX+g==}
/@unocss/scope@0.52.7:
resolution: {integrity: sha512-J8QMwfbm+lCt3Lpt52NllnXbuICvH8+Njl/L65wN9TfE6gHk0StA5nrEOlOB79R1aOhnRaoqG4MkAvFXK/1dcQ==}
dev: true
/@unocss/transformer-directives@0.52.5:
resolution: {integrity: sha512-uhtkFJGfAjWZdbSzWKuyMrqRUL4A9YGp946lXCTmoWd/FHSW5vLAKm/VkcYxmHHYIjTpcXx6tJsxuIALwUAZkQ==}
/@unocss/transformer-directives@0.52.7:
resolution: {integrity: sha512-v68nQjeU/8I8aOIQC6prIk5GJi8SpkaFsdh9p1UPSkJPL3rYv0bBLIkYrwBcmaqKUOvzL5joN0Cueolq/+GtUw==}
dependencies:
'@unocss/core': 0.52.5
'@unocss/core': 0.52.7
css-tree: 2.3.1
dev: true
/@unocss/vite@0.52.5(rollup@2.79.1)(vite@4.3.9):
resolution: {integrity: sha512-bRwKBKMGb4N2Nh6JKoNBxrZwAFrGvEA3Pu4ltODv3fRSSmrbe9Kp4adUQuRUqneN2wFQaq6UsitKSdad9YMmXw==}
/@unocss/vite@0.52.7(rollup@2.79.1)(vite@4.3.9):
resolution: {integrity: sha512-Hn1u6/uPP2q0s5gfwA7KQFtclviEUrEKnEa3l1kFJA3S/tHXYjwQkzbDQObQzolVAXyzIhf1cQ8e1tEMyHm1qg==}
peerDependencies:
vite: ^2.9.0 || ^3.0.0-0 || ^4.0.0
dependencies:
'@ampproject/remapping': 2.2.1
'@rollup/pluginutils': 5.0.2(rollup@2.79.1)
'@unocss/config': 0.52.5
'@unocss/core': 0.52.5
'@unocss/inspector': 0.52.5
'@unocss/scope': 0.52.5
'@unocss/transformer-directives': 0.52.5
'@unocss/config': 0.52.7
'@unocss/core': 0.52.7
'@unocss/inspector': 0.52.7
'@unocss/scope': 0.52.7
'@unocss/transformer-directives': 0.52.7
chokidar: 3.5.3
fast-glob: 3.2.12
magic-string: 0.30.0
@ -3541,8 +3477,8 @@ packages:
engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7}
hasBin: true
dependencies:
caniuse-lite: 1.0.30001491
electron-to-chromium: 1.4.413
caniuse-lite: 1.0.30001492
electron-to-chromium: 1.4.414
node-releases: 2.0.12
update-browserslist-db: 1.0.11(browserslist@4.21.7)
dev: true
@ -3589,7 +3525,7 @@ packages:
dependencies:
chokidar: 3.5.3
defu: 6.1.2
dotenv: 16.1.0
dotenv: 16.1.2
giget: 1.1.2
jiti: 1.18.2
mlly: 1.3.0
@ -3709,8 +3645,8 @@ packages:
engines: {node: '>=14.16'}
dev: true
/caniuse-lite@1.0.30001491:
resolution: {integrity: sha512-17EYIi4TLnPiTzVKMveIxU5ETlxbSO3B6iPvMbprqnKh4qJsQGk5Nh1Lp4jIMAE0XfrujsJuWZAM3oJdMHaKBA==}
/caniuse-lite@1.0.30001492:
resolution: {integrity: sha512-2efF8SAZwgAX1FJr87KWhvuJxnGJKOnctQa8xLOskAXNXq8oiuqgl6u1kk3fFpsp3GgvzlRjiK1sl63hNtFADw==}
dev: true
/chalk@1.1.3:
@ -4464,8 +4400,8 @@ packages:
is-obj: 2.0.0
dev: true
/dotenv@16.1.0:
resolution: {integrity: sha512-XiwP/4cqatBNLEnKe169vPZCrovUmYngyVA4DgZ3uIVLJfZaBgr4uT0EF2TrEQqgWDDlekGo0muEYme5SR78Ww==}
/dotenv@16.1.2:
resolution: {integrity: sha512-RiNjjDF5yr9NtjqJqmWYA/XZShmt3r8FtJgAaqTiYqb99SqT0+aw5xAwOIvjMyXsH/C9/fLNafFkkZDwRi1KHA==}
engines: {node: '>=12'}
dev: true
@ -4500,8 +4436,8 @@ packages:
jake: 10.8.7
dev: true
/electron-to-chromium@1.4.413:
resolution: {integrity: sha512-Gd+/OAhRca06dkVxIQo/W7dr6Nmk9cx6lQdZ19GvFp51k5B/lUAokm6SJfNkdV8kFLsC3Z4sLTyEHWCnB1Efbw==}
/electron-to-chromium@1.4.414:
resolution: {integrity: sha512-RRuCvP6ekngVh2SAJaOKT/hxqc9JAsK+Pe0hP5tGQIfonU2Zy9gMGdJ+mBdyl/vNucMG6gkXYtuM4H/1giws5w==}
dev: true
/emoji-regex@8.0.0:
@ -4915,19 +4851,19 @@ packages:
eslint: 8.41.0
dev: true
/eslint-config-soybeanjs@0.4.7(eslint@8.41.0)(svelte@3.59.1)(typescript@5.0.4):
resolution: {integrity: sha512-olwK6xCMUVbHxnTVQi/znUqpEZbpxelCyNbpLYnQQyUpGRjJTy8GISZ9V9+aFK7xON7XFXaJzsnVIeN6C+w5AA==}
/eslint-config-soybeanjs@0.4.8(eslint@8.41.0)(svelte@3.59.1)(typescript@5.0.4):
resolution: {integrity: sha512-mY54zP6t0AVuogmr4ofITz3Drb67e3H34Ckp5AKj0w9rzmEr5BsMRJNPZAO/8m64AXB7nllAp1SJIPHdjchChA==}
peerDependencies:
eslint: '>=7.4.0'
typescript: '>=4.8.0'
dependencies:
'@typescript-eslint/eslint-plugin': 5.59.7(@typescript-eslint/parser@5.59.7)(eslint@8.41.0)(typescript@5.0.4)
'@typescript-eslint/parser': 5.59.7(eslint@8.41.0)(typescript@5.0.4)
'@typescript-eslint/eslint-plugin': 5.59.8(@typescript-eslint/parser@5.59.8)(eslint@8.41.0)(typescript@5.0.4)
'@typescript-eslint/parser': 5.59.8(eslint@8.41.0)(typescript@5.0.4)
eslint: 8.41.0
eslint-config-prettier: 8.8.0(eslint@8.41.0)
eslint-import-resolver-alias: 1.1.2(eslint-plugin-import@2.27.5)
eslint-plugin-astro: 0.27.1(eslint@8.41.0)
eslint-plugin-import: 2.27.5(@typescript-eslint/parser@5.59.7)(eslint@8.41.0)
eslint-plugin-import: 2.27.5(@typescript-eslint/parser@5.59.8)(eslint@8.41.0)
eslint-plugin-jsonc: 2.8.0(eslint@8.41.0)
eslint-plugin-n: 16.0.0(eslint@8.41.0)
eslint-plugin-prettier: 4.2.1(eslint-config-prettier@8.8.0)(eslint@8.41.0)(prettier@2.8.8)
@ -4940,7 +4876,7 @@ packages:
eslint-plugin-vue: 9.14.1(eslint@8.41.0)
prettier: 2.8.8
prettier-plugin-astro: 0.9.1
prettier-plugin-svelte: 2.10.0(prettier@2.8.8)(svelte@3.59.1)
prettier-plugin-svelte: 2.10.1(prettier@2.8.8)(svelte@3.59.1)
typescript: 5.0.4
transitivePeerDependencies:
- eslint-import-resolver-typescript
@ -4956,7 +4892,7 @@ packages:
peerDependencies:
eslint-plugin-import: '>=1.4.0'
dependencies:
eslint-plugin-import: 2.27.5(@typescript-eslint/parser@5.59.7)(eslint@8.41.0)
eslint-plugin-import: 2.27.5(@typescript-eslint/parser@5.59.8)(eslint@8.41.0)
dev: true
/eslint-import-resolver-node@0.3.7:
@ -4969,7 +4905,7 @@ packages:
- supports-color
dev: true
/eslint-module-utils@2.8.0(@typescript-eslint/parser@5.59.7)(eslint-import-resolver-node@0.3.7)(eslint@8.41.0):
/eslint-module-utils@2.8.0(@typescript-eslint/parser@5.59.8)(eslint-import-resolver-node@0.3.7)(eslint@8.41.0):
resolution: {integrity: sha512-aWajIYfsqCKRDgUfjEXNN/JlrzauMuSEy5sbd7WXbtW3EH6A6MpwEh42c7qD+MqQo9QMJ6fWLAeIJynx0g6OAw==}
engines: {node: '>=4'}
peerDependencies:
@ -4990,7 +4926,7 @@ packages:
eslint-import-resolver-webpack:
optional: true
dependencies:
'@typescript-eslint/parser': 5.59.7(eslint@8.41.0)(typescript@5.0.4)
'@typescript-eslint/parser': 5.59.8(eslint@8.41.0)(typescript@5.0.4)
debug: 3.2.7
eslint: 8.41.0
eslint-import-resolver-node: 0.3.7
@ -5026,7 +4962,7 @@ packages:
eslint: 8.41.0
dev: true
/eslint-plugin-import@2.27.5(@typescript-eslint/parser@5.59.7)(eslint@8.41.0):
/eslint-plugin-import@2.27.5(@typescript-eslint/parser@5.59.8)(eslint@8.41.0):
resolution: {integrity: sha512-LmEt3GVofgiGuiE+ORpnvP+kAm3h6MLZJ4Q5HCyHADofsb4VzXFsRiWj3c0OFiV+3DWFh0qg3v9gcPlfc3zRow==}
engines: {node: '>=4'}
peerDependencies:
@ -5036,7 +4972,7 @@ packages:
'@typescript-eslint/parser':
optional: true
dependencies:
'@typescript-eslint/parser': 5.59.7(eslint@8.41.0)(typescript@5.0.4)
'@typescript-eslint/parser': 5.59.8(eslint@8.41.0)(typescript@5.0.4)
array-includes: 3.1.6
array.prototype.flat: 1.3.1
array.prototype.flatmap: 1.3.1
@ -5044,7 +4980,7 @@ packages:
doctrine: 2.1.0
eslint: 8.41.0
eslint-import-resolver-node: 0.3.7
eslint-module-utils: 2.8.0(@typescript-eslint/parser@5.59.7)(eslint-import-resolver-node@0.3.7)(eslint@8.41.0)
eslint-module-utils: 2.8.0(@typescript-eslint/parser@5.59.8)(eslint-import-resolver-node@0.3.7)(eslint@8.41.0)
has: 1.0.3
is-core-module: 2.12.1
is-glob: 4.0.3
@ -6777,7 +6713,7 @@ packages:
engines: {node: '>=10'}
dev: true
/lint-staged@13.2.2:
/lint-staged@13.2.2(enquirer@2.3.6):
resolution: {integrity: sha512-71gSwXKy649VrSU09s10uAT0rWCcY3aewhMaHyl2N84oBk4Xs9HgxvUp3AYu+bNsK4NrOYYxvSgg7FyGJ+jGcA==}
engines: {node: ^14.13.1 || >=16.0.0}
hasBin: true
@ -6788,7 +6724,7 @@ packages:
debug: 4.3.4
execa: 7.1.1
lilconfig: 2.1.0
listr2: 5.0.8
listr2: 5.0.8(enquirer@2.3.6)
micromatch: 4.0.5
normalize-path: 3.0.0
object-inspect: 1.12.3
@ -6800,7 +6736,7 @@ packages:
- supports-color
dev: true
/listr2@5.0.8:
/listr2@5.0.8(enquirer@2.3.6):
resolution: {integrity: sha512-mC73LitKHj9w6v30nLNGPetZIlfpUniNSsxxrbaPcWOjDb92SHPzJPi/t+v1YC/lxKz/AJ9egOjww0qUuFxBpA==}
engines: {node: ^14.13.1 || >=16.0.0}
peerDependencies:
@ -6811,6 +6747,7 @@ packages:
dependencies:
cli-truncate: 2.1.0
colorette: 2.0.20
enquirer: 2.3.6
log-update: 4.0.0
p-map: 4.0.0
rfdc: 1.3.0
@ -7946,11 +7883,11 @@ packages:
synckit: 0.8.5
dev: true
/prettier-plugin-svelte@2.10.0(prettier@2.8.8)(svelte@3.59.1):
resolution: {integrity: sha512-GXMY6t86thctyCvQq+jqElO+MKdB09BkL3hexyGP3Oi8XLKRFaJP1ud/xlWCZ9ZIa2BxHka32zhHfcuU+XsRQg==}
/prettier-plugin-svelte@2.10.1(prettier@2.8.8)(svelte@3.59.1):
resolution: {integrity: sha512-Wlq7Z5v2ueCubWo0TZzKc9XHcm7TDxqcuzRuGd0gcENfzfT4JZ9yDlCbEgxWgiPmLHkBjfOtpAWkcT28MCDpUQ==}
peerDependencies:
prettier: ^1.16.4 || ^2.0.0
svelte: ^3.2.0
svelte: ^3.2.0 || ^4.0.0-next.0
dependencies:
prettier: 2.8.8
svelte: 3.59.1
@ -9280,7 +9217,7 @@ packages:
/unconfig@0.3.9:
resolution: {integrity: sha512-8yhetFd48M641mxrkWA+C/lZU4N0rCOdlo3dFsyFPnBHBjMJfjT/3eAZBRT2RxCRqeBMAKBVgikejdS6yeBjMw==}
dependencies:
'@antfu/utils': 0.7.3
'@antfu/utils': 0.7.4
defu: 6.1.2
jiti: 1.18.2
dev: true
@ -9388,7 +9325,7 @@ packages:
optional: true
dependencies:
'@antfu/install-pkg': 0.1.1
'@antfu/utils': 0.7.3
'@antfu/utils': 0.7.4
'@iconify/utils': 2.1.5
debug: 4.3.4
kolorist: 1.8.0
@ -9411,7 +9348,7 @@ packages:
'@nuxt/kit':
optional: true
dependencies:
'@antfu/utils': 0.7.3
'@antfu/utils': 0.7.4
'@rollup/pluginutils': 5.0.2(rollup@2.79.1)
chokidar: 3.5.3
debug: 4.3.4