File tree Expand file tree Collapse file tree 2 files changed +10
-10
lines changed
Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 2626 "url" : " https://github.com/kermage/genetiks.git"
2727 },
2828 "dependencies" : {
29- "sass" : " ^1.52.3 " ,
30- "stylelint" : " ^16.2 .1" ,
31- "stylelint-config-standard-scss" : " ^13 .0.0" ,
32- "stylelint-scss" : " ^6.1.0 "
29+ "sass" : " ^1.85.1 " ,
30+ "stylelint" : " ^16.14 .1" ,
31+ "stylelint-config-standard-scss" : " ^14 .0.0" ,
32+ "stylelint-scss" : " ^6.11.1 "
3333 },
3434 "devDependencies" : {
3535 "postcss-cli" : " ^11.0.0" ,
36- "unbuild" : " ^2.0.0"
36+ "typescript" : " ^5.7.3" ,
37+ "unbuild" : " ^3.4.1"
3738 },
3839 "scripts" : {
3940 "build:scripts" : " unbuild" ,
5051 " IE 10"
5152 ],
5253 "optionalDependencies" : {
53- "autoprefixer " : " ^10.4.7 " ,
54- "postcss" : " ^8.4.14 " ,
55- "tailwindcss" : " ^3.1.3 "
54+ "@tailwindcss/postcss " : " ^4.0.9 " ,
55+ "postcss" : " ^8.5.3 " ,
56+ "tailwindcss" : " ^4.0.9 "
5657 }
5758}
Original file line number Diff line number Diff line change 11/** @type {import('postcss-load-config').Config } */
22export default {
33 plugins : {
4- autoprefixer : '' ,
5- tailwindcss : '' ,
4+ '@tailwindcss/postcss' : '' ,
65 } ,
76}
You can’t perform that action at this time.
0 commit comments