Skip to content

Commit 4e06b8f

Browse files
committed
chore(deps): pnpm catalog 统一管理版本号
1 parent 70599b9 commit 4e06b8f

File tree

15 files changed

+359
-167
lines changed

15 files changed

+359
-167
lines changed

.changeset/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"commit": false,
55
"fixed": [],
66
"linked": [],
7-
"access": "restricted",
7+
"access": "public",
88
"baseBranch": "master",
99
"updateInternalDependencies": "patch",
1010
"ignore": ["@mylib/build", "@mylib/playground", "@mylib/docs"]

apps/docs/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@
1818
"@mylib/typescript-config": "workspace:*",
1919
"@mylib/ui": "workspace:*",
2020
"@mylib/utils": "workspace:*",
21-
"vue": "^3.5.13"
21+
"vue": "catalog:"
2222
},
2323
"devDependencies": {
24-
"sass": "^1.85.0",
25-
"typescript": "^5.7.3",
26-
"vitepress": "^1.6.3",
27-
"vitepress-demo-plugin": "^1.2.3"
24+
"sass": "catalog:",
25+
"typescript": "catalog:",
26+
"vitepress": "catalog:",
27+
"vitepress-demo-plugin": "catalog:"
2828
}
2929
}

build/package.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -8,20 +8,20 @@
88
"clean": "rm -rf .turbo && rm -rf node_modules && rm -rf dist"
99
},
1010
"devDependencies": {
11-
"@babel/preset-env": "^7.26.9",
12-
"@rollup/plugin-alias": "^5.1.1",
13-
"@rollup/plugin-babel": "^6.0.4",
14-
"@rollup/plugin-json": "^6.1.0",
15-
"@rollup/plugin-node-resolve": "^16.0.0",
16-
"@rollup/plugin-terser": "^0.4.4",
17-
"@vitejs/plugin-vue": "^5.2.1",
18-
"@vitejs/plugin-vue-jsx": "^4.1.1",
19-
"gulp": "^5.0.0",
20-
"gulp-clean": "^0.4.0",
21-
"rollup": "^4.34.7",
22-
"rollup-plugin-copy": "^3.5.0",
23-
"rollup-plugin-dts": "^6.1.1",
24-
"rollup-plugin-esbuild": "^6.2.0",
25-
"rollup-plugin-scss": "^4.0.1"
11+
"@babel/preset-env": "catalog:",
12+
"@rollup/plugin-alias": "catalog:",
13+
"@rollup/plugin-babel": "catalog:",
14+
"@rollup/plugin-json": "catalog:",
15+
"@rollup/plugin-node-resolve": "catalog:",
16+
"@rollup/plugin-terser": "catalog:",
17+
"@vitejs/plugin-vue": "catalog:",
18+
"@vitejs/plugin-vue-jsx": "catalog:",
19+
"gulp": "catalog:",
20+
"gulp-clean": "catalog:",
21+
"rollup": "catalog:",
22+
"rollup-plugin-copy": "catalog:",
23+
"rollup-plugin-dts": "catalog:",
24+
"rollup-plugin-esbuild": "catalog:",
25+
"rollup-plugin-scss": "catalog:"
2626
}
2727
}

package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "vue3-component-lib-template",
33
"description": "This is a modern component library template based on Turborepo+Vue 3.5+TypeScript.",
44
"version": "1.0.0",
5-
"packageManager": "pnpm@9.15.0",
5+
"packageManager": "pnpm@9.15.9",
66
"author": "huangmingfu <212149997@qq.com>",
77
"license": "MIT",
88
"homepage": "https://github.com/huangmingfu/vue3-turbo-component-lib-template",
@@ -44,8 +44,8 @@
4444
"rename-pkg": "bash ./scripts/rename-package.sh"
4545
},
4646
"devDependencies": {
47-
"@changesets/cli": "^2.27.12",
48-
"@commitlint/cli": "^19.7.1",
47+
"@changesets/cli": "catalog:",
48+
"@commitlint/cli": "catalog:",
4949
"@mylib/commitlint-config": "workspace:*",
5050
"@mylib/directives": "workspace:*",
5151
"@mylib/eslint-config": "workspace:*",
@@ -55,19 +55,19 @@
5555
"@mylib/typescript-config": "workspace:*",
5656
"@mylib/ui": "workspace:*",
5757
"@mylib/utils": "workspace:*",
58-
"eslint": "^9.20.1",
59-
"husky": "^9.1.7",
60-
"lint-staged": "^15.4.3",
61-
"prettier": "^3.5.1",
62-
"rollup": "^4.34.7",
63-
"stylelint": "^16.14.1",
64-
"turbo": "^2.4.2",
65-
"typescript": "^5.7.3",
66-
"vue": "^3.5.13"
58+
"eslint": "catalog:",
59+
"husky": "catalog:",
60+
"lint-staged": "catalog:",
61+
"prettier": "catalog:",
62+
"rollup": "catalog:",
63+
"stylelint": "catalog:",
64+
"turbo": "catalog:",
65+
"typescript": "catalog:",
66+
"vue": "catalog:"
6767
},
6868
"engines": {
6969
"node": ">=18",
70-
"pnpm": ">=9"
70+
"pnpm": ">=9.5"
7171
},
7272
"pnpm": {
7373
"peerDependencyRules": {

packages/directives/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@
1919
},
2020
"devDependencies": {
2121
"@mylib/typescript-config": "workspace:*",
22-
"@rollup/plugin-json": "^6.1.0",
23-
"@rollup/plugin-terser": "^0.4.4",
24-
"rollup": "^4.34.7",
25-
"rollup-plugin-dts": "^6.1.1",
26-
"rollup-plugin-esbuild": "6.2.0",
27-
"vue": "^3.5.13"
22+
"@rollup/plugin-json": "catalog:",
23+
"@rollup/plugin-terser": "catalog:",
24+
"rollup": "catalog:",
25+
"rollup-plugin-dts": "catalog:",
26+
"rollup-plugin-esbuild": "catalog:",
27+
"vue": "catalog:"
2828
},
2929
"peerDependencies": {
30-
"vue": "^3.5.13"
30+
"vue": "catalog:"
3131
}
3232
}

