feat: 更新 package.json 和 pnpm-lock.yaml,添加新的大小检查命令和依赖项版本更新
This commit is contained in:
10
package.json
10
package.json
@ -20,7 +20,9 @@
|
|||||||
"playwright:chromium": "playwright test --project=chromium",
|
"playwright:chromium": "playwright test --project=chromium",
|
||||||
"dep:dedupe": "pnpm dedupe",
|
"dep:dedupe": "pnpm dedupe",
|
||||||
"dep:update": "taze major -I",
|
"dep:update": "taze major -I",
|
||||||
"sizecheck": "npx vite-bundle-visualizer"
|
"sizecheck:Treemap": "npx vite-bundle-visualizer -t treemap",
|
||||||
|
"sizecheck:Sunburst": "npx vite-bundle-visualizer -t sunburst",
|
||||||
|
"sizecheck:Network": "npx vite-bundle-visualizer -t network"
|
||||||
},
|
},
|
||||||
"lint-staged": {
|
"lint-staged": {
|
||||||
"src/**/*.{js,ts,vue}": [
|
"src/**/*.{js,ts,vue}": [
|
||||||
@ -44,7 +46,7 @@
|
|||||||
"@vueuse/core": "^12.2.0",
|
"@vueuse/core": "^12.2.0",
|
||||||
"alova": "^3.2.7",
|
"alova": "^3.2.7",
|
||||||
"axios": "^1.7.9",
|
"axios": "^1.7.9",
|
||||||
"consola": "^3.3.1",
|
"consola": "^3.3.2",
|
||||||
"dayjs": "^1.11.13",
|
"dayjs": "^1.11.13",
|
||||||
"jsencrypt": "^3.3.2",
|
"jsencrypt": "^3.3.2",
|
||||||
"mitt": "^3.0.1",
|
"mitt": "^3.0.1",
|
||||||
@ -63,7 +65,7 @@
|
|||||||
"vant": "^4.9.15",
|
"vant": "^4.9.15",
|
||||||
"vite-plugin-webfont-dl": "^3.10.3",
|
"vite-plugin-webfont-dl": "^3.10.3",
|
||||||
"vue": "^3.5.13",
|
"vue": "^3.5.13",
|
||||||
"vue-i18n": "11.0.0",
|
"vue-i18n": "11.0.1",
|
||||||
"vue-page-stack": "^3.2.0",
|
"vue-page-stack": "^3.2.0",
|
||||||
"vue-router": "^4.5.0"
|
"vue-router": "^4.5.0"
|
||||||
},
|
},
|
||||||
@ -115,7 +117,7 @@
|
|||||||
"vercel": "^39.2.2",
|
"vercel": "^39.2.2",
|
||||||
"vite": "^6.0.6",
|
"vite": "^6.0.6",
|
||||||
"vite-plugin-cdn-import": "^1.0.1",
|
"vite-plugin-cdn-import": "^1.0.1",
|
||||||
"vite-plugin-fake-server": "^2.1.4",
|
"vite-plugin-fake-server": "^2.1.5",
|
||||||
"vite-plugin-vue-devtools": "^7.6.8",
|
"vite-plugin-vue-devtools": "^7.6.8",
|
||||||
"vite-plugin-vue-layouts": "^0.11.0",
|
"vite-plugin-vue-layouts": "^0.11.0",
|
||||||
"vite-plugin-vue-meta-layouts": "^0.5.1",
|
"vite-plugin-vue-meta-layouts": "^0.5.1",
|
||||||
|
96
pnpm-lock.yaml
generated
96
pnpm-lock.yaml
generated
@ -19,7 +19,7 @@ importers:
|
|||||||
version: 0.8.2
|
version: 0.8.2
|
||||||
'@intlify/unplugin-vue-i18n':
|
'@intlify/unplugin-vue-i18n':
|
||||||
specifier: ^6.0.2
|
specifier: ^6.0.2
|
||||||
version: 6.0.2(@vue/compiler-dom@3.5.13)(eslint@9.17.0(jiti@2.4.2))(rollup@4.29.1)(typescript@5.7.2)(vue-i18n@11.0.0(vue@3.5.13(typescript@5.7.2)))(vue@3.5.13(typescript@5.7.2))
|
version: 6.0.2(@vue/compiler-dom@3.5.13)(eslint@9.17.0(jiti@2.4.2))(rollup@4.29.1)(typescript@5.7.2)(vue-i18n@11.0.1(vue@3.5.13(typescript@5.7.2)))(vue@3.5.13(typescript@5.7.2))
|
||||||
'@pinia/colada':
|
'@pinia/colada':
|
||||||
specifier: ^0.13.1
|
specifier: ^0.13.1
|
||||||
version: 0.13.1(pinia@2.3.0(typescript@5.7.2)(vue@3.5.13(typescript@5.7.2)))
|
version: 0.13.1(pinia@2.3.0(typescript@5.7.2)(vue@3.5.13(typescript@5.7.2)))
|
||||||
@ -42,8 +42,8 @@ importers:
|
|||||||
specifier: ^1.7.9
|
specifier: ^1.7.9
|
||||||
version: 1.7.9
|
version: 1.7.9
|
||||||
consola:
|
consola:
|
||||||
specifier: ^3.3.1
|
specifier: ^3.3.2
|
||||||
version: 3.3.1
|
version: 3.3.2
|
||||||
dayjs:
|
dayjs:
|
||||||
specifier: ^1.11.13
|
specifier: ^1.11.13
|
||||||
version: 1.11.13
|
version: 1.11.13
|
||||||
@ -99,8 +99,8 @@ importers:
|
|||||||
specifier: ^3.5.13
|
specifier: ^3.5.13
|
||||||
version: 3.5.13(typescript@5.7.2)
|
version: 3.5.13(typescript@5.7.2)
|
||||||
vue-i18n:
|
vue-i18n:
|
||||||
specifier: 11.0.0
|
specifier: 11.0.1
|
||||||
version: 11.0.0(vue@3.5.13(typescript@5.7.2))
|
version: 11.0.1(vue@3.5.13(typescript@5.7.2))
|
||||||
vue-page-stack:
|
vue-page-stack:
|
||||||
specifier: ^3.2.0
|
specifier: ^3.2.0
|
||||||
version: 3.2.0(vue-router@4.5.0(vue@3.5.13(typescript@5.7.2)))(vue@3.5.13(typescript@5.7.2))
|
version: 3.2.0(vue-router@4.5.0(vue@3.5.13(typescript@5.7.2)))(vue@3.5.13(typescript@5.7.2))
|
||||||
@ -250,8 +250,8 @@ importers:
|
|||||||
specifier: ^1.0.1
|
specifier: ^1.0.1
|
||||||
version: 1.0.1(rollup@4.29.1)(vite@6.0.6(@types/node@22.10.2)(jiti@2.4.2)(less@4.2.1)(sass-embedded@1.83.0)(tsx@4.19.2)(yaml@2.6.1))
|
version: 1.0.1(rollup@4.29.1)(vite@6.0.6(@types/node@22.10.2)(jiti@2.4.2)(less@4.2.1)(sass-embedded@1.83.0)(tsx@4.19.2)(yaml@2.6.1))
|
||||||
vite-plugin-fake-server:
|
vite-plugin-fake-server:
|
||||||
specifier: ^2.1.4
|
specifier: ^2.1.5
|
||||||
version: 2.1.4
|
version: 2.1.5
|
||||||
vite-plugin-vue-devtools:
|
vite-plugin-vue-devtools:
|
||||||
specifier: ^7.6.8
|
specifier: ^7.6.8
|
||||||
version: 7.6.8(@nuxt/kit@3.15.0(rollup@4.29.1))(rollup@4.29.1)(vite@6.0.6(@types/node@22.10.2)(jiti@2.4.2)(less@4.2.1)(sass-embedded@1.83.0)(tsx@4.19.2)(yaml@2.6.1))(vue@3.5.13(typescript@5.7.2))
|
version: 7.6.8(@nuxt/kit@3.15.0(rollup@4.29.1))(rollup@4.29.1)(vite@6.0.6(@types/node@22.10.2)(jiti@2.4.2)(less@4.2.1)(sass-embedded@1.83.0)(tsx@4.19.2)(yaml@2.6.1))(vue@3.5.13(typescript@5.7.2))
|
||||||
@ -882,20 +882,16 @@ packages:
|
|||||||
vue-i18n:
|
vue-i18n:
|
||||||
optional: true
|
optional: true
|
||||||
|
|
||||||
'@intlify/core-base@11.0.0':
|
'@intlify/core-base@11.0.1':
|
||||||
resolution: {integrity: sha512-sbtC0hVOEr4ZAYSffQoj362inaKpb4sjgtLHVGt4tbfP+YjnHO6eUDlHgAIEESch+Kffmsc7Z+l1l2sV9oJZQQ==}
|
resolution: {integrity: sha512-NAmhw1l/llM0HZRpagR/ChJTNymW4ll6/4EDSJML5c8L5Hl/+k6UyF8EIgE6DeHpfheQujkSRngauViHqq6jJQ==}
|
||||||
engines: {node: '>= 16'}
|
|
||||||
|
|
||||||
'@intlify/message-compiler@11.0.0':
|
|
||||||
resolution: {integrity: sha512-teYbQMdZisn19KsKj/jvRIFN72Lyxd1VY69TLhhXd9wDgZMlyEVLLLdLb0wDLfbBP8uSda9vKmxYh+q8Xa5sZQ==}
|
|
||||||
engines: {node: '>= 16'}
|
engines: {node: '>= 16'}
|
||||||
|
|
||||||
'@intlify/message-compiler@11.0.0-rc.1':
|
'@intlify/message-compiler@11.0.0-rc.1':
|
||||||
resolution: {integrity: sha512-TGw2uBfuTFTegZf/BHtUQBEKxl7Q/dVGLoqRIdw8lFsp9g/53sYn5iD+0HxIzdYjbWL6BTJMXCPUHp9PxDTRPw==}
|
resolution: {integrity: sha512-TGw2uBfuTFTegZf/BHtUQBEKxl7Q/dVGLoqRIdw8lFsp9g/53sYn5iD+0HxIzdYjbWL6BTJMXCPUHp9PxDTRPw==}
|
||||||
engines: {node: '>= 16'}
|
engines: {node: '>= 16'}
|
||||||
|
|
||||||
'@intlify/shared@11.0.0':
|
'@intlify/message-compiler@11.0.1':
|
||||||
resolution: {integrity: sha512-MLKIyFz37qYF1G5UQZMwGoJyp8DD3rtcXDplRHZdSOmbfOYbD4g9kJZ6qCsm1Ru3vee6CTnJcbO4LV1JeIDGbA==}
|
resolution: {integrity: sha512-5RFH8x+Mn3mbjcHXnb6KCXGiczBdiQkWkv99iiA0JpKrNuTAQeW59Pjq/uObMB0eR0shnKYGTkIJxum+DbL3sw==}
|
||||||
engines: {node: '>= 16'}
|
engines: {node: '>= 16'}
|
||||||
|
|
||||||
'@intlify/shared@11.0.0-rc.1':
|
'@intlify/shared@11.0.0-rc.1':
|
||||||
@ -2305,8 +2301,8 @@ packages:
|
|||||||
config-chain@1.1.13:
|
config-chain@1.1.13:
|
||||||
resolution: {integrity: sha512-qj+f8APARXHrM0hraqXYb2/bOVSV4PvJQlNZ/DVj0QrmNM2q2euizkeuVckQ57J+W0mRH6Hvi+k50M4Jul2VRQ==}
|
resolution: {integrity: sha512-qj+f8APARXHrM0hraqXYb2/bOVSV4PvJQlNZ/DVj0QrmNM2q2euizkeuVckQ57J+W0mRH6Hvi+k50M4Jul2VRQ==}
|
||||||
|
|
||||||
consola@3.3.1:
|
consola@3.3.2:
|
||||||
resolution: {integrity: sha512-GyKnPG3/I+a4RtJxgHquJXWr70g9I3c4NT3dvqh0LPHQP2nZFQBOBszb7a5u/pGzqr40AKplQA6UxM1BSynSXg==}
|
resolution: {integrity: sha512-X3dcWPU+QeEaPrdtX3zBRQ0P0kIeEnmJV49uNtpy4N/TPnzA3grJvHftKjHuFIQNLrqBPzzykmc3fNrkQDl5yA==}
|
||||||
engines: {node: ^14.18.0 || >=16.10.0}
|
engines: {node: ^14.18.0 || >=16.10.0}
|
||||||
|
|
||||||
console-control-strings@1.1.0:
|
console-control-strings@1.1.0:
|
||||||
@ -5064,8 +5060,8 @@ packages:
|
|||||||
peerDependencies:
|
peerDependencies:
|
||||||
vite: ^6.0.6
|
vite: ^6.0.6
|
||||||
|
|
||||||
vite-plugin-fake-server@2.1.4:
|
vite-plugin-fake-server@2.1.5:
|
||||||
resolution: {integrity: sha512-NngGc5aBTHftIW64OkJfrlU9Xu0TVuXjn0KkUJEHSAbvCN0eVv6zs9l+odjvHhGwE7AV0HgGMtLIwP8SvLgwRQ==}
|
resolution: {integrity: sha512-AkuWd8Lhb9+Yn4mdryzFpZX6JfSxQ1MGYkK9wFxOEj5QHz+efo7ibPk/nGahgctd/4RJc+FuqHULO/pP1xvUMg==}
|
||||||
|
|
||||||
vite-plugin-inspect@0.8.9:
|
vite-plugin-inspect@0.8.9:
|
||||||
resolution: {integrity: sha512-22/8qn+LYonzibb1VeFZmISdVao5kC22jmEKm24vfFE8siEn47EpVcCLYMv6iKOYMJfjSvSJfueOwcFCkUnV3A==}
|
resolution: {integrity: sha512-22/8qn+LYonzibb1VeFZmISdVao5kC22jmEKm24vfFE8siEn47EpVcCLYMv6iKOYMJfjSvSJfueOwcFCkUnV3A==}
|
||||||
@ -5174,8 +5170,8 @@ packages:
|
|||||||
peerDependencies:
|
peerDependencies:
|
||||||
vue: ^3.4.37
|
vue: ^3.4.37
|
||||||
|
|
||||||
vue-i18n@11.0.0:
|
vue-i18n@11.0.1:
|
||||||
resolution: {integrity: sha512-U7U0IoyN2z8aaWbnRwtU2MRDxRSYKK3VKwgMGp9a3BETMuFBOIp5VlZLpuIG/A19+c5OaOx+88pjbM5wXelfqA==}
|
resolution: {integrity: sha512-pWAT8CusK8q9/EpN7V3oxwHwxWm6+Kp2PeTZmRGvdZTkUzMQDpbbmHp0TwQ8xw04XKm23cr6B4GL72y3W8Yekg==}
|
||||||
engines: {node: '>= 16'}
|
engines: {node: '>= 16'}
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
vue: ^3.0.0
|
vue: ^3.0.0
|
||||||
@ -5906,7 +5902,7 @@ snapshots:
|
|||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- supports-color
|
- supports-color
|
||||||
|
|
||||||
'@intlify/bundle-utils@10.0.0(vue-i18n@11.0.0(vue@3.5.13(typescript@5.7.2)))':
|
'@intlify/bundle-utils@10.0.0(vue-i18n@11.0.1(vue@3.5.13(typescript@5.7.2)))':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@intlify/message-compiler': 11.0.0-rc.1
|
'@intlify/message-compiler': 11.0.0-rc.1
|
||||||
'@intlify/shared': 11.0.0-rc.1
|
'@intlify/shared': 11.0.0-rc.1
|
||||||
@ -5918,35 +5914,33 @@ snapshots:
|
|||||||
source-map-js: 1.2.1
|
source-map-js: 1.2.1
|
||||||
yaml-eslint-parser: 1.2.3
|
yaml-eslint-parser: 1.2.3
|
||||||
optionalDependencies:
|
optionalDependencies:
|
||||||
vue-i18n: 11.0.0(vue@3.5.13(typescript@5.7.2))
|
vue-i18n: 11.0.1(vue@3.5.13(typescript@5.7.2))
|
||||||
|
|
||||||
'@intlify/core-base@11.0.0':
|
'@intlify/core-base@11.0.1':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@intlify/message-compiler': 11.0.0
|
'@intlify/message-compiler': 11.0.1
|
||||||
'@intlify/shared': 11.0.0
|
'@intlify/shared': 11.0.1
|
||||||
|
|
||||||
'@intlify/message-compiler@11.0.0':
|
|
||||||
dependencies:
|
|
||||||
'@intlify/shared': 11.0.0
|
|
||||||
source-map-js: 1.2.1
|
|
||||||
|
|
||||||
'@intlify/message-compiler@11.0.0-rc.1':
|
'@intlify/message-compiler@11.0.0-rc.1':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@intlify/shared': 11.0.0-rc.1
|
'@intlify/shared': 11.0.0-rc.1
|
||||||
source-map-js: 1.2.1
|
source-map-js: 1.2.1
|
||||||
|
|
||||||
'@intlify/shared@11.0.0': {}
|
'@intlify/message-compiler@11.0.1':
|
||||||
|
dependencies:
|
||||||
|
'@intlify/shared': 11.0.1
|
||||||
|
source-map-js: 1.2.1
|
||||||
|
|
||||||
'@intlify/shared@11.0.0-rc.1': {}
|
'@intlify/shared@11.0.0-rc.1': {}
|
||||||
|
|
||||||
'@intlify/shared@11.0.1': {}
|
'@intlify/shared@11.0.1': {}
|
||||||
|
|
||||||
'@intlify/unplugin-vue-i18n@6.0.2(@vue/compiler-dom@3.5.13)(eslint@9.17.0(jiti@2.4.2))(rollup@4.29.1)(typescript@5.7.2)(vue-i18n@11.0.0(vue@3.5.13(typescript@5.7.2)))(vue@3.5.13(typescript@5.7.2))':
|
'@intlify/unplugin-vue-i18n@6.0.2(@vue/compiler-dom@3.5.13)(eslint@9.17.0(jiti@2.4.2))(rollup@4.29.1)(typescript@5.7.2)(vue-i18n@11.0.1(vue@3.5.13(typescript@5.7.2)))(vue@3.5.13(typescript@5.7.2))':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@eslint-community/eslint-utils': 4.4.1(eslint@9.17.0(jiti@2.4.2))
|
'@eslint-community/eslint-utils': 4.4.1(eslint@9.17.0(jiti@2.4.2))
|
||||||
'@intlify/bundle-utils': 10.0.0(vue-i18n@11.0.0(vue@3.5.13(typescript@5.7.2)))
|
'@intlify/bundle-utils': 10.0.0(vue-i18n@11.0.1(vue@3.5.13(typescript@5.7.2)))
|
||||||
'@intlify/shared': 11.0.1
|
'@intlify/shared': 11.0.1
|
||||||
'@intlify/vue-i18n-extensions': 7.0.0(@intlify/shared@11.0.1)(@vue/compiler-dom@3.5.13)(vue-i18n@11.0.0(vue@3.5.13(typescript@5.7.2)))(vue@3.5.13(typescript@5.7.2))
|
'@intlify/vue-i18n-extensions': 7.0.0(@intlify/shared@11.0.1)(@vue/compiler-dom@3.5.13)(vue-i18n@11.0.1(vue@3.5.13(typescript@5.7.2)))(vue@3.5.13(typescript@5.7.2))
|
||||||
'@rollup/pluginutils': 5.1.4(rollup@4.29.1)
|
'@rollup/pluginutils': 5.1.4(rollup@4.29.1)
|
||||||
'@typescript-eslint/scope-manager': 8.18.2
|
'@typescript-eslint/scope-manager': 8.18.2
|
||||||
'@typescript-eslint/typescript-estree': 8.18.2(typescript@5.7.2)
|
'@typescript-eslint/typescript-estree': 8.18.2(typescript@5.7.2)
|
||||||
@ -5960,7 +5954,7 @@ snapshots:
|
|||||||
unplugin: 1.16.0
|
unplugin: 1.16.0
|
||||||
vue: 3.5.13(typescript@5.7.2)
|
vue: 3.5.13(typescript@5.7.2)
|
||||||
optionalDependencies:
|
optionalDependencies:
|
||||||
vue-i18n: 11.0.0(vue@3.5.13(typescript@5.7.2))
|
vue-i18n: 11.0.1(vue@3.5.13(typescript@5.7.2))
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- '@vue/compiler-dom'
|
- '@vue/compiler-dom'
|
||||||
- eslint
|
- eslint
|
||||||
@ -5968,14 +5962,14 @@ snapshots:
|
|||||||
- supports-color
|
- supports-color
|
||||||
- typescript
|
- typescript
|
||||||
|
|
||||||
'@intlify/vue-i18n-extensions@7.0.0(@intlify/shared@11.0.1)(@vue/compiler-dom@3.5.13)(vue-i18n@11.0.0(vue@3.5.13(typescript@5.7.2)))(vue@3.5.13(typescript@5.7.2))':
|
'@intlify/vue-i18n-extensions@7.0.0(@intlify/shared@11.0.1)(@vue/compiler-dom@3.5.13)(vue-i18n@11.0.1(vue@3.5.13(typescript@5.7.2)))(vue@3.5.13(typescript@5.7.2))':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@babel/parser': 7.26.3
|
'@babel/parser': 7.26.3
|
||||||
optionalDependencies:
|
optionalDependencies:
|
||||||
'@intlify/shared': 11.0.1
|
'@intlify/shared': 11.0.1
|
||||||
'@vue/compiler-dom': 3.5.13
|
'@vue/compiler-dom': 3.5.13
|
||||||
vue: 3.5.13(typescript@5.7.2)
|
vue: 3.5.13(typescript@5.7.2)
|
||||||
vue-i18n: 11.0.0(vue@3.5.13(typescript@5.7.2))
|
vue-i18n: 11.0.1(vue@3.5.13(typescript@5.7.2))
|
||||||
|
|
||||||
'@isaacs/cliui@8.0.2':
|
'@isaacs/cliui@8.0.2':
|
||||||
dependencies:
|
dependencies:
|
||||||
@ -6064,7 +6058,7 @@ snapshots:
|
|||||||
dependencies:
|
dependencies:
|
||||||
'@nuxt/schema': 3.15.0(rollup@4.29.1)
|
'@nuxt/schema': 3.15.0(rollup@4.29.1)
|
||||||
c12: 2.0.1
|
c12: 2.0.1
|
||||||
consola: 3.3.1
|
consola: 3.3.2
|
||||||
defu: 6.1.4
|
defu: 6.1.4
|
||||||
destr: 2.0.3
|
destr: 2.0.3
|
||||||
globby: 14.0.2
|
globby: 14.0.2
|
||||||
@ -6091,7 +6085,7 @@ snapshots:
|
|||||||
dependencies:
|
dependencies:
|
||||||
c12: 2.0.1
|
c12: 2.0.1
|
||||||
compatx: 0.1.8
|
compatx: 0.1.8
|
||||||
consola: 3.3.1
|
consola: 3.3.2
|
||||||
defu: 6.1.4
|
defu: 6.1.4
|
||||||
hookable: 5.5.3
|
hookable: 5.5.3
|
||||||
pathe: 1.1.2
|
pathe: 1.1.2
|
||||||
@ -6476,7 +6470,7 @@ snapshots:
|
|||||||
cac: 6.7.14
|
cac: 6.7.14
|
||||||
chokidar: 3.6.0
|
chokidar: 3.6.0
|
||||||
colorette: 2.0.20
|
colorette: 2.0.20
|
||||||
consola: 3.3.1
|
consola: 3.3.2
|
||||||
magic-string: 0.30.17
|
magic-string: 0.30.17
|
||||||
pathe: 1.1.2
|
pathe: 1.1.2
|
||||||
perfect-debounce: 1.0.0
|
perfect-debounce: 1.0.0
|
||||||
@ -7580,7 +7574,7 @@ snapshots:
|
|||||||
|
|
||||||
citty@0.1.6:
|
citty@0.1.6:
|
||||||
dependencies:
|
dependencies:
|
||||||
consola: 3.3.1
|
consola: 3.3.2
|
||||||
|
|
||||||
cjs-module-lexer@1.2.3: {}
|
cjs-module-lexer@1.2.3: {}
|
||||||
|
|
||||||
@ -7686,7 +7680,7 @@ snapshots:
|
|||||||
ini: 1.3.8
|
ini: 1.3.8
|
||||||
proto-list: 1.2.4
|
proto-list: 1.2.4
|
||||||
|
|
||||||
consola@3.3.1: {}
|
consola@3.3.2: {}
|
||||||
|
|
||||||
console-control-strings@1.1.0: {}
|
console-control-strings@1.1.0: {}
|
||||||
|
|
||||||
@ -7784,7 +7778,7 @@ snapshots:
|
|||||||
|
|
||||||
debug@4.1.1:
|
debug@4.1.1:
|
||||||
dependencies:
|
dependencies:
|
||||||
ms: 2.1.3
|
ms: 2.1.1
|
||||||
|
|
||||||
debug@4.4.0:
|
debug@4.4.0:
|
||||||
dependencies:
|
dependencies:
|
||||||
@ -8477,7 +8471,7 @@ snapshots:
|
|||||||
giget@1.2.3:
|
giget@1.2.3:
|
||||||
dependencies:
|
dependencies:
|
||||||
citty: 0.1.6
|
citty: 0.1.6
|
||||||
consola: 3.3.1
|
consola: 3.3.2
|
||||||
defu: 6.1.4
|
defu: 6.1.4
|
||||||
node-fetch-native: 1.6.4
|
node-fetch-native: 1.6.4
|
||||||
nypm: 0.3.12
|
nypm: 0.3.12
|
||||||
@ -9284,7 +9278,7 @@ snapshots:
|
|||||||
nypm@0.3.12:
|
nypm@0.3.12:
|
||||||
dependencies:
|
dependencies:
|
||||||
citty: 0.1.6
|
citty: 0.1.6
|
||||||
consola: 3.3.1
|
consola: 3.3.2
|
||||||
execa: 8.0.1
|
execa: 8.0.1
|
||||||
pathe: 1.1.2
|
pathe: 1.1.2
|
||||||
pkg-types: 1.2.1
|
pkg-types: 1.2.1
|
||||||
@ -10179,7 +10173,7 @@ snapshots:
|
|||||||
dependencies:
|
dependencies:
|
||||||
'@rollup/pluginutils': 5.1.4(rollup@4.29.1)
|
'@rollup/pluginutils': 5.1.4(rollup@4.29.1)
|
||||||
'@volar/language-core': 2.4.11
|
'@volar/language-core': 2.4.11
|
||||||
'@vue/language-core': 2.2.0(typescript@5.7.2)
|
'@vue/language-core': 2.1.10(typescript@5.7.2)
|
||||||
muggle-string: 0.4.1
|
muggle-string: 0.4.1
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- rollup
|
- rollup
|
||||||
@ -10594,7 +10588,7 @@ snapshots:
|
|||||||
magic-string: 0.25.9
|
magic-string: 0.25.9
|
||||||
vite: 6.0.6(@types/node@22.10.2)(jiti@2.4.2)(less@4.2.1)(sass-embedded@1.83.0)(tsx@4.19.2)(yaml@2.6.1)
|
vite: 6.0.6(@types/node@22.10.2)(jiti@2.4.2)(less@4.2.1)(sass-embedded@1.83.0)(tsx@4.19.2)(yaml@2.6.1)
|
||||||
|
|
||||||
vite-plugin-fake-server@2.1.4:
|
vite-plugin-fake-server@2.1.5:
|
||||||
dependencies:
|
dependencies:
|
||||||
bundle-import: 0.0.2
|
bundle-import: 0.0.2
|
||||||
chokidar: 4.0.3
|
chokidar: 4.0.3
|
||||||
@ -10716,10 +10710,10 @@ snapshots:
|
|||||||
dependencies:
|
dependencies:
|
||||||
vue: 3.5.13(typescript@5.7.2)
|
vue: 3.5.13(typescript@5.7.2)
|
||||||
|
|
||||||
vue-i18n@11.0.0(vue@3.5.13(typescript@5.7.2)):
|
vue-i18n@11.0.1(vue@3.5.13(typescript@5.7.2)):
|
||||||
dependencies:
|
dependencies:
|
||||||
'@intlify/core-base': 11.0.0
|
'@intlify/core-base': 11.0.1
|
||||||
'@intlify/shared': 11.0.0
|
'@intlify/shared': 11.0.1
|
||||||
'@vue/devtools-api': 6.6.4
|
'@vue/devtools-api': 6.6.4
|
||||||
vue: 3.5.13(typescript@5.7.2)
|
vue: 3.5.13(typescript@5.7.2)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user