Skip to content

Commit e65f146

Browse files
committed
chore: upgrade deps
1 parent 9d07dc8 commit e65f146

File tree

5 files changed

+278
-210
lines changed

5 files changed

+278
-210
lines changed

assets/package.json

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"name": "assets",
3+
"version": "1.0.0",
4+
"private": true,
5+
"description": "",
6+
"author": "",
7+
"license": "ISC",
8+
"keywords": [],
9+
"main": "index.js",
10+
"scripts": {
11+
"prepare": "tw-patch install",
12+
"extract": "tw-patch extract"
13+
},
14+
"dependencies": {
15+
"tailwindcss-patch": "^5.0.1",
16+
"unplugin-tailwindcss-mangle": "^4.0.1"
17+
}
18+
}

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
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.3",
64+
"@vitest/coverage-v8": "~2.1.4",
6565
"astro": "^4.16.7",
6666
"ci-info": "^4.0.0",
6767
"comment-json": "^4.2.5",
@@ -105,11 +105,11 @@
105105
"turbo": "^2.2.1",
106106
"typescript": "^5.6.3",
107107
"unbuild": "^2.0.0",
108-
"unplugin": "^1.14.1",
108+
"unplugin": "^1.15.0",
109109
"unplugin-tailwindcss-mangle": "workspace:*",
110110
"vite": "^5.4.10",
111111
"vite-tsconfig-paths": "^5.0.1",
112-
"vitest": "~2.1.3",
112+
"vitest": "~2.1.4",
113113
"webpack": "^5.95.0",
114114
"webpack-build-utils": "^0.0.7",
115115
"yaml": "^2.6.0"

packages/unplugin-tailwindcss-mangle/package.json

+1-1
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.14.1"
80+
"unplugin": "^1.15.0"
8181
},
8282
"publishConfig": {
8383
"access": "public",

0 commit comments

Comments
 (0)