Skip to content

Commit 7bd0fca

Browse files
committed
chore(deps): upgrade
1 parent 6308d56 commit 7bd0fca

File tree

6 files changed

+6203
-5069
lines changed

6 files changed

+6203
-5069
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"@tsconfig/recommended": "^1.0.6",
2727
"@types/lodash-es": "^4.17.12",
2828
"@types/node": "^20.12.7",
29-
"@vitest/coverage-v8": "^1.5.0",
29+
"@vitest/coverage-v8": "^1.5.2",
3030
"bumpp": "^9.4.0",
3131
"cross-env": "^7.0.3",
3232
"dedent": "^1.5.3",
@@ -39,18 +39,18 @@
3939
"lodash-es": "^4.17.21",
4040
"only-allow": "^1.2.1",
4141
"prettier": "^3.2.5",
42-
"rollup": "^4.14.1",
42+
"rollup": "^4.16.4",
4343
"tailwindcss-patch": "workspace:*",
4444
"ts-node": "^10.9.2",
4545
"tslib": "^2.6.2",
4646
"tsup": "^8.0.2",
4747
"typescript": "^5.4.5",
4848
"unbuild": "^2.0.0",
4949
"unplugin-tailwindcss-mangle": "workspace:*",
50-
"vitest": "^1.5.0"
50+
"vitest": "^1.5.2"
5151
},
5252
"engines": {
5353
"node": ">=16.6.0"
5454
},
55-
"packageManager": "pnpm@8.6.11"
55+
"packageManager": "pnpm@9.0.6"
5656
}

packages/core/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"@tailwindcss-mangle/config": "workspace:^",
5252
"@tailwindcss-mangle/shared": "workspace:^",
5353
"fast-sort": "^3.4.0",
54-
"magic-string": "^0.30.9",
54+
"magic-string": "^0.30.10",
5555
"micromatch": "^4.0.5",
5656
"parse5": "^7.1.2",
5757
"postcss": "^8.4.38",
@@ -60,9 +60,9 @@
6060
"devDependencies": {
6161
"@parse5/tools": "^0.4.0",
6262
"@types/babel__core": "^7.20.5",
63-
"@types/micromatch": "^4.0.6",
64-
"@vue/compiler-core": "^3.4.21",
65-
"@vue/compiler-sfc": "^3.4.21"
63+
"@types/micromatch": "^4.0.7",
64+
"@vue/compiler-core": "^3.4.25",
65+
"@vue/compiler-sfc": "^3.4.25"
6666
},
6767
"homepage": "https://github.com/sonofmagic/tailwindcss-mangle",
6868
"repository": {

packages/tailwindcss-patch/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"@types/babel__traverse": "^7.20.5",
4545
"@types/resolve": "^1.20.6",
4646
"@types/semver": "^7.5.8",
47-
"pkg-types": "^1.0.3",
47+
"pkg-types": "^1.1.0",
4848
"tailwindcss": "^3.4.3"
4949
},
5050
"dependencies": {

packages/unplugin-tailwind-merge/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"author": "",
1010
"license": "MIT",
1111
"dependencies": {
12-
"tailwind-merge": "^2.2.2",
12+
"tailwind-merge": "^2.3.0",
1313
"unplugin": "^1.10.1"
1414
}
1515
}

packages/unplugin-tailwindcss-mangle/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
"@tailwindcss-mangle/config": "workspace:^",
7575
"@tailwindcss-mangle/core": "workspace:^",
7676
"@tailwindcss-mangle/shared": "workspace:^",
77-
"magic-string": "^0.30.9",
77+
"magic-string": "^0.30.10",
7878
"unplugin": "^1.10.1"
7979
},
8080
"publishConfig": {
@@ -83,16 +83,16 @@
8383
},
8484
"devDependencies": {
8585
"@types/babel__helper-plugin-utils": "^7.10.3",
86-
"astro": "^4.6.0",
86+
"astro": "^4.7.0",
8787
"css-loader": "^7.1.1",
8888
"html-webpack-plugin": "^5.6.0",
89-
"mini-css-extract-plugin": "^2.8.1",
89+
"mini-css-extract-plugin": "^2.9.0",
9090
"normalize-newline": "^4.1.0",
9191
"postcss": "^8.4.38",
9292
"postcss-loader": "^8.1.1",
9393
"tailwindcss": "^3.4.3",
9494
"tailwindcss-patch": "workspace:^",
95-
"vite": "^5.2.8",
95+
"vite": "^5.2.10",
9696
"webpack": "^5.91.0",
9797
"webpack-build-utils": "^0.0.7"
9898
},

0 commit comments

Comments
 (0)