File tree 5 files changed +278
-210
lines changed
packages/unplugin-tailwindcss-mangle
5 files changed +278
-210
lines changed Original file line number Diff line number Diff line change
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
+ }
Original file line number Diff line number Diff line change 61
61
"@types/resolve" : " ^1.20.6" ,
62
62
"@types/semver" : " ^7.5.8" ,
63
63
"@types/set-value" : " ^4.0.3" ,
64
- "@vitest/coverage-v8" : " ~2.1.3 " ,
64
+ "@vitest/coverage-v8" : " ~2.1.4 " ,
65
65
"astro" : " ^4.16.7" ,
66
66
"ci-info" : " ^4.0.0" ,
67
67
"comment-json" : " ^4.2.5" ,
105
105
"turbo" : " ^2.2.1" ,
106
106
"typescript" : " ^5.6.3" ,
107
107
"unbuild" : " ^2.0.0" ,
108
- "unplugin" : " ^1.14.1 " ,
108
+ "unplugin" : " ^1.15.0 " ,
109
109
"unplugin-tailwindcss-mangle" : " workspace:*" ,
110
110
"vite" : " ^5.4.10" ,
111
111
"vite-tsconfig-paths" : " ^5.0.1" ,
112
- "vitest" : " ~2.1.3 " ,
112
+ "vitest" : " ~2.1.4 " ,
113
113
"webpack" : " ^5.95.0" ,
114
114
"webpack-build-utils" : " ^0.0.7" ,
115
115
"yaml" : " ^2.6.0"
Original file line number Diff line number Diff line change 77
77
"@tailwindcss-mangle/shared" : " workspace:^" ,
78
78
"is-css-request" : " ^1.0.1" ,
79
79
"magic-string" : " ^0.30.12" ,
80
- "unplugin" : " ^1.14.1 "
80
+ "unplugin" : " ^1.15.0 "
81
81
},
82
82
"publishConfig" : {
83
83
"access" : " public" ,
You can’t perform that action at this time.
0 commit comments