Skip to content

Commit 3088365

Browse files
committed
chore(deps): upgrade
1 parent 4025cbb commit 3088365

File tree

4 files changed

+637
-574
lines changed

4 files changed

+637
-574
lines changed

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"@commitlint/config-conventional": "^19.5.0",
3939
"@commitlint/prompt-cli": "^19.5.0",
4040
"@commitlint/types": "^19.5.0",
41-
"@icebreakers/eslint-config": "^0.7.1",
41+
"@icebreakers/eslint-config": "^0.7.2",
4242
"@icebreakers/monorepo": "^0.6.15",
4343
"@icebreakers/stylelint-config": "^0.1.2",
4444
"@rollup/pluginutils": "^5.1.3",
@@ -61,16 +61,16 @@
6161
"@types/resolve": "^1.20.6",
6262
"@types/semver": "^7.5.8",
6363
"@types/set-value": "^4.0.3",
64-
"@vitest/coverage-v8": "~2.1.4",
65-
"astro": "^4.16.11",
64+
"@vitest/coverage-v8": "~2.1.5",
65+
"astro": "^4.16.13",
6666
"ci-info": "^4.1.0",
6767
"comment-json": "^4.2.5",
6868
"cross-env": "^7.0.3",
6969
"css-loader": "^7.1.2",
7070
"dedent": "^1.5.3",
7171
"defu": "^6.1.4",
7272
"del": "^8.0.0",
73-
"eslint": "^9.14.0",
73+
"eslint": "^9.15.0",
7474
"execa": "^9.5.1",
7575
"fast-glob": "^3.3.2",
7676
"fs-extra": "^11.2.0",
@@ -94,22 +94,22 @@
9494
"postcss7": "npm:postcss@7",
9595
"prettier": "^3.3.3",
9696
"rimraf": "^6.0.1",
97-
"rollup": "^4.26.0",
97+
"rollup": "^4.27.2",
9898
"set-value": "^4.1.0",
99-
"tailwindcss": "^3.4.14",
99+
"tailwindcss": "^3.4.15",
100100
"tailwindcss-patch": "workspace:*",
101101
"tailwindcss2": "npm:@tailwindcss/postcss7-compat@^2.2.17",
102102
"tslib": "^2.8.1",
103103
"tsup": "^8.3.5",
104104
"tsx": "^4.19.2",
105-
"turbo": "^2.2.1",
105+
"turbo": "^2.3.0",
106106
"typescript": "^5.6.3",
107107
"unbuild": "^2.0.0",
108-
"unplugin": "^1.15.0",
108+
"unplugin": "^1.16.0",
109109
"unplugin-tailwindcss-mangle": "workspace:*",
110110
"vite": "^5.4.11",
111111
"vite-tsconfig-paths": "^5.1.2",
112-
"vitest": "~2.1.4",
112+
"vitest": "~2.1.5",
113113
"webpack": "^5.96.1",
114114
"webpack-build-utils": "^0.0.7",
115115
"yaml": "^2.6.0"

packages/unplugin-tailwindcss-mangle/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
"@tailwindcss-mangle/shared": "workspace:^",
7878
"is-css-request": "^1.0.1",
7979
"magic-string": "^0.30.12",
80-
"unplugin": "^1.15.0"
80+
"unplugin": "^1.16.0"
8181
},
8282
"publishConfig": {
8383
"access": "public",

0 commit comments

Comments
 (0)