File tree Expand file tree Collapse file tree 5 files changed +639
-390
lines changed
unplugin-tailwindcss-mangle Expand file tree Collapse file tree 5 files changed +639
-390
lines changed Original file line number Diff line number Diff line change 22
22
"@tailwindcss-mangle/core" : " workspace:*" ,
23
23
"@tailwindcss-mangle/shared" : " workspace:*" ,
24
24
"@tsconfig/recommended" : " ^1.0.2" ,
25
- "@types/lodash-es" : " ^4.17.8 " ,
26
- "@types/node" : " ^20.5.3 " ,
27
- "@vitest/coverage-v8" : " ^0.34.2 " ,
25
+ "@types/lodash-es" : " ^4.17.9 " ,
26
+ "@types/node" : " ^20.6.0 " ,
27
+ "@vitest/coverage-v8" : " ^0.34.4 " ,
28
28
"cross-env" : " ^7.0.3" ,
29
29
"dedent" : " ^1.5.1" ,
30
30
"defu" : " ^6.1.2" ,
31
- "del" : " ^7.0 .0" ,
32
- "eslint" : " ^8.47 .0" ,
31
+ "del" : " ^7.1 .0" ,
32
+ "eslint" : " ^8.49 .0" ,
33
33
"eslint-config-icebreaker" : " ^1.2.2" ,
34
34
"eslint-config-prettier" : " ^9.0.0" ,
35
35
"eslint-plugin-prettier" : " ^5.0.0" ,
36
36
"lodash-es" : " ^4.17.21" ,
37
37
"only-allow" : " ^1.1.1" ,
38
- "prettier" : " ^3.0.2 " ,
39
- "rollup" : " ^3.28 .1" ,
38
+ "prettier" : " ^3.0.3 " ,
39
+ "rollup" : " ^3.29 .1" ,
40
40
"tailwindcss-patch" : " workspace:*" ,
41
41
"ts-node" : " ^10.9.1" ,
42
42
"tslib" : " ^2.6.2" ,
43
43
"tsup" : " ^7.2.0" ,
44
- "typescript" : " ^5.1.6 " ,
44
+ "typescript" : " ^5.2.2 " ,
45
45
"unbuild" : " ^2.0.0" ,
46
46
"unplugin-tailwindcss-mangle" : " workspace:*" ,
47
- "vitest" : " ^0.34.2 "
47
+ "vitest" : " ^0.34.4 "
48
48
},
49
49
"engines" : {
50
50
"node" : " >=16.6.0"
Original file line number Diff line number Diff line change 42
42
"registry" : " https://registry.npmjs.org/"
43
43
},
44
44
"dependencies" : {
45
- "@ast-core/escape" : " ^1.0.0 " ,
46
- "@babel/core" : " ^7.22.10 " ,
45
+ "@ast-core/escape" : " ^1.0.1 " ,
46
+ "@babel/core" : " ^7.22.17 " ,
47
47
"@babel/helper-plugin-utils" : " ^7.22.5" ,
48
- "@babel/preset-typescript" : " ^7.22.5 " ,
49
- "@babel/types" : " ^7.22.10 " ,
48
+ "@babel/preset-typescript" : " ^7.22.15 " ,
49
+ "@babel/types" : " ^7.22.17 " ,
50
50
"@tailwindcss-mangle/shared" : " workspace:^" ,
51
51
"magic-string" : " ^0.30.3" ,
52
52
"parse5" : " ^7.1.2" ,
53
- "postcss" : " ^8.4.28 " ,
53
+ "postcss" : " ^8.4.29 " ,
54
54
"postcss-selector-parser" : " ^6.0.13"
55
55
},
56
56
"devDependencies" : {
57
- "@parse5/tools" : " ^0.2 .0" ,
57
+ "@parse5/tools" : " ^0.3 .0" ,
58
58
"@types/babel__core" : " ^7.20.1"
59
59
},
60
60
"homepage" : " https://github.com/sonofmagic/tailwindcss-mangle" ,
Original file line number Diff line number Diff line change 42
42
"@types/babel__generator" : " ^7.6.4" ,
43
43
"@types/babel__traverse" : " ^7.20.1" ,
44
44
"@types/resolve" : " ^1.20.2" ,
45
- "@types/semver" : " ^7.5.0 " ,
45
+ "@types/semver" : " ^7.5.1 " ,
46
46
"pkg-types" : " ^1.0.3" ,
47
47
"tailwindcss" : " ^3.3.3"
48
48
},
49
49
"dependencies" : {
50
- "@babel/generator" : " ^7.22.10 " ,
51
- "@babel/parser" : " ^7.22.10 " ,
52
- "@babel/traverse" : " ^7.22.10 " ,
53
- "@babel/types" : " ^7.22.10 " ,
50
+ "@babel/generator" : " ^7.22.15 " ,
51
+ "@babel/parser" : " ^7.22.16 " ,
52
+ "@babel/traverse" : " ^7.22.17 " ,
53
+ "@babel/types" : " ^7.22.17 " ,
54
54
"@tailwindcss-mangle/config" : " workspace:^" ,
55
55
"cac" : " ^6.7.14" ,
56
- "jiti" : " ^1.19.3 " ,
56
+ "jiti" : " ^1.20.0 " ,
57
57
"lilconfig" : " ^2.1.0" ,
58
- "postcss" : " ^8.4.28 " ,
58
+ "postcss" : " ^8.4.29 " ,
59
59
"resolve" : " ^1.22.4" ,
60
60
"semver" : " ^7.5.4"
61
61
},
Original file line number Diff line number Diff line change 91
91
"html-webpack-plugin" : " ^5.5.3" ,
92
92
"mini-css-extract-plugin" : " ^2.7.6" ,
93
93
"normalize-newline" : " ^4.1.0" ,
94
- "postcss" : " ^8.4.28 " ,
94
+ "postcss" : " ^8.4.29 " ,
95
95
"postcss-loader" : " ^7.3.3" ,
96
96
"tailwindcss" : " ^3.3.3" ,
97
97
"tailwindcss-patch" : " workspace:^" ,
You can’t perform that action at this time.
0 commit comments