Skip to content

Commit db154d0

Browse files
authored
chore: use pnpm catalog (#519)
1 parent 9462f00 commit db154d0

File tree

21 files changed

+356
-263
lines changed

21 files changed

+356
-263
lines changed

docs/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@
88
"docs:preview": "vitepress preview"
99
},
1010
"devDependencies": {
11-
"@unocss/reset": "^66.0.0",
12-
"@vueuse/core": "^12.7.0",
11+
"@unocss/reset": "catalog:",
12+
"@vueuse/core": "catalog:",
1313
"unplugin-vue-components": "^28.4.0",
1414
"vitepress": "1.5.0",
15-
"vue": "^3.5.13"
15+
"vue": "catalog:"
1616
}
1717
}

packages/applet/package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -34,16 +34,16 @@
3434
"@vue/devtools-shared": "workspace:^",
3535
"@vue/devtools-ui": "workspace:^",
3636
"lodash-es": "^4.17.21",
37-
"perfect-debounce": "^1.0.0",
38-
"shiki": "^3.0.0",
39-
"splitpanes": "^3.1.8",
40-
"vue-virtual-scroller": "2.0.0-beta.8"
37+
"perfect-debounce": "catalog:",
38+
"shiki": "catalog:",
39+
"splitpanes": "catalog:",
40+
"vue-virtual-scroller": "catalog:"
4141
},
4242
"devDependencies": {
4343
"@types/lodash-es": "^4.17.12",
4444
"unplugin-vue": "^6.0.0",
45-
"vite-plugin-dts": "^4.5.0",
46-
"vue": "^3.5.13",
47-
"vue-router": "^4.5.0"
45+
"vite-plugin-dts": "catalog:",
46+
"vue": "catalog:",
47+
"vue-router": "catalog:"
4848
}
4949
}

packages/chrome-extension/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"@vue/devtools-shared": "workspace:^"
1919
},
2020
"devDependencies": {
21-
"@vitejs/plugin-vue": "^5.2.1",
22-
"vue": "^3.5.13"
21+
"@vitejs/plugin-vue": "catalog:",
22+
"vue": "catalog:"
2323
}
2424
}

packages/client/package.json

+19-19
Original file line numberDiff line numberDiff line change
@@ -30,39 +30,39 @@
3030
"@vue/devtools-kit": "workspace:^",
3131
"@vue/devtools-shared": "workspace:^",
3232
"@vue/devtools-ui": "workspace:*",
33-
"@vueuse/core": "^12.7.0",
34-
"@vueuse/integrations": "^12.7.0",
35-
"colord": "^2.9.3",
33+
"@vueuse/core": "catalog:",
34+
"@vueuse/integrations": "catalog:",
35+
"colord": "catalog:",
3636
"fast-deep-equal": "^3.1.3",
3737
"fuse.js": "^7.1.0",
3838
"minimatch": "^10.0.1",
39-
"shiki": "^3.0.0",
40-
"splitpanes": "^3.1.8",
39+
"shiki": "catalog:",
40+
"splitpanes": "catalog:",
4141
"vis-network": "^9.1.9",
42-
"vite-hot-client": "^2.0.4",
43-
"vue-router": "^4.5.0",
44-
"vue-virtual-scroller": "2.0.0-beta.8",
42+
"vite-hot-client": "catalog:",
43+
"vue-router": "catalog:",
44+
"vue-virtual-scroller": "catalog:",
4545
"vue3-sfc-loader": "^0.9.5"
4646
},
4747
"devDependencies": {
48-
"@iconify/json": "^2.2.308",
49-
"@types/node": "^22.13.4",
48+
"@iconify/json": "catalog:",
49+
"@types/node": "catalog:",
5050
"@types/splitpanes": "^2.2.6",
5151
"@unocss/core": "^66.0.0",
52-
"@unocss/reset": "^66.0.0",
53-
"@vitejs/plugin-vue": "^5.2.1",
52+
"@unocss/reset": "catalog:",
53+
"@vitejs/plugin-vue": "catalog:",
5454
"@vitejs/plugin-vue-jsx": "^4.1.1",
5555
"dayjs": "^1.11.13",
56-
"floating-vue": "5.2.2",
56+
"floating-vue": "catalog:",
5757
"ohash": "^1.1.4",
58-
"pinia": "^3.0.1",
59-
"sass-embedded": "^1.85.0",
58+
"pinia": "catalog:",
59+
"sass-embedded": "catalog:",
6060
"simple-git-hooks": "^2.11.1",
61-
"unocss": "^66.0.0",
61+
"unocss": "catalog:",
6262
"unplugin": "^2.2.0",
63-
"unplugin-auto-import": "^19.1.0",
63+
"unplugin-auto-import": "catalog:",
6464
"unplugin-vue-components": "^28.4.0",
65-
"vite": "^6.1.1",
66-
"vue": "^3.5.13"
65+
"vite": "catalog:",
66+
"vue": "catalog:"
6767
}
6868
}

