|
3 | 3 | "type": "module", |
4 | 4 | "version": "4.0.0", |
5 | 5 | "private": true, |
6 | | - "packageManager": "pnpm@10.23.0", |
| 6 | + "packageManager": "pnpm@10.24.0", |
7 | 7 | "engines": { |
8 | 8 | "node": ">=18.0.0" |
9 | 9 | }, |
|
33 | 33 | "commitlint": "commitlint --edit" |
34 | 34 | }, |
35 | 35 | "devDependencies": { |
36 | | - "@changesets/changelog-github": "^0.5.1", |
37 | | - "@changesets/cli": "^2.29.7", |
38 | | - "@commitlint/cli": "^20.1.0", |
39 | | - "@commitlint/config-conventional": "^20.0.0", |
40 | | - "@commitlint/prompt-cli": "^20.1.0", |
41 | | - "@commitlint/types": "^20.0.0", |
42 | | - "@icebreakers/commitlint-config": "^1.2.2", |
43 | | - "@icebreakers/eslint-config": "^1.5.10", |
44 | | - "@icebreakers/monorepo": "^3.0.1", |
| 36 | + "@changesets/changelog-github": "^0.5.2", |
| 37 | + "@changesets/cli": "^2.29.8", |
| 38 | + "@commitlint/cli": "^20.2.0", |
| 39 | + "@commitlint/config-conventional": "^20.2.0", |
| 40 | + "@commitlint/prompt-cli": "^20.2.0", |
| 41 | + "@commitlint/types": "^20.2.0", |
| 42 | + "@icebreakers/commitlint-config": "^1.2.3", |
| 43 | + "@icebreakers/eslint-config": "^1.6.3", |
| 44 | + "@icebreakers/monorepo": "^3.1.1", |
45 | 45 | "@icebreakers/stylelint-config": "^1.2.3", |
46 | 46 | "@rollup/pluginutils": "^5.3.0", |
47 | 47 | "@tailwindcss-mangle/core": "workspace:*", |
|
62 | 62 | "@types/resolve": "^1.20.6", |
63 | 63 | "@types/semver": "^7.7.1", |
64 | 64 | "@types/set-value": "^4.0.3", |
65 | | - "@vitest/coverage-v8": "~4.0.13", |
66 | | - "astro": "^5.16.0", |
| 65 | + "@vitest/coverage-v8": "~4.0.15", |
| 66 | + "astro": "^5.16.4", |
67 | 67 | "ci-info": "^4.3.1", |
68 | 68 | "comment-json": "^4.4.1", |
69 | 69 | "cross-env": "^10.1.0", |
|
74 | 74 | "dotenv": "^17.2.3", |
75 | 75 | "es-toolkit": "^1.42.0", |
76 | 76 | "eslint": "^9.39.1", |
77 | | - "execa": "^9.6.0", |
| 77 | + "execa": "^9.6.1", |
78 | 78 | "fast-glob": "^3.3.3", |
79 | 79 | "fdir": "^6.5.0", |
80 | 80 | "fs-extra": "^11.3.2", |
|
90 | 90 | "micromatch": "^4.0.8", |
91 | 91 | "mini-css-extract-plugin": "^2.9.4", |
92 | 92 | "normalize-newline": "^5.0.0", |
93 | | - "only-allow": "^1.2.1", |
| 93 | + "only-allow": "^1.2.2", |
94 | 94 | "pathe": "^2.0.3", |
95 | 95 | "picomatch": "^4.0.3", |
96 | 96 | "pkg-types": "^2.3.0", |
97 | 97 | "postcss": "^8.5.6", |
98 | 98 | "postcss-loader": "^8.2.0", |
99 | 99 | "postcss7": "npm:postcss@7", |
100 | | - "prettier": "^3.6.2", |
| 100 | + "prettier": "^3.7.4", |
101 | 101 | "rimraf": "^6.1.2", |
102 | 102 | "rollup": "^4.53.3", |
103 | 103 | "set-value": "^4.1.0", |
104 | | - "stylelint": "^16.26.0", |
| 104 | + "stylelint": "^16.26.1", |
105 | 105 | "tailwindcss": "catalog:tailwindcss3", |
106 | 106 | "tailwindcss-patch": "workspace:*", |
107 | 107 | "tailwindcss2": "catalog:tailwindcss2", |
108 | | - "tsdown": "^0.16.6", |
| 108 | + "tsdown": "^0.17.0", |
109 | 109 | "tslib": "^2.8.1", |
110 | 110 | "tsup": "^8.5.1", |
111 | | - "tsx": "^4.20.6", |
112 | | - "turbo": "^2.6.1", |
113 | | - "type-fest": "^5.2.0", |
| 111 | + "tsx": "^4.21.0", |
| 112 | + "turbo": "^2.6.3", |
| 113 | + "type-fest": "^5.3.0", |
114 | 114 | "typescript": "^5.9.3", |
115 | 115 | "unbuild": "^3.6.1", |
116 | 116 | "unplugin": "^2.3.11", |
117 | 117 | "unplugin-tailwindcss-mangle": "workspace:*", |
118 | | - "vite": "^7.2.4", |
| 118 | + "vite": "^7.2.6", |
119 | 119 | "vite-tsconfig-paths": "^5.1.4", |
120 | | - "vitest": "~4.0.13", |
| 120 | + "vitest": "~4.0.15", |
121 | 121 | "webpack": "^5.103.0", |
122 | 122 | "webpack-build-utils": "^0.0.7", |
123 | | - "yaml": "^2.8.1" |
| 123 | + "yaml": "^2.8.2" |
124 | 124 | } |
125 | 125 | } |
0 commit comments