Skip to content

Commit 05d2a6d

Browse files
authored
Merge pull request #14 from Nikcio-labs/feature/docs-deps
docs: Deps
2 parents 76377e1 + 70a5bbe commit 05d2a6d

5 files changed

Lines changed: 274 additions & 639 deletions

File tree

biome.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "https://biomejs.dev/schemas/2.4.4/schema.json",
2+
"$schema": "https://biomejs.dev/schemas/2.4.7/schema.json",
33
"vcs": {
44
"enabled": true,
55
"clientKind": "git",

docs/biome.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "https://biomejs.dev/schemas/2.4.4/schema.json",
2+
"$schema": "https://biomejs.dev/schemas/2.4.7/schema.json",
33
"root": false,
44
"extends": "//",
55
"files": {

docs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
"check": "biome check --write"
1919
},
2020
"dependencies": {
21-
"@astrojs/starlight": "0.37.6",
22-
"astro": "5.18.0",
21+
"@astrojs/starlight": "0.38.1",
22+
"astro": "6.0.4",
2323
"sharp": "0.34.5"
2424
}
2525
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@
1616
"check": "biome check --write"
1717
},
1818
"devDependencies": {
19-
"@biomejs/biome": "2.4.4"
19+
"@biomejs/biome": "2.4.7"
2020
}
2121
}

0 commit comments

Comments
 (0)