Skip to content

Commit 6171e7e

Browse files
Merge pull request #142 from interledger/chj/bump-dependencies
chore: bump dependencies to latest versions and minor style tweaks
2 parents 65fd1e2 + 36a9e78 commit 6171e7e

9 files changed

+121
-113
lines changed

astro.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,8 +116,8 @@ export default defineConfig({
116116
link: "https://paymentpointers.org",
117117
attrs: {
118118
target: "_blank",
119-
class: "external-link",
120119
rel: "noopener noreferrer",
120+
"data-icon": "external",
121121
},
122122
},
123123
],

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,18 +9,18 @@
99
"astro": "astro"
1010
},
1111
"dependencies": {
12-
"@astrojs/mdx": "^4.2.6",
13-
"@astrojs/node": "^9.2.1",
14-
"@astrojs/starlight": "^0.33.2",
15-
"@interledger/docs-design-system": "^0.7.1",
12+
"@astrojs/mdx": "^4.3.0",
13+
"@astrojs/node": "^9.3.0",
14+
"@astrojs/starlight": "^0.34.4",
15+
"@interledger/docs-design-system": "^0.8.0",
1616
"@types/showdown": "^2.0.6",
17-
"astro": "^5.7.13",
17+
"astro": "^5.11.0",
1818
"html-to-text": "^9.0.5",
1919
"markdown-it": "^14.1.0",
2020
"node-html-parser": "^7.0.1",
21-
"sharp": "^0.34.1",
21+
"sharp": "^0.34.2",
2222
"showdown": "^2.1.0",
2323
"starlight-fullview-mode": "^0.2.3",
24-
"starlight-links-validator": "^0.16.0"
24+
"starlight-links-validator": "^0.17.0"
2525
}
2626
}

public/fonts/titilliumweb-bold.woff2

144 Bytes
Binary file not shown.
-13.1 KB
Binary file not shown.
-160 Bytes
Binary file not shown.
-48 Bytes
Binary file not shown.
-14.6 KB
Binary file not shown.

src/content/blog/2025-06-04-ES-El-Universo-Interledger.mdx

Lines changed: 109 additions & 103 deletions
Large diffs are not rendered by default.

src/layouts/BlogLayout.astro

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,11 +122,13 @@ address {
122122
article :global(p),
123123
article :global(ol),
124124
article :global(ul),
125-
article :global(h2),
126-
article :global(figure) {
125+
126+
article :global(figure),
127+
article :global(hr) {
127128
margin-block-end: var(--space-s);
128129
}
129130

131+
article :global(h2),
130132
article :global(h3),
131133
article :global(h4) {
132134
margin-block-end: var(--space-xs);

0 commit comments

Comments
 (0)