Skip to content

Commit 4a5ca87

Browse files
committed
chore(deps): upgrade
1 parent 7bd0fca commit 4a5ca87

File tree

5 files changed

+437
-409
lines changed

5 files changed

+437
-409
lines changed

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@
2525
"@tailwindcss-mangle/shared": "workspace:*",
2626
"@tsconfig/recommended": "^1.0.6",
2727
"@types/lodash-es": "^4.17.12",
28-
"@types/node": "^20.12.7",
29-
"@vitest/coverage-v8": "^1.5.2",
30-
"bumpp": "^9.4.0",
28+
"@types/node": "^20.12.10",
29+
"@vitest/coverage-v8": "^1.6.0",
30+
"bumpp": "^9.4.1",
3131
"cross-env": "^7.0.3",
3232
"dedent": "^1.5.3",
3333
"defu": "^6.1.4",
@@ -39,18 +39,18 @@
3939
"lodash-es": "^4.17.21",
4040
"only-allow": "^1.2.1",
4141
"prettier": "^3.2.5",
42-
"rollup": "^4.16.4",
42+
"rollup": "^4.17.2",
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.2"
50+
"vitest": "^1.6.0"
5151
},
5252
"engines": {
53-
"node": ">=16.6.0"
53+
"node": ">=18.0.0"
5454
},
55-
"packageManager": "pnpm@9.0.6"
55+
"packageManager": "pnpm@9.1.0"
5656
}

packages/core/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,10 @@
4444
},
4545
"dependencies": {
4646
"@ast-core/escape": "^1.0.1",
47-
"@babel/core": "^7.24.4",
48-
"@babel/helper-plugin-utils": "^7.24.0",
47+
"@babel/core": "^7.24.5",
48+
"@babel/helper-plugin-utils": "^7.24.5",
4949
"@babel/preset-typescript": "^7.24.1",
50-
"@babel/types": "^7.24.0",
50+
"@babel/types": "^7.24.5",
5151
"@tailwindcss-mangle/config": "workspace:^",
5252
"@tailwindcss-mangle/shared": "workspace:^",
5353
"fast-sort": "^3.4.0",
@@ -58,11 +58,11 @@
5858
"postcss-selector-parser": "^6.0.16"
5959
},
6060
"devDependencies": {
61-
"@parse5/tools": "^0.4.0",
61+
"@parse5/tools": "^0.5.0",
6262
"@types/babel__core": "^7.20.5",
6363
"@types/micromatch": "^4.0.7",
64-
"@vue/compiler-core": "^3.4.25",
65-
"@vue/compiler-sfc": "^3.4.25"
64+
"@vue/compiler-core": "^3.4.27",
65+
"@vue/compiler-sfc": "^3.4.27"
6666
},
6767
"homepage": "https://github.com/sonofmagic/tailwindcss-mangle",
6868
"repository": {

packages/tailwindcss-patch/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -48,17 +48,17 @@
4848
"tailwindcss": "^3.4.3"
4949
},
5050
"dependencies": {
51-
"@babel/generator": "^7.24.4",
52-
"@babel/parser": "^7.24.4",
53-
"@babel/traverse": "^7.24.1",
54-
"@babel/types": "^7.24.0",
51+
"@babel/generator": "^7.24.5",
52+
"@babel/parser": "^7.24.5",
53+
"@babel/traverse": "^7.24.5",
54+
"@babel/types": "^7.24.5",
5555
"@tailwindcss-mangle/config": "workspace:^",
5656
"cac": "^6.7.14",
5757
"jiti": "^1.21.0",
5858
"lilconfig": "^3.1.1",
5959
"postcss": "^8.4.38",
6060
"resolve": "^1.22.8",
61-
"semver": "^7.6.0"
61+
"semver": "^7.6.1"
6262
},
6363
"homepage": "https://github.com/sonofmagic/tailwindcss-mangle",
6464
"repository": {

packages/unplugin-tailwindcss-mangle/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
},
8484
"devDependencies": {
8585
"@types/babel__helper-plugin-utils": "^7.10.3",
86-
"astro": "^4.7.0",
86+
"astro": "^4.7.1",
8787
"css-loader": "^7.1.1",
8888
"html-webpack-plugin": "^5.6.0",
8989
"mini-css-extract-plugin": "^2.9.0",
@@ -92,7 +92,7 @@
9292
"postcss-loader": "^8.1.1",
9393
"tailwindcss": "^3.4.3",
9494
"tailwindcss-patch": "workspace:^",
95-
"vite": "^5.2.10",
95+
"vite": "^5.2.11",
9696
"webpack": "^5.91.0",
9797
"webpack-build-utils": "^0.0.7"
9898
},

0 commit comments

Comments
 (0)