|
21 | 21 | "dev": "lerna run dev --parallel", |
22 | 22 | "dev:commit": "npm run dev --prefix=packages/lobe-commit", |
23 | 23 | "dev:i18n": "npm run dev --prefix=packages/lobe-i18n", |
| 24 | + "dev:label": "npm run dev --prefix=packages/lobe-label", |
| 25 | + "dev:seo": "npm run dev --prefix=packages/lobe-seo", |
24 | 26 | "dev:ui": "npm run dev --prefix=packages/lobe-cli-ui", |
25 | 27 | "link:commit": "npm run link --prefix=packages/lobe-commit", |
26 | 28 | "link:i18n": "npm run link --prefix=packages/lobe-i18n", |
| 29 | + "link:label": "npm run link --prefix=packages/lobe-label", |
| 30 | + "link:seo": "npm run link --prefix=packages/lobe-seo", |
27 | 31 | "lint": "eslint \"{src,packages}/**/*.{js,jsx,ts,tsx}\" --fix", |
28 | 32 | "lint:md": "remark . --quiet --output", |
29 | 33 | "prepare": "husky", |
|
51 | 55 | ] |
52 | 56 | }, |
53 | 57 | "devDependencies": { |
54 | | - "@commitlint/cli": "^19.6.0", |
| 58 | + "@commitlint/cli": "^19.6.1", |
55 | 59 | "@lobehub/cli-shebang": "^1.0.2", |
56 | | - "@lobehub/lint": "^1.24.4", |
| 60 | + "@lobehub/lint": "^1.25.3", |
57 | 61 | "@sindresorhus/tsconfig": "^5.1.1", |
58 | 62 | "@types/lodash-es": "^4.17.12", |
59 | | - "@types/node": "^20.17.7", |
| 63 | + "@types/node": "^20.17.12", |
60 | 64 | "@types/pangu": "^4.0.2", |
61 | | - "@types/react": "^18.3.12", |
| 65 | + "@types/react": "^19.0.3", |
62 | 66 | "@types/update-notifier": "^6.0.8", |
63 | | - "@umijs/lint": "^4.3.35", |
| 67 | + "@umijs/lint": "^4.4.4", |
64 | 68 | "@vitest/coverage-v8": "~1.2.2", |
65 | 69 | "clean-pkg-json": "^1.2.0", |
66 | | - "commitlint": "^19.6.0", |
| 70 | + "commitlint": "^19.6.1", |
67 | 71 | "eslint": "^8.57.1", |
68 | 72 | "husky": "^9.1.7", |
69 | 73 | "ink-testing-library": "^3.0.0", |
70 | 74 | "lerna": "^8.1.9", |
71 | | - "lint-staged": "^15.2.10", |
| 75 | + "lint-staged": "^15.3.0", |
72 | 76 | "multi-semantic-release": "^3.0.2", |
73 | | - "pkgroll": "^2.5.1", |
74 | | - "prettier": "^3.3.3", |
75 | | - "remark": "^14.0.3", |
76 | | - "remark-cli": "^11.0.0", |
| 77 | + "pkgroll": "^2.6.1", |
| 78 | + "prettier": "^3.4.2", |
| 79 | + "remark": "^15.0.1", |
| 80 | + "remark-cli": "^12.0.1", |
77 | 81 | "semantic-release": "^21.1.2", |
78 | 82 | "stylelint": "^15.11.0", |
79 | 83 | "ts-node": "^10.9.2", |
|
0 commit comments