Skip to content

Commit edca2e3

Browse files
committed
chore: bump dependencies
1 parent 9d5d9ce commit edca2e3

File tree

6 files changed

+485
-561
lines changed

6 files changed

+485
-561
lines changed

.github/workflows/spellcheck.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ jobs:
1414
- name: Checkout repository
1515
uses: actions/checkout@v4
1616
- name: Spell check
17-
uses: crate-ci/typos@v1.32.0
17+
uses: crate-ci/typos@v1.38.1

package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -12,29 +12,29 @@
1212
"format:check": "prettier . --check"
1313
},
1414
"dependencies": {
15-
"@astrojs/markdown-remark": "^6.3.6",
16-
"@astrojs/starlight": "^0.36.0",
17-
"@astrojs/svelte": "^7.1.1",
15+
"@ascorbic/feed-loader": "^2.0.1",
16+
"@astrojs/markdown-remark": "^6.3.8",
17+
"@astrojs/starlight": "^0.36.1",
18+
"@astrojs/svelte": "^7.2.0",
1819
"@expressive-code/plugin-collapsible-sections": "^0.41.3",
1920
"@expressive-code/plugin-line-numbers": "^0.41.3",
2021
"@fontsource/jetbrains-mono": "^5.2.8",
2122
"@fontsource/poppins": "^5.2.7",
22-
"astro": "^5.13.9",
23-
"@ascorbic/feed-loader": "^1.0.4",
24-
"astro-d2": "^0.8.0",
23+
"astro": "^5.14.7",
24+
"astro-d2": "^0.8.1",
2525
"sharp": "^0.34.4",
2626
"starlight-contributor-list": "^0.3.0",
27-
"starlight-links-validator": "^0.18.0",
28-
"starlight-sidebar-topics": "^0.6.1",
27+
"starlight-links-validator": "^0.19.0",
28+
"starlight-sidebar-topics": "^0.6.2",
2929
"starlight-sidebar-topics-dropdown": "^0.5.1",
30-
"svelte": "^5.39.3",
31-
"typescript": "^5.9.2",
30+
"svelte": "^5.41.1",
31+
"typescript": "^5.9.3",
3232
"unist-util-visit": "^5.0.0",
3333
"yaml": "^2.8.1"
3434
},
3535
"devDependencies": {
3636
"@types/mdast": "^4.0.4",
37-
"@types/node": "^24.5.2",
37+
"@types/node": "^24.9.0",
3838
"dead-or-alive": "^1.0.4",
3939
"prettier": "3.6.2",
4040
"prettier-plugin-astro": "0.14.1",
@@ -44,5 +44,5 @@
4444
"engines": {
4545
"node": ">=22.x"
4646
},
47-
"packageManager": "pnpm@10.17.0+sha512.fce8a3dd29a4ed2ec566fb53efbb04d8c44a0f05bc6f24a73046910fb9c3ce7afa35a0980500668fa3573345bd644644fa98338fa168235c80f4aa17aa17fbef"
47+
"packageManager": "pnpm@10.18.3+sha512.bbd16e6d7286fd7e01f6b3c0b3c932cda2965c06a908328f74663f10a9aea51f1129eea615134bf992831b009eabe167ecb7008b597f40ff9bc75946aadfb08d"
4848
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
diff --git a/components/Icons.ts b/components/Icons.ts
2-
index 41316b960537d689ae86ee7c056f363d6cc39214..c179bb0d181cf84d81ba333a29b39eeafd86db6f 100644
2+
index 413477d5343737363d99a68a3beb98f0991a469f..a171bd687cd85a1bf0644f328e887b044986764d 100644
33
--- a/components/Icons.ts
44
+++ b/components/Icons.ts
55
@@ -193,6 +193,11 @@ export const BuiltInIcons = {

0 commit comments

Comments
 (0)