Skip to content

Commit b282307

Browse files
author
李磊
committed
fix: use catalog
1 parent 6af38fe commit b282307

File tree

1 file changed

+49
-0
lines changed

1 file changed

+49
-0
lines changed

pnpm-workspace.yaml

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,52 @@ packages:
44
- 'packages/lint-configs/*'
55
- 'playground'
66
- 'build'
7+
catalog:
8+
'vue': ^3.5.13
9+
'typescript': ^5.7.3
10+
'vite': ^6.1.0
11+
'@vitejs/plugin-vue': ^5.2.1
12+
'@vitejs/plugin-vue-jsx': ^4.1.1
13+
'@types/node': ^22.13.4
14+
'sass': ^1.85.0
15+
'vite-plugin-dts': ^4.5.0
16+
'eslint': ^9.20.1
17+
'prettier': ^3.5.1
18+
'stylelint': ^16.14.1
19+
'turbo': ^2.4.2
20+
'rollup': ^4.34.7
21+
'@rollup/plugin-json': ^6.1.0
22+
'@rollup/plugin-terser': ^0.4.4
23+
'rollup-plugin-dts': ^6.1.1
24+
'rollup-plugin-esbuild': 6.2.0
25+
'vitepress': ^1.6.3
26+
'vitepress-demo-plugin': ^1.2.3
27+
'@babel/preset-env': ^7.26.9
28+
'@rollup/plugin-alias': ^5.1.1
29+
'@rollup/plugin-babel': ^6.0.4
30+
'@rollup/plugin-node-resolve': ^16.0.0
31+
'gulp': ^5.0.0
32+
'gulp-clean': ^0.4.0
33+
'rollup-plugin-copy': ^3.5.0
34+
'rollup-plugin-scss': ^4.0.1
35+
'postcss': ^8.5.2
36+
'postcss-html': ^1.8.0
37+
'postcss-scss': ^4.0.9
38+
'stylelint-config-recess-order': ^6.0.0
39+
'stylelint-config-recommended-vue': ^1.6.0
40+
'stylelint-config-standard': ^37.0.0
41+
'stylelint-config-standard-scss': ^14.0.0
42+
'stylelint-scss': ^6.11.0
43+
'@eslint/js': 9.20.0
44+
'eslint-plugin-vue': ^9.32.0
45+
'typescript-eslint': ^8.24.0
46+
'@changesets/cli': ^2.27.12
47+
'@commitlint/cli': ^19.7.1
48+
'@commitlint/config-conventional': ^19.7.1
49+
'husky': ^9.1.7
50+
'lint-staged': ^15.4.3
51+
'vitest': ^3.0.5
52+
'@ant-design/icons-vue': ^7.0.1
53+
'ant-design-vue': ^4.2.6
54+
'vue-router': ^4.5.1
55+
'rimraf': ^6.0.1

0 commit comments

Comments
 (0)