|
32 | 32 | "check:deps": "taze",
|
33 | 33 | "check:types": "tsc --noEmit",
|
34 | 34 | "dev": "rollup -c --watch",
|
35 |
| - "lint": "run-p lint:eslint lint:markdownlint lint:publint check:types test:coverage", |
| 35 | + "lint": "conc \"pnpm:lint:eslint\" \"pnpm:lint:markdownlint\" \"pnpm:lint:publint\" \"pnpm:check:types\" \"pnpm:test:coverage\"", |
36 | 36 | "lint:eslint": "eslint ./src --fix --cache --ignore-path=.gitignore",
|
37 |
| - "lint:markdownlint": "markdownlint . --fix --ignore=CHANGELOG.md --ignore-path=.gitignore", |
| 37 | + "lint:markdownlint": "markdownlint . --fix --ignore-path=.gitignore", |
38 | 38 | "lint:publint": "publint",
|
39 |
| - "prepare": "is-ci || husky install", |
| 39 | + "prepare": "is-ci || simple-git-hooks", |
40 | 40 | "release": "pnpm install && pnpm run build && pnpm run lint && bumpp",
|
41 | 41 | "prepublishOnly": "pnpm run build",
|
42 | 42 | "test": "vitest typecheck --run",
|
|
48 | 48 | "vue3": "npm:vue@^3.2.47"
|
49 | 49 | },
|
50 | 50 | "devDependencies": {
|
51 |
| - "@commitlint/cli": "^17.5.1", |
52 |
| - "@commitlint/config-conventional": "^17.4.4", |
53 |
| - "@commitlint/prompt": "^17.5.0", |
| 51 | + "@commitlint/cli": "^17.6.1", |
| 52 | + "@commitlint/config-conventional": "^17.6.1", |
| 53 | + "@commitlint/prompt": "^17.6.1", |
54 | 54 | "@modyqyw/fabric": "^7.5.0",
|
55 |
| - "@modyqyw/utils": "^5.0.0", |
56 |
| - "@tsconfig/node18": "^1.0.1", |
57 |
| - "@types/node": "^18.15.11", |
58 |
| - "@typescript-eslint/eslint-plugin": "^5.57.1", |
59 |
| - "@typescript-eslint/parser": "^5.57.1", |
60 |
| - "@vitest/coverage-c8": "^0.29.8", |
| 55 | + "@modyqyw/utils": "^6.0.0", |
| 56 | + "@tsconfig/node18": "^2.0.0", |
| 57 | + "@types/node": "^18.16.1", |
| 58 | + "@typescript-eslint/eslint-plugin": "^5.59.1", |
| 59 | + "@typescript-eslint/parser": "^5.59.1", |
| 60 | + "@vitest/coverage-c8": "^0.30.1", |
61 | 61 | "bumpp": "^9.1.0",
|
62 | 62 | "c8": "^7.13.0",
|
63 | 63 | "commitizen": "^4.3.0",
|
64 |
| - "eslint": "^8.37.0", |
| 64 | + "concurrently": "^8.0.1", |
| 65 | + "eslint": "^8.39.0", |
65 | 66 | "husky": "^8.0.3",
|
66 | 67 | "is-ci": "^3.0.1",
|
67 |
| - "lint-staged": "^13.2.0", |
| 68 | + "lint-staged": "^13.2.2", |
68 | 69 | "markdownlint-cli": "^0.33.0",
|
69 |
| - "npm-run-all": "^4.1.5", |
70 |
| - "prettier": "^2.8.7", |
| 70 | + "prettier": "^2.8.8", |
71 | 71 | "publint": "^0.1.11",
|
72 |
| - "rollup": "^3.20.2", |
| 72 | + "rollup": "^3.21.0", |
73 | 73 | "rollup-plugin-delete": "^2.0.0",
|
74 | 74 | "rollup-plugin-dts": "^5.3.0",
|
75 |
| - "taze": "^0.9.1", |
76 |
| - "typescript": "^5.0.3", |
77 |
| - "vitest": "^0.29.8" |
| 75 | + "simple-git-hooks": "^2.8.1", |
| 76 | + "taze": "^0.9.2", |
| 77 | + "typescript": "^5.0.4", |
| 78 | + "vitest": "^0.30.1" |
78 | 79 | },
|
79 | 80 | "peerDependencies": {
|
80 | 81 | "@uni-helper/uni-app-types": "^0.5.1"
|
|
84 | 85 | "optional": true
|
85 | 86 | }
|
86 | 87 | },
|
87 |
| - "packageManager": "pnpm@8.1.1", |
| 88 | + "packageManager": "pnpm@8.3.1", |
88 | 89 | "engines": {
|
89 | 90 | "node": ">=14.18"
|
90 | 91 | },
|
|
0 commit comments