packages/hooks/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@
1919
},
2020
"devDependencies": {
2121
"@mylib/typescript-config": "workspace:*",
22-
"@rollup/plugin-json": "^6.1.0",
23-
"rollup": "^4.34.7",
24-
"rollup-plugin-dts": "^6.1.1",
25-
"rollup-plugin-esbuild": "6.2.0",
26-
"vue": "^3.5.13"
22+
"@rollup/plugin-json": "catalog:",
23+
"rollup": "catalog:",
24+
"rollup-plugin-dts": "catalog:",
25+
"rollup-plugin-esbuild": "catalog:",
26+
"vue": "catalog:"
2727
},
2828
"peerDependencies": {
29-
"vue": "^3.5.13"
29+
"vue": "catalog:"
3030
}
3131
}

packages/lint-configs/commitlint-config/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@
1515
"clean": "rm -rf .turbo && rm -rf node_modules"
1616
},
1717
"devDependencies": {
18-
"@commitlint/cli": "^19.7.1",
19-
"@commitlint/config-conventional": "^19.7.1"
18+
"@commitlint/cli": "catalog:",
19+
"@commitlint/config-conventional": "catalog:"
2020
},
2121
"peerDependencies": {
22-
"@commitlint/cli": "^19.6.0"
22+
"@commitlint/cli": "catalog:"
2323
}
2424
}

packages/lint-configs/eslint-config/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@
1515
"clean": "rm -rf .turbo && rm -rf node_modules"
1616
},
1717
"devDependencies": {
18-
"@eslint/js": "9.20.0",
19-
"eslint-plugin-vue": "^9.32.0",
20-
"typescript-eslint": "^8.24.0"
18+
"@eslint/js": "catalog:",
19+
"eslint-plugin-vue": "catalog:",
20+
"typescript-eslint": "catalog:"
2121
},
2222
"peerDependencies": {
23-
"eslint": "^9.16.0"
23+
"eslint": "catalog:"
2424
}
2525
}

packages/lint-configs/prettier-config/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
"clean": "rm -rf .turbo && rm -rf node_modules"
1616
},
1717
"devDependencies": {
18-
"prettier": "^3.5.1"
18+
"prettier": "catalog:"
1919
},
2020
"peerDependencies": {
21-
"prettier": "^3.4.2"
21+
"prettier": "catalog:"
2222
}
2323
}

packages/lint-configs/stylelint-config/package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -15,17 +15,17 @@
1515
"clean": "rm -rf .turbo && rm -rf node_modules"
1616
},
1717
"devDependencies": {
18-
"postcss": "^8.5.2",
19-
"postcss-html": "^1.8.0",
20-
"postcss-scss": "^4.0.9",
21-
"stylelint": "^16.14.1",
22-
"stylelint-config-recess-order": "^6.0.0",
23-
"stylelint-config-recommended-vue": "^1.6.0",
24-
"stylelint-config-standard": "^37.0.0",
25-
"stylelint-config-standard-scss": "^14.0.0",
26-
"stylelint-scss": "^6.11.0"
18+
"postcss": "catalog:",
19+
"postcss-html": "catalog:",
20+
"postcss-scss": "catalog:",
21+
"stylelint": "catalog:",
22+
"stylelint-config-recess-order": "catalog:",
23+
"stylelint-config-recommended-vue": "catalog:",
24+
"stylelint-config-standard": "catalog:",
25+
"stylelint-config-standard-scss": "catalog:",
26+
"stylelint-scss": "catalog:"
2727
},
2828
"peerDependencies": {
29-
"stylelint": "^16.11.0"
29+
"stylelint": "catalog:"
3030
}
3131
}

0 commit comments

Comments
 (0)