File tree Expand file tree Collapse file tree 6 files changed +63
-62
lines changed
Expand file tree Collapse file tree 6 files changed +63
-62
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ ' @fuz.dev/fuz_code ' : patch
3+ ---
4+
5+ upgrade @fuz .dev/fuz@0.72 from 0.70
Original file line number Diff line number Diff line change 2727 "devDependencies" : {
2828 "@changesets/changelog-git" : " ^0.1.14" ,
2929 "@feltjs/eslint-config" : " ^0.4.0" ,
30- "@fuz.dev/fuz" : " ^0.70 .1" ,
30+ "@fuz.dev/fuz" : " ^0.72 .1" ,
3131 "@fuz.dev/fuz_library" : " ^0.8.0" ,
3232 "@grogarden/gro" : " ^0.93.1" ,
3333 "@grogarden/util" : " ^0.15.0" ,
3434 "@sveltejs/adapter-static" : " ^2.0.3" ,
3535 "@sveltejs/kit" : " ^1.25.1" ,
3636 "@sveltejs/package" : " ^2.2.2" ,
3737 "@types/prismjs" : " ^1.26.1" ,
38- "@typescript-eslint/eslint-plugin" : " ^6.7.3 " ,
39- "@typescript-eslint/parser" : " ^6.7.3 " ,
38+ "@typescript-eslint/eslint-plugin" : " ^6.7.4 " ,
39+ "@typescript-eslint/parser" : " ^6.7.4 " ,
4040 "eslint" : " ^8.50.0" ,
4141 "eslint-plugin-svelte" : " ^2.33.2" ,
4242 "prettier" : " ^3.0.3" ,
Original file line number Diff line number Diff line change 2727
2828<style >
2929 main {
30- margin-bottom : var (--spacing_xl5 );
30+ margin-bottom : var (--spacing_5 );
3131 }
3232 section {
33- margin-top : var (--spacing_xl3 );
34- margin-bottom : var (--spacing_xl3 );
33+ margin-top : var (--spacing_3 );
34+ margin-bottom : var (--spacing_3 );
3535 display : flex ;
3636 flex-direction : column ;
3737 align-items : center ;
Original file line number Diff line number Diff line change @@ -144,7 +144,7 @@ export default config;`}
144144<style >
145145 section {
146146 /* TODO not sure about this -- maybe make it a util class? or a component? */
147- padding : var (--spacing_xl2 );
147+ padding : var (--spacing_2 );
148148 display : flex ;
149149 flex-direction : column ;
150150 }
Original file line number Diff line number Diff line change 2727 "devDependencies" : {
2828 "@changesets/changelog-git" : " ^0.1.14" ,
2929 "@feltjs/eslint-config" : " ^0.4.0" ,
30- "@fuz.dev/fuz" : " ^0.70 .1" ,
30+ "@fuz.dev/fuz" : " ^0.72 .1" ,
3131 "@fuz.dev/fuz_library" : " ^0.8.0" ,
3232 "@grogarden/gro" : " ^0.93.1" ,
3333 "@grogarden/util" : " ^0.15.0" ,
3434 "@sveltejs/adapter-static" : " ^2.0.3" ,
3535 "@sveltejs/kit" : " ^1.25.1" ,
3636 "@sveltejs/package" : " ^2.2.2" ,
3737 "@types/prismjs" : " ^1.26.1" ,
38- "@typescript-eslint/eslint-plugin" : " ^6.7.3 " ,
39- "@typescript-eslint/parser" : " ^6.7.3 " ,
38+ "@typescript-eslint/eslint-plugin" : " ^6.7.4 " ,
39+ "@typescript-eslint/parser" : " ^6.7.4 " ,
4040 "eslint" : " ^8.50.0" ,
4141 "eslint-plugin-svelte" : " ^2.33.2" ,
4242 "prettier" : " ^3.0.3" ,
You can’t perform that action at this time.
0 commit comments