Skip to content

Commit 097458a

Browse files
committed
Bump dependencies and version number
1 parent a0409bd commit 097458a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@interledger/docs-design-system",
3-
"version": "0.5.4",
3+
"version": "0.5.5",
44
"type": "module",
55
"description": "Shared styles and components used across all Interledger Starlight documentation sites",
66
"exports": {
@@ -20,6 +20,6 @@
2020
"url": "https://github.com/interledger/docs-design-system"
2121
},
2222
"dependencies": {
23-
"mermaid": "^11.4.0"
23+
"mermaid": "^11.4.1"
2424
}
2525
}

src/components/StylishHeader.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
@media screen and (min-width: 500px) {
77
p {
88
display: inline-block;
9-
font-weight: bold;
9+
font-weight: 600;
1010
position: relative;
1111
color: var(--sl-color-white);
1212
font-size: var(--step-1);

0 commit comments

Comments
 (0)