|
53 | 53 | "format:website:build": "oxfmt --config .oxfmtrc.website.build.json website/build", |
54 | 54 | "format:diff": "oxfmt --list-different .", |
55 | 55 | "lint": "pnpm lint:js && pnpm lint:style && pnpm lint:SPELLING && pnpm lint:syncpack", |
56 | | - "lint:ci": "pnpm lint:js --quiet && pnpm lint:style && pnpm lint:spelling && pnpm lint:syncpack", |
| 56 | + "lint:ci": "pnpm lint:js --quiet && pnpm lint:style && pnpm lint:spelling && pnpm lint:syncpack && pnpm lint:deps", |
57 | 57 | "lint:js": "eslint --cache --report-unused-disable-directives \"**/*.{js,jsx,ts,tsx,mjs}\"", |
58 | 58 | "lint:js:fix": "pnpm lint:js --fix", |
59 | 59 | "lint:spelling": "cspell \"**\" --no-progress --show-context --show-suggestions", |
|
62 | 62 | "lint:style:fix": "pnpm lint:style --fix", |
63 | 63 | "lint:syncpack": "syncpack lint", |
64 | 64 | "lint:syncpack:fix": "syncpack fix", |
| 65 | + "lint:deps": "pnpm dedupe --check", |
| 66 | + "lint:deps:fix": "pnpm dedupe", |
65 | 67 | "lerna": "lerna", |
66 | 68 | "test": "vitest run", |
67 | 69 | "test:build:website": "./admin/scripts/test-release.sh", |
|
74 | 76 | "devDependencies": { |
75 | 77 | "@ai-sdk/react": "^3.0.280", |
76 | 78 | "@crowdin/cli": "^5.0.2", |
77 | | - "@docusaurus/eslint-plugin": "workspace:", |
78 | | - "@docusaurus/plugin-content-blog": "workspace:", |
79 | | - "@docusaurus/plugin-content-docs": "workspace:", |
80 | | - "@docusaurus/plugin-content-pages": "workspace:", |
| 79 | + "@docusaurus/eslint-plugin": "workspace:*", |
| 80 | + "@docusaurus/plugin-content-blog": "workspace:*", |
| 81 | + "@docusaurus/plugin-content-docs": "workspace:*", |
| 82 | + "@docusaurus/plugin-content-pages": "workspace:*", |
81 | 83 | "@eslint/js": "^10.0.1", |
82 | 84 | "@swc/core": "^1.16.2", |
83 | 85 | "@testing-library/dom": "^10.4.1", |
|
124 | 126 | "strip-ansi": "^7.2.0", |
125 | 127 | "stylelint": "^17.15.0", |
126 | 128 | "stylelint-config-standard": "^40.0.0", |
127 | | - "stylelint-copyright": "3.10.1", |
| 129 | + "stylelint-copyright": "workspace:*", |
128 | 130 | "syncpack": "^14.3.1", |
129 | 131 | "typescript": "~6.0.3", |
130 | 132 | "typescript-eslint": "^8.69.0", |
|
0 commit comments