Skip to content

Commit 818c670

Browse files
committed
chore(deps): upgrade
1 parent b9c4ad9 commit 818c670

File tree

5 files changed

+639
-390
lines changed

5 files changed

+639
-390
lines changed

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -22,29 +22,29 @@
2222
"@tailwindcss-mangle/core": "workspace:*",
2323
"@tailwindcss-mangle/shared": "workspace:*",
2424
"@tsconfig/recommended": "^1.0.2",
25-
"@types/lodash-es": "^4.17.8",
26-
"@types/node": "^20.5.3",
27-
"@vitest/coverage-v8": "^0.34.2",
25+
"@types/lodash-es": "^4.17.9",
26+
"@types/node": "^20.6.0",
27+
"@vitest/coverage-v8": "^0.34.4",
2828
"cross-env": "^7.0.3",
2929
"dedent": "^1.5.1",
3030
"defu": "^6.1.2",
31-
"del": "^7.0.0",
32-
"eslint": "^8.47.0",
31+
"del": "^7.1.0",
32+
"eslint": "^8.49.0",
3333
"eslint-config-icebreaker": "^1.2.2",
3434
"eslint-config-prettier": "^9.0.0",
3535
"eslint-plugin-prettier": "^5.0.0",
3636
"lodash-es": "^4.17.21",
3737
"only-allow": "^1.1.1",
38-
"prettier": "^3.0.2",
39-
"rollup": "^3.28.1",
38+
"prettier": "^3.0.3",
39+
"rollup": "^3.29.1",
4040
"tailwindcss-patch": "workspace:*",
4141
"ts-node": "^10.9.1",
4242
"tslib": "^2.6.2",
4343
"tsup": "^7.2.0",
44-
"typescript": "^5.1.6",
44+
"typescript": "^5.2.2",
4545
"unbuild": "^2.0.0",
4646
"unplugin-tailwindcss-mangle": "workspace:*",
47-
"vitest": "^0.34.2"
47+
"vitest": "^0.34.4"
4848
},
4949
"engines": {
5050
"node": ">=16.6.0"

packages/core/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -42,19 +42,19 @@
4242
"registry": "https://registry.npmjs.org/"
4343
},
4444
"dependencies": {
45-
"@ast-core/escape": "^1.0.0",
46-
"@babel/core": "^7.22.10",
45+
"@ast-core/escape": "^1.0.1",
46+
"@babel/core": "^7.22.17",
4747
"@babel/helper-plugin-utils": "^7.22.5",
48-
"@babel/preset-typescript": "^7.22.5",
49-
"@babel/types": "^7.22.10",
48+
"@babel/preset-typescript": "^7.22.15",
49+
"@babel/types": "^7.22.17",
5050
"@tailwindcss-mangle/shared": "workspace:^",
5151
"magic-string": "^0.30.3",
5252
"parse5": "^7.1.2",
53-
"postcss": "^8.4.28",
53+
"postcss": "^8.4.29",
5454
"postcss-selector-parser": "^6.0.13"
5555
},
5656
"devDependencies": {
57-
"@parse5/tools": "^0.2.0",
57+
"@parse5/tools": "^0.3.0",
5858
"@types/babel__core": "^7.20.1"
5959
},
6060
"homepage": "https://github.com/sonofmagic/tailwindcss-mangle",

packages/tailwindcss-patch/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -42,20 +42,20 @@
4242
"@types/babel__generator": "^7.6.4",
4343
"@types/babel__traverse": "^7.20.1",
4444
"@types/resolve": "^1.20.2",
45-
"@types/semver": "^7.5.0",
45+
"@types/semver": "^7.5.1",
4646
"pkg-types": "^1.0.3",
4747
"tailwindcss": "^3.3.3"
4848
},
4949
"dependencies": {
50-
"@babel/generator": "^7.22.10",
51-
"@babel/parser": "^7.22.10",
52-
"@babel/traverse": "^7.22.10",
53-
"@babel/types": "^7.22.10",
50+
"@babel/generator": "^7.22.15",
51+
"@babel/parser": "^7.22.16",
52+
"@babel/traverse": "^7.22.17",
53+
"@babel/types": "^7.22.17",
5454
"@tailwindcss-mangle/config": "workspace:^",
5555
"cac": "^6.7.14",
56-
"jiti": "^1.19.3",
56+
"jiti": "^1.20.0",
5757
"lilconfig": "^2.1.0",
58-
"postcss": "^8.4.28",
58+
"postcss": "^8.4.29",
5959
"resolve": "^1.22.4",
6060
"semver": "^7.5.4"
6161
},

packages/unplugin-tailwindcss-mangle/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
"html-webpack-plugin": "^5.5.3",
9292
"mini-css-extract-plugin": "^2.7.6",
9393
"normalize-newline": "^4.1.0",
94-
"postcss": "^8.4.28",
94+
"postcss": "^8.4.29",
9595
"postcss-loader": "^7.3.3",
9696
"tailwindcss": "^3.3.3",
9797
"tailwindcss-patch": "workspace:^",

0 commit comments

Comments
 (0)