Skip to content

Commit f91d581

Browse files
committed
chore(deps): upgrade
1 parent b3e281f commit f91d581

File tree

5 files changed

+523
-308
lines changed

5 files changed

+523
-308
lines changed

package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626
"@tsconfig/recommended": "^1.0.3",
2727
"@types/lodash-es": "^4.17.12",
2828
"@types/node": "^20.10.4",
29-
"@vitest/coverage-v8": "^1.0.2",
30-
"bumpp": "^9.2.0",
29+
"@vitest/coverage-v8": "^1.0.4",
30+
"bumpp": "^9.2.1",
3131
"cross-env": "^7.0.3",
3232
"dedent": "^1.5.1",
3333
"defu": "^6.1.3",
@@ -38,16 +38,16 @@
3838
"eslint-plugin-prettier": "^5.0.1",
3939
"lodash-es": "^4.17.21",
4040
"only-allow": "^1.2.1",
41-
"prettier": "^3.1.0",
42-
"rollup": "^4.6.1",
41+
"prettier": "^3.1.1",
42+
"rollup": "^4.8.0",
4343
"tailwindcss-patch": "workspace:*",
44-
"ts-node": "^10.9.1",
44+
"ts-node": "^10.9.2",
4545
"tslib": "^2.6.2",
4646
"tsup": "^8.0.1",
4747
"typescript": "^5.3.3",
4848
"unbuild": "^2.0.0",
4949
"unplugin-tailwindcss-mangle": "workspace:*",
50-
"vitest": "^1.0.2"
50+
"vitest": "^1.0.4"
5151
},
5252
"engines": {
5353
"node": ">=16.6.0"

packages/core/package.json

+4-4
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.23.5",
47+
"@babel/core": "^7.23.6",
4848
"@babel/helper-plugin-utils": "^7.22.5",
4949
"@babel/preset-typescript": "^7.23.3",
50-
"@babel/types": "^7.23.5",
50+
"@babel/types": "^7.23.6",
5151
"@tailwindcss-mangle/config": "workspace:^",
5252
"@tailwindcss-mangle/shared": "workspace:^",
5353
"fast-sort": "^3.4.0",
@@ -61,8 +61,8 @@
6161
"@parse5/tools": "^0.3.0",
6262
"@types/babel__core": "^7.20.5",
6363
"@types/micromatch": "^4.0.6",
64-
"@vue/compiler-core": "^3.3.10",
65-
"@vue/compiler-sfc": "^3.3.10"
64+
"@vue/compiler-core": "^3.3.11",
65+
"@vue/compiler-sfc": "^3.3.11"
6666
},
6767
"homepage": "https://github.com/sonofmagic/tailwindcss-mangle",
6868
"repository": {

packages/tailwindcss-patch/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,10 @@
4848
"tailwindcss": "^3.3.6"
4949
},
5050
"dependencies": {
51-
"@babel/generator": "^7.23.5",
52-
"@babel/parser": "^7.23.5",
53-
"@babel/traverse": "^7.23.5",
54-
"@babel/types": "^7.23.5",
51+
"@babel/generator": "^7.23.6",
52+
"@babel/parser": "^7.23.6",
53+
"@babel/traverse": "^7.23.6",
54+
"@babel/types": "^7.23.6",
5555
"@tailwindcss-mangle/config": "workspace:^",
5656
"cac": "^6.7.14",
5757
"jiti": "^1.21.0",

packages/unplugin-tailwindcss-mangle/package.json

+2-2
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.0.3",
86+
"astro": "^4.0.4",
8787
"css-loader": "^6.8.1",
8888
"html-webpack-plugin": "^5.5.4",
8989
"mini-css-extract-plugin": "^2.7.6",
@@ -92,7 +92,7 @@
9292
"postcss-loader": "^7.3.3",
9393
"tailwindcss": "^3.3.6",
9494
"tailwindcss-patch": "workspace:^",
95-
"vite": "^5.0.6",
95+
"vite": "^5.0.7",
9696
"webpack": "^5.89.0",
9797
"webpack-build-utils": "^0.0.7"
9898
},

0 commit comments

Comments
 (0)