Skip to content

Commit 6ac93af

Browse files
committed
Updated dependencies
1 parent 6f5d3ee commit 6ac93af

3 files changed

Lines changed: 180 additions & 155 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.3.6/schema.json",
2+
"$schema": "https://biomejs.dev/schemas/2.3.8/schema.json",
33
"vcs": {
44
"enabled": true,
55
"clientKind": "git",

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,21 +18,21 @@
1818
"@astrojs/mdx": "^4.3.12",
1919
"@astrojs/react": "^4.4.2",
2020
"@astrojs/sitemap": "^3.6.0",
21-
"@astrojs/starlight": "^0.36.2",
21+
"@astrojs/starlight": "^0.37.0",
2222
"@fontsource/cabin": "^5.2.8",
2323
"@fontsource/roboto-condensed": "^5.2.8",
2424
"@tailwindcss/vite": "^4.1.17",
25-
"@types/react": "^19.2.6",
25+
"@types/react": "^19.2.7",
2626
"@types/react-dom": "^19.2.3",
27-
"astro": "^5.16.0",
28-
"react": "^19.2.0",
29-
"react-dom": "^19.2.0",
27+
"astro": "^5.16.4",
28+
"react": "^19.2.1",
29+
"react-dom": "^19.2.1",
3030
"sharp": "^0.34.2",
31-
"starlight-blog": "^0.25.1",
31+
"starlight-blog": "^0.25.2",
3232
"starlight-image-zoom": "^0.13.2",
3333
"tailwindcss": "^4.1.17"
3434
},
3535
"devDependencies": {
36-
"@biomejs/biome": "2.3.6"
36+
"@biomejs/biome": "2.3.8"
3737
}
3838
}

0 commit comments

Comments
 (0)