packages/core/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,12 @@
3232
"dependencies": {
3333
"@vue/devtools-kit": "workspace:^",
3434
"@vue/devtools-shared": "workspace:^",
35-
"mitt": "^3.0.1",
35+
"mitt": "catalog:",
3636
"nanoid": "^5.1.0",
37-
"pathe": "^2.0.3",
38-
"vite-hot-client": "^2.0.4"
37+
"pathe": "catalog:",
38+
"vite-hot-client": "catalog:"
3939
},
4040
"devDependencies": {
41-
"vue": "^3.5.13"
41+
"vue": "catalog:"
4242
}
4343
}

packages/devtools-kit/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,14 @@
3131
"@vue/devtools-shared": "workspace:^",
3232
"birpc": "^2.2.0",
3333
"hookable": "^5.5.3",
34-
"mitt": "^3.0.1",
35-
"perfect-debounce": "^1.0.0",
34+
"mitt": "catalog:",
35+
"perfect-debounce": "catalog:",
3636
"speakingurl": "^14.0.1",
3737
"superjson": "^2.2.2"
3838
},
3939
"devDependencies": {
4040
"@types/speakingurl": "^13.0.6",
41-
"vue": "^3.5.13",
42-
"vue-router": "^4.5.0"
41+
"vue": "catalog:",
42+
"vue-router": "catalog:"
4343
}
4444
}

packages/electron/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -40,17 +40,17 @@
4040
"@vue/devtools-kit": "workspace:^",
4141
"@vue/devtools-shared": "workspace:^",
4242
"electron": "^33.4.1",
43-
"execa": "^9.5.2",
43+
"execa": "catalog:",
4444
"h3": "^1.15.0",
4545
"ip": "^2.0.1",
46-
"pathe": "^2.0.3",
46+
"pathe": "catalog:",
4747
"socket.io": "^4.8.1",
4848
"socket.io-client": "^4.8.1"
4949
},
5050
"devDependencies": {
51-
"@vitejs/plugin-vue": "^5.2.1",
51+
"@vitejs/plugin-vue": "catalog:",
5252
"tsx": "^4.19.3",
5353
"unbuild": "^3.3.1",
54-
"vue": "^3.5.13"
54+
"vue": "catalog:"
5555
}
5656
}

packages/firefox-extension/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"@vue/devtools-shared": "workspace:^"
1919
},
2020
"devDependencies": {
21-
"@vitejs/plugin-vue": "^5.2.1",
22-
"vue": "^3.5.13"
21+
"@vitejs/plugin-vue": "catalog:",
22+
"vue": "catalog:"
2323
}
2424
}

packages/overlay/package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,14 @@
2424
"@vue/devtools-kit": "workspace:*",
2525
"@vue/devtools-shared": "workspace:^",
2626
"@vue/devtools-ui": "workspace:*",
27-
"@vueuse/core": "^12.7.0"
27+
"@vueuse/core": "catalog:"
2828
},
2929
"devDependencies": {
30-
"@iconify/json": "^2.2.308",
31-
"@types/node": "^22.13.4",
32-
"@vitejs/plugin-vue": "^5.2.1",
33-
"sass-embedded": "^1.85.0",
34-
"vite": "^6.1.1",
35-
"vue": "^3.5.13"
30+
"@iconify/json": "catalog:",
31+
"@types/node": "catalog:",
32+
"@vitejs/plugin-vue": "catalog:",
33+
"sass-embedded": "catalog:",
34+
"vite": "catalog:",
35+
"vue": "catalog:"
3636
}
3737
}

