|
1 | 1 | { |
2 | 2 | "name": "tdesign-miniprogram-mono", |
3 | 3 | "private": true, |
4 | | - "packageManager": "pnpm@9.15.9", |
| 4 | + "packageManager": "pnpm@10.27.0", |
5 | 5 | "repository": { |
6 | 6 | "type": "git", |
7 | 7 | "url": "https://github.com/Tencent/tdesign-miniprogram" |
|
40 | 40 | "test:unit": "pnpm -C packages/tdesign-miniprogram/test test:unit", |
41 | 41 | "test:e2e": "pnpm -C packages/tdesign-miniprogram/test test:e2e", |
42 | 42 | "badge": "pnpm -C packages/tdesign-miniprogram/test badge", |
43 | | - "prepare": "husky install", |
| 43 | + "prepare": "husky", |
44 | 44 | "generate": "gulp generate --gulpfile script/gulpfile.js --cwd ./", |
45 | 45 | "changelog": "node script/generate-changelog.js", |
46 | 46 | "robot": "publish-cli robot-msg", |
|
52 | 52 | "author": "tdesign", |
53 | 53 | "license": "MIT", |
54 | 54 | "devDependencies": { |
55 | | - "@babel/core": "^7.12.10", |
56 | | - "@babel/plugin-proposal-decorators": "^7.18.9", |
57 | | - "@babel/plugin-transform-class-properties": "^7.22.3", |
58 | | - "@babel/preset-env": "^7.12.11", |
59 | | - "@babel/preset-typescript": "^7.12.7", |
60 | | - "@commitlint/cli": "^16.0.2", |
61 | | - "@commitlint/config-conventional": "^16.0.0", |
62 | | - "@types/node": "^20.14.11", |
63 | | - "@typescript-eslint/eslint-plugin": "^5.6.0", |
64 | | - "@typescript-eslint/parser": "~5.35.0", |
65 | | - "@vue/compiler-sfc": "^3.2.4", |
66 | | - "axios": "^1.1.3", |
67 | | - "commitizen": "^4.2.4", |
68 | | - "cross-env": "^7.0.2", |
69 | | - "cz-conventional-changelog": "^3.3.0", |
70 | | - "dayjs": "^1.10.7", |
71 | | - "del": "^6.1.1", |
72 | | - "eslint": "^7.0.0", |
73 | | - "eslint-config-airbnb-base": "^14.2.1", |
74 | | - "eslint-config-prettier": "^6.11.0", |
75 | | - "eslint-plugin-import": "^2.24.2", |
76 | | - "eslint-plugin-prettier": "^4.0.0", |
77 | | - "get-intrinsic": "1.3.0", |
78 | | - "glob": "^8.1.0", |
79 | | - "gulp": "^4.0.2", |
80 | | - "gulp-changed": "^4.0.2", |
81 | | - "gulp-clean-css": "^4.3.0", |
82 | | - "gulp-htmlmin": "^5.0.1", |
83 | | - "gulp-if": "^3.0.0", |
84 | | - "gulp-insert": "^0.5.0", |
85 | | - "gulp-jsonminify": "^1.1.0", |
86 | | - "gulp-less": "^5.0.0", |
87 | | - "gulp-mp-npm": "^1.9.7", |
88 | | - "gulp-plumber": "^1.2.1", |
89 | | - "gulp-rename": "^2.0.0", |
90 | | - "gulp-replace": "^1.0.0", |
91 | | - "gulp-replace-task": "^2.0.1", |
92 | | - "gulp-sourcemaps": "^3.0.0", |
93 | | - "gulp-terser": "^2.1.0", |
94 | | - "gulp-typescript": "^6.0.0-alpha.1", |
95 | | - "husky": "^7.0.4", |
96 | | - "less": "^4.1.1", |
97 | | - "lint-staged": "^10.0.0-1", |
98 | | - "lodash": "^4.17.21", |
99 | | - "marked": "^16.1.2", |
100 | | - "merge2": "^1.4.1", |
101 | | - "miniprogram-api-typings": "^3.12.3", |
102 | | - "miniprogram-automator": "^0.10.0", |
103 | | - "miniprogram-computed": "^5.0.0", |
104 | | - "miniprogram-simulate": "^1.6.0", |
105 | | - "npm-run-all": "^4.1.5", |
106 | | - "playwright": "^1.19.1", |
107 | | - "prettier": "^2.0.5", |
108 | | - "standard-changelog": "^2.0.27", |
109 | | - "stylelint": "^13.13.1", |
110 | | - "tdesign-publish-cli": "^0.0.12", |
111 | | - "tinycolor2": "^1.4.2", |
112 | | - "tslib": "^2.8.1", |
113 | | - "typescript": "~4.7.2" |
| 55 | + "@babel/core": "catalog:", |
| 56 | + "@babel/plugin-proposal-decorators": "catalog:", |
| 57 | + "@babel/plugin-transform-class-properties": "catalog:", |
| 58 | + "@babel/preset-env": "catalog:", |
| 59 | + "@babel/preset-typescript": "catalog:", |
| 60 | + "@commitlint/cli": "catalog:", |
| 61 | + "@commitlint/config-conventional": "catalog:", |
| 62 | + "@types/node": "catalog:", |
| 63 | + "@typescript-eslint/eslint-plugin": "catalog:", |
| 64 | + "@typescript-eslint/parser": "catalog:", |
| 65 | + "@vue/compiler-sfc": "catalog:", |
| 66 | + "commitizen": "catalog:", |
| 67 | + "cross-env": "catalog:", |
| 68 | + "cz-conventional-changelog": "catalog:", |
| 69 | + "dayjs": "catalog:", |
| 70 | + "del": "catalog:", |
| 71 | + "eslint": "catalog:", |
| 72 | + "eslint-config-airbnb-base": "catalog:", |
| 73 | + "eslint-config-prettier": "catalog:", |
| 74 | + "eslint-plugin-import": "catalog:", |
| 75 | + "eslint-plugin-prettier": "catalog:", |
| 76 | + "get-intrinsic": "catalog:", |
| 77 | + "glob": "catalog:", |
| 78 | + "gulp": "catalog:", |
| 79 | + "gulp-changed": "catalog:", |
| 80 | + "gulp-clean-css": "catalog:", |
| 81 | + "gulp-htmlmin": "catalog:", |
| 82 | + "gulp-if": "catalog:", |
| 83 | + "gulp-insert": "catalog:", |
| 84 | + "gulp-jsonminify": "catalog:", |
| 85 | + "gulp-less": "catalog:", |
| 86 | + "gulp-mp-npm": "catalog:", |
| 87 | + "gulp-plumber": "catalog:", |
| 88 | + "gulp-rename": "catalog:", |
| 89 | + "gulp-replace": "catalog:", |
| 90 | + "gulp-replace-task": "catalog:", |
| 91 | + "gulp-sourcemaps": "catalog:", |
| 92 | + "gulp-terser": "catalog:", |
| 93 | + "gulp-typescript": "catalog:", |
| 94 | + "husky": "catalog:", |
| 95 | + "less": "catalog:", |
| 96 | + "lint-staged": "catalog:", |
| 97 | + "lodash": "catalog:", |
| 98 | + "marked": "catalog:", |
| 99 | + "merge2": "catalog:", |
| 100 | + "miniprogram-api-typings": "catalog:miniprogram", |
| 101 | + "miniprogram-automator": "catalog:miniprogram", |
| 102 | + "miniprogram-computed": "catalog:miniprogram", |
| 103 | + "miniprogram-simulate": "catalog:miniprogram", |
| 104 | + "npm-run-all2": "catalog:", |
| 105 | + "playwright": "catalog:", |
| 106 | + "prettier": "catalog:", |
| 107 | + "standard-changelog": "catalog:", |
| 108 | + "stylelint": "catalog:", |
| 109 | + "tdesign-publish-cli": "catalog:tdesign", |
| 110 | + "tinycolor2": "catalog:", |
| 111 | + "tslib": "catalog:", |
| 112 | + "typescript": "catalog:" |
114 | 113 | }, |
115 | 114 | "config": { |
116 | 115 | "commitizen": { |
|
0 commit comments