|
35 | 35 | "preinstall": "npx only-allow pnpm", |
36 | 36 | "prepare": "lefthook install", |
37 | 37 | "serve": "nx serve", |
| 38 | + "syncpack:lint": "syncpack lint --source 'package.json' --source 'packages/*/package.json' --source 'packages/sdk-effects/*/package.json' --source 'packages/utils/*/package.json' --source 'e2e/*/package.json' --source 'tools/*/package.json' --source 'scratchpad/package.json'", |
| 39 | + "syncpack:fix": "syncpack fix --source 'package.json' --source 'packages/*/package.json' --source 'packages/sdk-effects/*/package.json' --source 'packages/utils/*/package.json' --source 'e2e/*/package.json' --source 'tools/*/package.json' --source 'scratchpad/package.json'", |
38 | 40 | "test": "CI=true nx affected:test", |
39 | 41 | "test:e2e": "CI=true nx affected:e2e", |
40 | 42 | "verdaccio": "nx local-registry", |
|
45 | 47 | "path": "./node_modules/cz-conventional-changelog" |
46 | 48 | } |
47 | 49 | }, |
48 | | - "dependencies": {}, |
49 | 50 | "devDependencies": { |
50 | 51 | "@changesets/changelog-github": "^0.6.0", |
51 | 52 | "@changesets/cli": "^2.27.9", |
|
55 | 56 | "@effect/cli": "catalog:effect", |
56 | 57 | "@eslint/eslintrc": "^3.0.0", |
57 | 58 | "@eslint/js": "~9.39.0", |
| 59 | + "@evilmartians/lefthook": "^2.1.4", |
58 | 60 | "@nx/devkit": "22.6.5", |
59 | 61 | "@nx/eslint": "22.6.5", |
60 | 62 | "@nx/eslint-plugin": "22.6.5", |
|
74 | 76 | "@swc/helpers": "0.5.21", |
75 | 77 | "@types/eslint": "9.6.1", |
76 | 78 | "@types/estree": "^1.0.1", |
77 | | - "@types/express": "5.0.6", |
| 79 | + "@types/express": "catalog:", |
78 | 80 | "@types/node": "24.9.2", |
79 | 81 | "@typescript-eslint/eslint-plugin": "^8.45.0", |
80 | 82 | "@typescript-eslint/parser": "^8.45.0", |
81 | 83 | "@typescript-eslint/typescript-estree": "8.23.0", |
82 | 84 | "@typescript-eslint/utils": "^8.13.0", |
83 | | - "@vitest/coverage-v8": "3.2.4", |
| 85 | + "@vitest/coverage-v8": "catalog:vitest", |
84 | 86 | "@vitest/ui": "3.2.4", |
85 | 87 | "conventional-changelog-conventionalcommits": "^8.0.0", |
86 | 88 | "cz-conventional-changelog": "^3.3.0", |
|
92 | 94 | "eslint-plugin-playwright": "^2.0.0", |
93 | 95 | "eslint-plugin-prettier": "^5.2.3", |
94 | 96 | "fast-check": "^4.0.0", |
95 | | - "@evilmartians/lefthook": "^2.1.4", |
96 | 97 | "jiti": "2.6.1", |
97 | 98 | "jsdom": "27.4.0", |
98 | 99 | "jsonc-eslint-parser": "^2.1.0", |
|
103 | 104 | "prettier": "^3.2.5", |
104 | 105 | "shx": "^0.4.0", |
105 | 106 | "swc-loader": "0.2.7", |
| 107 | + "syncpack": "^15.0.0", |
106 | 108 | "ts-node": "10.9.2", |
107 | | - "tsx": "^4.20.0", |
108 | 109 | "ts-patch": "3.3.0", |
109 | | - "tslib": "^2.5.0", |
| 110 | + "tslib": "catalog:", |
| 111 | + "tsx": "catalog:", |
110 | 112 | "typedoc": "^0.27.4", |
111 | 113 | "typedoc-github-theme": "0.2.1", |
112 | 114 | "typedoc-plugin-rename-defaults": "^0.7.2", |
|
0 commit comments