@fuzdev/fuz_blog 0.21.0 → 0.22.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -34,7 +34,7 @@
34
34
  <title>{post.title}</title>
35
35
  </svelte:head>
36
36
 
37
- <div class="blog_post width_upto_md">
37
+ <div class="blog_post width_atmost_md">
38
38
  {#if item}
39
39
  <article {...attrs}>
40
40
  <BlogPostHeader {item} />
@@ -1,7 +1,7 @@
1
1
  <script lang="ts">
2
2
  import type {Snippet} from 'svelte';
3
3
 
4
- // TODO maybe move to Fuz UI
4
+ // TODO maybe move to fuz_ui
5
5
 
6
6
  const {
7
7
  slug,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fuzdev/fuz_blog",
3
- "version": "0.21.0",
3
+ "version": "0.22.0",
4
4
  "description": "blog software from scratch with SvelteKit",
5
5
  "glyph": "🖊️",
6
6
  "logo": "logo.svg",
@@ -21,34 +21,35 @@
21
21
  "node": ">=22.15"
22
22
  },
23
23
  "peerDependencies": {
24
- "@fuzdev/fuz_css": ">=0.40.0",
25
- "@fuzdev/fuz_mastodon": ">=0.37.0",
26
- "@fuzdev/fuz_ui": ">=0.169.0",
27
- "@fuzdev/fuz_util": ">=0.42.0",
28
- "@ryanatkn/gro": ">=0.184.0",
24
+ "@fuzdev/fuz_css": ">=0.44.1",
25
+ "@fuzdev/fuz_mastodon": ">=0.38.0",
26
+ "@fuzdev/fuz_ui": ">=0.179.0",
27
+ "@fuzdev/fuz_util": ">=0.45.3",
28
+ "@ryanatkn/gro": ">=0.186.0",
29
29
  "@sveltejs/kit": "^2",
30
30
  "date-fns": "^4",
31
31
  "svelte": "^5"
32
32
  },
33
33
  "devDependencies": {
34
34
  "@changesets/changelog-git": "^0.2.1",
35
- "@fuzdev/fuz_code": "^0.38.0",
36
- "@fuzdev/fuz_css": "^0.42.1",
37
- "@fuzdev/fuz_mastodon": "^0.37.0",
38
- "@fuzdev/fuz_ui": "^0.174.0",
39
- "@fuzdev/fuz_util": "^0.42.0",
35
+ "@fuzdev/fuz_code": "^0.40.0",
36
+ "@fuzdev/fuz_css": "^0.44.1",
37
+ "@fuzdev/fuz_mastodon": "^0.38.0",
38
+ "@fuzdev/fuz_ui": "^0.179.0",
39
+ "@fuzdev/fuz_util": "^0.45.3",
40
40
  "@ryanatkn/eslint-config": "^0.9.0",
41
- "@ryanatkn/gro": "^0.184.0",
41
+ "@ryanatkn/gro": "^0.186.0",
42
42
  "@sveltejs/adapter-static": "^3.0.10",
43
43
  "@sveltejs/kit": "^2.49.1",
44
44
  "@sveltejs/package": "^2.5.7",
45
45
  "@sveltejs/vite-plugin-svelte": "^6.2.1",
46
46
  "@types/node": "^24.10.1",
47
+ "@webref/css": "^8.2.0",
47
48
  "date-fns": "^4.1.0",
48
49
  "eslint": "^9.39.1",
49
50
  "eslint-plugin-svelte": "^3.13.1",
50
51
  "prettier": "^3.7.4",
51
- "prettier-plugin-svelte": "^3.4.0",
52
+ "prettier-plugin-svelte": "^3.4.1",
52
53
  "svelte": "^5.45.6",
53
54
  "svelte-check": "^4.3.4",
54
55
  "tslib": "^2.8.1",