diff --git a/components.d.ts b/components.d.ts
index 0dea9b2..94b55a7 100644
--- a/components.d.ts
+++ b/components.d.ts
@@ -7,10 +7,33 @@ export {}
declare module 'vue' {
export interface GlobalComponents {
- AppFooter: typeof import('./src/components/AppFooter.vue')['default']
- AppLogos: typeof import('./src/components/AppLogos.vue')['default']
- InputEntry: typeof import('./src/components/InputEntry.vue')['default']
- WdButton: typeof import('wot-design-uni/components/wd-button/wd-button.vue')['default']
- WdPopup: typeof import('wot-design-uni/components/wd-popup/wd-popup.vue')['default']
+ AmbientBackground: typeof import('./src/components/c-end/AmbientBackground.vue')['default']
+ AppFloatingTabbar: typeof import('./src/components/layout/AppFloatingTabbar.vue')['default']
+ AppNavbar: typeof import('./src/components/layout/AppNavbar.vue')['default']
+ AppPageShell: typeof import('./src/components/layout/AppPageShell.vue')['default']
+ ArtMenuGroup: typeof import('./src/components/c-end/ArtMenuGroup.vue')['default']
+ ArtMenuItem: typeof import('./src/components/c-end/ArtMenuItem.vue')['default']
+ ArtSearchBar: typeof import('./src/components/c-end/ArtSearchBar.vue')['default']
+ PostCard: typeof import('./src/components/c-end/PostCard.vue')['default']
+ ProfileHero: typeof import('./src/components/c-end/ProfileHero.vue')['default']
+ WdButton: typeof import('@wot-ui/ui/components/wd-button/wd-button.vue')['default']
+ WdConfigProvider: typeof import('@wot-ui/ui/components/wd-config-provider/wd-config-provider.vue')['default']
+ WdDialog: typeof import('@wot-ui/ui/components/wd-dialog/wd-dialog.vue')['default']
+ WdEmpty: typeof import('@wot-ui/ui/components/wd-empty/wd-empty.vue')['default']
+ WdForm: typeof import('@wot-ui/ui/components/wd-form/wd-form.vue')['default']
+ WdIcon: typeof import('@wot-ui/ui/components/wd-icon/wd-icon.vue')['default']
+ WdInput: typeof import('@wot-ui/ui/components/wd-input/wd-input.vue')['default']
+ WdLoading: typeof import('@wot-ui/ui/components/wd-loading/wd-loading.vue')['default']
+ WdLoadmore: typeof import('@wot-ui/ui/components/wd-loadmore/wd-loadmore.vue')['default']
+ WdNavbar: typeof import('@wot-ui/ui/components/wd-navbar/wd-navbar.vue')['default']
+ WdPicker: typeof import('@wot-ui/ui/components/wd-picker/wd-picker.vue')['default']
+ WdPopup: typeof import('@wot-ui/ui/components/wd-popup/wd-popup.vue')['default']
+ WdSwitch: typeof import('@wot-ui/ui/components/wd-switch/wd-switch.vue')['default']
+ WdTab: typeof import('@wot-ui/ui/components/wd-tab/wd-tab.vue')['default']
+ WdTabbar: typeof import('@wot-ui/ui/components/wd-tabbar/wd-tabbar.vue')['default']
+ WdTabbarItem: typeof import('@wot-ui/ui/components/wd-tabbar-item/wd-tabbar-item.vue')['default']
+ WdTabs: typeof import('@wot-ui/ui/components/wd-tabs/wd-tabs.vue')['default']
+ WdTextarea: typeof import('@wot-ui/ui/components/wd-textarea/wd-textarea.vue')['default']
+ WdToast: typeof import('@wot-ui/ui/components/wd-toast/wd-toast.vue')['default']
}
}
diff --git a/package.json b/package.json
index cb215e0..4fb63e3 100644
--- a/package.json
+++ b/package.json
@@ -1,5 +1,5 @@
{
- "name": "myd-pms-wx",
+ "name": "blog-wot-uniapp",
"type": "module",
"version": "0.1.0",
"private": true,
@@ -61,10 +61,13 @@
"@dcloudio/uni-mp-weixin": "3.0.0-4070620250821001",
"@dcloudio/uni-mp-xhs": "3.0.0-4070620250821001",
"@dcloudio/uni-quickapp-webview": "3.0.0-4070620250821001",
+ "@wot-ui/ui": "^2.2.0",
+ "highlight.js": "^11.11.1",
+ "marked": "^18.0.7",
+ "mp-html": "^2.5.2",
"pinia": "2.2.4",
"vue": "3.4.21",
- "vue-i18n": "9.6.2",
- "wot-design-uni": "^1.12.4"
+ "vue-i18n": "9.6.2"
},
"devDependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
@@ -83,7 +86,7 @@
"@vue/tsconfig": "^0.8.1",
"eslint": "^9.36.0",
"miniprogram-api-typings": "^4.1.0",
- "sass": "1.64.2",
+ "sass": "1.102.0",
"typescript": "^5.9.2",
"vite": "5.2.8",
"vue-tsc": "^3.0.7"
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index ca19c69..6d37274 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -10,52 +10,64 @@ importers:
dependencies:
'@dcloudio/uni-app':
specifier: 3.0.0-4070620250821001
- version: 3.0.0-4070620250821001(@dcloudio/types@3.4.21)(postcss@8.5.6)(rollup@4.52.2)(vue@3.4.21(typescript@5.9.2))
+ version: 3.0.0-4070620250821001(@dcloudio/types@3.4.21)(postcss@8.5.6)(rollup@4.52.2)(supports-color@8.1.1)(vue@3.4.21(typescript@5.9.2))
'@dcloudio/uni-app-harmony':
specifier: 3.0.0-4070620250821001
- version: 3.0.0-4070620250821001(postcss@8.5.6)(rollup@4.52.2)(vite@5.2.8(@types/node@24.5.2)(sass@1.64.2)(terser@5.44.0))(vue@3.4.21(typescript@5.9.2))
+ version: 3.0.0-4070620250821001(postcss@8.5.6)(rollup@4.52.2)(supports-color@8.1.1)(vite@5.2.8(@types/node@24.5.2)(sass@1.102.0)(terser@5.44.0))(vue@3.4.21(typescript@5.9.2))
'@dcloudio/uni-app-plus':
specifier: 3.0.0-4070620250821001
- version: 3.0.0-4070620250821001(postcss@8.5.6)(rollup@4.52.2)(vite@5.2.8(@types/node@24.5.2)(sass@1.64.2)(terser@5.44.0))(vue@3.4.21(typescript@5.9.2))
+ version: 3.0.0-4070620250821001(postcss@8.5.6)(rollup@4.52.2)(supports-color@8.1.1)(vite@5.2.8(@types/node@24.5.2)(sass@1.102.0)(terser@5.44.0))(vue@3.4.21(typescript@5.9.2))
'@dcloudio/uni-components':
specifier: 3.0.0-4070620250821001
- version: 3.0.0-4070620250821001(postcss@8.5.6)(rollup@4.52.2)(vue@3.4.21(typescript@5.9.2))
+ version: 3.0.0-4070620250821001(postcss@8.5.6)(rollup@4.52.2)(supports-color@8.1.1)(vue@3.4.21(typescript@5.9.2))
'@dcloudio/uni-h5':
specifier: 3.0.0-4070620250821001
- version: 3.0.0-4070620250821001(postcss@8.5.6)(rollup@4.52.2)(vue@3.4.21(typescript@5.9.2))
+ version: 3.0.0-4070620250821001(postcss@8.5.6)(rollup@4.52.2)(supports-color@8.1.1)(vue@3.4.21(typescript@5.9.2))
'@dcloudio/uni-mp-alipay':
specifier: 3.0.0-4070620250821001
- version: 3.0.0-4070620250821001(postcss@8.5.6)(rollup@4.52.2)(vue@3.4.21(typescript@5.9.2))
+ version: 3.0.0-4070620250821001(postcss@8.5.6)(rollup@4.52.2)(supports-color@8.1.1)(vue@3.4.21(typescript@5.9.2))
'@dcloudio/uni-mp-baidu':
specifier: 3.0.0-4070620250821001
- version: 3.0.0-4070620250821001(@dcloudio/types@3.4.21)(postcss@8.5.6)(rollup@4.52.2)(vue@3.4.21(typescript@5.9.2))
+ version: 3.0.0-4070620250821001(@dcloudio/types@3.4.21)(debug@4.4.3(supports-color@8.1.1))(postcss@8.5.6)(rollup@4.52.2)(supports-color@8.1.1)(vue@3.4.21(typescript@5.9.2))
'@dcloudio/uni-mp-harmony':
specifier: 3.0.0-4070620250821001
- version: 3.0.0-4070620250821001(postcss@8.5.6)(rollup@4.52.2)(vue@3.4.21(typescript@5.9.2))
+ version: 3.0.0-4070620250821001(postcss@8.5.6)(rollup@4.52.2)(supports-color@8.1.1)(vue@3.4.21(typescript@5.9.2))
'@dcloudio/uni-mp-jd':
specifier: 3.0.0-4070620250821001
- version: 3.0.0-4070620250821001(postcss@8.5.6)(rollup@4.52.2)(vue@3.4.21(typescript@5.9.2))
+ version: 3.0.0-4070620250821001(postcss@8.5.6)(rollup@4.52.2)(supports-color@8.1.1)(vue@3.4.21(typescript@5.9.2))
'@dcloudio/uni-mp-kuaishou':
specifier: 3.0.0-4070620250821001
- version: 3.0.0-4070620250821001(postcss@8.5.6)(rollup@4.52.2)(vue@3.4.21(typescript@5.9.2))
+ version: 3.0.0-4070620250821001(debug@4.4.3(supports-color@8.1.1))(postcss@8.5.6)(rollup@4.52.2)(supports-color@8.1.1)(vue@3.4.21(typescript@5.9.2))
'@dcloudio/uni-mp-lark':
specifier: 3.0.0-4070620250821001
- version: 3.0.0-4070620250821001(postcss@8.5.6)(rollup@4.52.2)(vue@3.4.21(typescript@5.9.2))
+ version: 3.0.0-4070620250821001(postcss@8.5.6)(rollup@4.52.2)(supports-color@8.1.1)(vue@3.4.21(typescript@5.9.2))
'@dcloudio/uni-mp-qq':
specifier: 3.0.0-4070620250821001
- version: 3.0.0-4070620250821001(postcss@8.5.6)(rollup@4.52.2)(vue@3.4.21(typescript@5.9.2))
+ version: 3.0.0-4070620250821001(postcss@8.5.6)(rollup@4.52.2)(supports-color@8.1.1)(vue@3.4.21(typescript@5.9.2))
'@dcloudio/uni-mp-toutiao':
specifier: 3.0.0-4070620250821001
- version: 3.0.0-4070620250821001(postcss@8.5.6)(rollup@4.52.2)(vue@3.4.21(typescript@5.9.2))
+ version: 3.0.0-4070620250821001(postcss@8.5.6)(rollup@4.52.2)(supports-color@8.1.1)(vue@3.4.21(typescript@5.9.2))
'@dcloudio/uni-mp-weixin':
specifier: 3.0.0-4070620250821001
- version: 3.0.0-4070620250821001(postcss@8.5.6)(rollup@4.52.2)(vue@3.4.21(typescript@5.9.2))
+ version: 3.0.0-4070620250821001(debug@4.4.3(supports-color@8.1.1))(postcss@8.5.6)(rollup@4.52.2)(supports-color@8.1.1)(vue@3.4.21(typescript@5.9.2))
'@dcloudio/uni-mp-xhs':
specifier: 3.0.0-4070620250821001
- version: 3.0.0-4070620250821001(postcss@8.5.6)(rollup@4.52.2)(vue@3.4.21(typescript@5.9.2))
+ version: 3.0.0-4070620250821001(postcss@8.5.6)(rollup@4.52.2)(supports-color@8.1.1)(vue@3.4.21(typescript@5.9.2))
'@dcloudio/uni-quickapp-webview':
specifier: 3.0.0-4070620250821001
- version: 3.0.0-4070620250821001(postcss@8.5.6)(rollup@4.52.2)(vue@3.4.21(typescript@5.9.2))
+ version: 3.0.0-4070620250821001(postcss@8.5.6)(rollup@4.52.2)(supports-color@8.1.1)(vue@3.4.21(typescript@5.9.2))
+ '@wot-ui/ui':
+ specifier: ^2.2.0
+ version: 2.2.0(vue@3.4.21(typescript@5.9.2))
+ highlight.js:
+ specifier: ^11.11.1
+ version: 11.11.1
+ marked:
+ specifier: ^18.0.7
+ version: 18.0.7
+ mp-html:
+ specifier: ^2.5.2
+ version: 2.5.2
pinia:
specifier: 2.2.4
version: 2.2.4(typescript@5.9.2)(vue@3.4.21(typescript@5.9.2))
@@ -65,28 +77,25 @@ importers:
vue-i18n:
specifier: 9.6.2
version: 9.6.2(vue@3.4.21(typescript@5.9.2))
- wot-design-uni:
- specifier: ^1.12.4
- version: 1.12.4(vue@3.4.21(typescript@5.9.2))
devDependencies:
'@babel/plugin-proposal-private-property-in-object':
specifier: ^7.21.11
- version: 7.21.11(@babel/core@7.28.4)
+ version: 7.21.11(@babel/core@7.28.4(supports-color@8.1.1))(supports-color@8.1.1)
'@dcloudio/types':
specifier: ^3.4.21
version: 3.4.21
'@dcloudio/uni-automator':
specifier: 3.0.0-4070620250821001
- version: 3.0.0-4070620250821001(jest-environment-node@27.5.1)(jest@27.0.4)(postcss@8.5.6)(rollup@4.52.2)(vue@3.4.21(typescript@5.9.2))
+ version: 3.0.0-4070620250821001(jest-environment-node@27.5.1)(jest@27.0.4(supports-color@8.1.1))(postcss@8.5.6)(rollup@4.52.2)(supports-color@8.1.1)(vue@3.4.21(typescript@5.9.2))
'@dcloudio/uni-cli-shared':
specifier: 3.0.0-4070620250821001
- version: 3.0.0-4070620250821001(postcss@8.5.6)(rollup@4.52.2)(vue@3.4.21(typescript@5.9.2))
+ version: 3.0.0-4070620250821001(postcss@8.5.6)(rollup@4.52.2)(supports-color@8.1.1)(vue@3.4.21(typescript@5.9.2))
'@dcloudio/uni-stacktracey':
specifier: 3.0.0-4070620250821001
version: 3.0.0-4070620250821001
'@dcloudio/vite-plugin-uni':
specifier: 3.0.0-4070620250821001
- version: 3.0.0-4070620250821001(postcss@8.5.6)(rollup@4.52.2)(vite@5.2.8(@types/node@24.5.2)(sass@1.64.2)(terser@5.44.0))(vue@3.4.21(typescript@5.9.2))
+ version: 3.0.0-4070620250821001(postcss@8.5.6)(rollup@4.52.2)(supports-color@8.1.1)(vite@5.2.8(@types/node@24.5.2)(sass@1.102.0)(terser@5.44.0))(vue@3.4.21(typescript@5.9.2))
'@mini-types/alipay':
specifier: ^3.0.14
version: 3.0.14
@@ -95,16 +104,16 @@ importers:
version: 24.5.2
'@uni-helper/eslint-config':
specifier: ^0.5.0
- version: 0.5.0(@antfu/eslint-config@5.4.1(@vue/compiler-sfc@3.5.21)(eslint@9.36.0)(typescript@5.9.2))(eslint@9.36.0)
+ version: 0.5.0(@antfu/eslint-config@5.4.1(@vue/compiler-sfc@3.5.21)(eslint@9.36.0(supports-color@8.1.1))(supports-color@8.1.1)(typescript@5.9.2))(eslint@9.36.0(supports-color@8.1.1))(supports-color@8.1.1)
'@uni-helper/plugin-uni':
specifier: 0.1.0
- version: 0.1.0(@dcloudio/vite-plugin-uni@3.0.0-4070620250821001(postcss@8.5.6)(rollup@4.52.2)(vite@5.2.8(@types/node@24.5.2)(sass@1.64.2)(terser@5.44.0))(vue@3.4.21(typescript@5.9.2)))
+ version: 0.1.0(@dcloudio/vite-plugin-uni@3.0.0-4070620250821001(postcss@8.5.6)(rollup@4.52.2)(supports-color@8.1.1)(vite@5.2.8(@types/node@24.5.2)(sass@1.102.0)(terser@5.44.0))(vue@3.4.21(typescript@5.9.2)))
'@uni-helper/uni-types':
specifier: ^1.0.0-alpha.6
version: 1.0.0-alpha.6(@uni-helper/uni-app-types@1.0.0-alpha.6(typescript@5.9.2)(vue@3.4.21(typescript@5.9.2)))(@uni-helper/uni-cloud-types@1.0.0-alpha.6(typescript@5.9.2)(vue@3.4.21(typescript@5.9.2)))(@uni-helper/uni-ui-types@1.0.0-alpha.6(@uni-helper/uni-app-types@1.0.0-alpha.6(typescript@5.9.2)(vue@3.4.21(typescript@5.9.2)))(typescript@5.9.2)(vue@3.4.21(typescript@5.9.2)))(typescript@5.9.2)(vue@3.4.21(typescript@5.9.2))
'@uni-helper/vite-plugin-uni-components':
specifier: ^0.2.1
- version: 0.2.3(rollup@4.52.2)
+ version: 0.2.3(rollup@4.52.2)(supports-color@8.1.1)
'@vue/runtime-core':
specifier: 3.4.21
version: 3.4.21
@@ -113,19 +122,19 @@ importers:
version: 0.8.1(typescript@5.9.2)(vue@3.4.21(typescript@5.9.2))
eslint:
specifier: ^9.36.0
- version: 9.36.0
+ version: 9.36.0(supports-color@8.1.1)
miniprogram-api-typings:
specifier: ^4.1.0
version: 4.1.0
sass:
- specifier: 1.64.2
- version: 1.64.2
+ specifier: 1.102.0
+ version: 1.102.0
typescript:
specifier: ^5.9.2
version: 5.9.2
vite:
specifier: 5.2.8
- version: 5.2.8(@types/node@24.5.2)(sass@1.64.2)(terser@5.44.0)
+ version: 5.2.8(@types/node@24.5.2)(sass@1.102.0)(terser@5.44.0)
vue-tsc:
specifier: ^3.0.7
version: 3.0.8(typescript@5.9.2)
@@ -1447,6 +1456,88 @@ packages:
resolution: {integrity: sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==}
engines: {node: '>= 8'}
+ '@parcel/watcher-android-arm64@2.6.0':
+ resolution: {integrity: sha512-trgpLSCKRC/huFjXX/Smh+0sWe4+YtKfktIToiMl59ghz7z+qkH6kMvNnUbLyRs9N11t8l4svSCs1+5B3rOAhA==}
+ engines: {node: '>= 10.0.0'}
+ cpu: [arm64]
+ os: [android]
+
+ '@parcel/watcher-darwin-arm64@2.6.0':
+ resolution: {integrity: sha512-Y3QV0gl7Q1zbfueunkWIERICbEojQFCgpyG7YqOGNFLsckXyI1xu9mAIUpKY9QBYzBtSkN8dBPwd3yiAO9ovMw==}
+ engines: {node: '>= 10.0.0'}
+ cpu: [arm64]
+ os: [darwin]
+
+ '@parcel/watcher-darwin-x64@2.6.0':
+ resolution: {integrity: sha512-Ohv6OpzhUfKYD7Beb8kDvG0jbIxORCYY1JRdZnaBtnjjkJxgD7ZVL0nw2sCYd0yTMKTvz3nnTnOF3cDifK+kvw==}
+ engines: {node: '>= 10.0.0'}
+ cpu: [x64]
+ os: [darwin]
+
+ '@parcel/watcher-freebsd-x64@2.6.0':
+ resolution: {integrity: sha512-5HmXvDgs8VK+74jF9y9/2FE3/OnlcKmc56tjmSrEuZjpSZOGL+fvAu+HKJBdPs9uwoP2hE6TlSUpXZ/C5jUFmQ==}
+ engines: {node: '>= 10.0.0'}
+ cpu: [x64]
+ os: [freebsd]
+
+ '@parcel/watcher-linux-arm-glibc@2.6.0':
+ resolution: {integrity: sha512-Ps/hui3A+vMbjdqlqAowK2ZL8+BO8dBjxeWXj6npTBs3jx4wWmbPpaLuqwrQrSqIVMCnpWo238bJ1U37GhQOYg==}
+ engines: {node: '>= 10.0.0'}
+ cpu: [arm]
+ os: [linux]
+ libc: [glibc]
+
+ '@parcel/watcher-linux-arm-musl@2.6.0':
+ resolution: {integrity: sha512-9c6AUHgHoG+IY88MRIHupztQiQnrbqHYQjkM2btA+Bf/wQnQMuiD0Wfk1EVv3TlNT3x41uU71rn6E4xh/+zvkw==}
+ engines: {node: '>= 10.0.0'}
+ cpu: [arm]
+ os: [linux]
+ libc: [musl]
+
+ '@parcel/watcher-linux-arm64-glibc@2.6.0':
+ resolution: {integrity: sha512-yHRqS2owEXe6Hic9z6Mh1ECsCd+ODVOGvZDyciqRd21+v+o+DnXMOrw50DSpIG2sb8GPEaPPmfeCAWKPJdq46g==}
+ engines: {node: '>= 10.0.0'}
+ cpu: [arm64]
+ os: [linux]
+ libc: [glibc]
+
+ '@parcel/watcher-linux-arm64-musl@2.6.0':
+ resolution: {integrity: sha512-WhB2e/V7rqdHHWZusBSPuy5Ei8S6lSz6FE5TKKQz5h3a0O+C+mhY7vxU9b/stqvMb8beLnPY82ZrFTLKs+SrKA==}
+ engines: {node: '>= 10.0.0'}
+ cpu: [arm64]
+ os: [linux]
+ libc: [musl]
+
+ '@parcel/watcher-linux-x64-glibc@2.6.0':
+ resolution: {integrity: sha512-ulGE6x6Oz6iAwg75T8YQSoguBWasniIbX+QWpaYPcCnDOpdWX3k+4xbEYPZVLxOuoJI+svJJPD3sEj8G7lrQ3A==}
+ engines: {node: '>= 10.0.0'}
+ cpu: [x64]
+ os: [linux]
+ libc: [glibc]
+
+ '@parcel/watcher-linux-x64-musl@2.6.0':
+ resolution: {integrity: sha512-tkBYKt7YQrjIJWYDnto2YgO8MRkjlMTSNoRHzsXinBqbLdeOM3L32wPZJvIZxqaLMfSlS/4sUjH/6STVP/XDLw==}
+ engines: {node: '>= 10.0.0'}
+ cpu: [x64]
+ os: [linux]
+ libc: [musl]
+
+ '@parcel/watcher-win32-arm64@2.6.0':
+ resolution: {integrity: sha512-gIZAP23jaHjGWasY/TY6yL7NHFClf0Ga7FN+iINvk+KN94rhm94lYZhFsbYFNcA04/onvGD9kKmiJLJB2HbNwQ==}
+ engines: {node: '>= 10.0.0'}
+ cpu: [arm64]
+ os: [win32]
+
+ '@parcel/watcher-win32-x64@2.6.0':
+ resolution: {integrity: sha512-cA+/pXV2YkfxlIcXOQ5fSWqAzzPyD78/x5qbK/I0vUkrlYHA8TIz+MXjAbGouguKVSI4bOmkTSJ1/poVSsgt+A==}
+ engines: {node: '>= 10.0.0'}
+ cpu: [x64]
+ os: [win32]
+
+ '@parcel/watcher@2.6.0':
+ resolution: {integrity: sha512-7FNeNl8NCE7aINx7WXiKQrPYZWC/hvrTsmk6zmxbI7LTXE7hVek/n8AfVgpe2y82zl3w0HvCHN0bVKMBoJcC0w==}
+ engines: {node: '>= 10.0.0'}
+
'@pkgr/core@0.2.9':
resolution: {integrity: sha512-QNqXyfVS2wm9hweSYD2O7F0G06uurj9kZ96TRQE5Y9hU7+tgdZwIkbAKc5Ocy1HxEY2kuDQa6cQ1WRs/O5LFKA==}
engines: {node: ^12.20.0 || ^14.18.0 || >=16.0.0}
@@ -1494,56 +1585,67 @@ packages:
resolution: {integrity: sha512-kDWSPafToDd8LcBYd1t5jw7bD5Ojcu12S3uT372e5HKPzQt532vW+rGFFOaiR0opxePyUkHrwz8iWYEyH1IIQA==}
cpu: [arm]
os: [linux]
+ libc: [glibc]
'@rollup/rollup-linux-arm-musleabihf@4.52.2':
resolution: {integrity: sha512-gKm7Mk9wCv6/rkzwCiUC4KnevYhlf8ztBrDRT9g/u//1fZLapSRc+eDZj2Eu2wpJ+0RzUKgtNijnVIB4ZxyL+w==}
cpu: [arm]
os: [linux]
+ libc: [musl]
'@rollup/rollup-linux-arm64-gnu@4.52.2':
resolution: {integrity: sha512-66lA8vnj5mB/rtDNwPgrrKUOtCLVQypkyDa2gMfOefXK6rcZAxKLO9Fy3GkW8VkPnENv9hBkNOFfGLf6rNKGUg==}
cpu: [arm64]
os: [linux]
+ libc: [glibc]
'@rollup/rollup-linux-arm64-musl@4.52.2':
resolution: {integrity: sha512-s+OPucLNdJHvuZHuIz2WwncJ+SfWHFEmlC5nKMUgAelUeBUnlB4wt7rXWiyG4Zn07uY2Dd+SGyVa9oyLkVGOjA==}
cpu: [arm64]
os: [linux]
+ libc: [musl]
'@rollup/rollup-linux-loong64-gnu@4.52.2':
resolution: {integrity: sha512-8wTRM3+gVMDLLDdaT6tKmOE3lJyRy9NpJUS/ZRWmLCmOPIJhVyXwjBo+XbrrwtV33Em1/eCTd5TuGJm4+DmYjw==}
cpu: [loong64]
os: [linux]
+ libc: [glibc]
'@rollup/rollup-linux-ppc64-gnu@4.52.2':
resolution: {integrity: sha512-6yqEfgJ1anIeuP2P/zhtfBlDpXUb80t8DpbYwXQ3bQd95JMvUaqiX+fKqYqUwZXqdJDd8xdilNtsHM2N0cFm6A==}
cpu: [ppc64]
os: [linux]
+ libc: [glibc]
'@rollup/rollup-linux-riscv64-gnu@4.52.2':
resolution: {integrity: sha512-sshYUiYVSEI2B6dp4jMncwxbrUqRdNApF2c3bhtLAU0qA8Lrri0p0NauOsTWh3yCCCDyBOjESHMExonp7Nzc0w==}
cpu: [riscv64]
os: [linux]
+ libc: [glibc]
'@rollup/rollup-linux-riscv64-musl@4.52.2':
resolution: {integrity: sha512-duBLgd+3pqC4MMwBrKkFxaZerUxZcYApQVC5SdbF5/e/589GwVvlRUnyqMFbM8iUSb1BaoX/3fRL7hB9m2Pj8Q==}
cpu: [riscv64]
os: [linux]
+ libc: [musl]
'@rollup/rollup-linux-s390x-gnu@4.52.2':
resolution: {integrity: sha512-tzhYJJidDUVGMgVyE+PmxENPHlvvqm1KILjjZhB8/xHYqAGeizh3GBGf9u6WdJpZrz1aCpIIHG0LgJgH9rVjHQ==}
cpu: [s390x]
os: [linux]
+ libc: [glibc]
'@rollup/rollup-linux-x64-gnu@4.52.2':
resolution: {integrity: sha512-opH8GSUuVcCSSyHHcl5hELrmnk4waZoVpgn/4FDao9iyE4WpQhyWJ5ryl5M3ocp4qkRuHfyXnGqg8M9oKCEKRA==}
cpu: [x64]
os: [linux]
+ libc: [glibc]
'@rollup/rollup-linux-x64-musl@4.52.2':
resolution: {integrity: sha512-LSeBHnGli1pPKVJ79ZVJgeZWWZXkEe/5o8kcn23M8eMKCUANejchJbF/JqzM4RRjOJfNRhKJk8FuqL1GKjF5oQ==}
cpu: [x64]
os: [linux]
+ libc: [musl]
'@rollup/rollup-openharmony-arm64@4.52.2':
resolution: {integrity: sha512-uPj7MQ6/s+/GOpolavm6BPo+6CbhbKYyZHUDvZ/SmJM7pfDBgdGisFX3bY/CBDMg2ZO4utfhlApkSfZ92yXw7Q==}
@@ -1879,6 +1981,12 @@ packages:
vue:
optional: true
+ '@wot-ui/ui@2.2.0':
+ resolution: {integrity: sha512-/eC3sejQ7N1OCnLOHtG8K8nMXb16cf/7SwkLnDlpULlhbUCuW1fw3Qm4fvAbz0cNLSGlB0qJ/8axklww2C/BmQ==}
+ engines: {HBuilderX: ^3.8.7}
+ peerDependencies:
+ vue: '>=3.2.47'
+
abab@2.0.6:
resolution: {integrity: sha512-j2afSsaIENvHZN2B8GOpF566vZ5WVk5opAiMTvWgaQT8DkbOqsTfvNAvHoRGU2zzP8cPoqys+xHTRDWW8L+/BA==}
deprecated: Use your platform's native atob() and btoa() methods instead
@@ -2146,6 +2254,10 @@ packages:
resolution: {integrity: sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==}
engines: {node: '>= 8.10.0'}
+ chokidar@5.0.0:
+ resolution: {integrity: sha512-TQMmc3w+5AxjpL8iIiwebF73dRDF4fBIieAqGn9RGCWaEVwQ6Fb2cGe31Yns0RRIzii5goJ1Y7xbMwo1TxMplw==}
+ engines: {node: '>= 20.19.0'}
+
ci-info@3.9.0:
resolution: {integrity: sha512-NIxF55hv4nSqQswkAeiOi1r83xy8JldOFDTWiug55KBu9Jnblncd2U6ViHmYgHf01TPZS77NJBhBMKdWj9HQMQ==}
engines: {node: '>=8'}
@@ -2333,6 +2445,10 @@ packages:
resolution: {integrity: sha512-2sJGJTaXIIaR1w4iJSNoN0hnMY7Gpc/n8D4qSCJw8QqFWXf7cuAgnEHxBpweaVcPevC2l3KpjYCx3NypQQgaJg==}
engines: {node: '>= 0.8', npm: 1.2.8000 || >= 1.4.16}
+ detect-libc@2.1.2:
+ resolution: {integrity: sha512-Btj2BOOO83o3WyH59e8MgXsxEQVcarkUOpEYrubB0urwnN10yQ364rsiByU11nZlqWYZm05i/of7io4mzihBtQ==}
+ engines: {node: '>=8'}
+
detect-newline@3.1.0:
resolution: {integrity: sha512-TLz+x/vEXm/Y7P7wn1EJFNLxYpUD4TgMosxY6fAVJUnJMbupHBOncxyWUG9OpTaH9EBD7uFI5LfEgmMOc54DsA==}
engines: {node: '>=8'}
@@ -2827,7 +2943,7 @@ packages:
glob@7.2.3:
resolution: {integrity: sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==}
- deprecated: Glob versions prior to v9 are no longer supported
+ deprecated: Old versions of glob are not supported, and contain widely publicized security vulnerabilities, which have been fixed in the current version. Please update. Support for old versions may be purchased (at exorbitant rates) by contacting i@izs.me
global@4.4.0:
resolution: {integrity: sha512-wv/LAoHdRE3BeTGz53FAamhGlPLhlssK45usmGFThIi4XqnBmjKQ16u+RNbP7WvigRZDxUsM0J3gcQ5yicaL0w==}
@@ -2880,6 +2996,10 @@ packages:
resolution: {integrity: sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw==}
hasBin: true
+ highlight.js@11.11.1:
+ resolution: {integrity: sha512-Xwwo44whKBVCYoliBQwaPvtd/2tYFkRQtXDWj1nackaV2JPXx3L0+Jvd8/qCJ2p+ML0/XVkJ2q+Mr+UVdpJK5w==}
+ engines: {node: '>=12.0.0'}
+
html-encoding-sniffer@2.0.1:
resolution: {integrity: sha512-D5JbOMBIR/TVZkubHT+OyT2705QvogUW4IBn6nHd756OwieSF9aDYFj4dv6HHEVGYbHaLETa3WggZYWWMyy3ZQ==}
engines: {node: '>=10'}
@@ -2927,8 +3047,8 @@ packages:
resolution: {integrity: sha512-Hs59xBNfUIunMFgWAbGX5cq6893IbWg4KnrjbYwX3tx0ztorVgTDA6B2sxf8ejHJ4wz8BqGUMYlnzNBer5NvGg==}
engines: {node: '>= 4'}
- immutable@4.3.7:
- resolution: {integrity: sha512-1hqclzwYwjRDFLjcFxOM5AYkkG0rpFPpr1RLPMEuGczoS7YA8gLhy8SWXYRAA/XwfEHpfo3cw5JGioS32fnMRw==}
+ immutable@5.1.9:
+ resolution: {integrity: sha512-m8nVez3rwrgmWxtLMt1ZYXB2Lv7OKYn/disyxAlSDYAlKSlFoPPfIAmAM/M5xqL4m4C/wAPw7S2/CNaUii1Hxg==}
import-fresh@3.3.1:
resolution: {integrity: sha512-TR3KfrTZTYLPB6jUjfx6MF9WcWrHL9su5TObK4ZkYgBdWKPOFoSoQIdEuTuR82pmtxH2spWG9h6etwfr1pLBqQ==}
@@ -3344,6 +3464,11 @@ packages:
markdown-table@3.0.4:
resolution: {integrity: sha512-wiYz4+JrLyb/DqW2hkFJxP7Vd7JuTDm77fvbM8VfEQdmSMqcImWeeRbHwZjBjIFki/VaMK2BhFi7oUUZeM5bqw==}
+ marked@18.0.7:
+ resolution: {integrity: sha512-iDVQ5ldaiKXn6b2JroX5kgRfmwgqolW7NpaEzTl1k/2Zh1njIEN9yniyLV/mOvWwtsE8OGgkjsCYvijuPk1dtA==}
+ engines: {node: '>= 20'}
+ hasBin: true
+
math-intrinsics@1.1.0:
resolution: {integrity: sha512-/IXtbwEk5HTPyEwyKX6hGkYXxM9nbj64B+ilVJnC/R6B0pH5G4V3b0pVbL7DBj4tkhBAppbQUlf6F6Xl9LHu1g==}
engines: {node: '>= 0.4'}
@@ -3552,6 +3677,9 @@ packages:
module-alias@2.2.3:
resolution: {integrity: sha512-23g5BFj4zdQL/b6tor7Ji+QY4pEfNH784BMslY9Qb0UnJWRAt+lQGLYmRaM0KDBwIG23ffEBELhZDP2rhi9f/Q==}
+ mp-html@2.5.2:
+ resolution: {integrity: sha512-45e8c32Qgux4YU4iC3qCSFsOh3y+RwPwZ+iz/vvLkDgSGWk+1zsL4WUzWWQc9w3AsAfkaD/QR0oIufIDngBmXA==}
+
ms@2.0.0:
resolution: {integrity: sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==}
@@ -3577,6 +3705,9 @@ packages:
resolution: {integrity: sha512-+EUsqGPLsM+j/zdChZjsnX51g4XrHFOIXwfnCVPGlQk/k5giakcKsuxCObBRu6DSm9opw/O6slWbJdghQM4bBg==}
engines: {node: '>= 0.6'}
+ node-addon-api@7.1.1:
+ resolution: {integrity: sha512-5m3bsyrjFWE1xf7nz7YXdN4udnVtXK6/Yfgn5qnahL6bCkf2yKt4k3nuTKAtT4r3IG8JNR2ncsIMdZuAzJjHQQ==}
+
node-int64@0.4.0:
resolution: {integrity: sha512-O5lz91xSOeoXP6DulyHfllpq+Eg00MWitZIbtPfoSEvqIHdl5gfcY6hYzDWnj0qD5tz52PI08u9qUvSVeUBeHw==}
@@ -3727,6 +3858,7 @@ packages:
phin@3.7.1:
resolution: {integrity: sha512-GEazpTWwTZaEQ9RhL7Nyz0WwqilbqgLahDM3D0hxWwmVDI52nXEybHqiN6/elwpkJBhcuj+WbBu+QfT0uhPGfQ==}
engines: {node: '>= 8'}
+ deprecated: Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.
picocolors@1.1.1:
resolution: {integrity: sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==}
@@ -3739,6 +3871,10 @@ packages:
resolution: {integrity: sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==}
engines: {node: '>=12'}
+ picomatch@4.0.5:
+ resolution: {integrity: sha512-RvwwcruNjI1ncT5xRakeyS9Lf8lcItv34KD+aif+VH9kduAyfYBipGh12274xtenIPZ119/R9BdTBa8gAwSh0A==}
+ engines: {node: '>=12'}
+
pify@2.3.0:
resolution: {integrity: sha512-udgsAY+fTnvv7kI7aaxbqwWNb0AHiB0qBO89PZKPkoTmGOgdbrHDKD+0B2X4uTfJ/FT1R09r9gTsjUjNJotuog==}
engines: {node: '>=0.10.0'}
@@ -3911,6 +4047,10 @@ packages:
resolution: {integrity: sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==}
engines: {node: '>=8.10.0'}
+ readdirp@5.0.0:
+ resolution: {integrity: sha512-9u/XQ1pvrQtYyMpZe7DXKv2p5CNvyVwzUB6uhLAnQwHMSgKMBR62lc7AHljaeteeHXn11XTAaLLUVZYVZyuRBQ==}
+ engines: {node: '>= 20.19.0'}
+
refa@0.12.1:
resolution: {integrity: sha512-J8rn6v4DBb2nnFqkqwy6/NnTYMcgLA+sLr0iIO41qpv0n+ngb7ksag2tMRl0inb1bbO/esUwzW1vbJi7K0sI0g==}
engines: {node: ^12.0.0 || ^14.0.0 || >=16.0.0}
@@ -4008,9 +4148,9 @@ packages:
safer-buffer@2.1.2:
resolution: {integrity: sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==}
- sass@1.64.2:
- resolution: {integrity: sha512-TnDlfc+CRnUAgLO9D8cQLFu/GIjJIzJCGkE7o4ekIGQOH7T3GetiRR/PsTWJUHhkzcSPrARkPI+gNWn5alCzDg==}
- engines: {node: '>=14.0.0'}
+ sass@1.102.0:
+ resolution: {integrity: sha512-NSOyTnaQF7rTAEOtI2fwb386vL+akyiQLBZu8Na7hXCb+umJy0GAqlcMIaqACZ6Z1VgTBS4K9PG6B3IdjHGJsw==}
+ engines: {node: '>=20.19.0'}
hasBin: true
sax@1.4.1:
@@ -4425,6 +4565,7 @@ packages:
vue-i18n@9.6.2:
resolution: {integrity: sha512-J43grTQjPR8LCUxvx3mkoM+11xhTnej1Al4lvJCEeKmQqf8eqbuYPQb54HXnEg/UzZyaxLBAwPAUTbrZ8V7hcg==}
engines: {node: '>= 16'}
+ deprecated: v9 and v10 no longer supported. please migrate to v11. about maintenance status, see https://vue-i18n.intlify.dev/guide/maintenance.html
peerDependencies:
vue: ^3.0.0
@@ -4471,6 +4612,7 @@ packages:
whatwg-encoding@1.0.5:
resolution: {integrity: sha512-b5lim54JOPN9HtzvK9HFXvBma/rnfFeqsic0hSpjtDbVxR3dJKLc+KB4V6GgiGOvl7CY/KNh8rxSo9DKQrnUEw==}
+ deprecated: Use @exodus/bytes instead for a more spec-conformant and faster implementation
whatwg-mimetype@2.3.0:
resolution: {integrity: sha512-M4yMwr6mAnQz76TbJm914+gPpB/nCwvZbJU28cUD6dR004SAxDLOOSUaB1JDRqLtaOV/vi0IC5lEAGFgrjGv/g==}
@@ -4488,12 +4630,6 @@ packages:
resolution: {integrity: sha512-BN22B5eaMMI9UMtjrGd5g5eCYPpCPDUy0FJXbYsaT5zYxjFOckS53SQDE3pWkVoWpHXVb3BrYcEN4Twa55B5cA==}
engines: {node: '>=0.10.0'}
- wot-design-uni@1.12.4:
- resolution: {integrity: sha512-GE7hfJ+RKRCiWtEkhoQ5gz3fbwNB69EzLcXiIUPK2gawk9+hp7KescjplcxdxGfeuCJUlhF6wW9VUEe86h/63g==}
- engines: {HBuilderX: ^3.8.7}
- peerDependencies:
- vue: '>=3.2.47'
-
wrap-ansi@7.0.0:
resolution: {integrity: sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==}
engines: {node: '>=10'}
@@ -4605,44 +4741,44 @@ snapshots:
'@jridgewell/gen-mapping': 0.3.13
'@jridgewell/trace-mapping': 0.3.31
- '@antfu/eslint-config@5.4.1(@vue/compiler-sfc@3.5.21)(eslint@9.36.0)(typescript@5.9.2)':
+ '@antfu/eslint-config@5.4.1(@vue/compiler-sfc@3.5.21)(eslint@9.36.0(supports-color@8.1.1))(supports-color@8.1.1)(typescript@5.9.2)':
dependencies:
'@antfu/install-pkg': 1.1.0
'@clack/prompts': 0.11.0
- '@eslint-community/eslint-plugin-eslint-comments': 4.5.0(eslint@9.36.0)
- '@eslint/markdown': 7.3.0
- '@stylistic/eslint-plugin': 5.4.0(eslint@9.36.0)
- '@typescript-eslint/eslint-plugin': 8.44.1(@typescript-eslint/parser@8.44.1(eslint@9.36.0)(typescript@5.9.2))(eslint@9.36.0)(typescript@5.9.2)
- '@typescript-eslint/parser': 8.44.1(eslint@9.36.0)(typescript@5.9.2)
- '@vitest/eslint-plugin': 1.3.12(eslint@9.36.0)(typescript@5.9.2)
+ '@eslint-community/eslint-plugin-eslint-comments': 4.5.0(eslint@9.36.0(supports-color@8.1.1))
+ '@eslint/markdown': 7.3.0(supports-color@8.1.1)
+ '@stylistic/eslint-plugin': 5.4.0(eslint@9.36.0(supports-color@8.1.1))
+ '@typescript-eslint/eslint-plugin': 8.44.1(@typescript-eslint/parser@8.44.1(eslint@9.36.0(supports-color@8.1.1))(supports-color@8.1.1)(typescript@5.9.2))(eslint@9.36.0(supports-color@8.1.1))(supports-color@8.1.1)(typescript@5.9.2)
+ '@typescript-eslint/parser': 8.44.1(eslint@9.36.0(supports-color@8.1.1))(supports-color@8.1.1)(typescript@5.9.2)
+ '@vitest/eslint-plugin': 1.3.12(eslint@9.36.0(supports-color@8.1.1))(supports-color@8.1.1)(typescript@5.9.2)
ansis: 4.1.0
cac: 6.7.14
- eslint: 9.36.0
- eslint-config-flat-gitignore: 2.1.0(eslint@9.36.0)
+ eslint: 9.36.0(supports-color@8.1.1)
+ eslint-config-flat-gitignore: 2.1.0(eslint@9.36.0(supports-color@8.1.1))
eslint-flat-config-utils: 2.1.4
- eslint-merge-processors: 2.0.0(eslint@9.36.0)
- eslint-plugin-antfu: 3.1.1(eslint@9.36.0)
- eslint-plugin-command: 3.3.1(eslint@9.36.0)
- eslint-plugin-import-lite: 0.3.0(eslint@9.36.0)(typescript@5.9.2)
- eslint-plugin-jsdoc: 59.1.0(eslint@9.36.0)
- eslint-plugin-jsonc: 2.20.1(eslint@9.36.0)
- eslint-plugin-n: 17.23.1(eslint@9.36.0)(typescript@5.9.2)
+ eslint-merge-processors: 2.0.0(eslint@9.36.0(supports-color@8.1.1))
+ eslint-plugin-antfu: 3.1.1(eslint@9.36.0(supports-color@8.1.1))
+ eslint-plugin-command: 3.3.1(eslint@9.36.0(supports-color@8.1.1))
+ eslint-plugin-import-lite: 0.3.0(eslint@9.36.0(supports-color@8.1.1))(typescript@5.9.2)
+ eslint-plugin-jsdoc: 59.1.0(eslint@9.36.0(supports-color@8.1.1))(supports-color@8.1.1)
+ eslint-plugin-jsonc: 2.20.1(eslint@9.36.0(supports-color@8.1.1))
+ eslint-plugin-n: 17.23.1(eslint@9.36.0(supports-color@8.1.1))(typescript@5.9.2)
eslint-plugin-no-only-tests: 3.3.0
- eslint-plugin-perfectionist: 4.15.0(eslint@9.36.0)(typescript@5.9.2)
- eslint-plugin-pnpm: 1.1.2(eslint@9.36.0)
- eslint-plugin-regexp: 2.10.0(eslint@9.36.0)
- eslint-plugin-toml: 0.12.0(eslint@9.36.0)
- eslint-plugin-unicorn: 61.0.2(eslint@9.36.0)
- eslint-plugin-unused-imports: 4.2.0(@typescript-eslint/eslint-plugin@8.44.1(@typescript-eslint/parser@8.44.1(eslint@9.36.0)(typescript@5.9.2))(eslint@9.36.0)(typescript@5.9.2))(eslint@9.36.0)
- eslint-plugin-vue: 10.5.0(@stylistic/eslint-plugin@5.4.0(eslint@9.36.0))(@typescript-eslint/parser@8.44.1(eslint@9.36.0)(typescript@5.9.2))(eslint@9.36.0)(vue-eslint-parser@10.2.0(eslint@9.36.0))
- eslint-plugin-yml: 1.18.0(eslint@9.36.0)
- eslint-processor-vue-blocks: 2.0.0(@vue/compiler-sfc@3.5.21)(eslint@9.36.0)
+ eslint-plugin-perfectionist: 4.15.0(eslint@9.36.0(supports-color@8.1.1))(supports-color@8.1.1)(typescript@5.9.2)
+ eslint-plugin-pnpm: 1.1.2(eslint@9.36.0(supports-color@8.1.1))
+ eslint-plugin-regexp: 2.10.0(eslint@9.36.0(supports-color@8.1.1))
+ eslint-plugin-toml: 0.12.0(eslint@9.36.0(supports-color@8.1.1))(supports-color@8.1.1)
+ eslint-plugin-unicorn: 61.0.2(eslint@9.36.0(supports-color@8.1.1))
+ eslint-plugin-unused-imports: 4.2.0(@typescript-eslint/eslint-plugin@8.44.1(@typescript-eslint/parser@8.44.1(eslint@9.36.0(supports-color@8.1.1))(supports-color@8.1.1)(typescript@5.9.2))(eslint@9.36.0(supports-color@8.1.1))(supports-color@8.1.1)(typescript@5.9.2))(eslint@9.36.0(supports-color@8.1.1))
+ eslint-plugin-vue: 10.5.0(@stylistic/eslint-plugin@5.4.0(eslint@9.36.0(supports-color@8.1.1)))(@typescript-eslint/parser@8.44.1(eslint@9.36.0(supports-color@8.1.1))(supports-color@8.1.1)(typescript@5.9.2))(eslint@9.36.0(supports-color@8.1.1))(vue-eslint-parser@10.2.0(eslint@9.36.0(supports-color@8.1.1))(supports-color@8.1.1))
+ eslint-plugin-yml: 1.18.0(eslint@9.36.0(supports-color@8.1.1))(supports-color@8.1.1)
+ eslint-processor-vue-blocks: 2.0.0(@vue/compiler-sfc@3.5.21)(eslint@9.36.0(supports-color@8.1.1))
globals: 16.4.0
jsonc-eslint-parser: 2.4.1
local-pkg: 1.1.2
parse-gitignore: 2.0.0
toml-eslint-parser: 0.10.0
- vue-eslint-parser: 10.2.0(eslint@9.36.0)
+ vue-eslint-parser: 10.2.0(eslint@9.36.0(supports-color@8.1.1))(supports-color@8.1.1)
yaml-eslint-parser: 1.3.0
transitivePeerDependencies:
- '@eslint/json'
@@ -4666,20 +4802,20 @@ snapshots:
'@babel/compat-data@7.28.4': {}
- '@babel/core@7.28.4':
+ '@babel/core@7.28.4(supports-color@8.1.1)':
dependencies:
'@babel/code-frame': 7.27.1
'@babel/generator': 7.28.3
'@babel/helper-compilation-targets': 7.27.2
- '@babel/helper-module-transforms': 7.28.3(@babel/core@7.28.4)
+ '@babel/helper-module-transforms': 7.28.3(@babel/core@7.28.4(supports-color@8.1.1))(supports-color@8.1.1)
'@babel/helpers': 7.28.4
'@babel/parser': 7.28.4
'@babel/template': 7.27.2
- '@babel/traverse': 7.28.4
+ '@babel/traverse': 7.28.4(supports-color@8.1.1)
'@babel/types': 7.28.4
'@jridgewell/remapping': 2.3.5
convert-source-map: 2.0.0
- debug: 4.4.3
+ debug: 4.4.3(supports-color@8.1.1)
gensync: 1.0.0-beta.2
json5: 2.2.3
semver: 6.3.1
@@ -4706,32 +4842,32 @@ snapshots:
lru-cache: 5.1.1
semver: 6.3.1
- '@babel/helper-create-class-features-plugin@7.28.3(@babel/core@7.28.4)':
+ '@babel/helper-create-class-features-plugin@7.28.3(@babel/core@7.28.4(supports-color@8.1.1))(supports-color@8.1.1)':
dependencies:
- '@babel/core': 7.28.4
+ '@babel/core': 7.28.4(supports-color@8.1.1)
'@babel/helper-annotate-as-pure': 7.27.3
- '@babel/helper-member-expression-to-functions': 7.27.1
+ '@babel/helper-member-expression-to-functions': 7.27.1(supports-color@8.1.1)
'@babel/helper-optimise-call-expression': 7.27.1
- '@babel/helper-replace-supers': 7.27.1(@babel/core@7.28.4)
- '@babel/helper-skip-transparent-expression-wrappers': 7.27.1
- '@babel/traverse': 7.28.4
+ '@babel/helper-replace-supers': 7.27.1(@babel/core@7.28.4(supports-color@8.1.1))(supports-color@8.1.1)
+ '@babel/helper-skip-transparent-expression-wrappers': 7.27.1(supports-color@8.1.1)
+ '@babel/traverse': 7.28.4(supports-color@8.1.1)
semver: 6.3.1
transitivePeerDependencies:
- supports-color
- '@babel/helper-create-regexp-features-plugin@7.27.1(@babel/core@7.28.4)':
+ '@babel/helper-create-regexp-features-plugin@7.27.1(@babel/core@7.28.4(supports-color@8.1.1))':
dependencies:
- '@babel/core': 7.28.4
+ '@babel/core': 7.28.4(supports-color@8.1.1)
'@babel/helper-annotate-as-pure': 7.27.3
regexpu-core: 6.4.0
semver: 6.3.1
- '@babel/helper-define-polyfill-provider@0.6.5(@babel/core@7.28.4)':
+ '@babel/helper-define-polyfill-provider@0.6.5(@babel/core@7.28.4(supports-color@8.1.1))(supports-color@8.1.1)':
dependencies:
- '@babel/core': 7.28.4
+ '@babel/core': 7.28.4(supports-color@8.1.1)
'@babel/helper-compilation-targets': 7.27.2
'@babel/helper-plugin-utils': 7.27.1
- debug: 4.4.3
+ debug: 4.4.3(supports-color@8.1.1)
lodash.debounce: 4.0.8
resolve: 1.22.10
transitivePeerDependencies:
@@ -4739,26 +4875,26 @@ snapshots:
'@babel/helper-globals@7.28.0': {}
- '@babel/helper-member-expression-to-functions@7.27.1':
+ '@babel/helper-member-expression-to-functions@7.27.1(supports-color@8.1.1)':
dependencies:
- '@babel/traverse': 7.28.4
+ '@babel/traverse': 7.28.4(supports-color@8.1.1)
'@babel/types': 7.28.4
transitivePeerDependencies:
- supports-color
- '@babel/helper-module-imports@7.27.1':
+ '@babel/helper-module-imports@7.27.1(supports-color@8.1.1)':
dependencies:
- '@babel/traverse': 7.28.4
+ '@babel/traverse': 7.28.4(supports-color@8.1.1)
'@babel/types': 7.28.4
transitivePeerDependencies:
- supports-color
- '@babel/helper-module-transforms@7.28.3(@babel/core@7.28.4)':
+ '@babel/helper-module-transforms@7.28.3(@babel/core@7.28.4(supports-color@8.1.1))(supports-color@8.1.1)':
dependencies:
- '@babel/core': 7.28.4
- '@babel/helper-module-imports': 7.27.1
+ '@babel/core': 7.28.4(supports-color@8.1.1)
+ '@babel/helper-module-imports': 7.27.1(supports-color@8.1.1)
'@babel/helper-validator-identifier': 7.27.1
- '@babel/traverse': 7.28.4
+ '@babel/traverse': 7.28.4(supports-color@8.1.1)
transitivePeerDependencies:
- supports-color
@@ -4768,27 +4904,27 @@ snapshots:
'@babel/helper-plugin-utils@7.27.1': {}
- '@babel/helper-remap-async-to-generator@7.27.1(@babel/core@7.28.4)':
+ '@babel/helper-remap-async-to-generator@7.27.1(@babel/core@7.28.4(supports-color@8.1.1))(supports-color@8.1.1)':
dependencies:
- '@babel/core': 7.28.4
+ '@babel/core': 7.28.4(supports-color@8.1.1)
'@babel/helper-annotate-as-pure': 7.27.3
- '@babel/helper-wrap-function': 7.28.3
- '@babel/traverse': 7.28.4
+ '@babel/helper-wrap-function': 7.28.3(supports-color@8.1.1)
+ '@babel/traverse': 7.28.4(supports-color@8.1.1)
transitivePeerDependencies:
- supports-color
- '@babel/helper-replace-supers@7.27.1(@babel/core@7.28.4)':
+ '@babel/helper-replace-supers@7.27.1(@babel/core@7.28.4(supports-color@8.1.1))(supports-color@8.1.1)':
dependencies:
- '@babel/core': 7.28.4
- '@babel/helper-member-expression-to-functions': 7.27.1
+ '@babel/core': 7.28.4(supports-color@8.1.1)
+ '@babel/helper-member-expression-to-functions': 7.27.1(supports-color@8.1.1)
'@babel/helper-optimise-call-expression': 7.27.1
- '@babel/traverse': 7.28.4
+ '@babel/traverse': 7.28.4(supports-color@8.1.1)
transitivePeerDependencies:
- supports-color
- '@babel/helper-skip-transparent-expression-wrappers@7.27.1':
+ '@babel/helper-skip-transparent-expression-wrappers@7.27.1(supports-color@8.1.1)':
dependencies:
- '@babel/traverse': 7.28.4
+ '@babel/traverse': 7.28.4(supports-color@8.1.1)
'@babel/types': 7.28.4
transitivePeerDependencies:
- supports-color
@@ -4799,10 +4935,10 @@ snapshots:
'@babel/helper-validator-option@7.27.1': {}
- '@babel/helper-wrap-function@7.28.3':
+ '@babel/helper-wrap-function@7.28.3(supports-color@8.1.1)':
dependencies:
'@babel/template': 7.27.2
- '@babel/traverse': 7.28.4
+ '@babel/traverse': 7.28.4(supports-color@8.1.1)
'@babel/types': 7.28.4
transitivePeerDependencies:
- supports-color
@@ -4816,574 +4952,574 @@ snapshots:
dependencies:
'@babel/types': 7.28.4
- '@babel/plugin-bugfix-firefox-class-in-computed-class-key@7.27.1(@babel/core@7.28.4)':
+ '@babel/plugin-bugfix-firefox-class-in-computed-class-key@7.27.1(@babel/core@7.28.4(supports-color@8.1.1))(supports-color@8.1.1)':
dependencies:
- '@babel/core': 7.28.4
+ '@babel/core': 7.28.4(supports-color@8.1.1)
'@babel/helper-plugin-utils': 7.27.1
- '@babel/traverse': 7.28.4
+ '@babel/traverse': 7.28.4(supports-color@8.1.1)
transitivePeerDependencies:
- supports-color
- '@babel/plugin-bugfix-safari-class-field-initializer-scope@7.27.1(@babel/core@7.28.4)':
+ '@babel/plugin-bugfix-safari-class-field-initializer-scope@7.27.1(@babel/core@7.28.4(supports-color@8.1.1))':
dependencies:
- '@babel/core': 7.28.4
+ '@babel/core': 7.28.4(supports-color@8.1.1)
'@babel/helper-plugin-utils': 7.27.1
- '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@7.27.1(@babel/core@7.28.4)':
+ '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@7.27.1(@babel/core@7.28.4(supports-color@8.1.1))':
dependencies:
- '@babel/core': 7.28.4
+ '@babel/core': 7.28.4(supports-color@8.1.1)
'@babel/helper-plugin-utils': 7.27.1
- '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@7.27.1(@babel/core@7.28.4)':
+ '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@7.27.1(@babel/core@7.28.4(supports-color@8.1.1))(supports-color@8.1.1)':
dependencies:
- '@babel/core': 7.28.4
+ '@babel/core': 7.28.4(supports-color@8.1.1)
'@babel/helper-plugin-utils': 7.27.1
- '@babel/helper-skip-transparent-expression-wrappers': 7.27.1
- '@babel/plugin-transform-optional-chaining': 7.27.1(@babel/core@7.28.4)
+ '@babel/helper-skip-transparent-expression-wrappers': 7.27.1(supports-color@8.1.1)
+ '@babel/plugin-transform-optional-chaining': 7.27.1(@babel/core@7.28.4(supports-color@8.1.1))(supports-color@8.1.1)
transitivePeerDependencies:
- supports-color
- '@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly@7.28.3(@babel/core@7.28.4)':
+ '@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly@7.28.3(@babel/core@7.28.4(supports-color@8.1.1))(supports-color@8.1.1)':
dependencies:
- '@babel/core': 7.28.4
+ '@babel/core': 7.28.4(supports-color@8.1.1)
'@babel/helper-plugin-utils': 7.27.1
- '@babel/traverse': 7.28.4
+ '@babel/traverse': 7.28.4(supports-color@8.1.1)
transitivePeerDependencies:
- supports-color
- '@babel/plugin-proposal-private-property-in-object@7.21.0-placeholder-for-preset-env.2(@babel/core@7.28.4)':
+ '@babel/plugin-proposal-private-property-in-object@7.21.0-placeholder-for-preset-env.2(@babel/core@7.28.4(supports-color@8.1.1))':
dependencies:
- '@babel/core': 7.28.4
+ '@babel/core': 7.28.4(supports-color@8.1.1)
- '@babel/plugin-proposal-private-property-in-object@7.21.11(@babel/core@7.28.4)':
+ '@babel/plugin-proposal-private-property-in-object@7.21.11(@babel/core@7.28.4(supports-color@8.1.1))(supports-color@8.1.1)':
dependencies:
- '@babel/core': 7.28.4
+ '@babel/core': 7.28.4(supports-color@8.1.1)
'@babel/helper-annotate-as-pure': 7.27.3
- '@babel/helper-create-class-features-plugin': 7.28.3(@babel/core@7.28.4)
+ '@babel/helper-create-class-features-plugin': 7.28.3(@babel/core@7.28.4(supports-color@8.1.1))(supports-color@8.1.1)
'@babel/helper-plugin-utils': 7.27.1
- '@babel/plugin-syntax-private-property-in-object': 7.14.5(@babel/core@7.28.4)
+ '@babel/plugin-syntax-private-property-in-object': 7.14.5(@babel/core@7.28.4(supports-color@8.1.1))
transitivePeerDependencies:
- supports-color
- '@babel/plugin-syntax-async-generators@7.8.4(@babel/core@7.28.4)':
+ '@babel/plugin-syntax-async-generators@7.8.4(@babel/core@7.28.4(supports-color@8.1.1))':
dependencies:
- '@babel/core': 7.28.4
+ '@babel/core': 7.28.4(supports-color@8.1.1)
'@babel/helper-plugin-utils': 7.27.1
- '@babel/plugin-syntax-bigint@7.8.3(@babel/core@7.28.4)':
+ '@babel/plugin-syntax-bigint@7.8.3(@babel/core@7.28.4(supports-color@8.1.1))':
dependencies:
- '@babel/core': 7.28.4
+ '@babel/core': 7.28.4(supports-color@8.1.1)
'@babel/helper-plugin-utils': 7.27.1
- '@babel/plugin-syntax-class-properties@7.12.13(@babel/core@7.28.4)':
+ '@babel/plugin-syntax-class-properties@7.12.13(@babel/core@7.28.4(supports-color@8.1.1))':
dependencies:
- '@babel/core': 7.28.4
+ '@babel/core': 7.28.4(supports-color@8.1.1)
'@babel/helper-plugin-utils': 7.27.1
- '@babel/plugin-syntax-class-static-block@7.14.5(@babel/core@7.28.4)':
+ '@babel/plugin-syntax-class-static-block@7.14.5(@babel/core@7.28.4(supports-color@8.1.1))':
dependencies:
- '@babel/core': 7.28.4
+ '@babel/core': 7.28.4(supports-color@8.1.1)
'@babel/helper-plugin-utils': 7.27.1
- '@babel/plugin-syntax-import-assertions@7.27.1(@babel/core@7.28.4)':
+ '@babel/plugin-syntax-import-assertions@7.27.1(@babel/core@7.28.4(supports-color@8.1.1))':
dependencies:
- '@babel/core': 7.28.4
+ '@babel/core': 7.28.4(supports-color@8.1.1)
'@babel/helper-plugin-utils': 7.27.1
- '@babel/plugin-syntax-import-attributes@7.27.1(@babel/core@7.28.4)':
+ '@babel/plugin-syntax-import-attributes@7.27.1(@babel/core@7.28.4(supports-color@8.1.1))':
dependencies:
- '@babel/core': 7.28.4
+ '@babel/core': 7.28.4(supports-color@8.1.1)
'@babel/helper-plugin-utils': 7.27.1
- '@babel/plugin-syntax-import-meta@7.10.4(@babel/core@7.28.4)':
+ '@babel/plugin-syntax-import-meta@7.10.4(@babel/core@7.28.4(supports-color@8.1.1))':
dependencies:
- '@babel/core': 7.28.4
+ '@babel/core': 7.28.4(supports-color@8.1.1)
'@babel/helper-plugin-utils': 7.27.1
- '@babel/plugin-syntax-json-strings@7.8.3(@babel/core@7.28.4)':
+ '@babel/plugin-syntax-json-strings@7.8.3(@babel/core@7.28.4(supports-color@8.1.1))':
dependencies:
- '@babel/core': 7.28.4
+ '@babel/core': 7.28.4(supports-color@8.1.1)
'@babel/helper-plugin-utils': 7.27.1
- '@babel/plugin-syntax-jsx@7.27.1(@babel/core@7.28.4)':
+ '@babel/plugin-syntax-jsx@7.27.1(@babel/core@7.28.4(supports-color@8.1.1))':
dependencies:
- '@babel/core': 7.28.4
+ '@babel/core': 7.28.4(supports-color@8.1.1)
'@babel/helper-plugin-utils': 7.27.1
- '@babel/plugin-syntax-logical-assignment-operators@7.10.4(@babel/core@7.28.4)':
+ '@babel/plugin-syntax-logical-assignment-operators@7.10.4(@babel/core@7.28.4(supports-color@8.1.1))':
dependencies:
- '@babel/core': 7.28.4
+ '@babel/core': 7.28.4(supports-color@8.1.1)
'@babel/helper-plugin-utils': 7.27.1
- '@babel/plugin-syntax-nullish-coalescing-operator@7.8.3(@babel/core@7.28.4)':
+ '@babel/plugin-syntax-nullish-coalescing-operator@7.8.3(@babel/core@7.28.4(supports-color@8.1.1))':
dependencies:
- '@babel/core': 7.28.4
+ '@babel/core': 7.28.4(supports-color@8.1.1)
'@babel/helper-plugin-utils': 7.27.1
- '@babel/plugin-syntax-numeric-separator@7.10.4(@babel/core@7.28.4)':
+ '@babel/plugin-syntax-numeric-separator@7.10.4(@babel/core@7.28.4(supports-color@8.1.1))':
dependencies:
- '@babel/core': 7.28.4
+ '@babel/core': 7.28.4(supports-color@8.1.1)
'@babel/helper-plugin-utils': 7.27.1
- '@babel/plugin-syntax-object-rest-spread@7.8.3(@babel/core@7.28.4)':
+ '@babel/plugin-syntax-object-rest-spread@7.8.3(@babel/core@7.28.4(supports-color@8.1.1))':
dependencies:
- '@babel/core': 7.28.4
+ '@babel/core': 7.28.4(supports-color@8.1.1)
'@babel/helper-plugin-utils': 7.27.1
- '@babel/plugin-syntax-optional-catch-binding@7.8.3(@babel/core@7.28.4)':
+ '@babel/plugin-syntax-optional-catch-binding@7.8.3(@babel/core@7.28.4(supports-color@8.1.1))':
dependencies:
- '@babel/core': 7.28.4
+ '@babel/core': 7.28.4(supports-color@8.1.1)
'@babel/helper-plugin-utils': 7.27.1
- '@babel/plugin-syntax-optional-chaining@7.8.3(@babel/core@7.28.4)':
+ '@babel/plugin-syntax-optional-chaining@7.8.3(@babel/core@7.28.4(supports-color@8.1.1))':
dependencies:
- '@babel/core': 7.28.4
+ '@babel/core': 7.28.4(supports-color@8.1.1)
'@babel/helper-plugin-utils': 7.27.1
- '@babel/plugin-syntax-private-property-in-object@7.14.5(@babel/core@7.28.4)':
+ '@babel/plugin-syntax-private-property-in-object@7.14.5(@babel/core@7.28.4(supports-color@8.1.1))':
dependencies:
- '@babel/core': 7.28.4
+ '@babel/core': 7.28.4(supports-color@8.1.1)
'@babel/helper-plugin-utils': 7.27.1
- '@babel/plugin-syntax-top-level-await@7.14.5(@babel/core@7.28.4)':
+ '@babel/plugin-syntax-top-level-await@7.14.5(@babel/core@7.28.4(supports-color@8.1.1))':
dependencies:
- '@babel/core': 7.28.4
+ '@babel/core': 7.28.4(supports-color@8.1.1)
'@babel/helper-plugin-utils': 7.27.1
- '@babel/plugin-syntax-typescript@7.27.1(@babel/core@7.28.4)':
+ '@babel/plugin-syntax-typescript@7.27.1(@babel/core@7.28.4(supports-color@8.1.1))':
dependencies:
- '@babel/core': 7.28.4
+ '@babel/core': 7.28.4(supports-color@8.1.1)
'@babel/helper-plugin-utils': 7.27.1
- '@babel/plugin-syntax-unicode-sets-regex@7.18.6(@babel/core@7.28.4)':
+ '@babel/plugin-syntax-unicode-sets-regex@7.18.6(@babel/core@7.28.4(supports-color@8.1.1))':
dependencies:
- '@babel/core': 7.28.4
- '@babel/helper-create-regexp-features-plugin': 7.27.1(@babel/core@7.28.4)
+ '@babel/core': 7.28.4(supports-color@8.1.1)
+ '@babel/helper-create-regexp-features-plugin': 7.27.1(@babel/core@7.28.4(supports-color@8.1.1))
'@babel/helper-plugin-utils': 7.27.1
- '@babel/plugin-transform-arrow-functions@7.27.1(@babel/core@7.28.4)':
+ '@babel/plugin-transform-arrow-functions@7.27.1(@babel/core@7.28.4(supports-color@8.1.1))':
dependencies:
- '@babel/core': 7.28.4
+ '@babel/core': 7.28.4(supports-color@8.1.1)
'@babel/helper-plugin-utils': 7.27.1
- '@babel/plugin-transform-async-generator-functions@7.28.0(@babel/core@7.28.4)':
+ '@babel/plugin-transform-async-generator-functions@7.28.0(@babel/core@7.28.4(supports-color@8.1.1))(supports-color@8.1.1)':
dependencies:
- '@babel/core': 7.28.4
+ '@babel/core': 7.28.4(supports-color@8.1.1)
'@babel/helper-plugin-utils': 7.27.1
- '@babel/helper-remap-async-to-generator': 7.27.1(@babel/core@7.28.4)
- '@babel/traverse': 7.28.4
+ '@babel/helper-remap-async-to-generator': 7.27.1(@babel/core@7.28.4(supports-color@8.1.1))(supports-color@8.1.1)
+ '@babel/traverse': 7.28.4(supports-color@8.1.1)
transitivePeerDependencies:
- supports-color
- '@babel/plugin-transform-async-to-generator@7.27.1(@babel/core@7.28.4)':
+ '@babel/plugin-transform-async-to-generator@7.27.1(@babel/core@7.28.4(supports-color@8.1.1))(supports-color@8.1.1)':
dependencies:
- '@babel/core': 7.28.4
- '@babel/helper-module-imports': 7.27.1
+ '@babel/core': 7.28.4(supports-color@8.1.1)
+ '@babel/helper-module-imports': 7.27.1(supports-color@8.1.1)
'@babel/helper-plugin-utils': 7.27.1
- '@babel/helper-remap-async-to-generator': 7.27.1(@babel/core@7.28.4)
+ '@babel/helper-remap-async-to-generator': 7.27.1(@babel/core@7.28.4(supports-color@8.1.1))(supports-color@8.1.1)
transitivePeerDependencies:
- supports-color
- '@babel/plugin-transform-block-scoped-functions@7.27.1(@babel/core@7.28.4)':
+ '@babel/plugin-transform-block-scoped-functions@7.27.1(@babel/core@7.28.4(supports-color@8.1.1))':
dependencies:
- '@babel/core': 7.28.4
+ '@babel/core': 7.28.4(supports-color@8.1.1)
'@babel/helper-plugin-utils': 7.27.1
- '@babel/plugin-transform-block-scoping@7.28.4(@babel/core@7.28.4)':
+ '@babel/plugin-transform-block-scoping@7.28.4(@babel/core@7.28.4(supports-color@8.1.1))':
dependencies:
- '@babel/core': 7.28.4
+ '@babel/core': 7.28.4(supports-color@8.1.1)
'@babel/helper-plugin-utils': 7.27.1
- '@babel/plugin-transform-class-properties@7.27.1(@babel/core@7.28.4)':
+ '@babel/plugin-transform-class-properties@7.27.1(@babel/core@7.28.4(supports-color@8.1.1))(supports-color@8.1.1)':
dependencies:
- '@babel/core': 7.28.4
- '@babel/helper-create-class-features-plugin': 7.28.3(@babel/core@7.28.4)
+ '@babel/core': 7.28.4(supports-color@8.1.1)
+ '@babel/helper-create-class-features-plugin': 7.28.3(@babel/core@7.28.4(supports-color@8.1.1))(supports-color@8.1.1)
'@babel/helper-plugin-utils': 7.27.1
transitivePeerDependencies:
- supports-color
- '@babel/plugin-transform-class-static-block@7.28.3(@babel/core@7.28.4)':
+ '@babel/plugin-transform-class-static-block@7.28.3(@babel/core@7.28.4(supports-color@8.1.1))(supports-color@8.1.1)':
dependencies:
- '@babel/core': 7.28.4
- '@babel/helper-create-class-features-plugin': 7.28.3(@babel/core@7.28.4)
+ '@babel/core': 7.28.4(supports-color@8.1.1)
+ '@babel/helper-create-class-features-plugin': 7.28.3(@babel/core@7.28.4(supports-color@8.1.1))(supports-color@8.1.1)
'@babel/helper-plugin-utils': 7.27.1
transitivePeerDependencies:
- supports-color
- '@babel/plugin-transform-classes@7.28.4(@babel/core@7.28.4)':
+ '@babel/plugin-transform-classes@7.28.4(@babel/core@7.28.4(supports-color@8.1.1))(supports-color@8.1.1)':
dependencies:
- '@babel/core': 7.28.4
+ '@babel/core': 7.28.4(supports-color@8.1.1)
'@babel/helper-annotate-as-pure': 7.27.3
'@babel/helper-compilation-targets': 7.27.2
'@babel/helper-globals': 7.28.0
'@babel/helper-plugin-utils': 7.27.1
- '@babel/helper-replace-supers': 7.27.1(@babel/core@7.28.4)
- '@babel/traverse': 7.28.4
+ '@babel/helper-replace-supers': 7.27.1(@babel/core@7.28.4(supports-color@8.1.1))(supports-color@8.1.1)
+ '@babel/traverse': 7.28.4(supports-color@8.1.1)
transitivePeerDependencies:
- supports-color
- '@babel/plugin-transform-computed-properties@7.27.1(@babel/core@7.28.4)':
+ '@babel/plugin-transform-computed-properties@7.27.1(@babel/core@7.28.4(supports-color@8.1.1))':
dependencies:
- '@babel/core': 7.28.4
+ '@babel/core': 7.28.4(supports-color@8.1.1)
'@babel/helper-plugin-utils': 7.27.1
'@babel/template': 7.27.2
- '@babel/plugin-transform-destructuring@7.28.0(@babel/core@7.28.4)':
+ '@babel/plugin-transform-destructuring@7.28.0(@babel/core@7.28.4(supports-color@8.1.1))(supports-color@8.1.1)':
dependencies:
- '@babel/core': 7.28.4
+ '@babel/core': 7.28.4(supports-color@8.1.1)
'@babel/helper-plugin-utils': 7.27.1
- '@babel/traverse': 7.28.4
+ '@babel/traverse': 7.28.4(supports-color@8.1.1)
transitivePeerDependencies:
- supports-color
- '@babel/plugin-transform-dotall-regex@7.27.1(@babel/core@7.28.4)':
+ '@babel/plugin-transform-dotall-regex@7.27.1(@babel/core@7.28.4(supports-color@8.1.1))':
dependencies:
- '@babel/core': 7.28.4
- '@babel/helper-create-regexp-features-plugin': 7.27.1(@babel/core@7.28.4)
+ '@babel/core': 7.28.4(supports-color@8.1.1)
+ '@babel/helper-create-regexp-features-plugin': 7.27.1(@babel/core@7.28.4(supports-color@8.1.1))
'@babel/helper-plugin-utils': 7.27.1
- '@babel/plugin-transform-duplicate-keys@7.27.1(@babel/core@7.28.4)':
+ '@babel/plugin-transform-duplicate-keys@7.27.1(@babel/core@7.28.4(supports-color@8.1.1))':
dependencies:
- '@babel/core': 7.28.4
+ '@babel/core': 7.28.4(supports-color@8.1.1)
'@babel/helper-plugin-utils': 7.27.1
- '@babel/plugin-transform-duplicate-named-capturing-groups-regex@7.27.1(@babel/core@7.28.4)':
+ '@babel/plugin-transform-duplicate-named-capturing-groups-regex@7.27.1(@babel/core@7.28.4(supports-color@8.1.1))':
dependencies:
- '@babel/core': 7.28.4
- '@babel/helper-create-regexp-features-plugin': 7.27.1(@babel/core@7.28.4)
+ '@babel/core': 7.28.4(supports-color@8.1.1)
+ '@babel/helper-create-regexp-features-plugin': 7.27.1(@babel/core@7.28.4(supports-color@8.1.1))
'@babel/helper-plugin-utils': 7.27.1
- '@babel/plugin-transform-dynamic-import@7.27.1(@babel/core@7.28.4)':
+ '@babel/plugin-transform-dynamic-import@7.27.1(@babel/core@7.28.4(supports-color@8.1.1))':
dependencies:
- '@babel/core': 7.28.4
+ '@babel/core': 7.28.4(supports-color@8.1.1)
'@babel/helper-plugin-utils': 7.27.1
- '@babel/plugin-transform-explicit-resource-management@7.28.0(@babel/core@7.28.4)':
+ '@babel/plugin-transform-explicit-resource-management@7.28.0(@babel/core@7.28.4(supports-color@8.1.1))(supports-color@8.1.1)':
dependencies:
- '@babel/core': 7.28.4
+ '@babel/core': 7.28.4(supports-color@8.1.1)
'@babel/helper-plugin-utils': 7.27.1
- '@babel/plugin-transform-destructuring': 7.28.0(@babel/core@7.28.4)
+ '@babel/plugin-transform-destructuring': 7.28.0(@babel/core@7.28.4(supports-color@8.1.1))(supports-color@8.1.1)
transitivePeerDependencies:
- supports-color
- '@babel/plugin-transform-exponentiation-operator@7.27.1(@babel/core@7.28.4)':
+ '@babel/plugin-transform-exponentiation-operator@7.27.1(@babel/core@7.28.4(supports-color@8.1.1))':
dependencies:
- '@babel/core': 7.28.4
+ '@babel/core': 7.28.4(supports-color@8.1.1)
'@babel/helper-plugin-utils': 7.27.1
- '@babel/plugin-transform-export-namespace-from@7.27.1(@babel/core@7.28.4)':
+ '@babel/plugin-transform-export-namespace-from@7.27.1(@babel/core@7.28.4(supports-color@8.1.1))':
dependencies:
- '@babel/core': 7.28.4
+ '@babel/core': 7.28.4(supports-color@8.1.1)
'@babel/helper-plugin-utils': 7.27.1
- '@babel/plugin-transform-for-of@7.27.1(@babel/core@7.28.4)':
+ '@babel/plugin-transform-for-of@7.27.1(@babel/core@7.28.4(supports-color@8.1.1))(supports-color@8.1.1)':
dependencies:
- '@babel/core': 7.28.4
+ '@babel/core': 7.28.4(supports-color@8.1.1)
'@babel/helper-plugin-utils': 7.27.1
- '@babel/helper-skip-transparent-expression-wrappers': 7.27.1
+ '@babel/helper-skip-transparent-expression-wrappers': 7.27.1(supports-color@8.1.1)
transitivePeerDependencies:
- supports-color
- '@babel/plugin-transform-function-name@7.27.1(@babel/core@7.28.4)':
+ '@babel/plugin-transform-function-name@7.27.1(@babel/core@7.28.4(supports-color@8.1.1))(supports-color@8.1.1)':
dependencies:
- '@babel/core': 7.28.4
+ '@babel/core': 7.28.4(supports-color@8.1.1)
'@babel/helper-compilation-targets': 7.27.2
'@babel/helper-plugin-utils': 7.27.1
- '@babel/traverse': 7.28.4
+ '@babel/traverse': 7.28.4(supports-color@8.1.1)
transitivePeerDependencies:
- supports-color
- '@babel/plugin-transform-json-strings@7.27.1(@babel/core@7.28.4)':
+ '@babel/plugin-transform-json-strings@7.27.1(@babel/core@7.28.4(supports-color@8.1.1))':
dependencies:
- '@babel/core': 7.28.4
+ '@babel/core': 7.28.4(supports-color@8.1.1)
'@babel/helper-plugin-utils': 7.27.1
- '@babel/plugin-transform-literals@7.27.1(@babel/core@7.28.4)':
+ '@babel/plugin-transform-literals@7.27.1(@babel/core@7.28.4(supports-color@8.1.1))':
dependencies:
- '@babel/core': 7.28.4
+ '@babel/core': 7.28.4(supports-color@8.1.1)
'@babel/helper-plugin-utils': 7.27.1
- '@babel/plugin-transform-logical-assignment-operators@7.27.1(@babel/core@7.28.4)':
+ '@babel/plugin-transform-logical-assignment-operators@7.27.1(@babel/core@7.28.4(supports-color@8.1.1))':
dependencies:
- '@babel/core': 7.28.4
+ '@babel/core': 7.28.4(supports-color@8.1.1)
'@babel/helper-plugin-utils': 7.27.1
- '@babel/plugin-transform-member-expression-literals@7.27.1(@babel/core@7.28.4)':
+ '@babel/plugin-transform-member-expression-literals@7.27.1(@babel/core@7.28.4(supports-color@8.1.1))':
dependencies:
- '@babel/core': 7.28.4
+ '@babel/core': 7.28.4(supports-color@8.1.1)
'@babel/helper-plugin-utils': 7.27.1
- '@babel/plugin-transform-modules-amd@7.27.1(@babel/core@7.28.4)':
+ '@babel/plugin-transform-modules-amd@7.27.1(@babel/core@7.28.4(supports-color@8.1.1))(supports-color@8.1.1)':
dependencies:
- '@babel/core': 7.28.4
- '@babel/helper-module-transforms': 7.28.3(@babel/core@7.28.4)
+ '@babel/core': 7.28.4(supports-color@8.1.1)
+ '@babel/helper-module-transforms': 7.28.3(@babel/core@7.28.4(supports-color@8.1.1))(supports-color@8.1.1)
'@babel/helper-plugin-utils': 7.27.1
transitivePeerDependencies:
- supports-color
- '@babel/plugin-transform-modules-commonjs@7.27.1(@babel/core@7.28.4)':
+ '@babel/plugin-transform-modules-commonjs@7.27.1(@babel/core@7.28.4(supports-color@8.1.1))(supports-color@8.1.1)':
dependencies:
- '@babel/core': 7.28.4
- '@babel/helper-module-transforms': 7.28.3(@babel/core@7.28.4)
+ '@babel/core': 7.28.4(supports-color@8.1.1)
+ '@babel/helper-module-transforms': 7.28.3(@babel/core@7.28.4(supports-color@8.1.1))(supports-color@8.1.1)
'@babel/helper-plugin-utils': 7.27.1
transitivePeerDependencies:
- supports-color
- '@babel/plugin-transform-modules-systemjs@7.27.1(@babel/core@7.28.4)':
+ '@babel/plugin-transform-modules-systemjs@7.27.1(@babel/core@7.28.4(supports-color@8.1.1))(supports-color@8.1.1)':
dependencies:
- '@babel/core': 7.28.4
- '@babel/helper-module-transforms': 7.28.3(@babel/core@7.28.4)
+ '@babel/core': 7.28.4(supports-color@8.1.1)
+ '@babel/helper-module-transforms': 7.28.3(@babel/core@7.28.4(supports-color@8.1.1))(supports-color@8.1.1)
'@babel/helper-plugin-utils': 7.27.1
'@babel/helper-validator-identifier': 7.27.1
- '@babel/traverse': 7.28.4
+ '@babel/traverse': 7.28.4(supports-color@8.1.1)
transitivePeerDependencies:
- supports-color
- '@babel/plugin-transform-modules-umd@7.27.1(@babel/core@7.28.4)':
+ '@babel/plugin-transform-modules-umd@7.27.1(@babel/core@7.28.4(supports-color@8.1.1))(supports-color@8.1.1)':
dependencies:
- '@babel/core': 7.28.4
- '@babel/helper-module-transforms': 7.28.3(@babel/core@7.28.4)
+ '@babel/core': 7.28.4(supports-color@8.1.1)
+ '@babel/helper-module-transforms': 7.28.3(@babel/core@7.28.4(supports-color@8.1.1))(supports-color@8.1.1)
'@babel/helper-plugin-utils': 7.27.1
transitivePeerDependencies:
- supports-color
- '@babel/plugin-transform-named-capturing-groups-regex@7.27.1(@babel/core@7.28.4)':
+ '@babel/plugin-transform-named-capturing-groups-regex@7.27.1(@babel/core@7.28.4(supports-color@8.1.1))':
dependencies:
- '@babel/core': 7.28.4
- '@babel/helper-create-regexp-features-plugin': 7.27.1(@babel/core@7.28.4)
+ '@babel/core': 7.28.4(supports-color@8.1.1)
+ '@babel/helper-create-regexp-features-plugin': 7.27.1(@babel/core@7.28.4(supports-color@8.1.1))
'@babel/helper-plugin-utils': 7.27.1
- '@babel/plugin-transform-new-target@7.27.1(@babel/core@7.28.4)':
+ '@babel/plugin-transform-new-target@7.27.1(@babel/core@7.28.4(supports-color@8.1.1))':
dependencies:
- '@babel/core': 7.28.4
+ '@babel/core': 7.28.4(supports-color@8.1.1)
'@babel/helper-plugin-utils': 7.27.1
- '@babel/plugin-transform-nullish-coalescing-operator@7.27.1(@babel/core@7.28.4)':
+ '@babel/plugin-transform-nullish-coalescing-operator@7.27.1(@babel/core@7.28.4(supports-color@8.1.1))':
dependencies:
- '@babel/core': 7.28.4
+ '@babel/core': 7.28.4(supports-color@8.1.1)
'@babel/helper-plugin-utils': 7.27.1
- '@babel/plugin-transform-numeric-separator@7.27.1(@babel/core@7.28.4)':
+ '@babel/plugin-transform-numeric-separator@7.27.1(@babel/core@7.28.4(supports-color@8.1.1))':
dependencies:
- '@babel/core': 7.28.4
+ '@babel/core': 7.28.4(supports-color@8.1.1)
'@babel/helper-plugin-utils': 7.27.1
- '@babel/plugin-transform-object-rest-spread@7.28.4(@babel/core@7.28.4)':
+ '@babel/plugin-transform-object-rest-spread@7.28.4(@babel/core@7.28.4(supports-color@8.1.1))(supports-color@8.1.1)':
dependencies:
- '@babel/core': 7.28.4
+ '@babel/core': 7.28.4(supports-color@8.1.1)
'@babel/helper-compilation-targets': 7.27.2
'@babel/helper-plugin-utils': 7.27.1
- '@babel/plugin-transform-destructuring': 7.28.0(@babel/core@7.28.4)
- '@babel/plugin-transform-parameters': 7.27.7(@babel/core@7.28.4)
- '@babel/traverse': 7.28.4
+ '@babel/plugin-transform-destructuring': 7.28.0(@babel/core@7.28.4(supports-color@8.1.1))(supports-color@8.1.1)
+ '@babel/plugin-transform-parameters': 7.27.7(@babel/core@7.28.4(supports-color@8.1.1))
+ '@babel/traverse': 7.28.4(supports-color@8.1.1)
transitivePeerDependencies:
- supports-color
- '@babel/plugin-transform-object-super@7.27.1(@babel/core@7.28.4)':
+ '@babel/plugin-transform-object-super@7.27.1(@babel/core@7.28.4(supports-color@8.1.1))(supports-color@8.1.1)':
dependencies:
- '@babel/core': 7.28.4
+ '@babel/core': 7.28.4(supports-color@8.1.1)
'@babel/helper-plugin-utils': 7.27.1
- '@babel/helper-replace-supers': 7.27.1(@babel/core@7.28.4)
+ '@babel/helper-replace-supers': 7.27.1(@babel/core@7.28.4(supports-color@8.1.1))(supports-color@8.1.1)
transitivePeerDependencies:
- supports-color
- '@babel/plugin-transform-optional-catch-binding@7.27.1(@babel/core@7.28.4)':
+ '@babel/plugin-transform-optional-catch-binding@7.27.1(@babel/core@7.28.4(supports-color@8.1.1))':
dependencies:
- '@babel/core': 7.28.4
+ '@babel/core': 7.28.4(supports-color@8.1.1)
'@babel/helper-plugin-utils': 7.27.1
- '@babel/plugin-transform-optional-chaining@7.27.1(@babel/core@7.28.4)':
+ '@babel/plugin-transform-optional-chaining@7.27.1(@babel/core@7.28.4(supports-color@8.1.1))(supports-color@8.1.1)':
dependencies:
- '@babel/core': 7.28.4
+ '@babel/core': 7.28.4(supports-color@8.1.1)
'@babel/helper-plugin-utils': 7.27.1
- '@babel/helper-skip-transparent-expression-wrappers': 7.27.1
+ '@babel/helper-skip-transparent-expression-wrappers': 7.27.1(supports-color@8.1.1)
transitivePeerDependencies:
- supports-color
- '@babel/plugin-transform-parameters@7.27.7(@babel/core@7.28.4)':
+ '@babel/plugin-transform-parameters@7.27.7(@babel/core@7.28.4(supports-color@8.1.1))':
dependencies:
- '@babel/core': 7.28.4
+ '@babel/core': 7.28.4(supports-color@8.1.1)
'@babel/helper-plugin-utils': 7.27.1
- '@babel/plugin-transform-private-methods@7.27.1(@babel/core@7.28.4)':
+ '@babel/plugin-transform-private-methods@7.27.1(@babel/core@7.28.4(supports-color@8.1.1))(supports-color@8.1.1)':
dependencies:
- '@babel/core': 7.28.4
- '@babel/helper-create-class-features-plugin': 7.28.3(@babel/core@7.28.4)
+ '@babel/core': 7.28.4(supports-color@8.1.1)
+ '@babel/helper-create-class-features-plugin': 7.28.3(@babel/core@7.28.4(supports-color@8.1.1))(supports-color@8.1.1)
'@babel/helper-plugin-utils': 7.27.1
transitivePeerDependencies:
- supports-color
- '@babel/plugin-transform-private-property-in-object@7.27.1(@babel/core@7.28.4)':
+ '@babel/plugin-transform-private-property-in-object@7.27.1(@babel/core@7.28.4(supports-color@8.1.1))(supports-color@8.1.1)':
dependencies:
- '@babel/core': 7.28.4
+ '@babel/core': 7.28.4(supports-color@8.1.1)
'@babel/helper-annotate-as-pure': 7.27.3
- '@babel/helper-create-class-features-plugin': 7.28.3(@babel/core@7.28.4)
+ '@babel/helper-create-class-features-plugin': 7.28.3(@babel/core@7.28.4(supports-color@8.1.1))(supports-color@8.1.1)
'@babel/helper-plugin-utils': 7.27.1
transitivePeerDependencies:
- supports-color
- '@babel/plugin-transform-property-literals@7.27.1(@babel/core@7.28.4)':
+ '@babel/plugin-transform-property-literals@7.27.1(@babel/core@7.28.4(supports-color@8.1.1))':
dependencies:
- '@babel/core': 7.28.4
+ '@babel/core': 7.28.4(supports-color@8.1.1)
'@babel/helper-plugin-utils': 7.27.1
- '@babel/plugin-transform-regenerator@7.28.4(@babel/core@7.28.4)':
+ '@babel/plugin-transform-regenerator@7.28.4(@babel/core@7.28.4(supports-color@8.1.1))':
dependencies:
- '@babel/core': 7.28.4
+ '@babel/core': 7.28.4(supports-color@8.1.1)
'@babel/helper-plugin-utils': 7.27.1
- '@babel/plugin-transform-regexp-modifiers@7.27.1(@babel/core@7.28.4)':
+ '@babel/plugin-transform-regexp-modifiers@7.27.1(@babel/core@7.28.4(supports-color@8.1.1))':
dependencies:
- '@babel/core': 7.28.4
- '@babel/helper-create-regexp-features-plugin': 7.27.1(@babel/core@7.28.4)
+ '@babel/core': 7.28.4(supports-color@8.1.1)
+ '@babel/helper-create-regexp-features-plugin': 7.27.1(@babel/core@7.28.4(supports-color@8.1.1))
'@babel/helper-plugin-utils': 7.27.1
- '@babel/plugin-transform-reserved-words@7.27.1(@babel/core@7.28.4)':
+ '@babel/plugin-transform-reserved-words@7.27.1(@babel/core@7.28.4(supports-color@8.1.1))':
dependencies:
- '@babel/core': 7.28.4
+ '@babel/core': 7.28.4(supports-color@8.1.1)
'@babel/helper-plugin-utils': 7.27.1
- '@babel/plugin-transform-shorthand-properties@7.27.1(@babel/core@7.28.4)':
+ '@babel/plugin-transform-shorthand-properties@7.27.1(@babel/core@7.28.4(supports-color@8.1.1))':
dependencies:
- '@babel/core': 7.28.4
+ '@babel/core': 7.28.4(supports-color@8.1.1)
'@babel/helper-plugin-utils': 7.27.1
- '@babel/plugin-transform-spread@7.27.1(@babel/core@7.28.4)':
+ '@babel/plugin-transform-spread@7.27.1(@babel/core@7.28.4(supports-color@8.1.1))(supports-color@8.1.1)':
dependencies:
- '@babel/core': 7.28.4
+ '@babel/core': 7.28.4(supports-color@8.1.1)
'@babel/helper-plugin-utils': 7.27.1
- '@babel/helper-skip-transparent-expression-wrappers': 7.27.1
+ '@babel/helper-skip-transparent-expression-wrappers': 7.27.1(supports-color@8.1.1)
transitivePeerDependencies:
- supports-color
- '@babel/plugin-transform-sticky-regex@7.27.1(@babel/core@7.28.4)':
+ '@babel/plugin-transform-sticky-regex@7.27.1(@babel/core@7.28.4(supports-color@8.1.1))':
dependencies:
- '@babel/core': 7.28.4
+ '@babel/core': 7.28.4(supports-color@8.1.1)
'@babel/helper-plugin-utils': 7.27.1
- '@babel/plugin-transform-template-literals@7.27.1(@babel/core@7.28.4)':
+ '@babel/plugin-transform-template-literals@7.27.1(@babel/core@7.28.4(supports-color@8.1.1))':
dependencies:
- '@babel/core': 7.28.4
+ '@babel/core': 7.28.4(supports-color@8.1.1)
'@babel/helper-plugin-utils': 7.27.1
- '@babel/plugin-transform-typeof-symbol@7.27.1(@babel/core@7.28.4)':
+ '@babel/plugin-transform-typeof-symbol@7.27.1(@babel/core@7.28.4(supports-color@8.1.1))':
dependencies:
- '@babel/core': 7.28.4
+ '@babel/core': 7.28.4(supports-color@8.1.1)
'@babel/helper-plugin-utils': 7.27.1
- '@babel/plugin-transform-typescript@7.28.0(@babel/core@7.28.4)':
+ '@babel/plugin-transform-typescript@7.28.0(@babel/core@7.28.4(supports-color@8.1.1))(supports-color@8.1.1)':
dependencies:
- '@babel/core': 7.28.4
+ '@babel/core': 7.28.4(supports-color@8.1.1)
'@babel/helper-annotate-as-pure': 7.27.3
- '@babel/helper-create-class-features-plugin': 7.28.3(@babel/core@7.28.4)
+ '@babel/helper-create-class-features-plugin': 7.28.3(@babel/core@7.28.4(supports-color@8.1.1))(supports-color@8.1.1)
'@babel/helper-plugin-utils': 7.27.1
- '@babel/helper-skip-transparent-expression-wrappers': 7.27.1
- '@babel/plugin-syntax-typescript': 7.27.1(@babel/core@7.28.4)
+ '@babel/helper-skip-transparent-expression-wrappers': 7.27.1(supports-color@8.1.1)
+ '@babel/plugin-syntax-typescript': 7.27.1(@babel/core@7.28.4(supports-color@8.1.1))
transitivePeerDependencies:
- supports-color
- '@babel/plugin-transform-unicode-escapes@7.27.1(@babel/core@7.28.4)':
+ '@babel/plugin-transform-unicode-escapes@7.27.1(@babel/core@7.28.4(supports-color@8.1.1))':
dependencies:
- '@babel/core': 7.28.4
+ '@babel/core': 7.28.4(supports-color@8.1.1)
'@babel/helper-plugin-utils': 7.27.1
- '@babel/plugin-transform-unicode-property-regex@7.27.1(@babel/core@7.28.4)':
+ '@babel/plugin-transform-unicode-property-regex@7.27.1(@babel/core@7.28.4(supports-color@8.1.1))':
dependencies:
- '@babel/core': 7.28.4
- '@babel/helper-create-regexp-features-plugin': 7.27.1(@babel/core@7.28.4)
+ '@babel/core': 7.28.4(supports-color@8.1.1)
+ '@babel/helper-create-regexp-features-plugin': 7.27.1(@babel/core@7.28.4(supports-color@8.1.1))
'@babel/helper-plugin-utils': 7.27.1
- '@babel/plugin-transform-unicode-regex@7.27.1(@babel/core@7.28.4)':
+ '@babel/plugin-transform-unicode-regex@7.27.1(@babel/core@7.28.4(supports-color@8.1.1))':
dependencies:
- '@babel/core': 7.28.4
- '@babel/helper-create-regexp-features-plugin': 7.27.1(@babel/core@7.28.4)
+ '@babel/core': 7.28.4(supports-color@8.1.1)
+ '@babel/helper-create-regexp-features-plugin': 7.27.1(@babel/core@7.28.4(supports-color@8.1.1))
'@babel/helper-plugin-utils': 7.27.1
- '@babel/plugin-transform-unicode-sets-regex@7.27.1(@babel/core@7.28.4)':
+ '@babel/plugin-transform-unicode-sets-regex@7.27.1(@babel/core@7.28.4(supports-color@8.1.1))':
dependencies:
- '@babel/core': 7.28.4
- '@babel/helper-create-regexp-features-plugin': 7.27.1(@babel/core@7.28.4)
+ '@babel/core': 7.28.4(supports-color@8.1.1)
+ '@babel/helper-create-regexp-features-plugin': 7.27.1(@babel/core@7.28.4(supports-color@8.1.1))
'@babel/helper-plugin-utils': 7.27.1
- '@babel/preset-env@7.28.3(@babel/core@7.28.4)':
+ '@babel/preset-env@7.28.3(@babel/core@7.28.4(supports-color@8.1.1))(supports-color@8.1.1)':
dependencies:
'@babel/compat-data': 7.28.4
- '@babel/core': 7.28.4
+ '@babel/core': 7.28.4(supports-color@8.1.1)
'@babel/helper-compilation-targets': 7.27.2
'@babel/helper-plugin-utils': 7.27.1
'@babel/helper-validator-option': 7.27.1
- '@babel/plugin-bugfix-firefox-class-in-computed-class-key': 7.27.1(@babel/core@7.28.4)
- '@babel/plugin-bugfix-safari-class-field-initializer-scope': 7.27.1(@babel/core@7.28.4)
- '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression': 7.27.1(@babel/core@7.28.4)
- '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining': 7.27.1(@babel/core@7.28.4)
- '@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly': 7.28.3(@babel/core@7.28.4)
- '@babel/plugin-proposal-private-property-in-object': 7.21.0-placeholder-for-preset-env.2(@babel/core@7.28.4)
- '@babel/plugin-syntax-import-assertions': 7.27.1(@babel/core@7.28.4)
- '@babel/plugin-syntax-import-attributes': 7.27.1(@babel/core@7.28.4)
- '@babel/plugin-syntax-unicode-sets-regex': 7.18.6(@babel/core@7.28.4)
- '@babel/plugin-transform-arrow-functions': 7.27.1(@babel/core@7.28.4)
- '@babel/plugin-transform-async-generator-functions': 7.28.0(@babel/core@7.28.4)
- '@babel/plugin-transform-async-to-generator': 7.27.1(@babel/core@7.28.4)
- '@babel/plugin-transform-block-scoped-functions': 7.27.1(@babel/core@7.28.4)
- '@babel/plugin-transform-block-scoping': 7.28.4(@babel/core@7.28.4)
- '@babel/plugin-transform-class-properties': 7.27.1(@babel/core@7.28.4)
- '@babel/plugin-transform-class-static-block': 7.28.3(@babel/core@7.28.4)
- '@babel/plugin-transform-classes': 7.28.4(@babel/core@7.28.4)
- '@babel/plugin-transform-computed-properties': 7.27.1(@babel/core@7.28.4)
- '@babel/plugin-transform-destructuring': 7.28.0(@babel/core@7.28.4)
- '@babel/plugin-transform-dotall-regex': 7.27.1(@babel/core@7.28.4)
- '@babel/plugin-transform-duplicate-keys': 7.27.1(@babel/core@7.28.4)
- '@babel/plugin-transform-duplicate-named-capturing-groups-regex': 7.27.1(@babel/core@7.28.4)
- '@babel/plugin-transform-dynamic-import': 7.27.1(@babel/core@7.28.4)
- '@babel/plugin-transform-explicit-resource-management': 7.28.0(@babel/core@7.28.4)
- '@babel/plugin-transform-exponentiation-operator': 7.27.1(@babel/core@7.28.4)
- '@babel/plugin-transform-export-namespace-from': 7.27.1(@babel/core@7.28.4)
- '@babel/plugin-transform-for-of': 7.27.1(@babel/core@7.28.4)
- '@babel/plugin-transform-function-name': 7.27.1(@babel/core@7.28.4)
- '@babel/plugin-transform-json-strings': 7.27.1(@babel/core@7.28.4)
- '@babel/plugin-transform-literals': 7.27.1(@babel/core@7.28.4)
- '@babel/plugin-transform-logical-assignment-operators': 7.27.1(@babel/core@7.28.4)
- '@babel/plugin-transform-member-expression-literals': 7.27.1(@babel/core@7.28.4)
- '@babel/plugin-transform-modules-amd': 7.27.1(@babel/core@7.28.4)
- '@babel/plugin-transform-modules-commonjs': 7.27.1(@babel/core@7.28.4)
- '@babel/plugin-transform-modules-systemjs': 7.27.1(@babel/core@7.28.4)
- '@babel/plugin-transform-modules-umd': 7.27.1(@babel/core@7.28.4)
- '@babel/plugin-transform-named-capturing-groups-regex': 7.27.1(@babel/core@7.28.4)
- '@babel/plugin-transform-new-target': 7.27.1(@babel/core@7.28.4)
- '@babel/plugin-transform-nullish-coalescing-operator': 7.27.1(@babel/core@7.28.4)
- '@babel/plugin-transform-numeric-separator': 7.27.1(@babel/core@7.28.4)
- '@babel/plugin-transform-object-rest-spread': 7.28.4(@babel/core@7.28.4)
- '@babel/plugin-transform-object-super': 7.27.1(@babel/core@7.28.4)
- '@babel/plugin-transform-optional-catch-binding': 7.27.1(@babel/core@7.28.4)
- '@babel/plugin-transform-optional-chaining': 7.27.1(@babel/core@7.28.4)
- '@babel/plugin-transform-parameters': 7.27.7(@babel/core@7.28.4)
- '@babel/plugin-transform-private-methods': 7.27.1(@babel/core@7.28.4)
- '@babel/plugin-transform-private-property-in-object': 7.27.1(@babel/core@7.28.4)
- '@babel/plugin-transform-property-literals': 7.27.1(@babel/core@7.28.4)
- '@babel/plugin-transform-regenerator': 7.28.4(@babel/core@7.28.4)
- '@babel/plugin-transform-regexp-modifiers': 7.27.1(@babel/core@7.28.4)
- '@babel/plugin-transform-reserved-words': 7.27.1(@babel/core@7.28.4)
- '@babel/plugin-transform-shorthand-properties': 7.27.1(@babel/core@7.28.4)
- '@babel/plugin-transform-spread': 7.27.1(@babel/core@7.28.4)
- '@babel/plugin-transform-sticky-regex': 7.27.1(@babel/core@7.28.4)
- '@babel/plugin-transform-template-literals': 7.27.1(@babel/core@7.28.4)
- '@babel/plugin-transform-typeof-symbol': 7.27.1(@babel/core@7.28.4)
- '@babel/plugin-transform-unicode-escapes': 7.27.1(@babel/core@7.28.4)
- '@babel/plugin-transform-unicode-property-regex': 7.27.1(@babel/core@7.28.4)
- '@babel/plugin-transform-unicode-regex': 7.27.1(@babel/core@7.28.4)
- '@babel/plugin-transform-unicode-sets-regex': 7.27.1(@babel/core@7.28.4)
- '@babel/preset-modules': 0.1.6-no-external-plugins(@babel/core@7.28.4)
- babel-plugin-polyfill-corejs2: 0.4.14(@babel/core@7.28.4)
- babel-plugin-polyfill-corejs3: 0.13.0(@babel/core@7.28.4)
- babel-plugin-polyfill-regenerator: 0.6.5(@babel/core@7.28.4)
+ '@babel/plugin-bugfix-firefox-class-in-computed-class-key': 7.27.1(@babel/core@7.28.4(supports-color@8.1.1))(supports-color@8.1.1)
+ '@babel/plugin-bugfix-safari-class-field-initializer-scope': 7.27.1(@babel/core@7.28.4(supports-color@8.1.1))
+ '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression': 7.27.1(@babel/core@7.28.4(supports-color@8.1.1))
+ '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining': 7.27.1(@babel/core@7.28.4(supports-color@8.1.1))(supports-color@8.1.1)
+ '@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly': 7.28.3(@babel/core@7.28.4(supports-color@8.1.1))(supports-color@8.1.1)
+ '@babel/plugin-proposal-private-property-in-object': 7.21.0-placeholder-for-preset-env.2(@babel/core@7.28.4(supports-color@8.1.1))
+ '@babel/plugin-syntax-import-assertions': 7.27.1(@babel/core@7.28.4(supports-color@8.1.1))
+ '@babel/plugin-syntax-import-attributes': 7.27.1(@babel/core@7.28.4(supports-color@8.1.1))
+ '@babel/plugin-syntax-unicode-sets-regex': 7.18.6(@babel/core@7.28.4(supports-color@8.1.1))
+ '@babel/plugin-transform-arrow-functions': 7.27.1(@babel/core@7.28.4(supports-color@8.1.1))
+ '@babel/plugin-transform-async-generator-functions': 7.28.0(@babel/core@7.28.4(supports-color@8.1.1))(supports-color@8.1.1)
+ '@babel/plugin-transform-async-to-generator': 7.27.1(@babel/core@7.28.4(supports-color@8.1.1))(supports-color@8.1.1)
+ '@babel/plugin-transform-block-scoped-functions': 7.27.1(@babel/core@7.28.4(supports-color@8.1.1))
+ '@babel/plugin-transform-block-scoping': 7.28.4(@babel/core@7.28.4(supports-color@8.1.1))
+ '@babel/plugin-transform-class-properties': 7.27.1(@babel/core@7.28.4(supports-color@8.1.1))(supports-color@8.1.1)
+ '@babel/plugin-transform-class-static-block': 7.28.3(@babel/core@7.28.4(supports-color@8.1.1))(supports-color@8.1.1)
+ '@babel/plugin-transform-classes': 7.28.4(@babel/core@7.28.4(supports-color@8.1.1))(supports-color@8.1.1)
+ '@babel/plugin-transform-computed-properties': 7.27.1(@babel/core@7.28.4(supports-color@8.1.1))
+ '@babel/plugin-transform-destructuring': 7.28.0(@babel/core@7.28.4(supports-color@8.1.1))(supports-color@8.1.1)
+ '@babel/plugin-transform-dotall-regex': 7.27.1(@babel/core@7.28.4(supports-color@8.1.1))
+ '@babel/plugin-transform-duplicate-keys': 7.27.1(@babel/core@7.28.4(supports-color@8.1.1))
+ '@babel/plugin-transform-duplicate-named-capturing-groups-regex': 7.27.1(@babel/core@7.28.4(supports-color@8.1.1))
+ '@babel/plugin-transform-dynamic-import': 7.27.1(@babel/core@7.28.4(supports-color@8.1.1))
+ '@babel/plugin-transform-explicit-resource-management': 7.28.0(@babel/core@7.28.4(supports-color@8.1.1))(supports-color@8.1.1)
+ '@babel/plugin-transform-exponentiation-operator': 7.27.1(@babel/core@7.28.4(supports-color@8.1.1))
+ '@babel/plugin-transform-export-namespace-from': 7.27.1(@babel/core@7.28.4(supports-color@8.1.1))
+ '@babel/plugin-transform-for-of': 7.27.1(@babel/core@7.28.4(supports-color@8.1.1))(supports-color@8.1.1)
+ '@babel/plugin-transform-function-name': 7.27.1(@babel/core@7.28.4(supports-color@8.1.1))(supports-color@8.1.1)
+ '@babel/plugin-transform-json-strings': 7.27.1(@babel/core@7.28.4(supports-color@8.1.1))
+ '@babel/plugin-transform-literals': 7.27.1(@babel/core@7.28.4(supports-color@8.1.1))
+ '@babel/plugin-transform-logical-assignment-operators': 7.27.1(@babel/core@7.28.4(supports-color@8.1.1))
+ '@babel/plugin-transform-member-expression-literals': 7.27.1(@babel/core@7.28.4(supports-color@8.1.1))
+ '@babel/plugin-transform-modules-amd': 7.27.1(@babel/core@7.28.4(supports-color@8.1.1))(supports-color@8.1.1)
+ '@babel/plugin-transform-modules-commonjs': 7.27.1(@babel/core@7.28.4(supports-color@8.1.1))(supports-color@8.1.1)
+ '@babel/plugin-transform-modules-systemjs': 7.27.1(@babel/core@7.28.4(supports-color@8.1.1))(supports-color@8.1.1)
+ '@babel/plugin-transform-modules-umd': 7.27.1(@babel/core@7.28.4(supports-color@8.1.1))(supports-color@8.1.1)
+ '@babel/plugin-transform-named-capturing-groups-regex': 7.27.1(@babel/core@7.28.4(supports-color@8.1.1))
+ '@babel/plugin-transform-new-target': 7.27.1(@babel/core@7.28.4(supports-color@8.1.1))
+ '@babel/plugin-transform-nullish-coalescing-operator': 7.27.1(@babel/core@7.28.4(supports-color@8.1.1))
+ '@babel/plugin-transform-numeric-separator': 7.27.1(@babel/core@7.28.4(supports-color@8.1.1))
+ '@babel/plugin-transform-object-rest-spread': 7.28.4(@babel/core@7.28.4(supports-color@8.1.1))(supports-color@8.1.1)
+ '@babel/plugin-transform-object-super': 7.27.1(@babel/core@7.28.4(supports-color@8.1.1))(supports-color@8.1.1)
+ '@babel/plugin-transform-optional-catch-binding': 7.27.1(@babel/core@7.28.4(supports-color@8.1.1))
+ '@babel/plugin-transform-optional-chaining': 7.27.1(@babel/core@7.28.4(supports-color@8.1.1))(supports-color@8.1.1)
+ '@babel/plugin-transform-parameters': 7.27.7(@babel/core@7.28.4(supports-color@8.1.1))
+ '@babel/plugin-transform-private-methods': 7.27.1(@babel/core@7.28.4(supports-color@8.1.1))(supports-color@8.1.1)
+ '@babel/plugin-transform-private-property-in-object': 7.27.1(@babel/core@7.28.4(supports-color@8.1.1))(supports-color@8.1.1)
+ '@babel/plugin-transform-property-literals': 7.27.1(@babel/core@7.28.4(supports-color@8.1.1))
+ '@babel/plugin-transform-regenerator': 7.28.4(@babel/core@7.28.4(supports-color@8.1.1))
+ '@babel/plugin-transform-regexp-modifiers': 7.27.1(@babel/core@7.28.4(supports-color@8.1.1))
+ '@babel/plugin-transform-reserved-words': 7.27.1(@babel/core@7.28.4(supports-color@8.1.1))
+ '@babel/plugin-transform-shorthand-properties': 7.27.1(@babel/core@7.28.4(supports-color@8.1.1))
+ '@babel/plugin-transform-spread': 7.27.1(@babel/core@7.28.4(supports-color@8.1.1))(supports-color@8.1.1)
+ '@babel/plugin-transform-sticky-regex': 7.27.1(@babel/core@7.28.4(supports-color@8.1.1))
+ '@babel/plugin-transform-template-literals': 7.27.1(@babel/core@7.28.4(supports-color@8.1.1))
+ '@babel/plugin-transform-typeof-symbol': 7.27.1(@babel/core@7.28.4(supports-color@8.1.1))
+ '@babel/plugin-transform-unicode-escapes': 7.27.1(@babel/core@7.28.4(supports-color@8.1.1))
+ '@babel/plugin-transform-unicode-property-regex': 7.27.1(@babel/core@7.28.4(supports-color@8.1.1))
+ '@babel/plugin-transform-unicode-regex': 7.27.1(@babel/core@7.28.4(supports-color@8.1.1))
+ '@babel/plugin-transform-unicode-sets-regex': 7.27.1(@babel/core@7.28.4(supports-color@8.1.1))
+ '@babel/preset-modules': 0.1.6-no-external-plugins(@babel/core@7.28.4(supports-color@8.1.1))
+ babel-plugin-polyfill-corejs2: 0.4.14(@babel/core@7.28.4(supports-color@8.1.1))(supports-color@8.1.1)
+ babel-plugin-polyfill-corejs3: 0.13.0(@babel/core@7.28.4(supports-color@8.1.1))(supports-color@8.1.1)
+ babel-plugin-polyfill-regenerator: 0.6.5(@babel/core@7.28.4(supports-color@8.1.1))(supports-color@8.1.1)
core-js-compat: 3.45.1
semver: 6.3.1
transitivePeerDependencies:
- supports-color
- '@babel/preset-modules@0.1.6-no-external-plugins(@babel/core@7.28.4)':
+ '@babel/preset-modules@0.1.6-no-external-plugins(@babel/core@7.28.4(supports-color@8.1.1))':
dependencies:
- '@babel/core': 7.28.4
+ '@babel/core': 7.28.4(supports-color@8.1.1)
'@babel/helper-plugin-utils': 7.27.1
'@babel/types': 7.28.4
esutils: 2.0.3
@@ -5396,7 +5532,7 @@ snapshots:
'@babel/parser': 7.28.4
'@babel/types': 7.28.4
- '@babel/traverse@7.28.4':
+ '@babel/traverse@7.28.4(supports-color@8.1.1)':
dependencies:
'@babel/code-frame': 7.27.1
'@babel/generator': 7.28.3
@@ -5404,7 +5540,7 @@ snapshots:
'@babel/parser': 7.28.4
'@babel/template': 7.27.2
'@babel/types': 7.28.4
- debug: 4.4.3
+ debug: 4.4.3(supports-color@8.1.1)
transitivePeerDependencies:
- supports-color
@@ -5428,11 +5564,11 @@ snapshots:
'@dcloudio/types@3.4.21': {}
- '@dcloudio/uni-app-harmony@3.0.0-4070620250821001(postcss@8.5.6)(rollup@4.52.2)(vite@5.2.8(@types/node@24.5.2)(sass@1.64.2)(terser@5.44.0))(vue@3.4.21(typescript@5.9.2))':
+ '@dcloudio/uni-app-harmony@3.0.0-4070620250821001(postcss@8.5.6)(rollup@4.52.2)(supports-color@8.1.1)(vite@5.2.8(@types/node@24.5.2)(sass@1.102.0)(terser@5.44.0))(vue@3.4.21(typescript@5.9.2))':
dependencies:
- '@dcloudio/uni-app-uts': 3.0.0-4070620250821001(postcss@8.5.6)(rollup@4.52.2)(vue@3.4.21(typescript@5.9.2))
- '@dcloudio/uni-app-vite': 3.0.0-4070620250821001(postcss@8.5.6)(rollup@4.52.2)(vite@5.2.8(@types/node@24.5.2)(sass@1.64.2)(terser@5.44.0))(vue@3.4.21(typescript@5.9.2))
- debug: 4.4.3
+ '@dcloudio/uni-app-uts': 3.0.0-4070620250821001(postcss@8.5.6)(rollup@4.52.2)(supports-color@8.1.1)(vue@3.4.21(typescript@5.9.2))
+ '@dcloudio/uni-app-vite': 3.0.0-4070620250821001(postcss@8.5.6)(rollup@4.52.2)(supports-color@8.1.1)(vite@5.2.8(@types/node@24.5.2)(sass@1.102.0)(terser@5.44.0))(vue@3.4.21(typescript@5.9.2))
+ debug: 4.4.3(supports-color@8.1.1)
fs-extra: 10.1.0
licia: 1.48.0
postcss-selector-parser: 6.1.2
@@ -5446,12 +5582,12 @@ snapshots:
- vite
- vue
- '@dcloudio/uni-app-plus@3.0.0-4070620250821001(postcss@8.5.6)(rollup@4.52.2)(vite@5.2.8(@types/node@24.5.2)(sass@1.64.2)(terser@5.44.0))(vue@3.4.21(typescript@5.9.2))':
+ '@dcloudio/uni-app-plus@3.0.0-4070620250821001(postcss@8.5.6)(rollup@4.52.2)(supports-color@8.1.1)(vite@5.2.8(@types/node@24.5.2)(sass@1.102.0)(terser@5.44.0))(vue@3.4.21(typescript@5.9.2))':
dependencies:
- '@dcloudio/uni-app-uts': 3.0.0-4070620250821001(postcss@8.5.6)(rollup@4.52.2)(vue@3.4.21(typescript@5.9.2))
- '@dcloudio/uni-app-vite': 3.0.0-4070620250821001(postcss@8.5.6)(rollup@4.52.2)(vite@5.2.8(@types/node@24.5.2)(sass@1.64.2)(terser@5.44.0))(vue@3.4.21(typescript@5.9.2))
+ '@dcloudio/uni-app-uts': 3.0.0-4070620250821001(postcss@8.5.6)(rollup@4.52.2)(supports-color@8.1.1)(vue@3.4.21(typescript@5.9.2))
+ '@dcloudio/uni-app-vite': 3.0.0-4070620250821001(postcss@8.5.6)(rollup@4.52.2)(supports-color@8.1.1)(vite@5.2.8(@types/node@24.5.2)(sass@1.102.0)(terser@5.44.0))(vue@3.4.21(typescript@5.9.2))
'@dcloudio/uni-app-vue': 3.0.0-4070620250821001
- debug: 4.4.3
+ debug: 4.4.3(supports-color@8.1.1)
fs-extra: 10.1.0
licia: 1.48.0
postcss-selector-parser: 6.1.2
@@ -5465,12 +5601,12 @@ snapshots:
- vite
- vue
- '@dcloudio/uni-app-uts@3.0.0-4070620250821001(postcss@8.5.6)(rollup@4.52.2)(vue@3.4.21(typescript@5.9.2))':
+ '@dcloudio/uni-app-uts@3.0.0-4070620250821001(postcss@8.5.6)(rollup@4.52.2)(supports-color@8.1.1)(vue@3.4.21(typescript@5.9.2))':
dependencies:
'@babel/parser': 7.28.4
'@babel/types': 7.28.4
- '@dcloudio/uni-cli-shared': 3.0.0-4070620250821001(postcss@8.5.6)(rollup@4.52.2)(vue@3.4.21(typescript@5.9.2))
- '@dcloudio/uni-console': 3.0.0-4070620250821001(postcss@8.5.6)(rollup@4.52.2)(vue@3.4.21(typescript@5.9.2))
+ '@dcloudio/uni-cli-shared': 3.0.0-4070620250821001(postcss@8.5.6)(rollup@4.52.2)(supports-color@8.1.1)(vue@3.4.21(typescript@5.9.2))
+ '@dcloudio/uni-console': 3.0.0-4070620250821001(postcss@8.5.6)(rollup@4.52.2)(supports-color@8.1.1)(vue@3.4.21(typescript@5.9.2))
'@dcloudio/uni-i18n': 3.0.0-4070620250821001
'@dcloudio/uni-nvue-styler': 3.0.0-4070620250821001
'@dcloudio/uni-shared': 3.0.0-4070620250821001
@@ -5482,7 +5618,7 @@ snapshots:
'@vue/compiler-sfc': 3.4.21
'@vue/consolidate': 1.0.0
'@vue/shared': 3.4.21
- debug: 4.4.3
+ debug: 4.4.3(supports-color@8.1.1)
es-module-lexer: 1.7.0
estree-walker: 2.0.2
fast-glob: 3.3.3
@@ -5500,17 +5636,17 @@ snapshots:
- ts-node
- vue
- '@dcloudio/uni-app-vite@3.0.0-4070620250821001(postcss@8.5.6)(rollup@4.52.2)(vite@5.2.8(@types/node@24.5.2)(sass@1.64.2)(terser@5.44.0))(vue@3.4.21(typescript@5.9.2))':
+ '@dcloudio/uni-app-vite@3.0.0-4070620250821001(postcss@8.5.6)(rollup@4.52.2)(supports-color@8.1.1)(vite@5.2.8(@types/node@24.5.2)(sass@1.102.0)(terser@5.44.0))(vue@3.4.21(typescript@5.9.2))':
dependencies:
- '@dcloudio/uni-cli-shared': 3.0.0-4070620250821001(postcss@8.5.6)(rollup@4.52.2)(vue@3.4.21(typescript@5.9.2))
+ '@dcloudio/uni-cli-shared': 3.0.0-4070620250821001(postcss@8.5.6)(rollup@4.52.2)(supports-color@8.1.1)(vue@3.4.21(typescript@5.9.2))
'@dcloudio/uni-i18n': 3.0.0-4070620250821001
'@dcloudio/uni-nvue-styler': 3.0.0-4070620250821001
'@dcloudio/uni-shared': 3.0.0-4070620250821001
'@rollup/pluginutils': 5.3.0(rollup@4.52.2)
- '@vitejs/plugin-vue': 5.1.0(vite@5.2.8(@types/node@24.5.2)(sass@1.64.2)(terser@5.44.0))(vue@3.4.21(typescript@5.9.2))
+ '@vitejs/plugin-vue': 5.1.0(vite@5.2.8(@types/node@24.5.2)(sass@1.102.0)(terser@5.44.0))(vue@3.4.21(typescript@5.9.2))
'@vue/compiler-dom': 3.4.21
'@vue/compiler-sfc': 3.4.21
- debug: 4.4.3
+ debug: 4.4.3(supports-color@8.1.1)
fs-extra: 10.1.0
picocolors: 1.1.1
transitivePeerDependencies:
@@ -5525,16 +5661,16 @@ snapshots:
'@dcloudio/uni-app-vue@3.0.0-4070620250821001': {}
- '@dcloudio/uni-app@3.0.0-4070620250821001(@dcloudio/types@3.4.21)(postcss@8.5.6)(rollup@4.52.2)(vue@3.4.21(typescript@5.9.2))':
+ '@dcloudio/uni-app@3.0.0-4070620250821001(@dcloudio/types@3.4.21)(postcss@8.5.6)(rollup@4.52.2)(supports-color@8.1.1)(vue@3.4.21(typescript@5.9.2))':
dependencies:
'@dcloudio/types': 3.4.21
- '@dcloudio/uni-cloud': 3.0.0-4070620250821001(postcss@8.5.6)(rollup@4.52.2)(vue@3.4.21(typescript@5.9.2))
- '@dcloudio/uni-components': 3.0.0-4070620250821001(postcss@8.5.6)(rollup@4.52.2)(vue@3.4.21(typescript@5.9.2))
- '@dcloudio/uni-console': 3.0.0-4070620250821001(postcss@8.5.6)(rollup@4.52.2)(vue@3.4.21(typescript@5.9.2))
+ '@dcloudio/uni-cloud': 3.0.0-4070620250821001(postcss@8.5.6)(rollup@4.52.2)(supports-color@8.1.1)(vue@3.4.21(typescript@5.9.2))
+ '@dcloudio/uni-components': 3.0.0-4070620250821001(postcss@8.5.6)(rollup@4.52.2)(supports-color@8.1.1)(vue@3.4.21(typescript@5.9.2))
+ '@dcloudio/uni-console': 3.0.0-4070620250821001(postcss@8.5.6)(rollup@4.52.2)(supports-color@8.1.1)(vue@3.4.21(typescript@5.9.2))
'@dcloudio/uni-i18n': 3.0.0-4070620250821001
- '@dcloudio/uni-push': 3.0.0-4070620250821001(postcss@8.5.6)(rollup@4.52.2)(vue@3.4.21(typescript@5.9.2))
+ '@dcloudio/uni-push': 3.0.0-4070620250821001(postcss@8.5.6)(rollup@4.52.2)(supports-color@8.1.1)(vue@3.4.21(typescript@5.9.2))
'@dcloudio/uni-shared': 3.0.0-4070620250821001
- '@dcloudio/uni-stat': 3.0.0-4070620250821001(postcss@8.5.6)(rollup@4.52.2)(vue@3.4.21(typescript@5.9.2))
+ '@dcloudio/uni-stat': 3.0.0-4070620250821001(postcss@8.5.6)(rollup@4.52.2)(supports-color@8.1.1)(vue@3.4.21(typescript@5.9.2))
'@vue/shared': 3.4.21
transitivePeerDependencies:
- '@nuxt/kit'
@@ -5545,15 +5681,15 @@ snapshots:
- ts-node
- vue
- '@dcloudio/uni-automator@3.0.0-4070620250821001(jest-environment-node@27.5.1)(jest@27.0.4)(postcss@8.5.6)(rollup@4.52.2)(vue@3.4.21(typescript@5.9.2))':
+ '@dcloudio/uni-automator@3.0.0-4070620250821001(jest-environment-node@27.5.1)(jest@27.0.4(supports-color@8.1.1))(postcss@8.5.6)(rollup@4.52.2)(supports-color@8.1.1)(vue@3.4.21(typescript@5.9.2))':
dependencies:
- '@dcloudio/uni-cli-shared': 3.0.0-4070620250821001(postcss@8.5.6)(rollup@4.52.2)(vue@3.4.21(typescript@5.9.2))
+ '@dcloudio/uni-cli-shared': 3.0.0-4070620250821001(postcss@8.5.6)(rollup@4.52.2)(supports-color@8.1.1)(vue@3.4.21(typescript@5.9.2))
address: 1.2.2
cross-env: 7.0.3
- debug: 4.4.3
+ debug: 4.4.3(supports-color@8.1.1)
default-gateway: 6.0.3
fs-extra: 10.1.0
- jest: 27.0.4
+ jest: 27.0.4(supports-color@8.1.1)
jest-environment-node: 27.5.1
jsonc-parser: 3.3.1
licia: 1.48.0
@@ -5572,11 +5708,11 @@ snapshots:
- utf-8-validate
- vue
- '@dcloudio/uni-cli-shared@3.0.0-4070620250821001(postcss@8.5.6)(rollup@4.52.2)(vue@3.4.21(typescript@5.9.2))':
+ '@dcloudio/uni-cli-shared@3.0.0-4070620250821001(postcss@8.5.6)(rollup@4.52.2)(supports-color@8.1.1)(vue@3.4.21(typescript@5.9.2))':
dependencies:
'@ampproject/remapping': 2.3.0
'@babel/code-frame': 7.27.1
- '@babel/core': 7.28.4
+ '@babel/core': 7.28.4(supports-color@8.1.1)
'@babel/parser': 7.28.4
'@babel/types': 7.28.4
'@dcloudio/uni-i18n': 3.0.0-4070620250821001
@@ -5596,7 +5732,7 @@ snapshots:
base64url: 3.0.1
chokidar: 3.6.0
compare-versions: 3.6.0
- debug: 4.4.3
+ debug: 4.4.3(supports-color@8.1.1)
entities: 4.5.0
es-module-lexer: 1.7.0
esbuild: 0.20.2
@@ -5632,9 +5768,9 @@ snapshots:
- ts-node
- vue
- '@dcloudio/uni-cloud@3.0.0-4070620250821001(postcss@8.5.6)(rollup@4.52.2)(vue@3.4.21(typescript@5.9.2))':
+ '@dcloudio/uni-cloud@3.0.0-4070620250821001(postcss@8.5.6)(rollup@4.52.2)(supports-color@8.1.1)(vue@3.4.21(typescript@5.9.2))':
dependencies:
- '@dcloudio/uni-cli-shared': 3.0.0-4070620250821001(postcss@8.5.6)(rollup@4.52.2)(vue@3.4.21(typescript@5.9.2))
+ '@dcloudio/uni-cli-shared': 3.0.0-4070620250821001(postcss@8.5.6)(rollup@4.52.2)(supports-color@8.1.1)(vue@3.4.21(typescript@5.9.2))
'@dcloudio/uni-i18n': 3.0.0-4070620250821001
'@dcloudio/uni-shared': 3.0.0-4070620250821001
'@vue/shared': 3.4.21
@@ -5648,10 +5784,10 @@ snapshots:
- ts-node
- vue
- '@dcloudio/uni-components@3.0.0-4070620250821001(postcss@8.5.6)(rollup@4.52.2)(vue@3.4.21(typescript@5.9.2))':
+ '@dcloudio/uni-components@3.0.0-4070620250821001(postcss@8.5.6)(rollup@4.52.2)(supports-color@8.1.1)(vue@3.4.21(typescript@5.9.2))':
dependencies:
- '@dcloudio/uni-cloud': 3.0.0-4070620250821001(postcss@8.5.6)(rollup@4.52.2)(vue@3.4.21(typescript@5.9.2))
- '@dcloudio/uni-h5': 3.0.0-4070620250821001(postcss@8.5.6)(rollup@4.52.2)(vue@3.4.21(typescript@5.9.2))
+ '@dcloudio/uni-cloud': 3.0.0-4070620250821001(postcss@8.5.6)(rollup@4.52.2)(supports-color@8.1.1)(vue@3.4.21(typescript@5.9.2))
+ '@dcloudio/uni-h5': 3.0.0-4070620250821001(postcss@8.5.6)(rollup@4.52.2)(supports-color@8.1.1)(vue@3.4.21(typescript@5.9.2))
'@dcloudio/uni-i18n': 3.0.0-4070620250821001
transitivePeerDependencies:
- '@nuxt/kit'
@@ -5662,9 +5798,9 @@ snapshots:
- ts-node
- vue
- '@dcloudio/uni-console@3.0.0-4070620250821001(postcss@8.5.6)(rollup@4.52.2)(vue@3.4.21(typescript@5.9.2))':
+ '@dcloudio/uni-console@3.0.0-4070620250821001(postcss@8.5.6)(rollup@4.52.2)(supports-color@8.1.1)(vue@3.4.21(typescript@5.9.2))':
dependencies:
- '@dcloudio/uni-cli-shared': 3.0.0-4070620250821001(postcss@8.5.6)(rollup@4.52.2)(vue@3.4.21(typescript@5.9.2))
+ '@dcloudio/uni-cli-shared': 3.0.0-4070620250821001(postcss@8.5.6)(rollup@4.52.2)(supports-color@8.1.1)(vue@3.4.21(typescript@5.9.2))
fs-extra: 10.1.0
transitivePeerDependencies:
- '@nuxt/kit'
@@ -5675,16 +5811,16 @@ snapshots:
- ts-node
- vue
- '@dcloudio/uni-h5-vite@3.0.0-4070620250821001(postcss@8.5.6)(rollup@4.52.2)(vue@3.4.21(typescript@5.9.2))':
+ '@dcloudio/uni-h5-vite@3.0.0-4070620250821001(postcss@8.5.6)(rollup@4.52.2)(supports-color@8.1.1)(vue@3.4.21(typescript@5.9.2))':
dependencies:
- '@dcloudio/uni-cli-shared': 3.0.0-4070620250821001(postcss@8.5.6)(rollup@4.52.2)(vue@3.4.21(typescript@5.9.2))
+ '@dcloudio/uni-cli-shared': 3.0.0-4070620250821001(postcss@8.5.6)(rollup@4.52.2)(supports-color@8.1.1)(vue@3.4.21(typescript@5.9.2))
'@dcloudio/uni-shared': 3.0.0-4070620250821001
'@rollup/pluginutils': 5.3.0(rollup@4.52.2)
'@vue/compiler-dom': 3.4.21
'@vue/compiler-sfc': 3.4.21
'@vue/server-renderer': 3.4.21(vue@3.4.21(typescript@5.9.2))
'@vue/shared': 3.4.21
- debug: 4.4.3
+ debug: 4.4.3(supports-color@8.1.1)
fs-extra: 10.1.0
mime: 3.0.0
module-alias: 2.2.3
@@ -5704,15 +5840,15 @@ snapshots:
transitivePeerDependencies:
- vue
- '@dcloudio/uni-h5@3.0.0-4070620250821001(postcss@8.5.6)(rollup@4.52.2)(vue@3.4.21(typescript@5.9.2))':
+ '@dcloudio/uni-h5@3.0.0-4070620250821001(postcss@8.5.6)(rollup@4.52.2)(supports-color@8.1.1)(vue@3.4.21(typescript@5.9.2))':
dependencies:
- '@dcloudio/uni-h5-vite': 3.0.0-4070620250821001(postcss@8.5.6)(rollup@4.52.2)(vue@3.4.21(typescript@5.9.2))
+ '@dcloudio/uni-h5-vite': 3.0.0-4070620250821001(postcss@8.5.6)(rollup@4.52.2)(supports-color@8.1.1)(vue@3.4.21(typescript@5.9.2))
'@dcloudio/uni-h5-vue': 3.0.0-4070620250821001(vue@3.4.21(typescript@5.9.2))
'@dcloudio/uni-i18n': 3.0.0-4070620250821001
'@dcloudio/uni-shared': 3.0.0-4070620250821001
'@vue/server-renderer': 3.4.21(vue@3.4.21(typescript@5.9.2))
'@vue/shared': 3.4.21
- debug: 4.4.3
+ debug: 4.4.3(supports-color@8.1.1)
localstorage-polyfill: 1.0.1
postcss-selector-parser: 6.1.2
safe-area-insets: 1.4.1
@@ -5729,10 +5865,10 @@ snapshots:
'@dcloudio/uni-i18n@3.0.0-4070620250821001': {}
- '@dcloudio/uni-mp-alipay@3.0.0-4070620250821001(postcss@8.5.6)(rollup@4.52.2)(vue@3.4.21(typescript@5.9.2))':
+ '@dcloudio/uni-mp-alipay@3.0.0-4070620250821001(postcss@8.5.6)(rollup@4.52.2)(supports-color@8.1.1)(vue@3.4.21(typescript@5.9.2))':
dependencies:
- '@dcloudio/uni-cli-shared': 3.0.0-4070620250821001(postcss@8.5.6)(rollup@4.52.2)(vue@3.4.21(typescript@5.9.2))
- '@dcloudio/uni-mp-vite': 3.0.0-4070620250821001(postcss@8.5.6)(rollup@4.52.2)(vue@3.4.21(typescript@5.9.2))
+ '@dcloudio/uni-cli-shared': 3.0.0-4070620250821001(postcss@8.5.6)(rollup@4.52.2)(supports-color@8.1.1)(vue@3.4.21(typescript@5.9.2))
+ '@dcloudio/uni-mp-vite': 3.0.0-4070620250821001(postcss@8.5.6)(rollup@4.52.2)(supports-color@8.1.1)(vue@3.4.21(typescript@5.9.2))
'@dcloudio/uni-mp-vue': 3.0.0-4070620250821001
'@dcloudio/uni-shared': 3.0.0-4070620250821001
'@vue/compiler-core': 3.4.21
@@ -5746,18 +5882,18 @@ snapshots:
- ts-node
- vue
- '@dcloudio/uni-mp-baidu@3.0.0-4070620250821001(@dcloudio/types@3.4.21)(postcss@8.5.6)(rollup@4.52.2)(vue@3.4.21(typescript@5.9.2))':
+ '@dcloudio/uni-mp-baidu@3.0.0-4070620250821001(@dcloudio/types@3.4.21)(debug@4.4.3(supports-color@8.1.1))(postcss@8.5.6)(rollup@4.52.2)(supports-color@8.1.1)(vue@3.4.21(typescript@5.9.2))':
dependencies:
- '@dcloudio/uni-app': 3.0.0-4070620250821001(@dcloudio/types@3.4.21)(postcss@8.5.6)(rollup@4.52.2)(vue@3.4.21(typescript@5.9.2))
- '@dcloudio/uni-cli-shared': 3.0.0-4070620250821001(postcss@8.5.6)(rollup@4.52.2)(vue@3.4.21(typescript@5.9.2))
- '@dcloudio/uni-mp-compiler': 3.0.0-4070620250821001(postcss@8.5.6)(rollup@4.52.2)(vue@3.4.21(typescript@5.9.2))
- '@dcloudio/uni-mp-vite': 3.0.0-4070620250821001(postcss@8.5.6)(rollup@4.52.2)(vue@3.4.21(typescript@5.9.2))
+ '@dcloudio/uni-app': 3.0.0-4070620250821001(@dcloudio/types@3.4.21)(postcss@8.5.6)(rollup@4.52.2)(supports-color@8.1.1)(vue@3.4.21(typescript@5.9.2))
+ '@dcloudio/uni-cli-shared': 3.0.0-4070620250821001(postcss@8.5.6)(rollup@4.52.2)(supports-color@8.1.1)(vue@3.4.21(typescript@5.9.2))
+ '@dcloudio/uni-mp-compiler': 3.0.0-4070620250821001(postcss@8.5.6)(rollup@4.52.2)(supports-color@8.1.1)(vue@3.4.21(typescript@5.9.2))
+ '@dcloudio/uni-mp-vite': 3.0.0-4070620250821001(postcss@8.5.6)(rollup@4.52.2)(supports-color@8.1.1)(vue@3.4.21(typescript@5.9.2))
'@dcloudio/uni-mp-vue': 3.0.0-4070620250821001
- '@dcloudio/uni-mp-weixin': 3.0.0-4070620250821001(postcss@8.5.6)(rollup@4.52.2)(vue@3.4.21(typescript@5.9.2))
+ '@dcloudio/uni-mp-weixin': 3.0.0-4070620250821001(debug@4.4.3(supports-color@8.1.1))(postcss@8.5.6)(rollup@4.52.2)(supports-color@8.1.1)(vue@3.4.21(typescript@5.9.2))
'@dcloudio/uni-shared': 3.0.0-4070620250821001
'@vue/compiler-core': 3.4.21
'@vue/shared': 3.4.21
- jimp: 0.10.3
+ jimp: 0.10.3(debug@4.4.3(supports-color@8.1.1))
licia: 1.48.0
qrcode-reader: 1.0.4
qrcode-terminal: 0.12.0
@@ -5775,12 +5911,12 @@ snapshots:
- utf-8-validate
- vue
- '@dcloudio/uni-mp-compiler@3.0.0-4070620250821001(postcss@8.5.6)(rollup@4.52.2)(vue@3.4.21(typescript@5.9.2))':
+ '@dcloudio/uni-mp-compiler@3.0.0-4070620250821001(postcss@8.5.6)(rollup@4.52.2)(supports-color@8.1.1)(vue@3.4.21(typescript@5.9.2))':
dependencies:
'@babel/generator': 7.28.3
'@babel/parser': 7.28.4
'@babel/types': 7.28.4
- '@dcloudio/uni-cli-shared': 3.0.0-4070620250821001(postcss@8.5.6)(rollup@4.52.2)(vue@3.4.21(typescript@5.9.2))
+ '@dcloudio/uni-cli-shared': 3.0.0-4070620250821001(postcss@8.5.6)(rollup@4.52.2)(supports-color@8.1.1)(vue@3.4.21(typescript@5.9.2))
'@dcloudio/uni-shared': 3.0.0-4070620250821001
'@vue/compiler-core': 3.4.21
'@vue/compiler-dom': 3.4.21
@@ -5795,13 +5931,13 @@ snapshots:
- ts-node
- vue
- '@dcloudio/uni-mp-harmony@3.0.0-4070620250821001(postcss@8.5.6)(rollup@4.52.2)(vue@3.4.21(typescript@5.9.2))':
+ '@dcloudio/uni-mp-harmony@3.0.0-4070620250821001(postcss@8.5.6)(rollup@4.52.2)(supports-color@8.1.1)(vue@3.4.21(typescript@5.9.2))':
dependencies:
- '@dcloudio/uni-cli-shared': 3.0.0-4070620250821001(postcss@8.5.6)(rollup@4.52.2)(vue@3.4.21(typescript@5.9.2))
- '@dcloudio/uni-mp-toutiao': 3.0.0-4070620250821001(postcss@8.5.6)(rollup@4.52.2)(vue@3.4.21(typescript@5.9.2))
- '@dcloudio/uni-mp-vite': 3.0.0-4070620250821001(postcss@8.5.6)(rollup@4.52.2)(vue@3.4.21(typescript@5.9.2))
+ '@dcloudio/uni-cli-shared': 3.0.0-4070620250821001(postcss@8.5.6)(rollup@4.52.2)(supports-color@8.1.1)(vue@3.4.21(typescript@5.9.2))
+ '@dcloudio/uni-mp-toutiao': 3.0.0-4070620250821001(postcss@8.5.6)(rollup@4.52.2)(supports-color@8.1.1)(vue@3.4.21(typescript@5.9.2))
+ '@dcloudio/uni-mp-vite': 3.0.0-4070620250821001(postcss@8.5.6)(rollup@4.52.2)(supports-color@8.1.1)(vue@3.4.21(typescript@5.9.2))
'@dcloudio/uni-mp-vue': 3.0.0-4070620250821001
- '@dcloudio/uni-quickapp-webview': 3.0.0-4070620250821001(postcss@8.5.6)(rollup@4.52.2)(vue@3.4.21(typescript@5.9.2))
+ '@dcloudio/uni-quickapp-webview': 3.0.0-4070620250821001(postcss@8.5.6)(rollup@4.52.2)(supports-color@8.1.1)(vue@3.4.21(typescript@5.9.2))
'@dcloudio/uni-shared': 3.0.0-4070620250821001
'@vue/shared': 3.4.21
transitivePeerDependencies:
@@ -5813,11 +5949,11 @@ snapshots:
- ts-node
- vue
- '@dcloudio/uni-mp-jd@3.0.0-4070620250821001(postcss@8.5.6)(rollup@4.52.2)(vue@3.4.21(typescript@5.9.2))':
+ '@dcloudio/uni-mp-jd@3.0.0-4070620250821001(postcss@8.5.6)(rollup@4.52.2)(supports-color@8.1.1)(vue@3.4.21(typescript@5.9.2))':
dependencies:
- '@dcloudio/uni-cli-shared': 3.0.0-4070620250821001(postcss@8.5.6)(rollup@4.52.2)(vue@3.4.21(typescript@5.9.2))
- '@dcloudio/uni-mp-compiler': 3.0.0-4070620250821001(postcss@8.5.6)(rollup@4.52.2)(vue@3.4.21(typescript@5.9.2))
- '@dcloudio/uni-mp-vite': 3.0.0-4070620250821001(postcss@8.5.6)(rollup@4.52.2)(vue@3.4.21(typescript@5.9.2))
+ '@dcloudio/uni-cli-shared': 3.0.0-4070620250821001(postcss@8.5.6)(rollup@4.52.2)(supports-color@8.1.1)(vue@3.4.21(typescript@5.9.2))
+ '@dcloudio/uni-mp-compiler': 3.0.0-4070620250821001(postcss@8.5.6)(rollup@4.52.2)(supports-color@8.1.1)(vue@3.4.21(typescript@5.9.2))
+ '@dcloudio/uni-mp-vite': 3.0.0-4070620250821001(postcss@8.5.6)(rollup@4.52.2)(supports-color@8.1.1)(vue@3.4.21(typescript@5.9.2))
'@dcloudio/uni-mp-vue': 3.0.0-4070620250821001
'@dcloudio/uni-shared': 3.0.0-4070620250821001
'@vue/shared': 3.4.21
@@ -5830,13 +5966,13 @@ snapshots:
- ts-node
- vue
- '@dcloudio/uni-mp-kuaishou@3.0.0-4070620250821001(postcss@8.5.6)(rollup@4.52.2)(vue@3.4.21(typescript@5.9.2))':
+ '@dcloudio/uni-mp-kuaishou@3.0.0-4070620250821001(debug@4.4.3(supports-color@8.1.1))(postcss@8.5.6)(rollup@4.52.2)(supports-color@8.1.1)(vue@3.4.21(typescript@5.9.2))':
dependencies:
- '@dcloudio/uni-cli-shared': 3.0.0-4070620250821001(postcss@8.5.6)(rollup@4.52.2)(vue@3.4.21(typescript@5.9.2))
- '@dcloudio/uni-mp-compiler': 3.0.0-4070620250821001(postcss@8.5.6)(rollup@4.52.2)(vue@3.4.21(typescript@5.9.2))
- '@dcloudio/uni-mp-vite': 3.0.0-4070620250821001(postcss@8.5.6)(rollup@4.52.2)(vue@3.4.21(typescript@5.9.2))
+ '@dcloudio/uni-cli-shared': 3.0.0-4070620250821001(postcss@8.5.6)(rollup@4.52.2)(supports-color@8.1.1)(vue@3.4.21(typescript@5.9.2))
+ '@dcloudio/uni-mp-compiler': 3.0.0-4070620250821001(postcss@8.5.6)(rollup@4.52.2)(supports-color@8.1.1)(vue@3.4.21(typescript@5.9.2))
+ '@dcloudio/uni-mp-vite': 3.0.0-4070620250821001(postcss@8.5.6)(rollup@4.52.2)(supports-color@8.1.1)(vue@3.4.21(typescript@5.9.2))
'@dcloudio/uni-mp-vue': 3.0.0-4070620250821001
- '@dcloudio/uni-mp-weixin': 3.0.0-4070620250821001(postcss@8.5.6)(rollup@4.52.2)(vue@3.4.21(typescript@5.9.2))
+ '@dcloudio/uni-mp-weixin': 3.0.0-4070620250821001(debug@4.4.3(supports-color@8.1.1))(postcss@8.5.6)(rollup@4.52.2)(supports-color@8.1.1)(vue@3.4.21(typescript@5.9.2))
'@dcloudio/uni-shared': 3.0.0-4070620250821001
'@vue/compiler-core': 3.4.21
'@vue/shared': 3.4.21
@@ -5852,12 +5988,12 @@ snapshots:
- utf-8-validate
- vue
- '@dcloudio/uni-mp-lark@3.0.0-4070620250821001(postcss@8.5.6)(rollup@4.52.2)(vue@3.4.21(typescript@5.9.2))':
+ '@dcloudio/uni-mp-lark@3.0.0-4070620250821001(postcss@8.5.6)(rollup@4.52.2)(supports-color@8.1.1)(vue@3.4.21(typescript@5.9.2))':
dependencies:
- '@dcloudio/uni-cli-shared': 3.0.0-4070620250821001(postcss@8.5.6)(rollup@4.52.2)(vue@3.4.21(typescript@5.9.2))
- '@dcloudio/uni-mp-compiler': 3.0.0-4070620250821001(postcss@8.5.6)(rollup@4.52.2)(vue@3.4.21(typescript@5.9.2))
- '@dcloudio/uni-mp-toutiao': 3.0.0-4070620250821001(postcss@8.5.6)(rollup@4.52.2)(vue@3.4.21(typescript@5.9.2))
- '@dcloudio/uni-mp-vite': 3.0.0-4070620250821001(postcss@8.5.6)(rollup@4.52.2)(vue@3.4.21(typescript@5.9.2))
+ '@dcloudio/uni-cli-shared': 3.0.0-4070620250821001(postcss@8.5.6)(rollup@4.52.2)(supports-color@8.1.1)(vue@3.4.21(typescript@5.9.2))
+ '@dcloudio/uni-mp-compiler': 3.0.0-4070620250821001(postcss@8.5.6)(rollup@4.52.2)(supports-color@8.1.1)(vue@3.4.21(typescript@5.9.2))
+ '@dcloudio/uni-mp-toutiao': 3.0.0-4070620250821001(postcss@8.5.6)(rollup@4.52.2)(supports-color@8.1.1)(vue@3.4.21(typescript@5.9.2))
+ '@dcloudio/uni-mp-vite': 3.0.0-4070620250821001(postcss@8.5.6)(rollup@4.52.2)(supports-color@8.1.1)(vue@3.4.21(typescript@5.9.2))
'@dcloudio/uni-mp-vue': 3.0.0-4070620250821001
'@dcloudio/uni-shared': 3.0.0-4070620250821001
'@vue/compiler-core': 3.4.21
@@ -5871,10 +6007,10 @@ snapshots:
- ts-node
- vue
- '@dcloudio/uni-mp-qq@3.0.0-4070620250821001(postcss@8.5.6)(rollup@4.52.2)(vue@3.4.21(typescript@5.9.2))':
+ '@dcloudio/uni-mp-qq@3.0.0-4070620250821001(postcss@8.5.6)(rollup@4.52.2)(supports-color@8.1.1)(vue@3.4.21(typescript@5.9.2))':
dependencies:
- '@dcloudio/uni-cli-shared': 3.0.0-4070620250821001(postcss@8.5.6)(rollup@4.52.2)(vue@3.4.21(typescript@5.9.2))
- '@dcloudio/uni-mp-vite': 3.0.0-4070620250821001(postcss@8.5.6)(rollup@4.52.2)(vue@3.4.21(typescript@5.9.2))
+ '@dcloudio/uni-cli-shared': 3.0.0-4070620250821001(postcss@8.5.6)(rollup@4.52.2)(supports-color@8.1.1)(vue@3.4.21(typescript@5.9.2))
+ '@dcloudio/uni-mp-vite': 3.0.0-4070620250821001(postcss@8.5.6)(rollup@4.52.2)(supports-color@8.1.1)(vue@3.4.21(typescript@5.9.2))
'@dcloudio/uni-mp-vue': 3.0.0-4070620250821001
'@dcloudio/uni-shared': 3.0.0-4070620250821001
'@vue/shared': 3.4.21
@@ -5888,11 +6024,11 @@ snapshots:
- ts-node
- vue
- '@dcloudio/uni-mp-toutiao@3.0.0-4070620250821001(postcss@8.5.6)(rollup@4.52.2)(vue@3.4.21(typescript@5.9.2))':
+ '@dcloudio/uni-mp-toutiao@3.0.0-4070620250821001(postcss@8.5.6)(rollup@4.52.2)(supports-color@8.1.1)(vue@3.4.21(typescript@5.9.2))':
dependencies:
- '@dcloudio/uni-cli-shared': 3.0.0-4070620250821001(postcss@8.5.6)(rollup@4.52.2)(vue@3.4.21(typescript@5.9.2))
- '@dcloudio/uni-mp-compiler': 3.0.0-4070620250821001(postcss@8.5.6)(rollup@4.52.2)(vue@3.4.21(typescript@5.9.2))
- '@dcloudio/uni-mp-vite': 3.0.0-4070620250821001(postcss@8.5.6)(rollup@4.52.2)(vue@3.4.21(typescript@5.9.2))
+ '@dcloudio/uni-cli-shared': 3.0.0-4070620250821001(postcss@8.5.6)(rollup@4.52.2)(supports-color@8.1.1)(vue@3.4.21(typescript@5.9.2))
+ '@dcloudio/uni-mp-compiler': 3.0.0-4070620250821001(postcss@8.5.6)(rollup@4.52.2)(supports-color@8.1.1)(vue@3.4.21(typescript@5.9.2))
+ '@dcloudio/uni-mp-vite': 3.0.0-4070620250821001(postcss@8.5.6)(rollup@4.52.2)(supports-color@8.1.1)(vue@3.4.21(typescript@5.9.2))
'@dcloudio/uni-mp-vue': 3.0.0-4070620250821001
'@dcloudio/uni-shared': 3.0.0-4070620250821001
'@vue/compiler-core': 3.4.21
@@ -5906,17 +6042,17 @@ snapshots:
- ts-node
- vue
- '@dcloudio/uni-mp-vite@3.0.0-4070620250821001(postcss@8.5.6)(rollup@4.52.2)(vue@3.4.21(typescript@5.9.2))':
+ '@dcloudio/uni-mp-vite@3.0.0-4070620250821001(postcss@8.5.6)(rollup@4.52.2)(supports-color@8.1.1)(vue@3.4.21(typescript@5.9.2))':
dependencies:
- '@dcloudio/uni-cli-shared': 3.0.0-4070620250821001(postcss@8.5.6)(rollup@4.52.2)(vue@3.4.21(typescript@5.9.2))
+ '@dcloudio/uni-cli-shared': 3.0.0-4070620250821001(postcss@8.5.6)(rollup@4.52.2)(supports-color@8.1.1)(vue@3.4.21(typescript@5.9.2))
'@dcloudio/uni-i18n': 3.0.0-4070620250821001
- '@dcloudio/uni-mp-compiler': 3.0.0-4070620250821001(postcss@8.5.6)(rollup@4.52.2)(vue@3.4.21(typescript@5.9.2))
+ '@dcloudio/uni-mp-compiler': 3.0.0-4070620250821001(postcss@8.5.6)(rollup@4.52.2)(supports-color@8.1.1)(vue@3.4.21(typescript@5.9.2))
'@dcloudio/uni-mp-vue': 3.0.0-4070620250821001
'@dcloudio/uni-shared': 3.0.0-4070620250821001
'@vue/compiler-dom': 3.4.21
'@vue/compiler-sfc': 3.4.21
'@vue/shared': 3.4.21
- debug: 4.4.3
+ debug: 4.4.3(supports-color@8.1.1)
transitivePeerDependencies:
- '@nuxt/kit'
- '@vueuse/core'
@@ -5931,14 +6067,14 @@ snapshots:
'@dcloudio/uni-shared': 3.0.0-4070620250821001
'@vue/shared': 3.4.21
- '@dcloudio/uni-mp-weixin@3.0.0-4070620250821001(postcss@8.5.6)(rollup@4.52.2)(vue@3.4.21(typescript@5.9.2))':
+ '@dcloudio/uni-mp-weixin@3.0.0-4070620250821001(debug@4.4.3(supports-color@8.1.1))(postcss@8.5.6)(rollup@4.52.2)(supports-color@8.1.1)(vue@3.4.21(typescript@5.9.2))':
dependencies:
- '@dcloudio/uni-cli-shared': 3.0.0-4070620250821001(postcss@8.5.6)(rollup@4.52.2)(vue@3.4.21(typescript@5.9.2))
- '@dcloudio/uni-mp-vite': 3.0.0-4070620250821001(postcss@8.5.6)(rollup@4.52.2)(vue@3.4.21(typescript@5.9.2))
+ '@dcloudio/uni-cli-shared': 3.0.0-4070620250821001(postcss@8.5.6)(rollup@4.52.2)(supports-color@8.1.1)(vue@3.4.21(typescript@5.9.2))
+ '@dcloudio/uni-mp-vite': 3.0.0-4070620250821001(postcss@8.5.6)(rollup@4.52.2)(supports-color@8.1.1)(vue@3.4.21(typescript@5.9.2))
'@dcloudio/uni-mp-vue': 3.0.0-4070620250821001
'@dcloudio/uni-shared': 3.0.0-4070620250821001
'@vue/shared': 3.4.21
- jimp: 0.10.3
+ jimp: 0.10.3(debug@4.4.3(supports-color@8.1.1))
licia: 1.48.0
qrcode-reader: 1.0.4
qrcode-terminal: 0.12.0
@@ -5955,11 +6091,11 @@ snapshots:
- utf-8-validate
- vue
- '@dcloudio/uni-mp-xhs@3.0.0-4070620250821001(postcss@8.5.6)(rollup@4.52.2)(vue@3.4.21(typescript@5.9.2))':
+ '@dcloudio/uni-mp-xhs@3.0.0-4070620250821001(postcss@8.5.6)(rollup@4.52.2)(supports-color@8.1.1)(vue@3.4.21(typescript@5.9.2))':
dependencies:
- '@dcloudio/uni-cli-shared': 3.0.0-4070620250821001(postcss@8.5.6)(rollup@4.52.2)(vue@3.4.21(typescript@5.9.2))
- '@dcloudio/uni-mp-compiler': 3.0.0-4070620250821001(postcss@8.5.6)(rollup@4.52.2)(vue@3.4.21(typescript@5.9.2))
- '@dcloudio/uni-mp-vite': 3.0.0-4070620250821001(postcss@8.5.6)(rollup@4.52.2)(vue@3.4.21(typescript@5.9.2))
+ '@dcloudio/uni-cli-shared': 3.0.0-4070620250821001(postcss@8.5.6)(rollup@4.52.2)(supports-color@8.1.1)(vue@3.4.21(typescript@5.9.2))
+ '@dcloudio/uni-mp-compiler': 3.0.0-4070620250821001(postcss@8.5.6)(rollup@4.52.2)(supports-color@8.1.1)(vue@3.4.21(typescript@5.9.2))
+ '@dcloudio/uni-mp-vite': 3.0.0-4070620250821001(postcss@8.5.6)(rollup@4.52.2)(supports-color@8.1.1)(vue@3.4.21(typescript@5.9.2))
'@dcloudio/uni-mp-vue': 3.0.0-4070620250821001
'@dcloudio/uni-shared': 3.0.0-4070620250821001
'@vue/shared': 3.4.21
@@ -5977,9 +6113,9 @@ snapshots:
parse-css-font: 4.0.0
postcss: 8.5.6
- '@dcloudio/uni-push@3.0.0-4070620250821001(postcss@8.5.6)(rollup@4.52.2)(vue@3.4.21(typescript@5.9.2))':
+ '@dcloudio/uni-push@3.0.0-4070620250821001(postcss@8.5.6)(rollup@4.52.2)(supports-color@8.1.1)(vue@3.4.21(typescript@5.9.2))':
dependencies:
- '@dcloudio/uni-cli-shared': 3.0.0-4070620250821001(postcss@8.5.6)(rollup@4.52.2)(vue@3.4.21(typescript@5.9.2))
+ '@dcloudio/uni-cli-shared': 3.0.0-4070620250821001(postcss@8.5.6)(rollup@4.52.2)(supports-color@8.1.1)(vue@3.4.21(typescript@5.9.2))
transitivePeerDependencies:
- '@nuxt/kit'
- '@vueuse/core'
@@ -5989,10 +6125,10 @@ snapshots:
- ts-node
- vue
- '@dcloudio/uni-quickapp-webview@3.0.0-4070620250821001(postcss@8.5.6)(rollup@4.52.2)(vue@3.4.21(typescript@5.9.2))':
+ '@dcloudio/uni-quickapp-webview@3.0.0-4070620250821001(postcss@8.5.6)(rollup@4.52.2)(supports-color@8.1.1)(vue@3.4.21(typescript@5.9.2))':
dependencies:
- '@dcloudio/uni-cli-shared': 3.0.0-4070620250821001(postcss@8.5.6)(rollup@4.52.2)(vue@3.4.21(typescript@5.9.2))
- '@dcloudio/uni-mp-vite': 3.0.0-4070620250821001(postcss@8.5.6)(rollup@4.52.2)(vue@3.4.21(typescript@5.9.2))
+ '@dcloudio/uni-cli-shared': 3.0.0-4070620250821001(postcss@8.5.6)(rollup@4.52.2)(supports-color@8.1.1)(vue@3.4.21(typescript@5.9.2))
+ '@dcloudio/uni-mp-vite': 3.0.0-4070620250821001(postcss@8.5.6)(rollup@4.52.2)(supports-color@8.1.1)(vue@3.4.21(typescript@5.9.2))
'@dcloudio/uni-mp-vue': 3.0.0-4070620250821001
'@dcloudio/uni-shared': 3.0.0-4070620250821001
'@vue/shared': 3.4.21
@@ -6011,11 +6147,11 @@ snapshots:
'@dcloudio/uni-stacktracey@3.0.0-4070620250821001': {}
- '@dcloudio/uni-stat@3.0.0-4070620250821001(postcss@8.5.6)(rollup@4.52.2)(vue@3.4.21(typescript@5.9.2))':
+ '@dcloudio/uni-stat@3.0.0-4070620250821001(postcss@8.5.6)(rollup@4.52.2)(supports-color@8.1.1)(vue@3.4.21(typescript@5.9.2))':
dependencies:
- '@dcloudio/uni-cli-shared': 3.0.0-4070620250821001(postcss@8.5.6)(rollup@4.52.2)(vue@3.4.21(typescript@5.9.2))
+ '@dcloudio/uni-cli-shared': 3.0.0-4070620250821001(postcss@8.5.6)(rollup@4.52.2)(supports-color@8.1.1)(vue@3.4.21(typescript@5.9.2))
'@dcloudio/uni-shared': 3.0.0-4070620250821001
- debug: 4.4.3
+ debug: 4.4.3(supports-color@8.1.1)
transitivePeerDependencies:
- '@nuxt/kit'
- '@vueuse/core'
@@ -6025,25 +6161,25 @@ snapshots:
- ts-node
- vue
- '@dcloudio/vite-plugin-uni@3.0.0-4070620250821001(postcss@8.5.6)(rollup@4.52.2)(vite@5.2.8(@types/node@24.5.2)(sass@1.64.2)(terser@5.44.0))(vue@3.4.21(typescript@5.9.2))':
+ '@dcloudio/vite-plugin-uni@3.0.0-4070620250821001(postcss@8.5.6)(rollup@4.52.2)(supports-color@8.1.1)(vite@5.2.8(@types/node@24.5.2)(sass@1.102.0)(terser@5.44.0))(vue@3.4.21(typescript@5.9.2))':
dependencies:
- '@babel/core': 7.28.4
- '@babel/plugin-syntax-import-meta': 7.10.4(@babel/core@7.28.4)
- '@babel/plugin-transform-typescript': 7.28.0(@babel/core@7.28.4)
- '@dcloudio/uni-cli-shared': 3.0.0-4070620250821001(postcss@8.5.6)(rollup@4.52.2)(vue@3.4.21(typescript@5.9.2))
+ '@babel/core': 7.28.4(supports-color@8.1.1)
+ '@babel/plugin-syntax-import-meta': 7.10.4(@babel/core@7.28.4(supports-color@8.1.1))
+ '@babel/plugin-transform-typescript': 7.28.0(@babel/core@7.28.4(supports-color@8.1.1))(supports-color@8.1.1)
+ '@dcloudio/uni-cli-shared': 3.0.0-4070620250821001(postcss@8.5.6)(rollup@4.52.2)(supports-color@8.1.1)(vue@3.4.21(typescript@5.9.2))
'@dcloudio/uni-shared': 3.0.0-4070620250821001
'@rollup/pluginutils': 5.3.0(rollup@4.52.2)
- '@vitejs/plugin-legacy': 5.3.2(terser@5.44.0)(vite@5.2.8(@types/node@24.5.2)(sass@1.64.2)(terser@5.44.0))
- '@vitejs/plugin-vue': 5.1.0(vite@5.2.8(@types/node@24.5.2)(sass@1.64.2)(terser@5.44.0))(vue@3.4.21(typescript@5.9.2))
- '@vitejs/plugin-vue-jsx': 3.1.0(vite@5.2.8(@types/node@24.5.2)(sass@1.64.2)(terser@5.44.0))(vue@3.4.21(typescript@5.9.2))
+ '@vitejs/plugin-legacy': 5.3.2(supports-color@8.1.1)(terser@5.44.0)(vite@5.2.8(@types/node@24.5.2)(sass@1.102.0)(terser@5.44.0))
+ '@vitejs/plugin-vue': 5.1.0(vite@5.2.8(@types/node@24.5.2)(sass@1.102.0)(terser@5.44.0))(vue@3.4.21(typescript@5.9.2))
+ '@vitejs/plugin-vue-jsx': 3.1.0(supports-color@8.1.1)(vite@5.2.8(@types/node@24.5.2)(sass@1.102.0)(terser@5.44.0))(vue@3.4.21(typescript@5.9.2))
'@vue/compiler-core': 3.4.21
'@vue/compiler-dom': 3.4.21
'@vue/compiler-sfc': 3.4.21
'@vue/shared': 3.4.21
cac: 6.7.9
- debug: 4.4.3
+ debug: 4.4.3(supports-color@8.1.1)
estree-walker: 2.0.2
- express: 4.21.2
+ express: 4.21.2(supports-color@8.1.1)
fast-glob: 3.3.3
fs-extra: 10.1.0
hash-sum: 2.0.0
@@ -6052,7 +6188,7 @@ snapshots:
picocolors: 1.1.1
terser: 5.44.0
unplugin-auto-import: 19.1.0
- vite: 5.2.8(@types/node@24.5.2)(sass@1.64.2)(terser@5.44.0)
+ vite: 5.2.8(@types/node@24.5.2)(sass@1.102.0)(terser@5.44.0)
transitivePeerDependencies:
- '@nuxt/kit'
- '@vueuse/core'
@@ -6147,29 +6283,29 @@ snapshots:
'@esbuild/win32-x64@0.20.2':
optional: true
- '@eslint-community/eslint-plugin-eslint-comments@4.5.0(eslint@9.36.0)':
+ '@eslint-community/eslint-plugin-eslint-comments@4.5.0(eslint@9.36.0(supports-color@8.1.1))':
dependencies:
escape-string-regexp: 4.0.0
- eslint: 9.36.0
+ eslint: 9.36.0(supports-color@8.1.1)
ignore: 5.3.2
- '@eslint-community/eslint-utils@4.9.0(eslint@9.36.0)':
+ '@eslint-community/eslint-utils@4.9.0(eslint@9.36.0(supports-color@8.1.1))':
dependencies:
- eslint: 9.36.0
+ eslint: 9.36.0(supports-color@8.1.1)
eslint-visitor-keys: 3.4.3
'@eslint-community/regexpp@4.12.1': {}
- '@eslint/compat@1.4.0(eslint@9.36.0)':
+ '@eslint/compat@1.4.0(eslint@9.36.0(supports-color@8.1.1))':
dependencies:
'@eslint/core': 0.16.0
optionalDependencies:
- eslint: 9.36.0
+ eslint: 9.36.0(supports-color@8.1.1)
- '@eslint/config-array@0.21.0':
+ '@eslint/config-array@0.21.0(supports-color@8.1.1)':
dependencies:
'@eslint/object-schema': 2.1.6
- debug: 4.4.3
+ debug: 4.4.3(supports-color@8.1.1)
minimatch: 3.1.2
transitivePeerDependencies:
- supports-color
@@ -6184,10 +6320,10 @@ snapshots:
dependencies:
'@types/json-schema': 7.0.15
- '@eslint/eslintrc@3.3.1':
+ '@eslint/eslintrc@3.3.1(supports-color@8.1.1)':
dependencies:
ajv: 6.12.6
- debug: 4.4.3
+ debug: 4.4.3(supports-color@8.1.1)
espree: 10.4.0
globals: 14.0.0
ignore: 5.3.2
@@ -6200,14 +6336,14 @@ snapshots:
'@eslint/js@9.36.0': {}
- '@eslint/markdown@7.3.0':
+ '@eslint/markdown@7.3.0(supports-color@8.1.1)':
dependencies:
'@eslint/core': 0.15.2
'@eslint/plugin-kit': 0.3.5
github-slugger: 2.0.0
- mdast-util-from-markdown: 2.0.2
- mdast-util-frontmatter: 2.0.1
- mdast-util-gfm: 3.1.0
+ mdast-util-from-markdown: 2.0.2(supports-color@8.1.1)
+ mdast-util-frontmatter: 2.0.1(supports-color@8.1.1)
+ mdast-util-gfm: 3.1.0(supports-color@8.1.1)
micromark-extension-frontmatter: 2.0.0
micromark-extension-gfm: 3.0.0
micromark-util-normalize-identifier: 2.0.1
@@ -6298,12 +6434,12 @@ snapshots:
jest-util: 27.5.1
slash: 3.0.0
- '@jest/core@27.5.1':
+ '@jest/core@27.5.1(supports-color@8.1.1)':
dependencies:
'@jest/console': 27.5.1
- '@jest/reporters': 27.5.1
+ '@jest/reporters': 27.5.1(supports-color@8.1.1)
'@jest/test-result': 27.5.1
- '@jest/transform': 27.5.1
+ '@jest/transform': 27.5.1(supports-color@8.1.1)
'@jest/types': 27.5.1
'@types/node': 24.5.2
ansi-escapes: 4.3.2
@@ -6312,15 +6448,15 @@ snapshots:
exit: 0.1.2
graceful-fs: 4.2.11
jest-changed-files: 27.5.1
- jest-config: 27.5.1
+ jest-config: 27.5.1(supports-color@8.1.1)
jest-haste-map: 27.5.1
jest-message-util: 27.5.1
jest-regex-util: 27.5.1
jest-resolve: 27.5.1
- jest-resolve-dependencies: 27.5.1
- jest-runner: 27.5.1
- jest-runtime: 27.5.1
- jest-snapshot: 27.5.1
+ jest-resolve-dependencies: 27.5.1(supports-color@8.1.1)
+ jest-runner: 27.5.1(supports-color@8.1.1)
+ jest-runtime: 27.5.1(supports-color@8.1.1)
+ jest-snapshot: 27.5.1(supports-color@8.1.1)
jest-util: 27.5.1
jest-validate: 27.5.1
jest-watcher: 27.5.1
@@ -6357,12 +6493,12 @@ snapshots:
'@jest/types': 27.5.1
expect: 27.5.1
- '@jest/reporters@27.5.1':
+ '@jest/reporters@27.5.1(supports-color@8.1.1)':
dependencies:
'@bcoe/v8-coverage': 0.2.3
'@jest/console': 27.5.1
'@jest/test-result': 27.5.1
- '@jest/transform': 27.5.1
+ '@jest/transform': 27.5.1(supports-color@8.1.1)
'@jest/types': 27.5.1
'@types/node': 24.5.2
chalk: 4.1.2
@@ -6371,9 +6507,9 @@ snapshots:
glob: 7.2.3
graceful-fs: 4.2.11
istanbul-lib-coverage: 3.2.2
- istanbul-lib-instrument: 5.2.1
+ istanbul-lib-instrument: 5.2.1(supports-color@8.1.1)
istanbul-lib-report: 3.0.1
- istanbul-lib-source-maps: 4.0.1
+ istanbul-lib-source-maps: 4.0.1(supports-color@8.1.1)
istanbul-reports: 3.2.0
jest-haste-map: 27.5.1
jest-resolve: 27.5.1
@@ -6400,20 +6536,20 @@ snapshots:
'@types/istanbul-lib-coverage': 2.0.6
collect-v8-coverage: 1.0.2
- '@jest/test-sequencer@27.5.1':
+ '@jest/test-sequencer@27.5.1(supports-color@8.1.1)':
dependencies:
'@jest/test-result': 27.5.1
graceful-fs: 4.2.11
jest-haste-map: 27.5.1
- jest-runtime: 27.5.1
+ jest-runtime: 27.5.1(supports-color@8.1.1)
transitivePeerDependencies:
- supports-color
- '@jest/transform@27.5.1':
+ '@jest/transform@27.5.1(supports-color@8.1.1)':
dependencies:
- '@babel/core': 7.28.4
+ '@babel/core': 7.28.4(supports-color@8.1.1)
'@jest/types': 27.5.1
- babel-plugin-istanbul: 6.1.1
+ babel-plugin-istanbul: 6.1.1(supports-color@8.1.1)
chalk: 4.1.2
convert-source-map: 1.9.0
fast-json-stable-stringify: 2.1.0
@@ -6437,15 +6573,15 @@ snapshots:
'@types/yargs': 16.0.9
chalk: 4.1.2
- '@jimp/bmp@0.10.3(@jimp/custom@0.10.3)':
+ '@jimp/bmp@0.10.3(@jimp/custom@0.10.3(debug@4.4.3(supports-color@8.1.1)))':
dependencies:
'@babel/runtime': 7.28.4
- '@jimp/custom': 0.10.3
+ '@jimp/custom': 0.10.3(debug@4.4.3(supports-color@8.1.1))
'@jimp/utils': 0.10.3
bmp-js: 0.1.0
core-js: 3.45.1
- '@jimp/core@0.10.3':
+ '@jimp/core@0.10.3(debug@4.4.3(supports-color@8.1.1))':
dependencies:
'@babel/runtime': 7.28.4
'@jimp/utils': 0.10.3
@@ -6454,7 +6590,7 @@ snapshots:
core-js: 3.45.1
exif-parser: 0.1.12
file-type: 9.0.0
- load-bmfont: 1.4.2
+ load-bmfont: 1.4.2(debug@4.4.3(supports-color@8.1.1))
mkdirp: 0.5.6
phin: 2.9.3
pixelmatch: 4.0.2
@@ -6462,251 +6598,251 @@ snapshots:
transitivePeerDependencies:
- debug
- '@jimp/custom@0.10.3':
+ '@jimp/custom@0.10.3(debug@4.4.3(supports-color@8.1.1))':
dependencies:
'@babel/runtime': 7.28.4
- '@jimp/core': 0.10.3
+ '@jimp/core': 0.10.3(debug@4.4.3(supports-color@8.1.1))
core-js: 3.45.1
transitivePeerDependencies:
- debug
- '@jimp/gif@0.10.3(@jimp/custom@0.10.3)':
+ '@jimp/gif@0.10.3(@jimp/custom@0.10.3(debug@4.4.3(supports-color@8.1.1)))':
dependencies:
'@babel/runtime': 7.28.4
- '@jimp/custom': 0.10.3
+ '@jimp/custom': 0.10.3(debug@4.4.3(supports-color@8.1.1))
'@jimp/utils': 0.10.3
core-js: 3.45.1
omggif: 1.0.10
- '@jimp/jpeg@0.10.3(@jimp/custom@0.10.3)':
+ '@jimp/jpeg@0.10.3(@jimp/custom@0.10.3(debug@4.4.3(supports-color@8.1.1)))':
dependencies:
'@babel/runtime': 7.28.4
- '@jimp/custom': 0.10.3
+ '@jimp/custom': 0.10.3(debug@4.4.3(supports-color@8.1.1))
'@jimp/utils': 0.10.3
core-js: 3.45.1
jpeg-js: 0.3.7
- '@jimp/plugin-blit@0.10.3(@jimp/custom@0.10.3)':
+ '@jimp/plugin-blit@0.10.3(@jimp/custom@0.10.3(debug@4.4.3(supports-color@8.1.1)))':
dependencies:
'@babel/runtime': 7.28.4
- '@jimp/custom': 0.10.3
+ '@jimp/custom': 0.10.3(debug@4.4.3(supports-color@8.1.1))
'@jimp/utils': 0.10.3
core-js: 3.45.1
- '@jimp/plugin-blur@0.10.3(@jimp/custom@0.10.3)':
+ '@jimp/plugin-blur@0.10.3(@jimp/custom@0.10.3(debug@4.4.3(supports-color@8.1.1)))':
dependencies:
'@babel/runtime': 7.28.4
- '@jimp/custom': 0.10.3
+ '@jimp/custom': 0.10.3(debug@4.4.3(supports-color@8.1.1))
'@jimp/utils': 0.10.3
core-js: 3.45.1
- '@jimp/plugin-circle@0.10.3(@jimp/custom@0.10.3)':
+ '@jimp/plugin-circle@0.10.3(@jimp/custom@0.10.3(debug@4.4.3(supports-color@8.1.1)))':
dependencies:
'@babel/runtime': 7.28.4
- '@jimp/custom': 0.10.3
+ '@jimp/custom': 0.10.3(debug@4.4.3(supports-color@8.1.1))
'@jimp/utils': 0.10.3
core-js: 3.45.1
- '@jimp/plugin-color@0.10.3(@jimp/custom@0.10.3)':
+ '@jimp/plugin-color@0.10.3(@jimp/custom@0.10.3(debug@4.4.3(supports-color@8.1.1)))':
dependencies:
'@babel/runtime': 7.28.4
- '@jimp/custom': 0.10.3
+ '@jimp/custom': 0.10.3(debug@4.4.3(supports-color@8.1.1))
'@jimp/utils': 0.10.3
core-js: 3.45.1
tinycolor2: 1.6.0
- '@jimp/plugin-contain@0.10.3(@jimp/custom@0.10.3)(@jimp/plugin-blit@0.10.3(@jimp/custom@0.10.3))(@jimp/plugin-resize@0.10.3(@jimp/custom@0.10.3))(@jimp/plugin-scale@0.10.3(@jimp/custom@0.10.3)(@jimp/plugin-resize@0.10.3(@jimp/custom@0.10.3)))':
+ '@jimp/plugin-contain@0.10.3(@jimp/custom@0.10.3(debug@4.4.3(supports-color@8.1.1)))(@jimp/plugin-blit@0.10.3(@jimp/custom@0.10.3(debug@4.4.3(supports-color@8.1.1))))(@jimp/plugin-resize@0.10.3(@jimp/custom@0.10.3(debug@4.4.3(supports-color@8.1.1))))(@jimp/plugin-scale@0.10.3(@jimp/custom@0.10.3(debug@4.4.3(supports-color@8.1.1)))(@jimp/plugin-resize@0.10.3(@jimp/custom@0.10.3(debug@4.4.3(supports-color@8.1.1)))))':
dependencies:
'@babel/runtime': 7.28.4
- '@jimp/custom': 0.10.3
- '@jimp/plugin-blit': 0.10.3(@jimp/custom@0.10.3)
- '@jimp/plugin-resize': 0.10.3(@jimp/custom@0.10.3)
- '@jimp/plugin-scale': 0.10.3(@jimp/custom@0.10.3)(@jimp/plugin-resize@0.10.3(@jimp/custom@0.10.3))
+ '@jimp/custom': 0.10.3(debug@4.4.3(supports-color@8.1.1))
+ '@jimp/plugin-blit': 0.10.3(@jimp/custom@0.10.3(debug@4.4.3(supports-color@8.1.1)))
+ '@jimp/plugin-resize': 0.10.3(@jimp/custom@0.10.3(debug@4.4.3(supports-color@8.1.1)))
+ '@jimp/plugin-scale': 0.10.3(@jimp/custom@0.10.3(debug@4.4.3(supports-color@8.1.1)))(@jimp/plugin-resize@0.10.3(@jimp/custom@0.10.3(debug@4.4.3(supports-color@8.1.1))))
'@jimp/utils': 0.10.3
core-js: 3.45.1
- '@jimp/plugin-cover@0.10.3(@jimp/custom@0.10.3)(@jimp/plugin-crop@0.10.3(@jimp/custom@0.10.3))(@jimp/plugin-resize@0.10.3(@jimp/custom@0.10.3))(@jimp/plugin-scale@0.10.3(@jimp/custom@0.10.3)(@jimp/plugin-resize@0.10.3(@jimp/custom@0.10.3)))':
+ '@jimp/plugin-cover@0.10.3(@jimp/custom@0.10.3(debug@4.4.3(supports-color@8.1.1)))(@jimp/plugin-crop@0.10.3(@jimp/custom@0.10.3(debug@4.4.3(supports-color@8.1.1))))(@jimp/plugin-resize@0.10.3(@jimp/custom@0.10.3(debug@4.4.3(supports-color@8.1.1))))(@jimp/plugin-scale@0.10.3(@jimp/custom@0.10.3(debug@4.4.3(supports-color@8.1.1)))(@jimp/plugin-resize@0.10.3(@jimp/custom@0.10.3(debug@4.4.3(supports-color@8.1.1)))))':
dependencies:
'@babel/runtime': 7.28.4
- '@jimp/custom': 0.10.3
- '@jimp/plugin-crop': 0.10.3(@jimp/custom@0.10.3)
- '@jimp/plugin-resize': 0.10.3(@jimp/custom@0.10.3)
- '@jimp/plugin-scale': 0.10.3(@jimp/custom@0.10.3)(@jimp/plugin-resize@0.10.3(@jimp/custom@0.10.3))
+ '@jimp/custom': 0.10.3(debug@4.4.3(supports-color@8.1.1))
+ '@jimp/plugin-crop': 0.10.3(@jimp/custom@0.10.3(debug@4.4.3(supports-color@8.1.1)))
+ '@jimp/plugin-resize': 0.10.3(@jimp/custom@0.10.3(debug@4.4.3(supports-color@8.1.1)))
+ '@jimp/plugin-scale': 0.10.3(@jimp/custom@0.10.3(debug@4.4.3(supports-color@8.1.1)))(@jimp/plugin-resize@0.10.3(@jimp/custom@0.10.3(debug@4.4.3(supports-color@8.1.1))))
'@jimp/utils': 0.10.3
core-js: 3.45.1
- '@jimp/plugin-crop@0.10.3(@jimp/custom@0.10.3)':
+ '@jimp/plugin-crop@0.10.3(@jimp/custom@0.10.3(debug@4.4.3(supports-color@8.1.1)))':
dependencies:
'@babel/runtime': 7.28.4
- '@jimp/custom': 0.10.3
+ '@jimp/custom': 0.10.3(debug@4.4.3(supports-color@8.1.1))
'@jimp/utils': 0.10.3
core-js: 3.45.1
- '@jimp/plugin-displace@0.10.3(@jimp/custom@0.10.3)':
+ '@jimp/plugin-displace@0.10.3(@jimp/custom@0.10.3(debug@4.4.3(supports-color@8.1.1)))':
dependencies:
'@babel/runtime': 7.28.4
- '@jimp/custom': 0.10.3
+ '@jimp/custom': 0.10.3(debug@4.4.3(supports-color@8.1.1))
'@jimp/utils': 0.10.3
core-js: 3.45.1
- '@jimp/plugin-dither@0.10.3(@jimp/custom@0.10.3)':
+ '@jimp/plugin-dither@0.10.3(@jimp/custom@0.10.3(debug@4.4.3(supports-color@8.1.1)))':
dependencies:
'@babel/runtime': 7.28.4
- '@jimp/custom': 0.10.3
+ '@jimp/custom': 0.10.3(debug@4.4.3(supports-color@8.1.1))
'@jimp/utils': 0.10.3
core-js: 3.45.1
- '@jimp/plugin-fisheye@0.10.3(@jimp/custom@0.10.3)':
+ '@jimp/plugin-fisheye@0.10.3(@jimp/custom@0.10.3(debug@4.4.3(supports-color@8.1.1)))':
dependencies:
'@babel/runtime': 7.28.4
- '@jimp/custom': 0.10.3
+ '@jimp/custom': 0.10.3(debug@4.4.3(supports-color@8.1.1))
'@jimp/utils': 0.10.3
core-js: 3.45.1
- '@jimp/plugin-flip@0.10.3(@jimp/custom@0.10.3)(@jimp/plugin-rotate@0.10.3(@jimp/custom@0.10.3)(@jimp/plugin-blit@0.10.3(@jimp/custom@0.10.3))(@jimp/plugin-crop@0.10.3(@jimp/custom@0.10.3))(@jimp/plugin-resize@0.10.3(@jimp/custom@0.10.3)))':
+ '@jimp/plugin-flip@0.10.3(@jimp/custom@0.10.3(debug@4.4.3(supports-color@8.1.1)))(@jimp/plugin-rotate@0.10.3(@jimp/custom@0.10.3(debug@4.4.3(supports-color@8.1.1)))(@jimp/plugin-blit@0.10.3(@jimp/custom@0.10.3(debug@4.4.3(supports-color@8.1.1))))(@jimp/plugin-crop@0.10.3(@jimp/custom@0.10.3(debug@4.4.3(supports-color@8.1.1))))(@jimp/plugin-resize@0.10.3(@jimp/custom@0.10.3(debug@4.4.3(supports-color@8.1.1)))))':
dependencies:
'@babel/runtime': 7.28.4
- '@jimp/custom': 0.10.3
- '@jimp/plugin-rotate': 0.10.3(@jimp/custom@0.10.3)(@jimp/plugin-blit@0.10.3(@jimp/custom@0.10.3))(@jimp/plugin-crop@0.10.3(@jimp/custom@0.10.3))(@jimp/plugin-resize@0.10.3(@jimp/custom@0.10.3))
+ '@jimp/custom': 0.10.3(debug@4.4.3(supports-color@8.1.1))
+ '@jimp/plugin-rotate': 0.10.3(@jimp/custom@0.10.3(debug@4.4.3(supports-color@8.1.1)))(@jimp/plugin-blit@0.10.3(@jimp/custom@0.10.3(debug@4.4.3(supports-color@8.1.1))))(@jimp/plugin-crop@0.10.3(@jimp/custom@0.10.3(debug@4.4.3(supports-color@8.1.1))))(@jimp/plugin-resize@0.10.3(@jimp/custom@0.10.3(debug@4.4.3(supports-color@8.1.1))))
'@jimp/utils': 0.10.3
core-js: 3.45.1
- '@jimp/plugin-gaussian@0.10.3(@jimp/custom@0.10.3)':
+ '@jimp/plugin-gaussian@0.10.3(@jimp/custom@0.10.3(debug@4.4.3(supports-color@8.1.1)))':
dependencies:
'@babel/runtime': 7.28.4
- '@jimp/custom': 0.10.3
+ '@jimp/custom': 0.10.3(debug@4.4.3(supports-color@8.1.1))
'@jimp/utils': 0.10.3
core-js: 3.45.1
- '@jimp/plugin-invert@0.10.3(@jimp/custom@0.10.3)':
+ '@jimp/plugin-invert@0.10.3(@jimp/custom@0.10.3(debug@4.4.3(supports-color@8.1.1)))':
dependencies:
'@babel/runtime': 7.28.4
- '@jimp/custom': 0.10.3
+ '@jimp/custom': 0.10.3(debug@4.4.3(supports-color@8.1.1))
'@jimp/utils': 0.10.3
core-js: 3.45.1
- '@jimp/plugin-mask@0.10.3(@jimp/custom@0.10.3)':
+ '@jimp/plugin-mask@0.10.3(@jimp/custom@0.10.3(debug@4.4.3(supports-color@8.1.1)))':
dependencies:
'@babel/runtime': 7.28.4
- '@jimp/custom': 0.10.3
+ '@jimp/custom': 0.10.3(debug@4.4.3(supports-color@8.1.1))
'@jimp/utils': 0.10.3
core-js: 3.45.1
- '@jimp/plugin-normalize@0.10.3(@jimp/custom@0.10.3)':
+ '@jimp/plugin-normalize@0.10.3(@jimp/custom@0.10.3(debug@4.4.3(supports-color@8.1.1)))':
dependencies:
'@babel/runtime': 7.28.4
- '@jimp/custom': 0.10.3
+ '@jimp/custom': 0.10.3(debug@4.4.3(supports-color@8.1.1))
'@jimp/utils': 0.10.3
core-js: 3.45.1
- '@jimp/plugin-print@0.10.3(@jimp/custom@0.10.3)(@jimp/plugin-blit@0.10.3(@jimp/custom@0.10.3))':
+ '@jimp/plugin-print@0.10.3(@jimp/custom@0.10.3(debug@4.4.3(supports-color@8.1.1)))(@jimp/plugin-blit@0.10.3(@jimp/custom@0.10.3(debug@4.4.3(supports-color@8.1.1))))(debug@4.4.3(supports-color@8.1.1))':
dependencies:
'@babel/runtime': 7.28.4
- '@jimp/custom': 0.10.3
- '@jimp/plugin-blit': 0.10.3(@jimp/custom@0.10.3)
+ '@jimp/custom': 0.10.3(debug@4.4.3(supports-color@8.1.1))
+ '@jimp/plugin-blit': 0.10.3(@jimp/custom@0.10.3(debug@4.4.3(supports-color@8.1.1)))
'@jimp/utils': 0.10.3
core-js: 3.45.1
- load-bmfont: 1.4.2
+ load-bmfont: 1.4.2(debug@4.4.3(supports-color@8.1.1))
transitivePeerDependencies:
- debug
- '@jimp/plugin-resize@0.10.3(@jimp/custom@0.10.3)':
+ '@jimp/plugin-resize@0.10.3(@jimp/custom@0.10.3(debug@4.4.3(supports-color@8.1.1)))':
dependencies:
'@babel/runtime': 7.28.4
- '@jimp/custom': 0.10.3
+ '@jimp/custom': 0.10.3(debug@4.4.3(supports-color@8.1.1))
'@jimp/utils': 0.10.3
core-js: 3.45.1
- '@jimp/plugin-rotate@0.10.3(@jimp/custom@0.10.3)(@jimp/plugin-blit@0.10.3(@jimp/custom@0.10.3))(@jimp/plugin-crop@0.10.3(@jimp/custom@0.10.3))(@jimp/plugin-resize@0.10.3(@jimp/custom@0.10.3))':
+ '@jimp/plugin-rotate@0.10.3(@jimp/custom@0.10.3(debug@4.4.3(supports-color@8.1.1)))(@jimp/plugin-blit@0.10.3(@jimp/custom@0.10.3(debug@4.4.3(supports-color@8.1.1))))(@jimp/plugin-crop@0.10.3(@jimp/custom@0.10.3(debug@4.4.3(supports-color@8.1.1))))(@jimp/plugin-resize@0.10.3(@jimp/custom@0.10.3(debug@4.4.3(supports-color@8.1.1))))':
dependencies:
'@babel/runtime': 7.28.4
- '@jimp/custom': 0.10.3
- '@jimp/plugin-blit': 0.10.3(@jimp/custom@0.10.3)
- '@jimp/plugin-crop': 0.10.3(@jimp/custom@0.10.3)
- '@jimp/plugin-resize': 0.10.3(@jimp/custom@0.10.3)
+ '@jimp/custom': 0.10.3(debug@4.4.3(supports-color@8.1.1))
+ '@jimp/plugin-blit': 0.10.3(@jimp/custom@0.10.3(debug@4.4.3(supports-color@8.1.1)))
+ '@jimp/plugin-crop': 0.10.3(@jimp/custom@0.10.3(debug@4.4.3(supports-color@8.1.1)))
+ '@jimp/plugin-resize': 0.10.3(@jimp/custom@0.10.3(debug@4.4.3(supports-color@8.1.1)))
'@jimp/utils': 0.10.3
core-js: 3.45.1
- '@jimp/plugin-scale@0.10.3(@jimp/custom@0.10.3)(@jimp/plugin-resize@0.10.3(@jimp/custom@0.10.3))':
+ '@jimp/plugin-scale@0.10.3(@jimp/custom@0.10.3(debug@4.4.3(supports-color@8.1.1)))(@jimp/plugin-resize@0.10.3(@jimp/custom@0.10.3(debug@4.4.3(supports-color@8.1.1))))':
dependencies:
'@babel/runtime': 7.28.4
- '@jimp/custom': 0.10.3
- '@jimp/plugin-resize': 0.10.3(@jimp/custom@0.10.3)
+ '@jimp/custom': 0.10.3(debug@4.4.3(supports-color@8.1.1))
+ '@jimp/plugin-resize': 0.10.3(@jimp/custom@0.10.3(debug@4.4.3(supports-color@8.1.1)))
'@jimp/utils': 0.10.3
core-js: 3.45.1
- '@jimp/plugin-shadow@0.10.3(@jimp/custom@0.10.3)(@jimp/plugin-blur@0.10.3(@jimp/custom@0.10.3))(@jimp/plugin-resize@0.10.3(@jimp/custom@0.10.3))':
+ '@jimp/plugin-shadow@0.10.3(@jimp/custom@0.10.3(debug@4.4.3(supports-color@8.1.1)))(@jimp/plugin-blur@0.10.3(@jimp/custom@0.10.3(debug@4.4.3(supports-color@8.1.1))))(@jimp/plugin-resize@0.10.3(@jimp/custom@0.10.3(debug@4.4.3(supports-color@8.1.1))))':
dependencies:
'@babel/runtime': 7.28.4
- '@jimp/custom': 0.10.3
- '@jimp/plugin-blur': 0.10.3(@jimp/custom@0.10.3)
- '@jimp/plugin-resize': 0.10.3(@jimp/custom@0.10.3)
+ '@jimp/custom': 0.10.3(debug@4.4.3(supports-color@8.1.1))
+ '@jimp/plugin-blur': 0.10.3(@jimp/custom@0.10.3(debug@4.4.3(supports-color@8.1.1)))
+ '@jimp/plugin-resize': 0.10.3(@jimp/custom@0.10.3(debug@4.4.3(supports-color@8.1.1)))
'@jimp/utils': 0.10.3
core-js: 3.45.1
- '@jimp/plugin-threshold@0.10.3(@jimp/custom@0.10.3)(@jimp/plugin-color@0.10.3(@jimp/custom@0.10.3))(@jimp/plugin-resize@0.10.3(@jimp/custom@0.10.3))':
+ '@jimp/plugin-threshold@0.10.3(@jimp/custom@0.10.3(debug@4.4.3(supports-color@8.1.1)))(@jimp/plugin-color@0.10.3(@jimp/custom@0.10.3(debug@4.4.3(supports-color@8.1.1))))(@jimp/plugin-resize@0.10.3(@jimp/custom@0.10.3(debug@4.4.3(supports-color@8.1.1))))':
dependencies:
'@babel/runtime': 7.28.4
- '@jimp/custom': 0.10.3
- '@jimp/plugin-color': 0.10.3(@jimp/custom@0.10.3)
- '@jimp/plugin-resize': 0.10.3(@jimp/custom@0.10.3)
+ '@jimp/custom': 0.10.3(debug@4.4.3(supports-color@8.1.1))
+ '@jimp/plugin-color': 0.10.3(@jimp/custom@0.10.3(debug@4.4.3(supports-color@8.1.1)))
+ '@jimp/plugin-resize': 0.10.3(@jimp/custom@0.10.3(debug@4.4.3(supports-color@8.1.1)))
'@jimp/utils': 0.10.3
core-js: 3.45.1
- '@jimp/plugins@0.10.3(@jimp/custom@0.10.3)':
+ '@jimp/plugins@0.10.3(@jimp/custom@0.10.3(debug@4.4.3(supports-color@8.1.1)))(debug@4.4.3(supports-color@8.1.1))':
dependencies:
'@babel/runtime': 7.28.4
- '@jimp/custom': 0.10.3
- '@jimp/plugin-blit': 0.10.3(@jimp/custom@0.10.3)
- '@jimp/plugin-blur': 0.10.3(@jimp/custom@0.10.3)
- '@jimp/plugin-circle': 0.10.3(@jimp/custom@0.10.3)
- '@jimp/plugin-color': 0.10.3(@jimp/custom@0.10.3)
- '@jimp/plugin-contain': 0.10.3(@jimp/custom@0.10.3)(@jimp/plugin-blit@0.10.3(@jimp/custom@0.10.3))(@jimp/plugin-resize@0.10.3(@jimp/custom@0.10.3))(@jimp/plugin-scale@0.10.3(@jimp/custom@0.10.3)(@jimp/plugin-resize@0.10.3(@jimp/custom@0.10.3)))
- '@jimp/plugin-cover': 0.10.3(@jimp/custom@0.10.3)(@jimp/plugin-crop@0.10.3(@jimp/custom@0.10.3))(@jimp/plugin-resize@0.10.3(@jimp/custom@0.10.3))(@jimp/plugin-scale@0.10.3(@jimp/custom@0.10.3)(@jimp/plugin-resize@0.10.3(@jimp/custom@0.10.3)))
- '@jimp/plugin-crop': 0.10.3(@jimp/custom@0.10.3)
- '@jimp/plugin-displace': 0.10.3(@jimp/custom@0.10.3)
- '@jimp/plugin-dither': 0.10.3(@jimp/custom@0.10.3)
- '@jimp/plugin-fisheye': 0.10.3(@jimp/custom@0.10.3)
- '@jimp/plugin-flip': 0.10.3(@jimp/custom@0.10.3)(@jimp/plugin-rotate@0.10.3(@jimp/custom@0.10.3)(@jimp/plugin-blit@0.10.3(@jimp/custom@0.10.3))(@jimp/plugin-crop@0.10.3(@jimp/custom@0.10.3))(@jimp/plugin-resize@0.10.3(@jimp/custom@0.10.3)))
- '@jimp/plugin-gaussian': 0.10.3(@jimp/custom@0.10.3)
- '@jimp/plugin-invert': 0.10.3(@jimp/custom@0.10.3)
- '@jimp/plugin-mask': 0.10.3(@jimp/custom@0.10.3)
- '@jimp/plugin-normalize': 0.10.3(@jimp/custom@0.10.3)
- '@jimp/plugin-print': 0.10.3(@jimp/custom@0.10.3)(@jimp/plugin-blit@0.10.3(@jimp/custom@0.10.3))
- '@jimp/plugin-resize': 0.10.3(@jimp/custom@0.10.3)
- '@jimp/plugin-rotate': 0.10.3(@jimp/custom@0.10.3)(@jimp/plugin-blit@0.10.3(@jimp/custom@0.10.3))(@jimp/plugin-crop@0.10.3(@jimp/custom@0.10.3))(@jimp/plugin-resize@0.10.3(@jimp/custom@0.10.3))
- '@jimp/plugin-scale': 0.10.3(@jimp/custom@0.10.3)(@jimp/plugin-resize@0.10.3(@jimp/custom@0.10.3))
- '@jimp/plugin-shadow': 0.10.3(@jimp/custom@0.10.3)(@jimp/plugin-blur@0.10.3(@jimp/custom@0.10.3))(@jimp/plugin-resize@0.10.3(@jimp/custom@0.10.3))
- '@jimp/plugin-threshold': 0.10.3(@jimp/custom@0.10.3)(@jimp/plugin-color@0.10.3(@jimp/custom@0.10.3))(@jimp/plugin-resize@0.10.3(@jimp/custom@0.10.3))
+ '@jimp/custom': 0.10.3(debug@4.4.3(supports-color@8.1.1))
+ '@jimp/plugin-blit': 0.10.3(@jimp/custom@0.10.3(debug@4.4.3(supports-color@8.1.1)))
+ '@jimp/plugin-blur': 0.10.3(@jimp/custom@0.10.3(debug@4.4.3(supports-color@8.1.1)))
+ '@jimp/plugin-circle': 0.10.3(@jimp/custom@0.10.3(debug@4.4.3(supports-color@8.1.1)))
+ '@jimp/plugin-color': 0.10.3(@jimp/custom@0.10.3(debug@4.4.3(supports-color@8.1.1)))
+ '@jimp/plugin-contain': 0.10.3(@jimp/custom@0.10.3(debug@4.4.3(supports-color@8.1.1)))(@jimp/plugin-blit@0.10.3(@jimp/custom@0.10.3(debug@4.4.3(supports-color@8.1.1))))(@jimp/plugin-resize@0.10.3(@jimp/custom@0.10.3(debug@4.4.3(supports-color@8.1.1))))(@jimp/plugin-scale@0.10.3(@jimp/custom@0.10.3(debug@4.4.3(supports-color@8.1.1)))(@jimp/plugin-resize@0.10.3(@jimp/custom@0.10.3(debug@4.4.3(supports-color@8.1.1)))))
+ '@jimp/plugin-cover': 0.10.3(@jimp/custom@0.10.3(debug@4.4.3(supports-color@8.1.1)))(@jimp/plugin-crop@0.10.3(@jimp/custom@0.10.3(debug@4.4.3(supports-color@8.1.1))))(@jimp/plugin-resize@0.10.3(@jimp/custom@0.10.3(debug@4.4.3(supports-color@8.1.1))))(@jimp/plugin-scale@0.10.3(@jimp/custom@0.10.3(debug@4.4.3(supports-color@8.1.1)))(@jimp/plugin-resize@0.10.3(@jimp/custom@0.10.3(debug@4.4.3(supports-color@8.1.1)))))
+ '@jimp/plugin-crop': 0.10.3(@jimp/custom@0.10.3(debug@4.4.3(supports-color@8.1.1)))
+ '@jimp/plugin-displace': 0.10.3(@jimp/custom@0.10.3(debug@4.4.3(supports-color@8.1.1)))
+ '@jimp/plugin-dither': 0.10.3(@jimp/custom@0.10.3(debug@4.4.3(supports-color@8.1.1)))
+ '@jimp/plugin-fisheye': 0.10.3(@jimp/custom@0.10.3(debug@4.4.3(supports-color@8.1.1)))
+ '@jimp/plugin-flip': 0.10.3(@jimp/custom@0.10.3(debug@4.4.3(supports-color@8.1.1)))(@jimp/plugin-rotate@0.10.3(@jimp/custom@0.10.3(debug@4.4.3(supports-color@8.1.1)))(@jimp/plugin-blit@0.10.3(@jimp/custom@0.10.3(debug@4.4.3(supports-color@8.1.1))))(@jimp/plugin-crop@0.10.3(@jimp/custom@0.10.3(debug@4.4.3(supports-color@8.1.1))))(@jimp/plugin-resize@0.10.3(@jimp/custom@0.10.3(debug@4.4.3(supports-color@8.1.1)))))
+ '@jimp/plugin-gaussian': 0.10.3(@jimp/custom@0.10.3(debug@4.4.3(supports-color@8.1.1)))
+ '@jimp/plugin-invert': 0.10.3(@jimp/custom@0.10.3(debug@4.4.3(supports-color@8.1.1)))
+ '@jimp/plugin-mask': 0.10.3(@jimp/custom@0.10.3(debug@4.4.3(supports-color@8.1.1)))
+ '@jimp/plugin-normalize': 0.10.3(@jimp/custom@0.10.3(debug@4.4.3(supports-color@8.1.1)))
+ '@jimp/plugin-print': 0.10.3(@jimp/custom@0.10.3(debug@4.4.3(supports-color@8.1.1)))(@jimp/plugin-blit@0.10.3(@jimp/custom@0.10.3(debug@4.4.3(supports-color@8.1.1))))(debug@4.4.3(supports-color@8.1.1))
+ '@jimp/plugin-resize': 0.10.3(@jimp/custom@0.10.3(debug@4.4.3(supports-color@8.1.1)))
+ '@jimp/plugin-rotate': 0.10.3(@jimp/custom@0.10.3(debug@4.4.3(supports-color@8.1.1)))(@jimp/plugin-blit@0.10.3(@jimp/custom@0.10.3(debug@4.4.3(supports-color@8.1.1))))(@jimp/plugin-crop@0.10.3(@jimp/custom@0.10.3(debug@4.4.3(supports-color@8.1.1))))(@jimp/plugin-resize@0.10.3(@jimp/custom@0.10.3(debug@4.4.3(supports-color@8.1.1))))
+ '@jimp/plugin-scale': 0.10.3(@jimp/custom@0.10.3(debug@4.4.3(supports-color@8.1.1)))(@jimp/plugin-resize@0.10.3(@jimp/custom@0.10.3(debug@4.4.3(supports-color@8.1.1))))
+ '@jimp/plugin-shadow': 0.10.3(@jimp/custom@0.10.3(debug@4.4.3(supports-color@8.1.1)))(@jimp/plugin-blur@0.10.3(@jimp/custom@0.10.3(debug@4.4.3(supports-color@8.1.1))))(@jimp/plugin-resize@0.10.3(@jimp/custom@0.10.3(debug@4.4.3(supports-color@8.1.1))))
+ '@jimp/plugin-threshold': 0.10.3(@jimp/custom@0.10.3(debug@4.4.3(supports-color@8.1.1)))(@jimp/plugin-color@0.10.3(@jimp/custom@0.10.3(debug@4.4.3(supports-color@8.1.1))))(@jimp/plugin-resize@0.10.3(@jimp/custom@0.10.3(debug@4.4.3(supports-color@8.1.1))))
core-js: 3.45.1
timm: 1.7.1
transitivePeerDependencies:
- debug
- '@jimp/png@0.10.3(@jimp/custom@0.10.3)':
+ '@jimp/png@0.10.3(@jimp/custom@0.10.3(debug@4.4.3(supports-color@8.1.1)))':
dependencies:
'@babel/runtime': 7.28.4
- '@jimp/custom': 0.10.3
+ '@jimp/custom': 0.10.3(debug@4.4.3(supports-color@8.1.1))
'@jimp/utils': 0.10.3
core-js: 3.45.1
pngjs: 3.4.0
- '@jimp/tiff@0.10.3(@jimp/custom@0.10.3)':
+ '@jimp/tiff@0.10.3(@jimp/custom@0.10.3(debug@4.4.3(supports-color@8.1.1)))':
dependencies:
'@babel/runtime': 7.28.4
- '@jimp/custom': 0.10.3
+ '@jimp/custom': 0.10.3(debug@4.4.3(supports-color@8.1.1))
core-js: 3.45.1
utif: 2.0.1
- '@jimp/types@0.10.3(@jimp/custom@0.10.3)':
+ '@jimp/types@0.10.3(@jimp/custom@0.10.3(debug@4.4.3(supports-color@8.1.1)))':
dependencies:
'@babel/runtime': 7.28.4
- '@jimp/bmp': 0.10.3(@jimp/custom@0.10.3)
- '@jimp/custom': 0.10.3
- '@jimp/gif': 0.10.3(@jimp/custom@0.10.3)
- '@jimp/jpeg': 0.10.3(@jimp/custom@0.10.3)
- '@jimp/png': 0.10.3(@jimp/custom@0.10.3)
- '@jimp/tiff': 0.10.3(@jimp/custom@0.10.3)
+ '@jimp/bmp': 0.10.3(@jimp/custom@0.10.3(debug@4.4.3(supports-color@8.1.1)))
+ '@jimp/custom': 0.10.3(debug@4.4.3(supports-color@8.1.1))
+ '@jimp/gif': 0.10.3(@jimp/custom@0.10.3(debug@4.4.3(supports-color@8.1.1)))
+ '@jimp/jpeg': 0.10.3(@jimp/custom@0.10.3(debug@4.4.3(supports-color@8.1.1)))
+ '@jimp/png': 0.10.3(@jimp/custom@0.10.3(debug@4.4.3(supports-color@8.1.1)))
+ '@jimp/tiff': 0.10.3(@jimp/custom@0.10.3(debug@4.4.3(supports-color@8.1.1)))
core-js: 3.45.1
timm: 1.7.1
@@ -6761,6 +6897,63 @@ snapshots:
'@nodelib/fs.scandir': 2.1.5
fastq: 1.19.1
+ '@parcel/watcher-android-arm64@2.6.0':
+ optional: true
+
+ '@parcel/watcher-darwin-arm64@2.6.0':
+ optional: true
+
+ '@parcel/watcher-darwin-x64@2.6.0':
+ optional: true
+
+ '@parcel/watcher-freebsd-x64@2.6.0':
+ optional: true
+
+ '@parcel/watcher-linux-arm-glibc@2.6.0':
+ optional: true
+
+ '@parcel/watcher-linux-arm-musl@2.6.0':
+ optional: true
+
+ '@parcel/watcher-linux-arm64-glibc@2.6.0':
+ optional: true
+
+ '@parcel/watcher-linux-arm64-musl@2.6.0':
+ optional: true
+
+ '@parcel/watcher-linux-x64-glibc@2.6.0':
+ optional: true
+
+ '@parcel/watcher-linux-x64-musl@2.6.0':
+ optional: true
+
+ '@parcel/watcher-win32-arm64@2.6.0':
+ optional: true
+
+ '@parcel/watcher-win32-x64@2.6.0':
+ optional: true
+
+ '@parcel/watcher@2.6.0':
+ dependencies:
+ detect-libc: 2.1.2
+ is-glob: 4.0.3
+ node-addon-api: 7.1.1
+ picomatch: 4.0.5
+ optionalDependencies:
+ '@parcel/watcher-android-arm64': 2.6.0
+ '@parcel/watcher-darwin-arm64': 2.6.0
+ '@parcel/watcher-darwin-x64': 2.6.0
+ '@parcel/watcher-freebsd-x64': 2.6.0
+ '@parcel/watcher-linux-arm-glibc': 2.6.0
+ '@parcel/watcher-linux-arm-musl': 2.6.0
+ '@parcel/watcher-linux-arm64-glibc': 2.6.0
+ '@parcel/watcher-linux-arm64-musl': 2.6.0
+ '@parcel/watcher-linux-x64-glibc': 2.6.0
+ '@parcel/watcher-linux-x64-musl': 2.6.0
+ '@parcel/watcher-win32-arm64': 2.6.0
+ '@parcel/watcher-win32-x64': 2.6.0
+ optional: true
+
'@pkgr/core@0.2.9': {}
'@rollup/pluginutils@5.3.0(rollup@4.52.2)':
@@ -6845,15 +7038,15 @@ snapshots:
dependencies:
'@sinonjs/commons': 1.8.6
- '@stylistic/eslint-plugin@5.4.0(eslint@9.36.0)':
+ '@stylistic/eslint-plugin@5.4.0(eslint@9.36.0(supports-color@8.1.1))':
dependencies:
- '@eslint-community/eslint-utils': 4.9.0(eslint@9.36.0)
+ '@eslint-community/eslint-utils': 4.9.0(eslint@9.36.0(supports-color@8.1.1))
'@typescript-eslint/types': 8.44.1
- eslint: 9.36.0
+ eslint: 9.36.0(supports-color@8.1.1)
eslint-visitor-keys: 4.2.1
espree: 10.4.0
estraverse: 5.3.0
- picomatch: 4.0.3
+ picomatch: 4.0.5
'@tootallnate/once@1.1.2': {}
@@ -6922,15 +7115,15 @@ snapshots:
dependencies:
'@types/yargs-parser': 21.0.3
- '@typescript-eslint/eslint-plugin@8.44.1(@typescript-eslint/parser@8.44.1(eslint@9.36.0)(typescript@5.9.2))(eslint@9.36.0)(typescript@5.9.2)':
+ '@typescript-eslint/eslint-plugin@8.44.1(@typescript-eslint/parser@8.44.1(eslint@9.36.0(supports-color@8.1.1))(supports-color@8.1.1)(typescript@5.9.2))(eslint@9.36.0(supports-color@8.1.1))(supports-color@8.1.1)(typescript@5.9.2)':
dependencies:
'@eslint-community/regexpp': 4.12.1
- '@typescript-eslint/parser': 8.44.1(eslint@9.36.0)(typescript@5.9.2)
+ '@typescript-eslint/parser': 8.44.1(eslint@9.36.0(supports-color@8.1.1))(supports-color@8.1.1)(typescript@5.9.2)
'@typescript-eslint/scope-manager': 8.44.1
- '@typescript-eslint/type-utils': 8.44.1(eslint@9.36.0)(typescript@5.9.2)
- '@typescript-eslint/utils': 8.44.1(eslint@9.36.0)(typescript@5.9.2)
+ '@typescript-eslint/type-utils': 8.44.1(eslint@9.36.0(supports-color@8.1.1))(supports-color@8.1.1)(typescript@5.9.2)
+ '@typescript-eslint/utils': 8.44.1(eslint@9.36.0(supports-color@8.1.1))(supports-color@8.1.1)(typescript@5.9.2)
'@typescript-eslint/visitor-keys': 8.44.1
- eslint: 9.36.0
+ eslint: 9.36.0(supports-color@8.1.1)
graphemer: 1.4.0
ignore: 7.0.5
natural-compare: 1.4.0
@@ -6939,23 +7132,23 @@ snapshots:
transitivePeerDependencies:
- supports-color
- '@typescript-eslint/parser@8.44.1(eslint@9.36.0)(typescript@5.9.2)':
+ '@typescript-eslint/parser@8.44.1(eslint@9.36.0(supports-color@8.1.1))(supports-color@8.1.1)(typescript@5.9.2)':
dependencies:
'@typescript-eslint/scope-manager': 8.44.1
'@typescript-eslint/types': 8.44.1
- '@typescript-eslint/typescript-estree': 8.44.1(typescript@5.9.2)
+ '@typescript-eslint/typescript-estree': 8.44.1(supports-color@8.1.1)(typescript@5.9.2)
'@typescript-eslint/visitor-keys': 8.44.1
- debug: 4.4.3
- eslint: 9.36.0
+ debug: 4.4.3(supports-color@8.1.1)
+ eslint: 9.36.0(supports-color@8.1.1)
typescript: 5.9.2
transitivePeerDependencies:
- supports-color
- '@typescript-eslint/project-service@8.44.1(typescript@5.9.2)':
+ '@typescript-eslint/project-service@8.44.1(supports-color@8.1.1)(typescript@5.9.2)':
dependencies:
'@typescript-eslint/tsconfig-utils': 8.44.1(typescript@5.9.2)
'@typescript-eslint/types': 8.44.1
- debug: 4.4.3
+ debug: 4.4.3(supports-color@8.1.1)
typescript: 5.9.2
transitivePeerDependencies:
- supports-color
@@ -6969,13 +7162,13 @@ snapshots:
dependencies:
typescript: 5.9.2
- '@typescript-eslint/type-utils@8.44.1(eslint@9.36.0)(typescript@5.9.2)':
+ '@typescript-eslint/type-utils@8.44.1(eslint@9.36.0(supports-color@8.1.1))(supports-color@8.1.1)(typescript@5.9.2)':
dependencies:
'@typescript-eslint/types': 8.44.1
- '@typescript-eslint/typescript-estree': 8.44.1(typescript@5.9.2)
- '@typescript-eslint/utils': 8.44.1(eslint@9.36.0)(typescript@5.9.2)
- debug: 4.4.3
- eslint: 9.36.0
+ '@typescript-eslint/typescript-estree': 8.44.1(supports-color@8.1.1)(typescript@5.9.2)
+ '@typescript-eslint/utils': 8.44.1(eslint@9.36.0(supports-color@8.1.1))(supports-color@8.1.1)(typescript@5.9.2)
+ debug: 4.4.3(supports-color@8.1.1)
+ eslint: 9.36.0(supports-color@8.1.1)
ts-api-utils: 2.1.0(typescript@5.9.2)
typescript: 5.9.2
transitivePeerDependencies:
@@ -6983,13 +7176,13 @@ snapshots:
'@typescript-eslint/types@8.44.1': {}
- '@typescript-eslint/typescript-estree@8.44.1(typescript@5.9.2)':
+ '@typescript-eslint/typescript-estree@8.44.1(supports-color@8.1.1)(typescript@5.9.2)':
dependencies:
- '@typescript-eslint/project-service': 8.44.1(typescript@5.9.2)
+ '@typescript-eslint/project-service': 8.44.1(supports-color@8.1.1)(typescript@5.9.2)
'@typescript-eslint/tsconfig-utils': 8.44.1(typescript@5.9.2)
'@typescript-eslint/types': 8.44.1
'@typescript-eslint/visitor-keys': 8.44.1
- debug: 4.4.3
+ debug: 4.4.3(supports-color@8.1.1)
fast-glob: 3.3.3
is-glob: 4.0.3
minimatch: 9.0.5
@@ -6999,13 +7192,13 @@ snapshots:
transitivePeerDependencies:
- supports-color
- '@typescript-eslint/utils@8.44.1(eslint@9.36.0)(typescript@5.9.2)':
+ '@typescript-eslint/utils@8.44.1(eslint@9.36.0(supports-color@8.1.1))(supports-color@8.1.1)(typescript@5.9.2)':
dependencies:
- '@eslint-community/eslint-utils': 4.9.0(eslint@9.36.0)
+ '@eslint-community/eslint-utils': 4.9.0(eslint@9.36.0(supports-color@8.1.1))
'@typescript-eslint/scope-manager': 8.44.1
'@typescript-eslint/types': 8.44.1
- '@typescript-eslint/typescript-estree': 8.44.1(typescript@5.9.2)
- eslint: 9.36.0
+ '@typescript-eslint/typescript-estree': 8.44.1(supports-color@8.1.1)(typescript@5.9.2)
+ eslint: 9.36.0(supports-color@8.1.1)
typescript: 5.9.2
transitivePeerDependencies:
- supports-color
@@ -7015,19 +7208,19 @@ snapshots:
'@typescript-eslint/types': 8.44.1
eslint-visitor-keys: 4.2.1
- '@uni-helper/eslint-config@0.5.0(@antfu/eslint-config@5.4.1(@vue/compiler-sfc@3.5.21)(eslint@9.36.0)(typescript@5.9.2))(eslint@9.36.0)':
+ '@uni-helper/eslint-config@0.5.0(@antfu/eslint-config@5.4.1(@vue/compiler-sfc@3.5.21)(eslint@9.36.0(supports-color@8.1.1))(supports-color@8.1.1)(typescript@5.9.2))(eslint@9.36.0(supports-color@8.1.1))(supports-color@8.1.1)':
dependencies:
- '@antfu/eslint-config': 5.4.1(@vue/compiler-sfc@3.5.21)(eslint@9.36.0)(typescript@5.9.2)
- '@eslint/eslintrc': 3.3.1
- eslint: 9.36.0
+ '@antfu/eslint-config': 5.4.1(@vue/compiler-sfc@3.5.21)(eslint@9.36.0(supports-color@8.1.1))(supports-color@8.1.1)(typescript@5.9.2)
+ '@eslint/eslintrc': 3.3.1(supports-color@8.1.1)
+ eslint: 9.36.0(supports-color@8.1.1)
eslint-flat-config-utils: 2.1.4
local-pkg: 1.1.2
transitivePeerDependencies:
- supports-color
- '@uni-helper/plugin-uni@0.1.0(@dcloudio/vite-plugin-uni@3.0.0-4070620250821001(postcss@8.5.6)(rollup@4.52.2)(vite@5.2.8(@types/node@24.5.2)(sass@1.64.2)(terser@5.44.0))(vue@3.4.21(typescript@5.9.2)))':
+ '@uni-helper/plugin-uni@0.1.0(@dcloudio/vite-plugin-uni@3.0.0-4070620250821001(postcss@8.5.6)(rollup@4.52.2)(supports-color@8.1.1)(vite@5.2.8(@types/node@24.5.2)(sass@1.102.0)(terser@5.44.0))(vue@3.4.21(typescript@5.9.2)))':
dependencies:
- '@dcloudio/vite-plugin-uni': 3.0.0-4070620250821001(postcss@8.5.6)(rollup@4.52.2)(vite@5.2.8(@types/node@24.5.2)(sass@1.64.2)(terser@5.44.0))(vue@3.4.21(typescript@5.9.2))
+ '@dcloudio/vite-plugin-uni': 3.0.0-4070620250821001(postcss@8.5.6)(rollup@4.52.2)(supports-color@8.1.1)(vite@5.2.8(@types/node@24.5.2)(sass@1.102.0)(terser@5.44.0))(vue@3.4.21(typescript@5.9.2))
'@uni-helper/uni-app-types@1.0.0-alpha.6(typescript@5.9.2)(vue@3.4.21(typescript@5.9.2))':
dependencies:
@@ -7053,12 +7246,12 @@ snapshots:
typescript: 5.9.2
vue: 3.4.21(typescript@5.9.2)
- '@uni-helper/vite-plugin-uni-components@0.2.3(rollup@4.52.2)':
+ '@uni-helper/vite-plugin-uni-components@0.2.3(rollup@4.52.2)(supports-color@8.1.1)':
dependencies:
'@antfu/utils': 0.7.10
'@rollup/pluginutils': 5.3.0(rollup@4.52.2)
chokidar: 3.6.0
- debug: 4.4.3
+ debug: 4.4.3(supports-color@8.1.1)
fast-glob: 3.3.3
local-pkg: 0.4.3
magic-string: 0.30.19
@@ -7068,10 +7261,10 @@ snapshots:
- rollup
- supports-color
- '@vitejs/plugin-legacy@5.3.2(terser@5.44.0)(vite@5.2.8(@types/node@24.5.2)(sass@1.64.2)(terser@5.44.0))':
+ '@vitejs/plugin-legacy@5.3.2(supports-color@8.1.1)(terser@5.44.0)(vite@5.2.8(@types/node@24.5.2)(sass@1.102.0)(terser@5.44.0))':
dependencies:
- '@babel/core': 7.28.4
- '@babel/preset-env': 7.28.3(@babel/core@7.28.4)
+ '@babel/core': 7.28.4(supports-color@8.1.1)
+ '@babel/preset-env': 7.28.3(@babel/core@7.28.4(supports-color@8.1.1))(supports-color@8.1.1)
browserslist: 4.26.2
browserslist-to-esbuild: 2.1.1(browserslist@4.26.2)
core-js: 3.45.1
@@ -7079,30 +7272,30 @@ snapshots:
regenerator-runtime: 0.14.1
systemjs: 6.15.1
terser: 5.44.0
- vite: 5.2.8(@types/node@24.5.2)(sass@1.64.2)(terser@5.44.0)
+ vite: 5.2.8(@types/node@24.5.2)(sass@1.102.0)(terser@5.44.0)
transitivePeerDependencies:
- supports-color
- '@vitejs/plugin-vue-jsx@3.1.0(vite@5.2.8(@types/node@24.5.2)(sass@1.64.2)(terser@5.44.0))(vue@3.4.21(typescript@5.9.2))':
+ '@vitejs/plugin-vue-jsx@3.1.0(supports-color@8.1.1)(vite@5.2.8(@types/node@24.5.2)(sass@1.102.0)(terser@5.44.0))(vue@3.4.21(typescript@5.9.2))':
dependencies:
- '@babel/core': 7.28.4
- '@babel/plugin-transform-typescript': 7.28.0(@babel/core@7.28.4)
- '@vue/babel-plugin-jsx': 1.5.0(@babel/core@7.28.4)
- vite: 5.2.8(@types/node@24.5.2)(sass@1.64.2)(terser@5.44.0)
+ '@babel/core': 7.28.4(supports-color@8.1.1)
+ '@babel/plugin-transform-typescript': 7.28.0(@babel/core@7.28.4(supports-color@8.1.1))(supports-color@8.1.1)
+ '@vue/babel-plugin-jsx': 1.5.0(@babel/core@7.28.4(supports-color@8.1.1))(supports-color@8.1.1)
+ vite: 5.2.8(@types/node@24.5.2)(sass@1.102.0)(terser@5.44.0)
vue: 3.4.21(typescript@5.9.2)
transitivePeerDependencies:
- supports-color
- '@vitejs/plugin-vue@5.1.0(vite@5.2.8(@types/node@24.5.2)(sass@1.64.2)(terser@5.44.0))(vue@3.4.21(typescript@5.9.2))':
+ '@vitejs/plugin-vue@5.1.0(vite@5.2.8(@types/node@24.5.2)(sass@1.102.0)(terser@5.44.0))(vue@3.4.21(typescript@5.9.2))':
dependencies:
- vite: 5.2.8(@types/node@24.5.2)(sass@1.64.2)(terser@5.44.0)
+ vite: 5.2.8(@types/node@24.5.2)(sass@1.102.0)(terser@5.44.0)
vue: 3.4.21(typescript@5.9.2)
- '@vitest/eslint-plugin@1.3.12(eslint@9.36.0)(typescript@5.9.2)':
+ '@vitest/eslint-plugin@1.3.12(eslint@9.36.0(supports-color@8.1.1))(supports-color@8.1.1)(typescript@5.9.2)':
dependencies:
'@typescript-eslint/scope-manager': 8.44.1
- '@typescript-eslint/utils': 8.44.1(eslint@9.36.0)(typescript@5.9.2)
- eslint: 9.36.0
+ '@typescript-eslint/utils': 8.44.1(eslint@9.36.0(supports-color@8.1.1))(supports-color@8.1.1)(typescript@5.9.2)
+ eslint: 9.36.0(supports-color@8.1.1)
optionalDependencies:
typescript: 5.9.2
transitivePeerDependencies:
@@ -7122,27 +7315,27 @@ snapshots:
'@vue/babel-helper-vue-transform-on@1.5.0': {}
- '@vue/babel-plugin-jsx@1.5.0(@babel/core@7.28.4)':
+ '@vue/babel-plugin-jsx@1.5.0(@babel/core@7.28.4(supports-color@8.1.1))(supports-color@8.1.1)':
dependencies:
- '@babel/helper-module-imports': 7.27.1
+ '@babel/helper-module-imports': 7.27.1(supports-color@8.1.1)
'@babel/helper-plugin-utils': 7.27.1
- '@babel/plugin-syntax-jsx': 7.27.1(@babel/core@7.28.4)
+ '@babel/plugin-syntax-jsx': 7.27.1(@babel/core@7.28.4(supports-color@8.1.1))
'@babel/template': 7.27.2
- '@babel/traverse': 7.28.4
+ '@babel/traverse': 7.28.4(supports-color@8.1.1)
'@babel/types': 7.28.4
'@vue/babel-helper-vue-transform-on': 1.5.0
- '@vue/babel-plugin-resolve-type': 1.5.0(@babel/core@7.28.4)
+ '@vue/babel-plugin-resolve-type': 1.5.0(@babel/core@7.28.4(supports-color@8.1.1))(supports-color@8.1.1)
'@vue/shared': 3.5.21
optionalDependencies:
- '@babel/core': 7.28.4
+ '@babel/core': 7.28.4(supports-color@8.1.1)
transitivePeerDependencies:
- supports-color
- '@vue/babel-plugin-resolve-type@1.5.0(@babel/core@7.28.4)':
+ '@vue/babel-plugin-resolve-type@1.5.0(@babel/core@7.28.4(supports-color@8.1.1))(supports-color@8.1.1)':
dependencies:
'@babel/code-frame': 7.27.1
- '@babel/core': 7.28.4
- '@babel/helper-module-imports': 7.27.1
+ '@babel/core': 7.28.4(supports-color@8.1.1)
+ '@babel/helper-module-imports': 7.27.1(supports-color@8.1.1)
'@babel/helper-plugin-utils': 7.27.1
'@babel/parser': 7.28.4
'@vue/compiler-sfc': 3.5.21
@@ -7261,6 +7454,10 @@ snapshots:
typescript: 5.9.2
vue: 3.4.21(typescript@5.9.2)
+ '@wot-ui/ui@2.2.0(vue@3.4.21(typescript@5.9.2))':
+ dependencies:
+ vue: 3.4.21(typescript@5.9.2)
+
abab@2.0.6: {}
accepts@1.3.8:
@@ -7287,9 +7484,9 @@ snapshots:
adm-zip@0.5.16: {}
- agent-base@6.0.2:
+ agent-base@6.0.2(supports-color@8.1.1):
dependencies:
- debug: 4.4.3
+ debug: 4.4.3(supports-color@8.1.1)
transitivePeerDependencies:
- supports-color
@@ -7345,26 +7542,26 @@ snapshots:
postcss: 8.5.6
postcss-value-parser: 4.2.0
- babel-jest@27.5.1(@babel/core@7.28.4):
+ babel-jest@27.5.1(@babel/core@7.28.4(supports-color@8.1.1))(supports-color@8.1.1):
dependencies:
- '@babel/core': 7.28.4
- '@jest/transform': 27.5.1
+ '@babel/core': 7.28.4(supports-color@8.1.1)
+ '@jest/transform': 27.5.1(supports-color@8.1.1)
'@jest/types': 27.5.1
'@types/babel__core': 7.20.5
- babel-plugin-istanbul: 6.1.1
- babel-preset-jest: 27.5.1(@babel/core@7.28.4)
+ babel-plugin-istanbul: 6.1.1(supports-color@8.1.1)
+ babel-preset-jest: 27.5.1(@babel/core@7.28.4(supports-color@8.1.1))
chalk: 4.1.2
graceful-fs: 4.2.11
slash: 3.0.0
transitivePeerDependencies:
- supports-color
- babel-plugin-istanbul@6.1.1:
+ babel-plugin-istanbul@6.1.1(supports-color@8.1.1):
dependencies:
'@babel/helper-plugin-utils': 7.27.1
'@istanbuljs/load-nyc-config': 1.1.0
'@istanbuljs/schema': 0.1.3
- istanbul-lib-instrument: 5.2.1
+ istanbul-lib-instrument: 5.2.1(supports-color@8.1.1)
test-exclude: 6.0.0
transitivePeerDependencies:
- supports-color
@@ -7376,54 +7573,54 @@ snapshots:
'@types/babel__core': 7.20.5
'@types/babel__traverse': 7.28.0
- babel-plugin-polyfill-corejs2@0.4.14(@babel/core@7.28.4):
+ babel-plugin-polyfill-corejs2@0.4.14(@babel/core@7.28.4(supports-color@8.1.1))(supports-color@8.1.1):
dependencies:
'@babel/compat-data': 7.28.4
- '@babel/core': 7.28.4
- '@babel/helper-define-polyfill-provider': 0.6.5(@babel/core@7.28.4)
+ '@babel/core': 7.28.4(supports-color@8.1.1)
+ '@babel/helper-define-polyfill-provider': 0.6.5(@babel/core@7.28.4(supports-color@8.1.1))(supports-color@8.1.1)
semver: 6.3.1
transitivePeerDependencies:
- supports-color
- babel-plugin-polyfill-corejs3@0.13.0(@babel/core@7.28.4):
+ babel-plugin-polyfill-corejs3@0.13.0(@babel/core@7.28.4(supports-color@8.1.1))(supports-color@8.1.1):
dependencies:
- '@babel/core': 7.28.4
- '@babel/helper-define-polyfill-provider': 0.6.5(@babel/core@7.28.4)
+ '@babel/core': 7.28.4(supports-color@8.1.1)
+ '@babel/helper-define-polyfill-provider': 0.6.5(@babel/core@7.28.4(supports-color@8.1.1))(supports-color@8.1.1)
core-js-compat: 3.45.1
transitivePeerDependencies:
- supports-color
- babel-plugin-polyfill-regenerator@0.6.5(@babel/core@7.28.4):
+ babel-plugin-polyfill-regenerator@0.6.5(@babel/core@7.28.4(supports-color@8.1.1))(supports-color@8.1.1):
dependencies:
- '@babel/core': 7.28.4
- '@babel/helper-define-polyfill-provider': 0.6.5(@babel/core@7.28.4)
+ '@babel/core': 7.28.4(supports-color@8.1.1)
+ '@babel/helper-define-polyfill-provider': 0.6.5(@babel/core@7.28.4(supports-color@8.1.1))(supports-color@8.1.1)
transitivePeerDependencies:
- supports-color
- babel-preset-current-node-syntax@1.2.0(@babel/core@7.28.4):
+ babel-preset-current-node-syntax@1.2.0(@babel/core@7.28.4(supports-color@8.1.1)):
dependencies:
- '@babel/core': 7.28.4
- '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.28.4)
- '@babel/plugin-syntax-bigint': 7.8.3(@babel/core@7.28.4)
- '@babel/plugin-syntax-class-properties': 7.12.13(@babel/core@7.28.4)
- '@babel/plugin-syntax-class-static-block': 7.14.5(@babel/core@7.28.4)
- '@babel/plugin-syntax-import-attributes': 7.27.1(@babel/core@7.28.4)
- '@babel/plugin-syntax-import-meta': 7.10.4(@babel/core@7.28.4)
- '@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.28.4)
- '@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@7.28.4)
- '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.28.4)
- '@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.28.4)
- '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.28.4)
- '@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.28.4)
- '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.28.4)
- '@babel/plugin-syntax-private-property-in-object': 7.14.5(@babel/core@7.28.4)
- '@babel/plugin-syntax-top-level-await': 7.14.5(@babel/core@7.28.4)
+ '@babel/core': 7.28.4(supports-color@8.1.1)
+ '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.28.4(supports-color@8.1.1))
+ '@babel/plugin-syntax-bigint': 7.8.3(@babel/core@7.28.4(supports-color@8.1.1))
+ '@babel/plugin-syntax-class-properties': 7.12.13(@babel/core@7.28.4(supports-color@8.1.1))
+ '@babel/plugin-syntax-class-static-block': 7.14.5(@babel/core@7.28.4(supports-color@8.1.1))
+ '@babel/plugin-syntax-import-attributes': 7.27.1(@babel/core@7.28.4(supports-color@8.1.1))
+ '@babel/plugin-syntax-import-meta': 7.10.4(@babel/core@7.28.4(supports-color@8.1.1))
+ '@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.28.4(supports-color@8.1.1))
+ '@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@7.28.4(supports-color@8.1.1))
+ '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.28.4(supports-color@8.1.1))
+ '@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.28.4(supports-color@8.1.1))
+ '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.28.4(supports-color@8.1.1))
+ '@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.28.4(supports-color@8.1.1))
+ '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.28.4(supports-color@8.1.1))
+ '@babel/plugin-syntax-private-property-in-object': 7.14.5(@babel/core@7.28.4(supports-color@8.1.1))
+ '@babel/plugin-syntax-top-level-await': 7.14.5(@babel/core@7.28.4(supports-color@8.1.1))
- babel-preset-jest@27.5.1(@babel/core@7.28.4):
+ babel-preset-jest@27.5.1(@babel/core@7.28.4(supports-color@8.1.1)):
dependencies:
- '@babel/core': 7.28.4
+ '@babel/core': 7.28.4(supports-color@8.1.1)
babel-plugin-jest-hoist: 27.5.1
- babel-preset-current-node-syntax: 1.2.0(@babel/core@7.28.4)
+ babel-preset-current-node-syntax: 1.2.0(@babel/core@7.28.4(supports-color@8.1.1))
balanced-match@1.0.2: {}
@@ -7437,11 +7634,11 @@ snapshots:
bmp-js@0.1.0: {}
- body-parser@1.20.3:
+ body-parser@1.20.3(supports-color@8.1.1):
dependencies:
bytes: 3.1.2
content-type: 1.0.5
- debug: 2.6.9
+ debug: 2.6.9(supports-color@8.1.1)
depd: 2.0.0
destroy: 1.2.0
http-errors: 2.0.0
@@ -7525,9 +7722,9 @@ snapshots:
ccount@2.0.1: {}
- centra@2.7.0:
+ centra@2.7.0(debug@4.4.3(supports-color@8.1.1)):
dependencies:
- follow-redirects: 1.15.11
+ follow-redirects: 1.15.11(debug@4.4.3(supports-color@8.1.1))
transitivePeerDependencies:
- debug
@@ -7554,6 +7751,10 @@ snapshots:
optionalDependencies:
fsevents: 2.3.3
+ chokidar@5.0.0:
+ dependencies:
+ readdirp: 5.0.0
+
ci-info@3.9.0: {}
ci-info@4.3.0: {}
@@ -7658,13 +7859,17 @@ snapshots:
de-indent@1.0.2: {}
- debug@2.6.9:
+ debug@2.6.9(supports-color@8.1.1):
dependencies:
ms: 2.0.0
+ optionalDependencies:
+ supports-color: 8.1.1
- debug@4.4.3:
+ debug@4.4.3(supports-color@8.1.1):
dependencies:
ms: 2.1.3
+ optionalDependencies:
+ supports-color: 8.1.1
decimal.js@10.6.0: {}
@@ -7690,6 +7895,9 @@ snapshots:
destroy@1.2.0: {}
+ detect-libc@2.1.2:
+ optional: true
+
detect-newline@3.1.0: {}
devlop@1.1.0:
@@ -7798,67 +8006,67 @@ snapshots:
optionalDependencies:
source-map: 0.6.1
- eslint-compat-utils@0.5.1(eslint@9.36.0):
+ eslint-compat-utils@0.5.1(eslint@9.36.0(supports-color@8.1.1)):
dependencies:
- eslint: 9.36.0
+ eslint: 9.36.0(supports-color@8.1.1)
semver: 7.7.2
- eslint-compat-utils@0.6.5(eslint@9.36.0):
+ eslint-compat-utils@0.6.5(eslint@9.36.0(supports-color@8.1.1)):
dependencies:
- eslint: 9.36.0
+ eslint: 9.36.0(supports-color@8.1.1)
semver: 7.7.2
- eslint-config-flat-gitignore@2.1.0(eslint@9.36.0):
+ eslint-config-flat-gitignore@2.1.0(eslint@9.36.0(supports-color@8.1.1)):
dependencies:
- '@eslint/compat': 1.4.0(eslint@9.36.0)
- eslint: 9.36.0
+ '@eslint/compat': 1.4.0(eslint@9.36.0(supports-color@8.1.1))
+ eslint: 9.36.0(supports-color@8.1.1)
eslint-flat-config-utils@2.1.4:
dependencies:
pathe: 2.0.3
- eslint-json-compat-utils@0.2.1(eslint@9.36.0)(jsonc-eslint-parser@2.4.1):
+ eslint-json-compat-utils@0.2.1(eslint@9.36.0(supports-color@8.1.1))(jsonc-eslint-parser@2.4.1):
dependencies:
- eslint: 9.36.0
+ eslint: 9.36.0(supports-color@8.1.1)
esquery: 1.6.0
jsonc-eslint-parser: 2.4.1
- eslint-merge-processors@2.0.0(eslint@9.36.0):
+ eslint-merge-processors@2.0.0(eslint@9.36.0(supports-color@8.1.1)):
dependencies:
- eslint: 9.36.0
+ eslint: 9.36.0(supports-color@8.1.1)
- eslint-plugin-antfu@3.1.1(eslint@9.36.0):
+ eslint-plugin-antfu@3.1.1(eslint@9.36.0(supports-color@8.1.1)):
dependencies:
- eslint: 9.36.0
+ eslint: 9.36.0(supports-color@8.1.1)
- eslint-plugin-command@3.3.1(eslint@9.36.0):
+ eslint-plugin-command@3.3.1(eslint@9.36.0(supports-color@8.1.1)):
dependencies:
'@es-joy/jsdoccomment': 0.50.2
- eslint: 9.36.0
+ eslint: 9.36.0(supports-color@8.1.1)
- eslint-plugin-es-x@7.8.0(eslint@9.36.0):
+ eslint-plugin-es-x@7.8.0(eslint@9.36.0(supports-color@8.1.1)):
dependencies:
- '@eslint-community/eslint-utils': 4.9.0(eslint@9.36.0)
+ '@eslint-community/eslint-utils': 4.9.0(eslint@9.36.0(supports-color@8.1.1))
'@eslint-community/regexpp': 4.12.1
- eslint: 9.36.0
- eslint-compat-utils: 0.5.1(eslint@9.36.0)
+ eslint: 9.36.0(supports-color@8.1.1)
+ eslint-compat-utils: 0.5.1(eslint@9.36.0(supports-color@8.1.1))
- eslint-plugin-import-lite@0.3.0(eslint@9.36.0)(typescript@5.9.2):
+ eslint-plugin-import-lite@0.3.0(eslint@9.36.0(supports-color@8.1.1))(typescript@5.9.2):
dependencies:
- '@eslint-community/eslint-utils': 4.9.0(eslint@9.36.0)
+ '@eslint-community/eslint-utils': 4.9.0(eslint@9.36.0(supports-color@8.1.1))
'@typescript-eslint/types': 8.44.1
- eslint: 9.36.0
+ eslint: 9.36.0(supports-color@8.1.1)
optionalDependencies:
typescript: 5.9.2
- eslint-plugin-jsdoc@59.1.0(eslint@9.36.0):
+ eslint-plugin-jsdoc@59.1.0(eslint@9.36.0(supports-color@8.1.1))(supports-color@8.1.1):
dependencies:
'@es-joy/jsdoccomment': 0.58.0
are-docs-informative: 0.0.2
comment-parser: 1.4.1
- debug: 4.4.3
+ debug: 4.4.3(supports-color@8.1.1)
escape-string-regexp: 4.0.0
- eslint: 9.36.0
+ eslint: 9.36.0(supports-color@8.1.1)
espree: 10.4.0
esquery: 1.6.0
object-deep-merge: 1.0.5
@@ -7868,12 +8076,12 @@ snapshots:
transitivePeerDependencies:
- supports-color
- eslint-plugin-jsonc@2.20.1(eslint@9.36.0):
+ eslint-plugin-jsonc@2.20.1(eslint@9.36.0(supports-color@8.1.1)):
dependencies:
- '@eslint-community/eslint-utils': 4.9.0(eslint@9.36.0)
- eslint: 9.36.0
- eslint-compat-utils: 0.6.5(eslint@9.36.0)
- eslint-json-compat-utils: 0.2.1(eslint@9.36.0)(jsonc-eslint-parser@2.4.1)
+ '@eslint-community/eslint-utils': 4.9.0(eslint@9.36.0(supports-color@8.1.1))
+ eslint: 9.36.0(supports-color@8.1.1)
+ eslint-compat-utils: 0.6.5(eslint@9.36.0(supports-color@8.1.1))
+ eslint-json-compat-utils: 0.2.1(eslint@9.36.0(supports-color@8.1.1))(jsonc-eslint-parser@2.4.1)
espree: 10.4.0
graphemer: 1.4.0
jsonc-eslint-parser: 2.4.1
@@ -7882,12 +8090,12 @@ snapshots:
transitivePeerDependencies:
- '@eslint/json'
- eslint-plugin-n@17.23.1(eslint@9.36.0)(typescript@5.9.2):
+ eslint-plugin-n@17.23.1(eslint@9.36.0(supports-color@8.1.1))(typescript@5.9.2):
dependencies:
- '@eslint-community/eslint-utils': 4.9.0(eslint@9.36.0)
+ '@eslint-community/eslint-utils': 4.9.0(eslint@9.36.0(supports-color@8.1.1))
enhanced-resolve: 5.18.3
- eslint: 9.36.0
- eslint-plugin-es-x: 7.8.0(eslint@9.36.0)
+ eslint: 9.36.0(supports-color@8.1.1)
+ eslint-plugin-es-x: 7.8.0(eslint@9.36.0(supports-color@8.1.1))
get-tsconfig: 4.10.1
globals: 15.15.0
globrex: 0.1.2
@@ -7899,57 +8107,57 @@ snapshots:
eslint-plugin-no-only-tests@3.3.0: {}
- eslint-plugin-perfectionist@4.15.0(eslint@9.36.0)(typescript@5.9.2):
+ eslint-plugin-perfectionist@4.15.0(eslint@9.36.0(supports-color@8.1.1))(supports-color@8.1.1)(typescript@5.9.2):
dependencies:
'@typescript-eslint/types': 8.44.1
- '@typescript-eslint/utils': 8.44.1(eslint@9.36.0)(typescript@5.9.2)
- eslint: 9.36.0
+ '@typescript-eslint/utils': 8.44.1(eslint@9.36.0(supports-color@8.1.1))(supports-color@8.1.1)(typescript@5.9.2)
+ eslint: 9.36.0(supports-color@8.1.1)
natural-orderby: 5.0.0
transitivePeerDependencies:
- supports-color
- typescript
- eslint-plugin-pnpm@1.1.2(eslint@9.36.0):
+ eslint-plugin-pnpm@1.1.2(eslint@9.36.0(supports-color@8.1.1)):
dependencies:
empathic: 2.0.0
- eslint: 9.36.0
+ eslint: 9.36.0(supports-color@8.1.1)
jsonc-eslint-parser: 2.4.1
pathe: 2.0.3
pnpm-workspace-yaml: 1.1.2
tinyglobby: 0.2.15
yaml-eslint-parser: 1.3.0
- eslint-plugin-regexp@2.10.0(eslint@9.36.0):
+ eslint-plugin-regexp@2.10.0(eslint@9.36.0(supports-color@8.1.1)):
dependencies:
- '@eslint-community/eslint-utils': 4.9.0(eslint@9.36.0)
+ '@eslint-community/eslint-utils': 4.9.0(eslint@9.36.0(supports-color@8.1.1))
'@eslint-community/regexpp': 4.12.1
comment-parser: 1.4.1
- eslint: 9.36.0
+ eslint: 9.36.0(supports-color@8.1.1)
jsdoc-type-pratt-parser: 4.8.0
refa: 0.12.1
regexp-ast-analysis: 0.7.1
scslre: 0.3.0
- eslint-plugin-toml@0.12.0(eslint@9.36.0):
+ eslint-plugin-toml@0.12.0(eslint@9.36.0(supports-color@8.1.1))(supports-color@8.1.1):
dependencies:
- debug: 4.4.3
- eslint: 9.36.0
- eslint-compat-utils: 0.6.5(eslint@9.36.0)
+ debug: 4.4.3(supports-color@8.1.1)
+ eslint: 9.36.0(supports-color@8.1.1)
+ eslint-compat-utils: 0.6.5(eslint@9.36.0(supports-color@8.1.1))
lodash: 4.17.21
toml-eslint-parser: 0.10.0
transitivePeerDependencies:
- supports-color
- eslint-plugin-unicorn@61.0.2(eslint@9.36.0):
+ eslint-plugin-unicorn@61.0.2(eslint@9.36.0(supports-color@8.1.1)):
dependencies:
'@babel/helper-validator-identifier': 7.27.1
- '@eslint-community/eslint-utils': 4.9.0(eslint@9.36.0)
+ '@eslint-community/eslint-utils': 4.9.0(eslint@9.36.0(supports-color@8.1.1))
'@eslint/plugin-kit': 0.3.5
change-case: 5.4.4
ci-info: 4.3.0
clean-regexp: 1.0.0
core-js-compat: 3.45.1
- eslint: 9.36.0
+ eslint: 9.36.0(supports-color@8.1.1)
esquery: 1.6.0
find-up-simple: 1.0.1
globals: 16.4.0
@@ -7962,41 +8170,41 @@ snapshots:
semver: 7.7.2
strip-indent: 4.1.0
- eslint-plugin-unused-imports@4.2.0(@typescript-eslint/eslint-plugin@8.44.1(@typescript-eslint/parser@8.44.1(eslint@9.36.0)(typescript@5.9.2))(eslint@9.36.0)(typescript@5.9.2))(eslint@9.36.0):
+ eslint-plugin-unused-imports@4.2.0(@typescript-eslint/eslint-plugin@8.44.1(@typescript-eslint/parser@8.44.1(eslint@9.36.0(supports-color@8.1.1))(supports-color@8.1.1)(typescript@5.9.2))(eslint@9.36.0(supports-color@8.1.1))(supports-color@8.1.1)(typescript@5.9.2))(eslint@9.36.0(supports-color@8.1.1)):
dependencies:
- eslint: 9.36.0
+ eslint: 9.36.0(supports-color@8.1.1)
optionalDependencies:
- '@typescript-eslint/eslint-plugin': 8.44.1(@typescript-eslint/parser@8.44.1(eslint@9.36.0)(typescript@5.9.2))(eslint@9.36.0)(typescript@5.9.2)
+ '@typescript-eslint/eslint-plugin': 8.44.1(@typescript-eslint/parser@8.44.1(eslint@9.36.0(supports-color@8.1.1))(supports-color@8.1.1)(typescript@5.9.2))(eslint@9.36.0(supports-color@8.1.1))(supports-color@8.1.1)(typescript@5.9.2)
- eslint-plugin-vue@10.5.0(@stylistic/eslint-plugin@5.4.0(eslint@9.36.0))(@typescript-eslint/parser@8.44.1(eslint@9.36.0)(typescript@5.9.2))(eslint@9.36.0)(vue-eslint-parser@10.2.0(eslint@9.36.0)):
+ eslint-plugin-vue@10.5.0(@stylistic/eslint-plugin@5.4.0(eslint@9.36.0(supports-color@8.1.1)))(@typescript-eslint/parser@8.44.1(eslint@9.36.0(supports-color@8.1.1))(supports-color@8.1.1)(typescript@5.9.2))(eslint@9.36.0(supports-color@8.1.1))(vue-eslint-parser@10.2.0(eslint@9.36.0(supports-color@8.1.1))(supports-color@8.1.1)):
dependencies:
- '@eslint-community/eslint-utils': 4.9.0(eslint@9.36.0)
- eslint: 9.36.0
+ '@eslint-community/eslint-utils': 4.9.0(eslint@9.36.0(supports-color@8.1.1))
+ eslint: 9.36.0(supports-color@8.1.1)
natural-compare: 1.4.0
nth-check: 2.1.1
postcss-selector-parser: 6.1.2
semver: 7.7.2
- vue-eslint-parser: 10.2.0(eslint@9.36.0)
+ vue-eslint-parser: 10.2.0(eslint@9.36.0(supports-color@8.1.1))(supports-color@8.1.1)
xml-name-validator: 4.0.0
optionalDependencies:
- '@stylistic/eslint-plugin': 5.4.0(eslint@9.36.0)
- '@typescript-eslint/parser': 8.44.1(eslint@9.36.0)(typescript@5.9.2)
+ '@stylistic/eslint-plugin': 5.4.0(eslint@9.36.0(supports-color@8.1.1))
+ '@typescript-eslint/parser': 8.44.1(eslint@9.36.0(supports-color@8.1.1))(supports-color@8.1.1)(typescript@5.9.2)
- eslint-plugin-yml@1.18.0(eslint@9.36.0):
+ eslint-plugin-yml@1.18.0(eslint@9.36.0(supports-color@8.1.1))(supports-color@8.1.1):
dependencies:
- debug: 4.4.3
+ debug: 4.4.3(supports-color@8.1.1)
escape-string-regexp: 4.0.0
- eslint: 9.36.0
- eslint-compat-utils: 0.6.5(eslint@9.36.0)
+ eslint: 9.36.0(supports-color@8.1.1)
+ eslint-compat-utils: 0.6.5(eslint@9.36.0(supports-color@8.1.1))
natural-compare: 1.4.0
yaml-eslint-parser: 1.3.0
transitivePeerDependencies:
- supports-color
- eslint-processor-vue-blocks@2.0.0(@vue/compiler-sfc@3.5.21)(eslint@9.36.0):
+ eslint-processor-vue-blocks@2.0.0(@vue/compiler-sfc@3.5.21)(eslint@9.36.0(supports-color@8.1.1)):
dependencies:
'@vue/compiler-sfc': 3.5.21
- eslint: 9.36.0
+ eslint: 9.36.0(supports-color@8.1.1)
eslint-scope@8.4.0:
dependencies:
@@ -8007,14 +8215,14 @@ snapshots:
eslint-visitor-keys@4.2.1: {}
- eslint@9.36.0:
+ eslint@9.36.0(supports-color@8.1.1):
dependencies:
- '@eslint-community/eslint-utils': 4.9.0(eslint@9.36.0)
+ '@eslint-community/eslint-utils': 4.9.0(eslint@9.36.0(supports-color@8.1.1))
'@eslint-community/regexpp': 4.12.1
- '@eslint/config-array': 0.21.0
+ '@eslint/config-array': 0.21.0(supports-color@8.1.1)
'@eslint/config-helpers': 0.3.1
'@eslint/core': 0.15.2
- '@eslint/eslintrc': 3.3.1
+ '@eslint/eslintrc': 3.3.1(supports-color@8.1.1)
'@eslint/js': 9.36.0
'@eslint/plugin-kit': 0.3.5
'@humanfs/node': 0.16.7
@@ -8025,7 +8233,7 @@ snapshots:
ajv: 6.12.6
chalk: 4.1.2
cross-spawn: 7.0.6
- debug: 4.4.3
+ debug: 4.4.3(supports-color@8.1.1)
escape-string-regexp: 4.0.0
eslint-scope: 8.4.0
eslint-visitor-keys: 4.2.1
@@ -8104,21 +8312,21 @@ snapshots:
jest-matcher-utils: 27.5.1
jest-message-util: 27.5.1
- express@4.21.2:
+ express@4.21.2(supports-color@8.1.1):
dependencies:
accepts: 1.3.8
array-flatten: 1.1.1
- body-parser: 1.20.3
+ body-parser: 1.20.3(supports-color@8.1.1)
content-disposition: 0.5.4
content-type: 1.0.5
cookie: 0.7.1
cookie-signature: 1.0.6
- debug: 2.6.9
+ debug: 2.6.9(supports-color@8.1.1)
depd: 2.0.0
encodeurl: 2.0.0
escape-html: 1.0.3
etag: 1.8.1
- finalhandler: 1.3.1
+ finalhandler: 1.3.1(supports-color@8.1.1)
fresh: 0.5.2
http-errors: 2.0.0
merge-descriptors: 1.0.3
@@ -8130,8 +8338,8 @@ snapshots:
qs: 6.13.0
range-parser: 1.2.1
safe-buffer: 5.2.1
- send: 0.19.0
- serve-static: 1.16.2
+ send: 0.19.0(supports-color@8.1.1)
+ serve-static: 1.16.2(supports-color@8.1.1)
setprototypeof: 1.2.0
statuses: 2.0.1
type-is: 1.6.18
@@ -8168,9 +8376,9 @@ snapshots:
dependencies:
bser: 2.1.1
- fdir@6.5.0(picomatch@4.0.3):
+ fdir@6.5.0(picomatch@4.0.5):
optionalDependencies:
- picomatch: 4.0.3
+ picomatch: 4.0.5
file-entry-cache@8.0.0:
dependencies:
@@ -8182,9 +8390,9 @@ snapshots:
dependencies:
to-regex-range: 5.0.1
- finalhandler@1.3.1:
+ finalhandler@1.3.1(supports-color@8.1.1):
dependencies:
- debug: 2.6.9
+ debug: 2.6.9(supports-color@8.1.1)
encodeurl: 2.0.0
escape-html: 1.0.3
on-finished: 2.4.1
@@ -8213,7 +8421,9 @@ snapshots:
flatted@3.3.3: {}
- follow-redirects@1.15.11: {}
+ follow-redirects@1.15.11(debug@4.4.3(supports-color@8.1.1)):
+ optionalDependencies:
+ debug: 4.4.3(supports-color@8.1.1)
form-data@3.0.4:
dependencies:
@@ -8332,6 +8542,8 @@ snapshots:
he@1.2.0: {}
+ highlight.js@11.11.1: {}
+
html-encoding-sniffer@2.0.1:
dependencies:
whatwg-encoding: 1.0.5
@@ -8346,18 +8558,18 @@ snapshots:
statuses: 2.0.1
toidentifier: 1.0.1
- http-proxy-agent@4.0.1:
+ http-proxy-agent@4.0.1(supports-color@8.1.1):
dependencies:
'@tootallnate/once': 1.1.2
- agent-base: 6.0.2
- debug: 4.4.3
+ agent-base: 6.0.2(supports-color@8.1.1)
+ debug: 4.4.3(supports-color@8.1.1)
transitivePeerDependencies:
- supports-color
- https-proxy-agent@5.0.1:
+ https-proxy-agent@5.0.1(supports-color@8.1.1):
dependencies:
- agent-base: 6.0.2
- debug: 4.4.3
+ agent-base: 6.0.2(supports-color@8.1.1)
+ debug: 4.4.3(supports-color@8.1.1)
transitivePeerDependencies:
- supports-color
@@ -8379,7 +8591,7 @@ snapshots:
ignore@7.0.5: {}
- immutable@4.3.7: {}
+ immutable@5.1.9: {}
import-fresh@3.3.1:
dependencies:
@@ -8446,9 +8658,9 @@ snapshots:
istanbul-lib-coverage@3.2.2: {}
- istanbul-lib-instrument@5.2.1:
+ istanbul-lib-instrument@5.2.1(supports-color@8.1.1):
dependencies:
- '@babel/core': 7.28.4
+ '@babel/core': 7.28.4(supports-color@8.1.1)
'@babel/parser': 7.28.4
'@istanbuljs/schema': 0.1.3
istanbul-lib-coverage: 3.2.2
@@ -8462,9 +8674,9 @@ snapshots:
make-dir: 4.0.0
supports-color: 7.2.0
- istanbul-lib-source-maps@4.0.1:
+ istanbul-lib-source-maps@4.0.1(supports-color@8.1.1):
dependencies:
- debug: 4.4.3
+ debug: 4.4.3(supports-color@8.1.1)
istanbul-lib-coverage: 3.2.2
source-map: 0.6.1
transitivePeerDependencies:
@@ -8481,7 +8693,7 @@ snapshots:
execa: 5.1.1
throat: 6.0.2
- jest-circus@27.5.1:
+ jest-circus@27.5.1(supports-color@8.1.1):
dependencies:
'@jest/environment': 27.5.1
'@jest/test-result': 27.5.1
@@ -8495,8 +8707,8 @@ snapshots:
jest-each: 27.5.1
jest-matcher-utils: 27.5.1
jest-message-util: 27.5.1
- jest-runtime: 27.5.1
- jest-snapshot: 27.5.1
+ jest-runtime: 27.5.1(supports-color@8.1.1)
+ jest-snapshot: 27.5.1(supports-color@8.1.1)
jest-util: 27.5.1
pretty-format: 27.5.1
slash: 3.0.0
@@ -8505,16 +8717,16 @@ snapshots:
transitivePeerDependencies:
- supports-color
- jest-cli@27.5.1:
+ jest-cli@27.5.1(supports-color@8.1.1):
dependencies:
- '@jest/core': 27.5.1
+ '@jest/core': 27.5.1(supports-color@8.1.1)
'@jest/test-result': 27.5.1
'@jest/types': 27.5.1
chalk: 4.1.2
exit: 0.1.2
graceful-fs: 4.2.11
import-local: 3.2.0
- jest-config: 27.5.1
+ jest-config: 27.5.1(supports-color@8.1.1)
jest-util: 27.5.1
jest-validate: 27.5.1
prompts: 2.4.2
@@ -8526,25 +8738,25 @@ snapshots:
- ts-node
- utf-8-validate
- jest-config@27.5.1:
+ jest-config@27.5.1(supports-color@8.1.1):
dependencies:
- '@babel/core': 7.28.4
- '@jest/test-sequencer': 27.5.1
+ '@babel/core': 7.28.4(supports-color@8.1.1)
+ '@jest/test-sequencer': 27.5.1(supports-color@8.1.1)
'@jest/types': 27.5.1
- babel-jest: 27.5.1(@babel/core@7.28.4)
+ babel-jest: 27.5.1(@babel/core@7.28.4(supports-color@8.1.1))(supports-color@8.1.1)
chalk: 4.1.2
ci-info: 3.9.0
deepmerge: 4.3.1
glob: 7.2.3
graceful-fs: 4.2.11
- jest-circus: 27.5.1
- jest-environment-jsdom: 27.5.1
+ jest-circus: 27.5.1(supports-color@8.1.1)
+ jest-environment-jsdom: 27.5.1(supports-color@8.1.1)
jest-environment-node: 27.5.1
jest-get-type: 27.5.1
- jest-jasmine2: 27.5.1
+ jest-jasmine2: 27.5.1(supports-color@8.1.1)
jest-regex-util: 27.5.1
jest-resolve: 27.5.1
- jest-runner: 27.5.1
+ jest-runner: 27.5.1(supports-color@8.1.1)
jest-util: 27.5.1
jest-validate: 27.5.1
micromatch: 4.0.8
@@ -8577,7 +8789,7 @@ snapshots:
jest-util: 27.5.1
pretty-format: 27.5.1
- jest-environment-jsdom@27.5.1:
+ jest-environment-jsdom@27.5.1(supports-color@8.1.1):
dependencies:
'@jest/environment': 27.5.1
'@jest/fake-timers': 27.5.1
@@ -8585,7 +8797,7 @@ snapshots:
'@types/node': 24.5.2
jest-mock: 27.5.1
jest-util: 27.5.1
- jsdom: 16.7.0
+ jsdom: 16.7.0(supports-color@8.1.1)
transitivePeerDependencies:
- bufferutil
- canvas
@@ -8620,7 +8832,7 @@ snapshots:
optionalDependencies:
fsevents: 2.3.3
- jest-jasmine2@27.5.1:
+ jest-jasmine2@27.5.1(supports-color@8.1.1):
dependencies:
'@jest/environment': 27.5.1
'@jest/source-map': 27.5.1
@@ -8634,8 +8846,8 @@ snapshots:
jest-each: 27.5.1
jest-matcher-utils: 27.5.1
jest-message-util: 27.5.1
- jest-runtime: 27.5.1
- jest-snapshot: 27.5.1
+ jest-runtime: 27.5.1(supports-color@8.1.1)
+ jest-snapshot: 27.5.1(supports-color@8.1.1)
jest-util: 27.5.1
pretty-format: 27.5.1
throat: 6.0.2
@@ -8677,11 +8889,11 @@ snapshots:
jest-regex-util@27.5.1: {}
- jest-resolve-dependencies@27.5.1:
+ jest-resolve-dependencies@27.5.1(supports-color@8.1.1):
dependencies:
'@jest/types': 27.5.1
jest-regex-util: 27.5.1
- jest-snapshot: 27.5.1
+ jest-snapshot: 27.5.1(supports-color@8.1.1)
transitivePeerDependencies:
- supports-color
@@ -8698,25 +8910,25 @@ snapshots:
resolve.exports: 1.1.1
slash: 3.0.0
- jest-runner@27.5.1:
+ jest-runner@27.5.1(supports-color@8.1.1):
dependencies:
'@jest/console': 27.5.1
'@jest/environment': 27.5.1
'@jest/test-result': 27.5.1
- '@jest/transform': 27.5.1
+ '@jest/transform': 27.5.1(supports-color@8.1.1)
'@jest/types': 27.5.1
'@types/node': 24.5.2
chalk: 4.1.2
emittery: 0.8.1
graceful-fs: 4.2.11
jest-docblock: 27.5.1
- jest-environment-jsdom: 27.5.1
+ jest-environment-jsdom: 27.5.1(supports-color@8.1.1)
jest-environment-node: 27.5.1
jest-haste-map: 27.5.1
jest-leak-detector: 27.5.1
jest-message-util: 27.5.1
jest-resolve: 27.5.1
- jest-runtime: 27.5.1
+ jest-runtime: 27.5.1(supports-color@8.1.1)
jest-util: 27.5.1
jest-worker: 27.5.1
source-map-support: 0.5.21
@@ -8727,14 +8939,14 @@ snapshots:
- supports-color
- utf-8-validate
- jest-runtime@27.5.1:
+ jest-runtime@27.5.1(supports-color@8.1.1):
dependencies:
'@jest/environment': 27.5.1
'@jest/fake-timers': 27.5.1
'@jest/globals': 27.5.1
'@jest/source-map': 27.5.1
'@jest/test-result': 27.5.1
- '@jest/transform': 27.5.1
+ '@jest/transform': 27.5.1(supports-color@8.1.1)
'@jest/types': 27.5.1
chalk: 4.1.2
cjs-module-lexer: 1.4.3
@@ -8747,7 +8959,7 @@ snapshots:
jest-mock: 27.5.1
jest-regex-util: 27.5.1
jest-resolve: 27.5.1
- jest-snapshot: 27.5.1
+ jest-snapshot: 27.5.1(supports-color@8.1.1)
jest-util: 27.5.1
slash: 3.0.0
strip-bom: 4.0.0
@@ -8759,18 +8971,18 @@ snapshots:
'@types/node': 24.5.2
graceful-fs: 4.2.11
- jest-snapshot@27.5.1:
+ jest-snapshot@27.5.1(supports-color@8.1.1):
dependencies:
- '@babel/core': 7.28.4
+ '@babel/core': 7.28.4(supports-color@8.1.1)
'@babel/generator': 7.28.3
- '@babel/plugin-syntax-typescript': 7.27.1(@babel/core@7.28.4)
- '@babel/traverse': 7.28.4
+ '@babel/plugin-syntax-typescript': 7.27.1(@babel/core@7.28.4(supports-color@8.1.1))
+ '@babel/traverse': 7.28.4(supports-color@8.1.1)
'@babel/types': 7.28.4
- '@jest/transform': 27.5.1
+ '@jest/transform': 27.5.1(supports-color@8.1.1)
'@jest/types': 27.5.1
'@types/babel__traverse': 7.28.0
'@types/prettier': 2.7.3
- babel-preset-current-node-syntax: 1.2.0(@babel/core@7.28.4)
+ babel-preset-current-node-syntax: 1.2.0(@babel/core@7.28.4(supports-color@8.1.1))
chalk: 4.1.2
expect: 27.5.1
graceful-fs: 4.2.11
@@ -8820,11 +9032,11 @@ snapshots:
merge-stream: 2.0.0
supports-color: 8.1.1
- jest@27.0.4:
+ jest@27.0.4(supports-color@8.1.1):
dependencies:
- '@jest/core': 27.5.1
+ '@jest/core': 27.5.1(supports-color@8.1.1)
import-local: 3.2.0
- jest-cli: 27.5.1
+ jest-cli: 27.5.1(supports-color@8.1.1)
transitivePeerDependencies:
- bufferutil
- canvas
@@ -8832,12 +9044,12 @@ snapshots:
- ts-node
- utf-8-validate
- jimp@0.10.3:
+ jimp@0.10.3(debug@4.4.3(supports-color@8.1.1)):
dependencies:
'@babel/runtime': 7.28.4
- '@jimp/custom': 0.10.3
- '@jimp/plugins': 0.10.3(@jimp/custom@0.10.3)
- '@jimp/types': 0.10.3(@jimp/custom@0.10.3)
+ '@jimp/custom': 0.10.3(debug@4.4.3(supports-color@8.1.1))
+ '@jimp/plugins': 0.10.3(@jimp/custom@0.10.3(debug@4.4.3(supports-color@8.1.1)))(debug@4.4.3(supports-color@8.1.1))
+ '@jimp/types': 0.10.3(@jimp/custom@0.10.3(debug@4.4.3(supports-color@8.1.1)))
core-js: 3.45.1
regenerator-runtime: 0.13.11
transitivePeerDependencies:
@@ -8864,7 +9076,7 @@ snapshots:
jsdoc-type-pratt-parser@5.4.0: {}
- jsdom@16.7.0:
+ jsdom@16.7.0(supports-color@8.1.1):
dependencies:
abab: 2.0.6
acorn: 8.15.0
@@ -8877,8 +9089,8 @@ snapshots:
escodegen: 2.1.0
form-data: 3.0.4
html-encoding-sniffer: 2.0.1
- http-proxy-agent: 4.0.1
- https-proxy-agent: 5.0.1
+ http-proxy-agent: 4.0.1(supports-color@8.1.1)
+ https-proxy-agent: 5.0.1(supports-color@8.1.1)
is-potential-custom-element-name: 1.0.1
nwsapi: 2.2.22
parse5: 6.0.1
@@ -8952,14 +9164,14 @@ snapshots:
lines-and-columns@2.0.4: {}
- load-bmfont@1.4.2:
+ load-bmfont@1.4.2(debug@4.4.3(supports-color@8.1.1)):
dependencies:
buffer-equal: 0.0.1
mime: 1.6.0
parse-bmfont-ascii: 1.0.6
parse-bmfont-binary: 1.0.6
parse-bmfont-xml: 1.1.6
- phin: 3.7.1
+ phin: 3.7.1(debug@4.4.3(supports-color@8.1.1))
xhr: 2.6.0
xtend: 4.0.2
transitivePeerDependencies:
@@ -9013,6 +9225,8 @@ snapshots:
markdown-table@3.0.4: {}
+ marked@18.0.7: {}
+
math-intrinsics@1.1.0: {}
mdast-util-find-and-replace@3.0.2:
@@ -9022,14 +9236,14 @@ snapshots:
unist-util-is: 6.0.0
unist-util-visit-parents: 6.0.1
- mdast-util-from-markdown@2.0.2:
+ mdast-util-from-markdown@2.0.2(supports-color@8.1.1):
dependencies:
'@types/mdast': 4.0.4
'@types/unist': 3.0.3
decode-named-character-reference: 1.2.0
devlop: 1.1.0
mdast-util-to-string: 4.0.0
- micromark: 4.0.2
+ micromark: 4.0.2(supports-color@8.1.1)
micromark-util-decode-numeric-character-reference: 2.0.2
micromark-util-decode-string: 2.0.1
micromark-util-normalize-identifier: 2.0.1
@@ -9039,12 +9253,12 @@ snapshots:
transitivePeerDependencies:
- supports-color
- mdast-util-frontmatter@2.0.1:
+ mdast-util-frontmatter@2.0.1(supports-color@8.1.1):
dependencies:
'@types/mdast': 4.0.4
devlop: 1.1.0
escape-string-regexp: 5.0.0
- mdast-util-from-markdown: 2.0.2
+ mdast-util-from-markdown: 2.0.2(supports-color@8.1.1)
mdast-util-to-markdown: 2.1.2
micromark-extension-frontmatter: 2.0.0
transitivePeerDependencies:
@@ -9058,51 +9272,51 @@ snapshots:
mdast-util-find-and-replace: 3.0.2
micromark-util-character: 2.1.1
- mdast-util-gfm-footnote@2.1.0:
+ mdast-util-gfm-footnote@2.1.0(supports-color@8.1.1):
dependencies:
'@types/mdast': 4.0.4
devlop: 1.1.0
- mdast-util-from-markdown: 2.0.2
+ mdast-util-from-markdown: 2.0.2(supports-color@8.1.1)
mdast-util-to-markdown: 2.1.2
micromark-util-normalize-identifier: 2.0.1
transitivePeerDependencies:
- supports-color
- mdast-util-gfm-strikethrough@2.0.0:
+ mdast-util-gfm-strikethrough@2.0.0(supports-color@8.1.1):
dependencies:
'@types/mdast': 4.0.4
- mdast-util-from-markdown: 2.0.2
+ mdast-util-from-markdown: 2.0.2(supports-color@8.1.1)
mdast-util-to-markdown: 2.1.2
transitivePeerDependencies:
- supports-color
- mdast-util-gfm-table@2.0.0:
+ mdast-util-gfm-table@2.0.0(supports-color@8.1.1):
dependencies:
'@types/mdast': 4.0.4
devlop: 1.1.0
markdown-table: 3.0.4
- mdast-util-from-markdown: 2.0.2
+ mdast-util-from-markdown: 2.0.2(supports-color@8.1.1)
mdast-util-to-markdown: 2.1.2
transitivePeerDependencies:
- supports-color
- mdast-util-gfm-task-list-item@2.0.0:
+ mdast-util-gfm-task-list-item@2.0.0(supports-color@8.1.1):
dependencies:
'@types/mdast': 4.0.4
devlop: 1.1.0
- mdast-util-from-markdown: 2.0.2
+ mdast-util-from-markdown: 2.0.2(supports-color@8.1.1)
mdast-util-to-markdown: 2.1.2
transitivePeerDependencies:
- supports-color
- mdast-util-gfm@3.1.0:
+ mdast-util-gfm@3.1.0(supports-color@8.1.1):
dependencies:
- mdast-util-from-markdown: 2.0.2
+ mdast-util-from-markdown: 2.0.2(supports-color@8.1.1)
mdast-util-gfm-autolink-literal: 2.0.1
- mdast-util-gfm-footnote: 2.1.0
- mdast-util-gfm-strikethrough: 2.0.0
- mdast-util-gfm-table: 2.0.0
- mdast-util-gfm-task-list-item: 2.0.0
+ mdast-util-gfm-footnote: 2.1.0(supports-color@8.1.1)
+ mdast-util-gfm-strikethrough: 2.0.0(supports-color@8.1.1)
+ mdast-util-gfm-table: 2.0.0(supports-color@8.1.1)
+ mdast-util-gfm-task-list-item: 2.0.0(supports-color@8.1.1)
mdast-util-to-markdown: 2.1.2
transitivePeerDependencies:
- supports-color
@@ -9318,10 +9532,10 @@ snapshots:
micromark-util-types@2.0.2: {}
- micromark@4.0.2:
+ micromark@4.0.2(supports-color@8.1.1):
dependencies:
'@types/debug': 4.1.12
- debug: 4.4.3
+ debug: 4.4.3(supports-color@8.1.1)
decode-named-character-reference: 1.2.0
devlop: 1.1.0
micromark-core-commonmark: 2.0.3
@@ -9390,6 +9604,8 @@ snapshots:
module-alias@2.2.3: {}
+ mp-html@2.5.2: {}
+
ms@2.0.0: {}
ms@2.1.3: {}
@@ -9404,6 +9620,9 @@ snapshots:
negotiator@0.6.3: {}
+ node-addon-api@7.1.1:
+ optional: true
+
node-int64@0.4.0: {}
node-releases@2.0.21: {}
@@ -9537,9 +9756,9 @@ snapshots:
phin@2.9.3: {}
- phin@3.7.1:
+ phin@3.7.1(debug@4.4.3(supports-color@8.1.1)):
dependencies:
- centra: 2.7.0
+ centra: 2.7.0(debug@4.4.3(supports-color@8.1.1))
transitivePeerDependencies:
- debug
@@ -9549,6 +9768,8 @@ snapshots:
picomatch@4.0.3: {}
+ picomatch@4.0.5: {}
+
pify@2.3.0: {}
pinia@2.2.4(typescript@5.9.2)(vue@3.4.21(typescript@5.9.2)):
@@ -9713,6 +9934,8 @@ snapshots:
dependencies:
picomatch: 2.3.1
+ readdirp@5.0.0: {}
+
refa@0.12.1:
dependencies:
'@eslint-community/regexpp': 4.12.1
@@ -9819,11 +10042,13 @@ snapshots:
safer-buffer@2.1.2: {}
- sass@1.64.2:
+ sass@1.102.0:
dependencies:
- chokidar: 3.6.0
- immutable: 4.3.7
+ chokidar: 5.0.0
+ immutable: 5.1.9
source-map-js: 1.2.1
+ optionalDependencies:
+ '@parcel/watcher': 2.6.0
sax@1.4.1: {}
@@ -9843,9 +10068,9 @@ snapshots:
semver@7.7.2: {}
- send@0.19.0:
+ send@0.19.0(supports-color@8.1.1):
dependencies:
- debug: 2.6.9
+ debug: 2.6.9(supports-color@8.1.1)
depd: 2.0.0
destroy: 1.2.0
encodeurl: 1.0.2
@@ -9861,12 +10086,12 @@ snapshots:
transitivePeerDependencies:
- supports-color
- serve-static@1.16.2:
+ serve-static@1.16.2(supports-color@8.1.1):
dependencies:
encodeurl: 2.0.0
escape-html: 1.0.3
parseurl: 1.3.3
- send: 0.19.0
+ send: 0.19.0(supports-color@8.1.1)
transitivePeerDependencies:
- supports-color
@@ -10022,8 +10247,8 @@ snapshots:
tinyglobby@0.2.15:
dependencies:
- fdir: 6.5.0(picomatch@4.0.3)
- picomatch: 4.0.3
+ fdir: 6.5.0(picomatch@4.0.5)
+ picomatch: 4.0.5
tmpl@1.0.5: {}
@@ -10054,7 +10279,7 @@ snapshots:
ts-declaration-location@1.0.7(typescript@5.9.2):
dependencies:
- picomatch: 4.0.3
+ picomatch: 4.0.5
typescript: 5.9.2
type-check@0.4.0:
@@ -10189,7 +10414,7 @@ snapshots:
vary@1.1.2: {}
- vite@5.2.8(@types/node@24.5.2)(sass@1.64.2)(terser@5.44.0):
+ vite@5.2.8(@types/node@24.5.2)(sass@1.102.0)(terser@5.44.0):
dependencies:
esbuild: 0.20.2
postcss: 8.5.6
@@ -10197,7 +10422,7 @@ snapshots:
optionalDependencies:
'@types/node': 24.5.2
fsevents: 2.3.3
- sass: 1.64.2
+ sass: 1.102.0
terser: 5.44.0
vscode-uri@3.1.0: {}
@@ -10206,10 +10431,10 @@ snapshots:
dependencies:
vue: 3.4.21(typescript@5.9.2)
- vue-eslint-parser@10.2.0(eslint@9.36.0):
+ vue-eslint-parser@10.2.0(eslint@9.36.0(supports-color@8.1.1))(supports-color@8.1.1):
dependencies:
- debug: 4.4.3
- eslint: 9.36.0
+ debug: 4.4.3(supports-color@8.1.1)
+ eslint: 9.36.0(supports-color@8.1.1)
eslint-scope: 8.4.0
eslint-visitor-keys: 4.2.1
espree: 10.4.0
@@ -10282,10 +10507,6 @@ snapshots:
word-wrap@1.2.5: {}
- wot-design-uni@1.12.4(vue@3.4.21(typescript@5.9.2)):
- dependencies:
- vue: 3.4.21(typescript@5.9.2)
-
wrap-ansi@7.0.0:
dependencies:
ansi-styles: 4.3.0
diff --git a/src/App.vue b/src/App.vue
index 297d679..641f91d 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -1,7 +1,70 @@
-
+
diff --git a/src/components/AppFooter.vue b/src/components/AppFooter.vue
deleted file mode 100644
index 61049b6..0000000
--- a/src/components/AppFooter.vue
+++ /dev/null
@@ -1,34 +0,0 @@
-
-
-
-
-
-
-
diff --git a/src/components/AppLogos.vue b/src/components/AppLogos.vue
deleted file mode 100644
index 8779ca6..0000000
--- a/src/components/AppLogos.vue
+++ /dev/null
@@ -1,59 +0,0 @@
-
-
-
-
-
-
-
- uni-helper
-
-
-
- +
-
-
-
-
- Vite
-
-
-
-
-
-
diff --git a/src/components/InputEntry.vue b/src/components/InputEntry.vue
deleted file mode 100644
index 10bc891..0000000
--- a/src/components/InputEntry.vue
+++ /dev/null
@@ -1,36 +0,0 @@
-
-
-
-
-
-
-
-
- Hello
-
-
-
-
- Hello{{ ` ${name}` }} 👏
-
-
-
-
diff --git a/src/manifest.json b/src/manifest.json
index 3458c59..e672f98 100644
--- a/src/manifest.json
+++ b/src/manifest.json
@@ -1,70 +1,74 @@
{
- "name": "",
- "appid": "",
- "description": "",
- "versionName": "1.0.0",
- "versionCode": "100",
- "transformPx": false,
- "uniStatistics": {
- "enable": false
- },
- "app-plus": {
- "usingComponents": true,
- "nvueStyleCompiler": "uni-app",
- "compilerVersion": 3,
- "splashscreen": {
- "alwaysShowBeforeRender": true,
- "waiting": true,
- "autoclose": true,
- "delay": 0
+ "name" : "年糕崽崽",
+ "appid" : "__UNI__184857B",
+ "description" : "年糕崽崽数字花园 · UniApp",
+ "versionName" : "1.0.0",
+ "versionCode" : "100",
+ "transformPx" : false,
+ "uniStatistics" : {
+ "enable" : false
},
- "modules": {},
- "distribute": {
- "android": {
- "permissions": [
- "",
- "",
- "",
- "",
- "",
- "",
- "",
- "",
- "",
- "",
- "",
- "",
- "",
- "",
- ""
- ]
- },
- "ios": {},
- "sdkConfigs": {}
- }
- },
- "h5": {
- "darkmode": true,
- "themeLocation": "theme.json"
- },
- "quickapp": {},
- "mp-weixin": {
- "appid": "wx67e73fb3c9882dfc",
- "setting": {
- "urlCheck": false
+ "app-plus" : {
+ "usingComponents" : true,
+ "nvueStyleCompiler" : "uni-app",
+ "compilerVersion" : 3,
+ "splashscreen" : {
+ "alwaysShowBeforeRender" : true,
+ "waiting" : true,
+ "autoclose" : true,
+ "delay" : 0
+ },
+ "modules" : {},
+ "distribute" : {
+ "android" : {
+ "permissions" : [
+ "",
+ "",
+ "",
+ "",
+ "",
+ "",
+ "",
+ "",
+ "",
+ "",
+ "",
+ "",
+ "",
+ "",
+ ""
+ ]
+ },
+ "ios" : {},
+ "sdkConfigs" : {}
+ }
},
- "usingComponents": true,
- "darkmode": true,
- "themeLocation": "theme.json"
- },
- "mp-alipay": {
- "usingComponents": true
- },
- "mp-baidu": {
- "usingComponents": true
- },
- "mp-toutiao": {
- "usingComponents": true
- },
- "vueVersion": "3"
+ "h5" : {
+ "darkmode" : true,
+ "themeLocation" : "theme.json"
+ },
+ "quickapp" : {},
+ "mp-weixin" : {
+ "appid" : "wx8f3891eaad380949",
+ "setting" : {
+ "urlCheck" : false
+ },
+ "usingComponents" : true,
+ "darkmode" : true,
+ "themeLocation" : "theme.json",
+ "optimization" : {
+ "subPackages" : true
+ },
+ "lazyCodeLoading" : "requiredComponents"
+ },
+ "mp-alipay" : {
+ "usingComponents" : true
+ },
+ "mp-baidu" : {
+ "usingComponents" : true
+ },
+ "mp-toutiao" : {
+ "usingComponents" : true
+ },
+ "vueVersion" : "3"
}
diff --git a/src/pages.json b/src/pages.json
index 4a4de3e..f452c1d 100644
--- a/src/pages.json
+++ b/src/pages.json
@@ -1,26 +1,348 @@
{
+ "easycom": {
+ "autoscan": true,
+ "custom": {
+ "^wd-(.*)": "@wot-ui/ui/components/wd-$1/wd-$1.vue",
+ "^mp-html": "mp-html/dist/uni-app/components/mp-html/mp-html.vue",
+ "^Content(.*)": "@/subPackages/content/components/Content$1.vue",
+ "^Staff(.*)": "@/subPackages/content/components/Staff$1.vue"
+ }
+ },
"pages": [
{
- "path": "pages/index",
- "type": "home"
+ "path": "pages/home/index",
+ "style": {
+ "navigationStyle": "custom",
+ "navigationBarTitleText": "首页",
+ "enablePullDownRefresh": true
+ }
},
{
- "path": "pages/mine/mine",
+ "path": "pages/explore/index",
"style": {
+ "navigationStyle": "custom",
+ "navigationBarTitleText": "功能入口",
+ "enablePullDownRefresh": true
+ }
+ },
+ {
+ "path": "pages/mine/index",
+ "style": {
+ "navigationStyle": "custom",
"navigationBarTitleText": "我的",
- "enablePullDownRefresh": false
+ "enablePullDownRefresh": true
}
}
],
+ "subPackages": [
+ {
+ "root": "subPackages/content",
+ "pages": [
+ {
+ "path": "pages/login/index",
+ "style": {
+ "navigationStyle": "custom",
+ "navigationBarTitleText": "登录"
+ }
+ },
+ {
+ "path": "pages/theme/index",
+ "style": {
+ "navigationStyle": "custom",
+ "navigationBarTitleText": "主题"
+ }
+ },
+ {
+ "path": "pages/blog/index",
+ "style": {
+ "navigationStyle": "custom",
+ "navigationBarTitleText": "思考"
+ }
+ },
+ {
+ "path": "pages/blog/detail",
+ "style": {
+ "navigationStyle": "custom",
+ "navigationBarTitleText": "文章",
+ "enablePullDownRefresh": true
+ }
+ },
+ {
+ "path": "pages/blog/ppt",
+ "style": {
+ "navigationStyle": "custom",
+ "navigationBarTitleText": "PPT",
+ "enablePullDownRefresh": true
+ }
+ },
+ {
+ "path": "pages/columns/index",
+ "style": {
+ "navigationStyle": "custom",
+ "navigationBarTitleText": "专栏"
+ }
+ },
+ {
+ "path": "pages/columns/detail",
+ "style": {
+ "navigationStyle": "custom",
+ "navigationBarTitleText": "专栏详情",
+ "enablePullDownRefresh": true
+ }
+ },
+ {
+ "path": "pages/works/index",
+ "style": {
+ "navigationStyle": "custom",
+ "navigationBarTitleText": "作品"
+ }
+ },
+ {
+ "path": "pages/works/detail",
+ "style": {
+ "navigationStyle": "custom",
+ "navigationBarTitleText": "作品详情",
+ "enablePullDownRefresh": true
+ }
+ },
+ {
+ "path": "pages/videos/index",
+ "style": {
+ "navigationStyle": "custom",
+ "navigationBarTitleText": "视频"
+ }
+ },
+ {
+ "path": "pages/videos/detail",
+ "style": {
+ "navigationStyle": "custom",
+ "navigationBarTitleText": "视频详情",
+ "enablePullDownRefresh": true
+ }
+ },
+ {
+ "path": "pages/videos/album",
+ "style": {
+ "navigationStyle": "custom",
+ "navigationBarTitleText": "专辑",
+ "enablePullDownRefresh": true
+ }
+ },
+ {
+ "path": "pages/snippets/index",
+ "style": {
+ "navigationStyle": "custom",
+ "navigationBarTitleText": "代码"
+ }
+ },
+ {
+ "path": "pages/services/index",
+ "style": {
+ "navigationStyle": "custom",
+ "navigationBarTitleText": "合作"
+ }
+ },
+ {
+ "path": "pages/about/index",
+ "style": {
+ "navigationStyle": "custom",
+ "navigationBarTitleText": "关于"
+ }
+ }
+ ]
+ },
+ {
+ "root": "subPackages/admin",
+ "pages": [
+ {
+ "path": "pages/dashboard/index",
+ "style": {
+ "navigationStyle": "custom",
+ "navigationBarTitleText": "工作台"
+ }
+ },
+ {
+ "path": "pages/explore/index",
+ "style": {
+ "navigationStyle": "custom",
+ "navigationBarTitleText": "功能入口"
+ }
+ },
+ {
+ "path": "pages/analytics/index",
+ "style": {
+ "navigationStyle": "custom",
+ "navigationBarTitleText": "数据分析"
+ }
+ },
+ {
+ "path": "pages/resource/list",
+ "style": {
+ "navigationStyle": "custom",
+ "navigationBarTitleText": "列表"
+ }
+ },
+ {
+ "path": "pages/resource/form",
+ "style": {
+ "navigationStyle": "custom",
+ "navigationBarTitleText": "编辑"
+ }
+ },
+ {
+ "path": "pages/profile/index",
+ "style": {
+ "navigationStyle": "custom",
+ "navigationBarTitleText": "个人中心"
+ }
+ },
+ {
+ "path": "pages/posts/list",
+ "style": {
+ "navigationStyle": "custom",
+ "navigationBarTitleText": "文章管理"
+ }
+ },
+ {
+ "path": "pages/posts/form",
+ "style": {
+ "navigationStyle": "custom",
+ "navigationBarTitleText": "编辑文章"
+ }
+ },
+ {
+ "path": "pages/works/list",
+ "style": {
+ "navigationStyle": "custom",
+ "navigationBarTitleText": "作品管理"
+ }
+ },
+ {
+ "path": "pages/works/form",
+ "style": {
+ "navigationStyle": "custom",
+ "navigationBarTitleText": "编辑作品"
+ }
+ },
+ {
+ "path": "pages/videos/list",
+ "style": {
+ "navigationStyle": "custom",
+ "navigationBarTitleText": "视频列表"
+ }
+ },
+ {
+ "path": "pages/videos/form",
+ "style": {
+ "navigationStyle": "custom",
+ "navigationBarTitleText": "编辑视频"
+ }
+ },
+ {
+ "path": "pages/video-albums/form",
+ "style": {
+ "navigationStyle": "custom",
+ "navigationBarTitleText": "编辑专辑"
+ }
+ },
+ {
+ "path": "pages/snippets/form",
+ "style": {
+ "navigationStyle": "custom",
+ "navigationBarTitleText": "编辑代码"
+ }
+ },
+ {
+ "path": "pages/columns/form",
+ "style": {
+ "navigationStyle": "custom",
+ "navigationBarTitleText": "编辑专栏"
+ }
+ },
+ {
+ "path": "pages/attachments/index",
+ "style": {
+ "navigationStyle": "custom",
+ "navigationBarTitleText": "附件库"
+ }
+ },
+ {
+ "path": "pages/inquiries/list",
+ "style": {
+ "navigationStyle": "custom",
+ "navigationBarTitleText": "合作咨询"
+ }
+ },
+ {
+ "path": "pages/about/index",
+ "style": {
+ "navigationStyle": "custom",
+ "navigationBarTitleText": "关于页面"
+ }
+ },
+ {
+ "path": "pages/settings/index",
+ "style": {
+ "navigationStyle": "custom",
+ "navigationBarTitleText": "全局配置"
+ }
+ },
+ {
+ "path": "pages/oss-configs/index",
+ "style": {
+ "navigationStyle": "custom",
+ "navigationBarTitleText": "OSS配置"
+ }
+ },
+ {
+ "path": "pages/users/list",
+ "style": {
+ "navigationStyle": "custom",
+ "navigationBarTitleText": "用户管理"
+ }
+ },
+ {
+ "path": "pages/users/form",
+ "style": {
+ "navigationStyle": "custom",
+ "navigationBarTitleText": "编辑用户"
+ }
+ },
+ {
+ "path": "pages/logs/operation",
+ "style": {
+ "navigationStyle": "custom",
+ "navigationBarTitleText": "操作日志"
+ }
+ },
+ {
+ "path": "pages/logs/access",
+ "style": {
+ "navigationStyle": "custom",
+ "navigationBarTitleText": "访问日志"
+ }
+ }
+ ]
+ }
+ ],
+ "preloadRule": {
+ "pages/home/index": {
+ "network": "all",
+ "packages": ["subPackages/content"]
+ },
+ "pages/explore/index": {
+ "network": "all",
+ "packages": ["subPackages/content"]
+ }
+ },
"globalStyle": {
"backgroundColor": "@bgColor",
"backgroundColorBottom": "@bgColorBottom",
"backgroundColorTop": "@bgColorTop",
"backgroundTextStyle": "@bgTxtStyle",
- "navigationBarBackgroundColor": "#000000",
+ "navigationBarBackgroundColor": "@navBgColor",
"navigationBarTextStyle": "@navTxtStyle",
- "navigationBarTitleText": "Uni Creator",
+ "navigationBarTitleText": "年糕崽崽",
"navigationStyle": "custom"
- },
- "subPackages": []
+ }
}
diff --git a/src/pages/index.vue b/src/pages/index.vue
deleted file mode 100644
index 553811e..0000000
--- a/src/pages/index.vue
+++ /dev/null
@@ -1,20 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
diff --git a/src/pages/mine/mine.vue b/src/pages/mine/mine.vue
deleted file mode 100644
index 2c75593..0000000
--- a/src/pages/mine/mine.vue
+++ /dev/null
@@ -1,14 +0,0 @@
-
-
-
-
-
-
-
-
-
-
diff --git a/src/static/vite.png b/src/static/vite.png
deleted file mode 100644
index e29faa6..0000000
Binary files a/src/static/vite.png and /dev/null differ
diff --git a/src/stores/counter.ts b/src/stores/counter.ts
deleted file mode 100644
index 1b6fe03..0000000
--- a/src/stores/counter.ts
+++ /dev/null
@@ -1,10 +0,0 @@
-import { defineStore } from 'pinia'
-import { ref } from 'vue'
-
-export const useCounterStore = defineStore('counter', () => {
- const count = ref(0)
- function increment() {
- count.value++
- }
- return { count, increment }
-})
diff --git a/src/theme.json b/src/theme.json
index 1d9b292..6c3cd07 100644
--- a/src/theme.json
+++ b/src/theme.json
@@ -1,26 +1,26 @@
{
"light": {
- "bgColor": "#fcfcfc",
- "bgColorBottom": "#fcfcfc",
- "bgColorTop": "#ff6b00",
+ "bgColor": "#faf8f4",
+ "bgColorBottom": "#faf8f4",
+ "bgColorTop": "#faf8f4",
"bgTxtStyle": "dark",
- "navBgColor": "#ff6b00",
- "navTxtStyle": "white",
- "tabBgColor": "#fcfcfc",
+ "navBgColor": "#faf8f4",
+ "navTxtStyle": "black",
+ "tabBgColor": "#ffffff",
"tabBorderStyle": "black",
- "tabFontColor": "#1f2937",
- "tabSelectedColor": "#ff6b00"
+ "tabFontColor": "#6b6b6b",
+ "tabSelectedColor": "#d4b383"
},
"dark": {
- "bgColor": "#181818",
- "bgColorBottom": "#181818",
- "bgColorTop": "#ff6b00",
+ "bgColor": "#050505",
+ "bgColorBottom": "#050505",
+ "bgColorTop": "#050505",
"bgTxtStyle": "light",
- "navBgColor": "#ff6b00",
+ "navBgColor": "#050505",
"navTxtStyle": "white",
- "tabBgColor": "#181818",
+ "tabBgColor": "#121214",
"tabBorderStyle": "white",
- "tabFontColor": "#f3f4f6",
- "tabSelectedColor": "#ff6b00"
+ "tabFontColor": "#888888",
+ "tabSelectedColor": "#d4b383"
}
}
diff --git a/src/uni.scss b/src/uni.scss
index 3c8e349..c4c8ed7 100644
--- a/src/uni.scss
+++ b/src/uni.scss
@@ -15,7 +15,7 @@
/* 颜色变量 */
/* 行为相关颜色 */
-$uni-color-primary: #007aff;
+$uni-color-primary: #d4b383;
$uni-color-success: #4cd964;
$uni-color-warning: #f0ad4e;
$uni-color-error: #dd524d;
diff --git a/tsconfig.json b/tsconfig.json
index 395fcd2..c2ab89b 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -23,7 +23,7 @@
"@dcloudio/types",
"@mini-types/alipay",
"miniprogram-api-typings",
- "wot-design-uni/global.d.ts",
+ "@wot-ui/ui/global",
"@uni-helper/uni-types"
]
},
diff --git a/vite.config.ts b/vite.config.ts
index dd0df95..6a96736 100644
--- a/vite.config.ts
+++ b/vite.config.ts
@@ -1,25 +1,27 @@
import { fileURLToPath, URL } from 'node:url'
-
import { defineConfig } from 'vite'
import Components from '@uni-helper/vite-plugin-uni-components'
-import { WotResolver } from '@uni-helper/vite-plugin-uni-components/resolvers'
import Uni from '@uni-helper/plugin-uni'
+import { WotResolver } from './src/resolvers/wot-ui-resolver'
export default defineConfig({
resolve: {
alias: {
- '@': fileURLToPath(new URL('./src', import.meta.url))
- }
+ '@': fileURLToPath(new URL('./src', import.meta.url)),
+ },
+ },
+ css: {
+ preprocessorOptions: {
+ scss: {
+ silenceDeprecations: ['legacy-js-api', 'import'],
+ },
+ },
},
plugins: [
Components({
dts: true,
- resolvers: [WotResolver()]
+ resolvers: [WotResolver()],
}),
- // https://uni-helper.js.org/plugin-uni
- Uni(),
+ Uni(),
],
-
})
-
-