packages/playground/applet/package.json

+13-13
Original file line numberDiff line numberDiff line change
@@ -7,28 +7,28 @@
77
"dev": "vite"
88
},
99
"dependencies": {
10-
"@iconify/json": "^2.2.308",
10+
"@iconify/json": "catalog:",
1111
"@tresjs/core": "^4.3.3",
12-
"@vueuse/core": "^12.7.0",
13-
"pinia": "^3.0.1",
12+
"@vueuse/core": "catalog:",
13+
"pinia": "catalog:",
1414
"three": "^0.173.0",
15-
"unplugin-auto-import": "^19.1.0",
16-
"vue": "^3.5.13",
17-
"vue-router": "^4.5.0"
15+
"unplugin-auto-import": "catalog:",
16+
"vue": "catalog:",
17+
"vue-router": "catalog:"
1818
},
1919
"devDependencies": {
2020
"@types/three": "^0.173.0",
21-
"@vitejs/plugin-vue": "^5.2.1",
21+
"@vitejs/plugin-vue": "catalog:",
2222
"@vue/devtools-applet": "workspace:*",
2323
"@vue/devtools-core": "workspace:*",
2424
"@vue/devtools-kit": "workspace:*",
2525
"@vue/devtools-shared": "workspace:*",
26-
"sass-embedded": "^1.85.0",
27-
"serve": "^14.2.4",
28-
"typescript": "^5.7.3",
29-
"unocss": "^66.0.0",
30-
"vite": "^6.1.1",
31-
"vite-plugin-inspect": "0.8.9",
26+
"sass-embedded": "catalog:",
27+
"serve": "catalog:",
28+
"typescript": "catalog:",
29+
"unocss": "catalog:",
30+
"vite": "catalog:",
31+
"vite-plugin-inspect": "catalog:",
3232
"vite-plugin-vue-devtools": "workspace:*"
3333
}
3434
}

packages/playground/basic/package.json

+12-12
Original file line numberDiff line numberDiff line change
@@ -8,26 +8,26 @@
88
},
99
"dependencies": {
1010
"@tanstack/vue-query": "^5.66.4",
11-
"@vueuse/core": "^12.7.0",
11+
"@vueuse/core": "catalog:",
1212
"element-plus": "^2.9.4",
13-
"pinia": "^3.0.1",
14-
"unplugin-auto-import": "^19.1.0",
13+
"pinia": "catalog:",
14+
"unplugin-auto-import": "catalog:",
1515
"vee-validate": "^4.15.0",
16-
"vue": "^3.5.13",
17-
"vue-router": "^4.5.0",
16+
"vue": "catalog:",
17+
"vue-router": "catalog:",
1818
"vuex": "^4.1.0"
1919
},
2020
"devDependencies": {
2121
"@rollup/plugin-commonjs": "^28.0.2",
2222
"@tanstack/vue-query-devtools": "^5.66.4",
23-
"@vitejs/plugin-vue": "^5.2.1",
23+
"@vitejs/plugin-vue": "catalog:",
2424
"@vue/devtools": "workspace:^",
25-
"sass-embedded": "^1.85.0",
26-
"serve": "^14.2.4",
27-
"typescript": "^5.7.3",
28-
"unocss": "^66.0.0",
29-
"vite": "^6.1.1",
30-
"vite-plugin-inspect": "0.8.9",
25+
"sass-embedded": "catalog:",
26+
"serve": "catalog:",
27+
"typescript": "catalog:",
28+
"unocss": "catalog:",
29+
"vite": "catalog:",
30+
"vite-plugin-inspect": "catalog:",
3131
"vite-plugin-vue-devtools": "workspace:*"
3232
}
3333
}

