Skip to content

Commit 63f9ec1

Browse files
committed
chore(deps): upgrade
1 parent 4e2841b commit 63f9ec1

4 files changed

Lines changed: 311 additions & 262 deletions

File tree

package.json

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@
3939
"@commitlint/config-conventional": "^19.8.1",
4040
"@commitlint/prompt-cli": "^19.8.1",
4141
"@commitlint/types": "^19.8.1",
42-
"@icebreakers/eslint-config": "^1.4.0",
43-
"@icebreakers/monorepo": "^1.1.4",
44-
"@icebreakers/stylelint-config": "^1.1.2",
42+
"@icebreakers/eslint-config": "^1.4.1",
43+
"@icebreakers/monorepo": "^1.1.5",
44+
"@icebreakers/stylelint-config": "^1.1.3",
4545
"@rollup/pluginutils": "^5.3.0",
4646
"@tailwindcss-mangle/core": "workspace:*",
4747
"@tailwindcss-mangle/shared": "workspace:*",
@@ -61,7 +61,7 @@
6161
"@types/semver": "^7.7.1",
6262
"@types/set-value": "^4.0.3",
6363
"@vitest/coverage-v8": "~3.2.4",
64-
"astro": "^5.13.5",
64+
"astro": "^5.13.6",
6565
"ci-info": "^4.3.0",
6666
"comment-json": "^4.2.5",
6767
"cross-env": "^10.0.0",
@@ -89,7 +89,7 @@
8989
"mini-css-extract-plugin": "^2.9.4",
9090
"normalize-newline": "^4.1.0",
9191
"only-allow": "^1.2.1",
92-
"openai": "^5.19.1",
92+
"openai": "^5.20.0",
9393
"pathe": "^2.0.3",
9494
"picomatch": "^4.0.3",
9595
"pkg-types": "^2.3.0",
@@ -107,11 +107,12 @@
107107
"tsup": "^8.5.0",
108108
"tsx": "^4.20.5",
109109
"turbo": "^2.5.6",
110+
"type-fest": "^4.41.0",
110111
"typescript": "^5.9.2",
111112
"unbuild": "^3.6.1",
112113
"unplugin": "^2.3.10",
113114
"unplugin-tailwindcss-mangle": "workspace:*",
114-
"vite": "^7.1.4",
115+
"vite": "^7.1.5",
115116
"vite-tsconfig-paths": "^5.1.4",
116117
"vitest": "~3.2.4",
117118
"webpack": "^5.101.3",

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
"fast-sort": "^3.4.1",
7373
"fs-extra": "^11.3.1",
7474
"htmlparser2": "10.0.0",
75-
"magic-string": "^0.30.18",
75+
"magic-string": "^0.30.19",
7676
"pathe": "^2.0.3",
7777
"postcss": "^8.5.6",
7878
"postcss-selector-parser": "^7.1.0"

packages/unplugin-tailwindcss-mangle/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
"@tailwindcss-mangle/core": "workspace:^",
7777
"@tailwindcss-mangle/shared": "workspace:^",
7878
"is-css-request": "^1.0.1",
79-
"magic-string": "^0.30.18",
79+
"magic-string": "^0.30.19",
8080
"unplugin": "^2.3.10"
8181
},
8282
"publishConfig": {

0 commit comments

Comments
 (0)