Skip to content

Commit 4f0cefc

Browse files
committed
chore(deps): upgrade
1 parent 9396cbd commit 4f0cefc

File tree

5 files changed

+629
-547
lines changed

5 files changed

+629
-547
lines changed

package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"devDependencies": {
2828
"@changesets/changelog-github": "^0.5.0",
2929
"@changesets/cli": "^2.27.7",
30-
"@icebreakers/eslint-config": "^0.3.12",
30+
"@icebreakers/eslint-config": "^0.3.14",
3131
"@rollup/pluginutils": "^5.1.0",
3232
"@tailwindcss-mangle/core": "workspace:*",
3333
"@tailwindcss-mangle/shared": "workspace:*",
@@ -38,10 +38,10 @@
3838
"@types/fs-extra": "^11.0.4",
3939
"@types/html-minifier-terser": "^7.0.2",
4040
"@types/lodash-es": "^4.17.12",
41-
"@types/node": "^20.14.11",
41+
"@types/node": "^20.14.12",
4242
"@types/resolve": "^1.20.6",
4343
"@types/semver": "^7.5.8",
44-
"@vitest/coverage-v8": "^2.0.3",
44+
"@vitest/coverage-v8": "^2.0.4",
4545
"astro": "^4.12.2",
4646
"bumpp": "^9.4.1",
4747
"cross-env": "^7.0.3",
@@ -60,26 +60,26 @@
6060
"only-allow": "^1.2.1",
6161
"pathe": "^1.1.2",
6262
"pkg-types": "^1.1.3",
63-
"postcss": "^8.4.39",
63+
"postcss": "^8.4.40",
6464
"postcss-loader": "^8.1.1",
6565
"postcss7": "npm:postcss@7",
6666
"prettier": "^3.3.3",
67-
"rollup": "^4.18.1",
68-
"tailwindcss": "^3.4.6",
67+
"rollup": "^4.19.0",
68+
"tailwindcss": "^3.4.7",
6969
"tailwindcss-patch": "workspace:*",
7070
"tailwindcss2": "npm:@tailwindcss/postcss7-compat@^2.2.17",
7171
"ts-node": "^10.9.2",
7272
"tslib": "^2.6.3",
73-
"tsup": "^8.2.0",
73+
"tsup": "^8.2.3",
7474
"tsx": "^4.16.2",
75-
"turbo": "^2.0.8",
76-
"typescript": "^5.5.3",
75+
"turbo": "^2.0.9",
76+
"typescript": "^5.5.4",
7777
"unbuild": "^2.0.0",
78-
"unplugin": "^1.11.0",
78+
"unplugin": "^1.12.0",
7979
"unplugin-tailwindcss-mangle": "workspace:*",
80-
"vite": "^5.3.4",
80+
"vite": "^5.3.5",
8181
"vite-tsconfig-paths": "^4.3.2",
82-
"vitest": "^2.0.3",
82+
"vitest": "^2.0.4",
8383
"webpack": "^5.93.0",
8484
"webpack-build-utils": "^0.0.7"
8585
}

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"fast-sort": "^3.4.0",
6161
"htmlparser2": "9.1.0",
6262
"magic-string": "^0.30.10",
63-
"postcss": "^8.4.39",
63+
"postcss": "^8.4.40",
6464
"postcss-selector-parser": "^6.1.1"
6565
}
6666
}

packages/tailwindcss-patch/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"fs-extra": "^11.2.0",
6060
"jiti": "^1.21.6",
6161
"lilconfig": "^3.1.2",
62-
"postcss": "^8.4.39",
62+
"postcss": "^8.4.40",
6363
"resolve": "^1.22.8",
6464
"semver": "^7.6.3"
6565
}

packages/unplugin-tailwindcss-mangle/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
"@tailwindcss-mangle/shared": "workspace:^",
7373
"is-css-request": "^1.0.1",
7474
"magic-string": "^0.30.10",
75-
"unplugin": "^1.11.0"
75+
"unplugin": "^1.12.0"
7676
},
7777
"publishConfig": {
7878
"access": "public",

0 commit comments

Comments
 (0)