|
3 | 3 | "type": "module", |
4 | 4 | "version": "4.0.0", |
5 | 5 | "private": true, |
6 | | - "packageManager": "pnpm@10.13.1", |
| 6 | + "packageManager": "pnpm@10.14.0", |
7 | 7 | "engines": { |
8 | 8 | "node": ">=18.0.0" |
9 | 9 | }, |
|
29 | 29 | "script:init": "monorepo init", |
30 | 30 | "script:sync": "monorepo sync", |
31 | 31 | "script:clean": "monorepo clean", |
32 | | - "script:mirror": "monorepo mirror" |
| 32 | + "script:mirror": "monorepo mirror", |
| 33 | + "commitlint": "commitlint --edit" |
33 | 34 | }, |
34 | 35 | "devDependencies": { |
35 | 36 | "@changesets/changelog-github": "^0.5.1", |
|
38 | 39 | "@commitlint/config-conventional": "^19.8.1", |
39 | 40 | "@commitlint/prompt-cli": "^19.8.1", |
40 | 41 | "@commitlint/types": "^19.8.1", |
41 | | - "@icebreakers/eslint-config": "^1.2.5", |
42 | | - "@icebreakers/monorepo": "^1.0.7", |
43 | | - "@icebreakers/stylelint-config": "^1.1.1", |
| 42 | + "@icebreakers/eslint-config": "^1.3.4", |
| 43 | + "@icebreakers/monorepo": "^1.0.11", |
| 44 | + "@icebreakers/stylelint-config": "^1.1.2", |
44 | 45 | "@rollup/pluginutils": "^5.2.0", |
45 | 46 | "@tailwindcss-mangle/core": "workspace:*", |
46 | 47 | "@tailwindcss-mangle/shared": "workspace:*", |
47 | 48 | "@tsconfig/recommended": "^1.0.10", |
48 | 49 | "@types/babel__generator": "^7.27.0", |
49 | 50 | "@types/babel__helper-plugin-utils": "^7.10.3", |
50 | | - "@types/babel__traverse": "^7.20.7", |
| 51 | + "@types/babel__traverse": "^7.28.0", |
51 | 52 | "@types/fs-extra": "^11.0.4", |
52 | 53 | "@types/get-value": "^3.0.5", |
53 | 54 | "@types/html-minifier-terser": "^7.0.2", |
54 | 55 | "@types/klaw": "^3.0.7", |
55 | | - "@types/lint-staged": "^13.3.0", |
56 | 56 | "@types/lodash": "^4.17.20", |
57 | 57 | "@types/lodash-es": "^4.17.12", |
58 | 58 | "@types/micromatch": "^4.0.9", |
59 | | - "@types/node": "^24.1.0", |
| 59 | + "@types/node": "^24.2.1", |
60 | 60 | "@types/resolve": "^1.20.6", |
61 | 61 | "@types/semver": "^7.7.0", |
62 | 62 | "@types/set-value": "^4.0.3", |
63 | 63 | "@vitest/coverage-v8": "~3.2.4", |
64 | | - "astro": "^5.12.3", |
| 64 | + "astro": "^5.13.0", |
65 | 65 | "ci-info": "^4.3.0", |
66 | 66 | "comment-json": "^4.2.5", |
67 | | - "cross-env": "^7.0.3", |
| 67 | + "cross-env": "^10.0.0", |
68 | 68 | "css-loader": "^7.1.2", |
69 | 69 | "dedent": "^1.6.0", |
70 | 70 | "defu": "^6.1.4", |
71 | 71 | "del": "^8.0.0", |
72 | | - "dotenv": "^17.2.0", |
73 | | - "eslint": "^9.31.0", |
| 72 | + "dotenv": "^17.2.1", |
| 73 | + "es-toolkit": "^1.39.9", |
| 74 | + "eslint": "^9.33.0", |
74 | 75 | "execa": "^9.6.0", |
75 | 76 | "fast-glob": "^3.3.3", |
76 | | - "fdir": "^6.4.6", |
77 | | - "fs-extra": "^11.3.0", |
| 77 | + "fdir": "^6.5.0", |
| 78 | + "fs-extra": "^11.3.1", |
78 | 79 | "get-value": "^4.0.1", |
79 | 80 | "html-minifier-terser": "^7.2.0", |
80 | | - "html-webpack-plugin": "^5.6.3", |
| 81 | + "html-webpack-plugin": "^5.6.4", |
81 | 82 | "husky": "^9.1.7", |
82 | 83 | "klaw": "^4.1.0", |
83 | | - "lint-staged": "^16.1.2", |
| 84 | + "lint-staged": "^16.1.5", |
84 | 85 | "local-pkg": "^1.1.1", |
85 | 86 | "lodash": "^4.17.21", |
86 | 87 | "lodash-es": "^4.17.21", |
87 | 88 | "micromatch": "^4.0.8", |
88 | | - "mini-css-extract-plugin": "^2.9.2", |
| 89 | + "mini-css-extract-plugin": "^2.9.4", |
89 | 90 | "normalize-newline": "^4.1.0", |
90 | 91 | "only-allow": "^1.2.1", |
91 | | - "openai": "^5.10.2", |
| 92 | + "openai": "^5.12.2", |
92 | 93 | "pathe": "^2.0.3", |
93 | 94 | "picomatch": "^4.0.3", |
94 | 95 | "pkg-types": "^2.2.0", |
|
97 | 98 | "postcss7": "npm:postcss@7", |
98 | 99 | "prettier": "^3.6.2", |
99 | 100 | "rimraf": "^6.0.1", |
100 | | - "rollup": "^4.45.1", |
| 101 | + "rollup": "^4.46.2", |
101 | 102 | "set-value": "^4.1.0", |
102 | 103 | "tailwindcss": "catalog:tailwindcss3", |
103 | 104 | "tailwindcss-patch": "workspace:*", |
104 | 105 | "tailwindcss2": "npm:@tailwindcss/postcss7-compat@^2.2.17", |
105 | 106 | "tslib": "^2.8.1", |
106 | 107 | "tsup": "^8.5.0", |
107 | | - "tsx": "^4.20.3", |
| 108 | + "tsx": "^4.20.4", |
108 | 109 | "turbo": "^2.5.5", |
109 | | - "typescript": "^5.8.3", |
| 110 | + "typescript": "^5.9.2", |
110 | 111 | "unbuild": "^3.6.0", |
111 | 112 | "unplugin": "^2.3.5", |
112 | 113 | "unplugin-tailwindcss-mangle": "workspace:*", |
113 | | - "vite": "^7.0.6", |
| 114 | + "vite": "^7.1.2", |
114 | 115 | "vite-tsconfig-paths": "^5.1.4", |
115 | 116 | "vitest": "~3.2.4", |
116 | | - "webpack": "^5.100.2", |
| 117 | + "webpack": "^5.101.2", |
117 | 118 | "webpack-build-utils": "^0.0.7", |
118 | | - "yaml": "^2.8.0" |
| 119 | + "yaml": "^2.8.1" |
119 | 120 | } |
120 | 121 | } |
0 commit comments