Skip to content

Commit 66e1814

Browse files
committed
chore: update node modules and lint
1 parent f3762e8 commit 66e1814

File tree

4 files changed

+61
-63
lines changed

4 files changed

+61
-63
lines changed

.claude/settings.local.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
{
22
"enableAllProjectMcpServers": false,
33
"permissions": {
4-
"allow": [
5-
"Bash(pnpm lint:openapi:*)"
6-
]
4+
"allow": ["Bash(pnpm lint:openapi:*)"]
75
}
8-
}
6+
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"react-dom": "^19.1.1"
3232
},
3333
"devDependencies": {
34-
"@biomejs/biome": "^2.2.2",
34+
"@biomejs/biome": "^2.2.4",
3535
"@docusaurus/module-type-aliases": "^3.8.1",
3636
"@docusaurus/theme-common": "^3.8.1",
3737
"@docusaurus/tsconfig": "^3.8.1",

pnpm-lock.yaml

Lines changed: 50 additions & 50 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/pages/index.module.css

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -18,34 +18,34 @@
1818

1919
.buttons {
2020
display: flex;
21+
gap: 1rem;
2122
align-items: center;
2223
justify-content: center;
23-
gap: 1rem;
2424
margin-bottom: 2rem;
2525
}
2626

2727
.hero__description {
28-
font-size: 1.1rem;
29-
color: var(--ifm-hero-text-color);
30-
margin: 1rem 0 2rem 0;
3128
max-width: 600px;
32-
margin-left: auto;
29+
margin: 1rem 0 2rem 0;
3330
margin-right: auto;
31+
margin-left: auto;
32+
font-size: 1.1rem;
3433
line-height: 1.6;
34+
color: var(--ifm-hero-text-color);
3535
}
3636

3737
.codeExample {
3838
margin-top: 2rem;
3939
}
4040

4141
.codeExample pre {
42-
background: rgba(255, 255, 255, 0.1);
43-
border-radius: 8px;
42+
display: inline-block;
4443
padding: 1rem;
4544
font-size: 0.9rem;
4645
color: var(--ifm-hero-text-color);
46+
background: rgba(255, 255, 255, 0.1);
4747
border: 1px solid rgba(255, 255, 255, 0.2);
48-
display: inline-block;
48+
border-radius: 8px;
4949
}
5050

5151
.codeExample code {

0 commit comments

Comments
 (0)