Skip to content

Commit 7bf7d20

Browse files
committed
chore(deps): upgrade
1 parent d2f5bc6 commit 7bf7d20

File tree

4 files changed

+873
-929
lines changed

4 files changed

+873
-929
lines changed

package.json

+13-12
Original file line numberDiff line numberDiff line change
@@ -21,42 +21,43 @@
2121
"preinstall": "npx only-allow pnpm",
2222
"sync": "cnpm sync @tailwindcss-mangle/shared @tailwindcss-mangle/config tailwindcss-patch unplugin-tailwindcss-mangle @tailwindcss-mangle/core",
2323
"publish-packages": "pnpm run test && changeset version && changeset publish",
24-
"release": "changeset"
24+
"release": "changeset",
25+
"_postinstall": "tw-patch install"
2526
},
2627
"devDependencies": {
2728
"@changesets/changelog-github": "^0.5.0",
28-
"@changesets/cli": "^2.27.6",
29-
"@icebreakers/eslint-config": "^0.3.9",
29+
"@changesets/cli": "^2.27.7",
30+
"@icebreakers/eslint-config": "^0.3.10",
3031
"@rollup/pluginutils": "^5.1.0",
3132
"@tailwindcss-mangle/core": "workspace:*",
3233
"@tailwindcss-mangle/shared": "workspace:*",
33-
"@tsconfig/recommended": "^1.0.6",
34+
"@tsconfig/recommended": "^1.0.7",
3435
"@types/fs-extra": "^11.0.4",
3536
"@types/lodash-es": "^4.17.12",
36-
"@types/node": "^20.14.8",
37-
"@vitest/coverage-v8": "^1.6.0",
37+
"@types/node": "^20.14.10",
38+
"@vitest/coverage-v8": "^2.0.1",
3839
"bumpp": "^9.4.1",
3940
"cross-env": "^7.0.3",
4041
"dedent": "^1.5.3",
4142
"defu": "^6.1.4",
4243
"del": "^7.1.0",
43-
"eslint": "^9.5.0",
44+
"eslint": "^9.6.0",
4445
"fs-extra": "^11.2.0",
4546
"local-pkg": "^0.5.0",
4647
"lodash-es": "^4.17.21",
4748
"only-allow": "^1.2.1",
4849
"pathe": "^1.1.2",
4950
"prettier": "^3.3.2",
50-
"rollup": "^4.18.0",
51+
"rollup": "^4.18.1",
5152
"tailwindcss-patch": "workspace:*",
5253
"ts-node": "^10.9.2",
5354
"tslib": "^2.6.3",
5455
"tsup": "^8.1.0",
55-
"turbo": "^2.0.4",
56-
"typescript": "^5.5.2",
56+
"turbo": "^2.0.6",
57+
"typescript": "^5.5.3",
5758
"unbuild": "^2.0.0",
58-
"unplugin": "^1.10.1",
59+
"unplugin": "^1.11.0",
5960
"unplugin-tailwindcss-mangle": "workspace:*",
60-
"vitest": "^1.6.0"
61+
"vitest": "^2.0.1"
6162
}
6263
}

packages/tailwindcss-patch/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
"@types/babel__traverse": "^7.20.6",
6767
"@types/resolve": "^1.20.6",
6868
"@types/semver": "^7.5.8",
69-
"pkg-types": "^1.1.1",
69+
"pkg-types": "^1.1.3",
7070
"postcss7": "npm:postcss@7",
7171
"tailwindcss": "^3.4.4",
7272
"tailwindcss2": "npm:@tailwindcss/postcss7-compat@^2.2.17"

packages/unplugin-tailwindcss-mangle/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -82,15 +82,15 @@
8282
"@tailwindcss-mangle/shared": "workspace:^",
8383
"is-css-request": "^1.0.1",
8484
"magic-string": "^0.30.10",
85-
"unplugin": "^1.10.1"
85+
"unplugin": "^1.11.0"
8686
},
8787
"publishConfig": {
8888
"access": "public",
8989
"registry": "https://registry.npmjs.org/"
9090
},
9191
"devDependencies": {
9292
"@types/babel__helper-plugin-utils": "^7.10.3",
93-
"astro": "^4.11.0",
93+
"astro": "^4.11.5",
9494
"css-loader": "^7.1.2",
9595
"html-webpack-plugin": "^5.6.0",
9696
"mini-css-extract-plugin": "^2.9.0",
@@ -99,7 +99,7 @@
9999
"postcss-loader": "^8.1.1",
100100
"tailwindcss": "^3.4.4",
101101
"tailwindcss-patch": "workspace:^",
102-
"vite": "^5.3.1",
102+
"vite": "^5.3.3",
103103
"webpack": "^5.92.1",
104104
"webpack-build-utils": "^0.0.7"
105105
}

0 commit comments

Comments
 (0)