-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpnpm-workspace.yaml
More file actions
132 lines (126 loc) · 3.11 KB
/
Copy pathpnpm-workspace.yaml
File metadata and controls
132 lines (126 loc) · 3.11 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
catalogMode: prefer
shellEmulator: true
trustPolicy: no-downgrade
packages:
- 'packages/*'
- '!packages/create-admin/template'
- playground
- docs
overrides:
'@antdv-next/auto-import-resolver': 1.0.7
'@antdv-next/icons': 1.0.6
'@v-c/slider': 1.0.10
'@vue/compiler-core': 3.5.27
'@vue/compiler-dom': 3.5.27
'@vue/compiler-sfc': 3.5.27
'@vue/compiler-ssr': 3.5.27
'@vue/runtime-core': 3.5.27
'@vue/runtime-dom': 3.5.27
'@vue/server-renderer': 3.5.27
'@vue/shared': 3.5.27
antdv-next: 1.2.2
chokidar: ^5.0.0
semver: ^7.8.5
undici-types: 6.27.0
vite: 7.3.6
vitepress>@vitejs/plugin-vue: ^6.0.7
vitepress>vite: 7.3.6
vue: 3.5.27
vue-router: 4.6.4
# trustPolicy: no-downgrade
catalog:
'@antdv-next/auto-import-resolver': 1.0.7
'@antdv-next/icons': 1.0.6
'@antfu/eslint-config': ^7.2.0
'@changesets/changelog-github': ^0.5.2
'@changesets/cli': ^2.29.8
'@commitlint/cli': ^20.3.1
'@commitlint/config-conventional': ^20.3.1
'@iconify-json/tabler': ^1.2.26
'@testing-library/jest-dom': ^6.9.1
'@testing-library/vue': ^8.1.0
'@types/fs-extra': ^11.0.4
'@types/lodash-es': ^4.17.12
'@types/minimist': ^1.2.5
'@types/node': ^22.19.7
'@types/nprogress': ^0.2.3
'@types/prompts': ^2.4.9
'@types/sortablejs': ^1.15.9
'@uozi-admin/curd': ^4.19.2
'@uozi-admin/layout-antdv': ^1.3.0
'@uozi-admin/request': ^2.9.1
'@uozi-admin/shared-config': ^0.4.11
'@vitejs/plugin-vue': ^6.0.7
'@vitejs/plugin-vue-jsx': ^5.1.3
'@vue/tsconfig': ^0.8.1
'@vueuse/core': 14.2.1
'@vueuse/router': 14.2.1
antdv-next: 1.2.2
axios: ^1.13.2
chalk: ^5.6.2
cross-spawn: ^7.0.6
dayjs: ^1.11.19
eslint: ^9.39.2
fs-extra: ^11.3.3
glob: ^13.0.0
jsdom: ^27.4.0
jsonx-mock: 1.1.0-beta.3
less: ^4.5.1
lodash: ^4.17.23
lodash-es: ^4.17.23
mermaid: ^11.12.2
minimist: ^1.2.8
nprogress: ^0.2.0
ora: ^9.1.0
picocolors: ^1.1.1
pinia: ^3.0.4
pinia-plugin-persistedstate: ^4.7.1
postcss: ^8.5.6
prompts: ^2.4.2
scroll-into-view-if-needed: ^3.1.0
simple-git-hooks: ^2.13.1
sortablejs: ^1.15.6
tsup: ^8.5.1
tsx: ^4.21.0
typescript: ^5.9.3
unbuild: ^3.6.1
unocss: ^66.6.0
unocss-preset-chinese: ^0.3.3
unocss-preset-ease: ^0.0.4
unplugin-auto-import: ^21.0.0
unplugin-vue-components: ^31.0.0
unplugin-vue-define-options: ^3.1.2
vite: ^7.3.6
vite-plugin-dts: ^4.5.4
vite-plugin-vue-devtools: ^8.0.5
vitepress: ^1.6.4
vitepress-demo-plugin: ^1.5.1
vitepress-plugin-mermaid: ^2.0.17
vitest: ^4.0.18
vue: 3.5.27
vue-i18n: ^11.2.2
vue-router: 4.6.4
vue-tsc: 3.2.3
vue-types: ^3.0.2
vue3-gettext: 4.0.0-beta.1
xlsx: https://cdn.sheetjs.com/xlsx-0.20.3/xlsx-0.20.3.tgz
# pnpm 10.3–10.25:仅识别 onlyBuiltDependencies(strictDepBuilds 默认 true)
# pnpm ≥10.26 / v11:使用 allowBuilds;v11 起不再读取 onlyBuiltDependencies,两处都写以兼容 CI 上的旧 pnpm
onlyBuiltDependencies:
- core-js
- esbuild
- simple-git-hooks
- typescript
- vite
- vitest
- vue
- vue-tsc
allowBuilds:
core-js: true
esbuild: true
simple-git-hooks: true
typescript: true
vite: true
vitest: true
vue: true
vue-tsc: true