Skip to content

Commit 045c05f

Browse files
committed
chore(deps): upgrade
1 parent ae3c137 commit 045c05f

File tree

7 files changed

+156
-240
lines changed

7 files changed

+156
-240
lines changed

package.json

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -57,12 +57,12 @@
5757
"@types/klaw": "^3.0.7",
5858
"@types/lodash": "^4.17.20",
5959
"@types/lodash-es": "^4.17.12",
60-
"@types/micromatch": "^4.0.9",
60+
"@types/micromatch": "^4.0.10",
6161
"@types/node": "^24.9.1",
6262
"@types/resolve": "^1.20.6",
6363
"@types/semver": "^7.7.1",
6464
"@types/set-value": "^4.0.3",
65-
"@vitest/coverage-v8": "~4.0.1",
65+
"@vitest/coverage-v8": "~4.0.3",
6666
"astro": "^5.15.1",
6767
"ci-info": "^4.3.1",
6868
"comment-json": "^4.4.1",
@@ -72,7 +72,7 @@
7272
"defu": "^6.1.4",
7373
"del": "^8.0.1",
7474
"dotenv": "^17.2.3",
75-
"es-toolkit": "^1.40.0",
75+
"es-toolkit": "^1.41.0",
7676
"eslint": "^9.38.0",
7777
"execa": "^9.6.0",
7878
"fast-glob": "^3.3.3",
@@ -91,7 +91,6 @@
9191
"mini-css-extract-plugin": "^2.9.4",
9292
"normalize-newline": "^5.0.0",
9393
"only-allow": "^1.2.1",
94-
"openai": "^6.6.0",
9594
"pathe": "^2.0.3",
9695
"picomatch": "^4.0.3",
9796
"pkg-types": "^2.3.0",
@@ -117,7 +116,7 @@
117116
"unplugin-tailwindcss-mangle": "workspace:*",
118117
"vite": "^7.1.12",
119118
"vite-tsconfig-paths": "^5.1.4",
120-
"vitest": "~4.0.1",
119+
"vitest": "~4.0.3",
121120
"webpack": "^5.102.1",
122121
"webpack-build-utils": "^0.0.7",
123122
"yaml": "^2.8.1"

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.2",
7474
"htmlparser2": "10.0.0",
75-
"magic-string": "^0.30.19",
75+
"magic-string": "^0.30.21",
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.19",
79+
"magic-string": "^0.30.21",
8080
"unplugin": "^2.3.10"
8181
},
8282
"publishConfig": {

0 commit comments

Comments
 (0)