File tree 3 files changed +255
-282
lines changed
3 files changed +255
-282
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,9 @@ export const compileCSS = async (
25
25
plugins : [ tailwindcss3d ( { legacy } ) ] ,
26
26
theme,
27
27
} )
28
- ) . process ( '@tailwind utilities;' , {
29
- from : `${ resolve ( __filename ) } ?test=${ currentTestName } ` ,
30
- } ) . css
28
+ )
29
+ . process ( '@tailwind utilities;' , {
30
+ from : `${ resolve ( __filename ) } ?test=${ currentTestName } ` ,
31
+ } )
32
+ . then ( ( result ) => result . css )
31
33
}
Original file line number Diff line number Diff line change 39
39
},
40
40
"devDependencies" : {
41
41
"@swc/cli" : " 0.1.62" ,
42
- "@swc/core" : " 1.3.68 " ,
43
- "@swc/jest" : " 0.2.26 " ,
42
+ "@swc/core" : " 1.3.70 " ,
43
+ "@swc/jest" : " 0.2.27 " ,
44
44
"@types/jest" : " 29.5.3" ,
45
45
"@types/lodash" : " 4.14.195" ,
46
46
"@types/node" : " 20.4.4" ,
47
47
"@types/prettier" : " 2.7.3" ,
48
- "@typescript-eslint/eslint-plugin" : " 6.0 .0" ,
49
- "@typescript-eslint/parser" : " 6.0 .0" ,
48
+ "@typescript-eslint/eslint-plugin" : " 6.1 .0" ,
49
+ "@typescript-eslint/parser" : " 6.1 .0" ,
50
50
"concurrently" : " 8.2.0" ,
51
- "eslint" : " 8.44 .0" ,
51
+ "eslint" : " 8.45 .0" ,
52
52
"eslint-config-prettier" : " 8.8.0" ,
53
53
"eslint-import-resolver-custom-alias" : " 1.3.2" ,
54
54
"eslint-plugin-prettier" : " 5.0.0" ,
55
55
"eslint-plugin-simple-import-sort" : " ^10.0.0" ,
56
56
"jest" : " 29.6.1" ,
57
57
"markdownlint-cli" : " 0.35.0" ,
58
- "postcss" : " 8.4.25 " ,
58
+ "postcss" : " 8.4.27 " ,
59
59
"prettier" : " 3.0.0" ,
60
- "tailwindcss" : " 3.3.2 " ,
60
+ "tailwindcss" : " 3.3.3 " ,
61
61
"typescript" : " 5.1.6"
62
62
}
63
63
}
You can’t perform that action at this time.
0 commit comments