packages/playground/multi-app/package.json

+12-12
Original file line numberDiff line numberDiff line change
@@ -7,20 +7,20 @@
77
"dev": "vite"
88
},
99
"dependencies": {
10-
"@vueuse/core": "^12.7.0",
11-
"pinia": "^3.0.1",
12-
"unplugin-auto-import": "^19.1.0",
13-
"vue": "^3.5.13",
14-
"vue-router": "^4.5.0"
10+
"@vueuse/core": "catalog:",
11+
"pinia": "catalog:",
12+
"unplugin-auto-import": "catalog:",
13+
"vue": "catalog:",
14+
"vue-router": "catalog:"
1515
},
1616
"devDependencies": {
17-
"@vitejs/plugin-vue": "^5.2.1",
18-
"sass-embedded": "^1.85.0",
19-
"serve": "^14.2.4",
20-
"typescript": "^5.7.3",
21-
"unocss": "^66.0.0",
22-
"vite": "^6.1.1",
23-
"vite-plugin-inspect": "0.8.9",
17+
"@vitejs/plugin-vue": "catalog:",
18+
"sass-embedded": "catalog:",
19+
"serve": "catalog:",
20+
"typescript": "catalog:",
21+
"unocss": "catalog:",
22+
"vite": "catalog:",
23+
"vite-plugin-inspect": "catalog:",
2424
"vite-plugin-vue-devtools": "workspace:*"
2525
}
2626
}

packages/playground/options-api/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77
"dev": "vite"
88
},
99
"dependencies": {
10-
"vue": "^3.5.13"
10+
"vue": "catalog:"
1111
},
1212
"devDependencies": {
13-
"@vitejs/plugin-vue": "^5.2.1",
13+
"@vitejs/plugin-vue": "catalog:",
1414
"vite-plugin-vue-devtools": "workspace:*"
1515
}
1616
}

packages/playground/plugin-sfc/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@
77
"dev": "vite"
88
},
99
"dependencies": {
10-
"vue": "^3.5.13"
10+
"vue": "catalog:"
1111
},
1212
"devDependencies": {
13-
"@vitejs/plugin-vue": "^5.2.1",
13+
"@vitejs/plugin-vue": "catalog:",
1414
"@vue/devtools": "workspace:^",
15-
"typescript": "^5.7.3",
16-
"vite": "^6.1.1",
17-
"vite-plugin-inspect": "0.8.9",
15+
"typescript": "catalog:",
16+
"vite": "catalog:",
17+
"vite-plugin-inspect": "catalog:",
1818
"vite-plugin-vue-devtools": "workspace:*"
1919
}
2020
}

packages/playground/ui/package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,16 @@
99
"preview": "vite preview"
1010
},
1111
"dependencies": {
12-
"@unocss/reset": "^66.0.0",
12+
"@unocss/reset": "catalog:",
1313
"@vue/devtools-ui": "workspace:*",
14-
"@vueuse/core": "^12.7.0",
15-
"vue": "^3.5.13"
14+
"@vueuse/core": "catalog:",
15+
"vue": "catalog:"
1616
},
1717
"devDependencies": {
18-
"@vitejs/plugin-vue": "^5.2.1",
19-
"typescript": "^5.7.3",
20-
"unocss": "^66.0.0",
21-
"vite": "^6.1.1",
18+
"@vitejs/plugin-vue": "catalog:",
19+
"typescript": "catalog:",
20+
"unocss": "catalog:",
21+
"vite": "catalog:",
2222
"vue-tsc": "^2.2.2"
2323
}
2424
}

packages/playground/webpack/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
},
1414
"dependencies": {
1515
"core-js": "^3.40.0",
16-
"vue": "^3.5.13"
16+
"vue": "catalog:"
1717
},
1818
"devDependencies": {
1919
"@babel/core": "^7.26.9",

packages/shared/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@
2929
"rfdc": "^1.4.1"
3030
},
3131
"devDependencies": {
32-
"@types/node": "^22.13.4"
32+
"@types/node": "catalog:"
3333
}
3434
}

0 commit comments

Comments
 (0)