|
7 | 7 | "apps/*",
|
8 | 8 | "packages/*"
|
9 | 9 | ],
|
10 |
| - "packageManager": "pnpm@9.9.0", |
| 10 | + "packageManager": "pnpm@9.11.0", |
11 | 11 | "engines": {
|
12 | 12 | "node": ">=18.0.0"
|
13 | 13 | },
|
|
23 | 23 | "publish-packages": "pnpm run test && changeset version && changeset publish",
|
24 | 24 | "release": "changeset",
|
25 | 25 | "_postinstall": "tw-patch install",
|
26 |
| - "script:init": "tsx scripts/monorepo/init.ts", |
27 |
| - "script:sync": "tsx scripts/monorepo/sync.ts", |
28 |
| - "script:clean": "tsx scripts/monorepo/clean.ts", |
29 |
| - "script:mirror": "tsx scripts/monorepo/binaryMirror.ts" |
| 26 | + "script:init": "monorepo init", |
| 27 | + "script:sync": "monorepo sync", |
| 28 | + "script:clean": "monorepo clean", |
| 29 | + "script:mirror": "monorepo mirror" |
30 | 30 | },
|
31 | 31 | "devDependencies": {
|
32 | 32 | "@changesets/changelog-github": "^0.5.0",
|
|
35 | 35 | "@commitlint/config-conventional": "^19.5.0",
|
36 | 36 | "@commitlint/prompt-cli": "^19.5.0",
|
37 | 37 | "@commitlint/types": "^19.5.0",
|
38 |
| - "@icebreakers/eslint-config": "^0.5.1", |
| 38 | + "@icebreakers/eslint-config": "^0.5.2", |
| 39 | + "@icebreakers/monorepo": "^0.5.0", |
39 | 40 | "@icebreakers/stylelint-config": "^0.0.3",
|
40 |
| - "@pnpm/workspace.find-packages": "^4.0.10", |
41 | 41 | "@rollup/pluginutils": "^5.1.0",
|
42 | 42 | "@tailwindcss-mangle/core": "workspace:*",
|
43 | 43 | "@tailwindcss-mangle/shared": "workspace:*",
|
|
60 | 60 | "@types/set-value": "^4.0.3",
|
61 | 61 | "@vitest/coverage-v8": "~2.0.5",
|
62 | 62 | "astro": "^4.15.7",
|
63 |
| - "bumpp": "^9.5.2", |
64 | 63 | "ci-info": "^4.0.0",
|
65 | 64 | "comment-json": "^4.2.5",
|
66 | 65 | "cross-env": "^7.0.3",
|
|
69 | 68 | "defu": "^6.1.4",
|
70 | 69 | "del": "^7.1.0",
|
71 | 70 | "eslint": "^9.10.0",
|
72 |
| - "execa": "^9.3.1", |
| 71 | + "execa": "^9.4.0", |
73 | 72 | "fast-glob": "^3.3.2",
|
74 | 73 | "fs-extra": "^11.2.0",
|
75 | 74 | "get-value": "^3.0.1",
|
76 |
| - "git-url-parse": "^15.0.0", |
77 | 75 | "html-minifier-terser": "^7.2.0",
|
78 | 76 | "html-webpack-plugin": "^5.6.0",
|
79 | 77 | "husky": "^9.1.6",
|
|
87 | 85 | "normalize-newline": "^4.1.0",
|
88 | 86 | "only-allow": "^1.2.1",
|
89 | 87 | "pathe": "^1.1.2",
|
90 |
| - "pkg-types": "^1.2.0", |
91 | 88 | "postcss": "^8.4.47",
|
92 | 89 | "postcss-loader": "^8.1.1",
|
93 | 90 | "postcss7": "npm:postcss@7",
|
94 | 91 | "prettier": "^3.3.3",
|
95 | 92 | "rimraf": "^6.0.1",
|
96 | 93 | "rollup": "^4.21.3",
|
97 | 94 | "set-value": "^4.1.0",
|
98 |
| - "simple-git": "^3.26.0", |
99 | 95 | "tailwindcss": "^3.4.12",
|
100 | 96 | "tailwindcss-patch": "workspace:*",
|
101 | 97 | "tailwindcss2": "npm:@tailwindcss/postcss7-compat@^2.2.17",
|
102 |
| - "ts-node": "^10.9.2", |
103 | 98 | "tslib": "^2.7.0",
|
104 |
| - "tsup": "^8.2.4", |
| 99 | + "tsup": "^8.3.0", |
105 | 100 | "tsx": "^4.19.1",
|
106 | 101 | "turbo": "^2.1.2",
|
107 | 102 | "typescript": "^5.6.2",
|
|
0 commit comments