File tree Expand file tree Collapse file tree 4 files changed +217
-214
lines changed
packages/unplugin-tailwindcss-mangle Expand file tree Collapse file tree 4 files changed +217
-214
lines changed Original file line number Diff line number Diff line change 1
1
import { icebreaker } from '@icebreakers/eslint-config'
2
2
3
- export default icebreaker ( {
4
- tailwindcss : false ,
5
- } , {
6
- ignores : [ '**/fixtures/**' ] ,
7
- } )
3
+ export default icebreaker (
4
+ {
5
+ tailwindcss : false ,
6
+ } ,
7
+ {
8
+ ignores : [ '**/fixtures/**' ] ,
9
+ } ,
10
+ )
Original file line number Diff line number Diff line change 26
26
"devDependencies" : {
27
27
"@changesets/changelog-github" : " ^0.5.0" ,
28
28
"@changesets/cli" : " ^2.27.5" ,
29
- "@icebreakers/eslint-config" : " ^0.3.8 " ,
29
+ "@icebreakers/eslint-config" : " ^0.3.9 " ,
30
30
"@tailwindcss-mangle/core" : " workspace:*" ,
31
31
"@tailwindcss-mangle/shared" : " workspace:*" ,
32
32
"@tsconfig/recommended" : " ^1.0.6" ,
33
33
"@types/lodash-es" : " ^4.17.12" ,
34
- "@types/node" : " ^20.14.5 " ,
34
+ "@types/node" : " ^20.14.8 " ,
35
35
"@vitest/coverage-v8" : " ^1.6.0" ,
36
36
"bumpp" : " ^9.4.1" ,
37
37
"cross-env" : " ^7.0.3" ,
52
52
"ts-node" : " ^10.9.2" ,
53
53
"tslib" : " ^2.6.3" ,
54
54
"tsup" : " ^8.1.0" ,
55
- "typescript" : " ^5.4.5 " ,
55
+ "typescript" : " ^5.5.2 " ,
56
56
"unbuild" : " ^2.0.0" ,
57
57
"unplugin-tailwindcss-mangle" : " workspace:*" ,
58
58
"vitest" : " ^1.6.0"
Original file line number Diff line number Diff line change 89
89
},
90
90
"devDependencies" : {
91
91
"@types/babel__helper-plugin-utils" : " ^7.10.3" ,
92
- "astro" : " ^4.10.3 " ,
92
+ "astro" : " ^4.11.0 " ,
93
93
"css-loader" : " ^7.1.2" ,
94
94
"html-webpack-plugin" : " ^5.6.0" ,
95
95
"mini-css-extract-plugin" : " ^2.9.0" ,
99
99
"tailwindcss" : " ^3.4.4" ,
100
100
"tailwindcss-patch" : " workspace:^" ,
101
101
"vite" : " ^5.3.1" ,
102
- "webpack" : " ^5.92.0 " ,
102
+ "webpack" : " ^5.92.1 " ,
103
103
"webpack-build-utils" : " ^0.0.7"
104
104
}
105
105
}
You can’t perform that action at this time.
0 commit comments