|
19 | 19 | "test:playwright": "NODE_OPTIONS=--no-experimental-fetch pnpm test:build-next && playwright test", |
20 | 20 | "test:build-next": "tsx scripts/copy-next-plugin && pnpm --filter=@fixtures/next-* clean-build", |
21 | 21 | "format": "prettier --write .", |
22 | | - "lint": "manypkg check && prettier --check . && tsc", |
| 22 | + "lint": "pnpm run '/^lint:.*/'", |
| 23 | + "lint:manypkg": "manypkg check", |
| 24 | + "lint:prettier": "prettier --cache --check .", |
| 25 | + "lint:tsc": "tsc", |
23 | 26 | "copy-readme-to-packages": "tsx scripts/copy-readme-to-packages", |
24 | 27 | "version": "changeset version && pnpm install --lockfile-only", |
25 | 28 | "prepare-release": "pnpm copy-readme-to-packages && pnpm build", |
|
32 | 35 | "@babel/preset-typescript": "^7.23.3", |
33 | 36 | "@changesets/changelog-github": "^0.4.8", |
34 | 37 | "@changesets/cli": "^2.26.2", |
35 | | - "@manypkg/cli": "^0.19.1", |
| 38 | + "@manypkg/cli": "^0.21.4", |
36 | 39 | "@playwright/test": "^1.40.1", |
37 | 40 | "@preconstruct/cli": "^2.8.2", |
38 | 41 | "@testing-library/jest-dom": "^5.11.9", |
39 | 42 | "@types/jest": "^29.2.5", |
40 | 43 | "@types/node": "^20.9.5", |
41 | 44 | "@types/testing-library__jest-dom": "^5.14.5", |
42 | | - "@vanilla-extract/jest-transform": "*", |
| 45 | + "@vanilla-extract/jest-transform": "workspace:*", |
43 | 46 | "babel-jest": "^27.3.1", |
44 | 47 | "cross-env": "^7.0.3", |
45 | 48 | "fast-glob": "^3.2.7", |
|
0 commit comments