Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,4 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: npx @ryanatkn/gro check --workspace
- run: npx @ryanatkn/gro build
- run: npx @ryanatkn/gro check --workspace --build
91 changes: 49 additions & 42 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,21 +22,21 @@
"node": ">=22.15"
},
"devDependencies": {
"@fuzdev/fuz_css": "^0.44.1",
"@fuzdev/fuz_ui": "^0.179.0",
"@fuzdev/fuz_util": "^0.45.3",
"@fuzdev/fuz_css": "^0.45.0",
"@fuzdev/fuz_ui": "^0.180.0",
"@fuzdev/fuz_util": "^0.48.2",
"@ryanatkn/eslint-config": "^0.9.0",
"@ryanatkn/gro": "^0.186.0",
"@ryanatkn/gro": "^0.189.3",
"@sveltejs/adapter-static": "^3.0.10",
"@sveltejs/kit": "^2.49.1",
"@sveltejs/vite-plugin-svelte": "^6.2.1",
"@sveltejs/kit": "^2.50.1",
"@sveltejs/vite-plugin-svelte": "^6.2.4",
"@webref/css": "^8.2.0",
"eslint": "^9.39.1",
"eslint-plugin-svelte": "^3.13.1",
"prettier": "^3.7.4",
"prettier-plugin-svelte": "^3.4.1",
"svelte": "^5.45.6",
"svelte-check": "^4.3.4",
"svelte": "^5.48.5",
"svelte-check": "^4.3.5",
"tslib": "^2.8.1",
"typescript": "^5.9.3",
"typescript-eslint": "^8.48.1",
Expand Down
6 changes: 4 additions & 2 deletions src/routes/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,11 @@
<section class="box">
<h1 class="mb_sm" style:margin-top={MAIN_HEADER_MARGIN_TOP}>fuz</h1>
<div class="box mb_lg"><Svg data={logo_fuz} size="var(--icon_size_xl2)" /></div>
<blockquote class="shadow_bottom_sm px_xl bg mb_xl3">friendly user zystem 🦋</blockquote>
<blockquote class="shadow_bottom_sm px_xl shade_00 mb_xl3">
friendly user zystem 🦋
</blockquote>
<div class="mb_lg p_xs2 shadow_md border_radius_sm">
<div class="width_atmost_sm panel p_lg shadow_inset_xs bg">
<div class="width_atmost_sm panel p_lg shadow_inset_xs shade_00">
<p>
Fuz is a zippy stack for autonomy. Today Fuz has a collection of libraries for making
modern websites with TypeScript, CSS, Svelte, and SvelteKit, and soon they'll be joined
Expand Down
Loading