Skip to content

Commit 3edc067

Browse files
committed
Update package.json
1 parent bacb77e commit 3edc067

File tree

1 file changed

+13
-6
lines changed

1 file changed

+13
-6
lines changed

package.json

+13-6
Original file line numberDiff line numberDiff line change
@@ -20,26 +20,33 @@
2020
"preview": "astro preview"
2121
},
2222
"dependencies": {
23-
"@astrojs/markdown-remark": "^4.2.1",
2423
"@fontsource-variable/inter": "^5.0.16",
2524
"@fontsource/noto-sans-sc": "^5.0.17",
26-
"@astrojs/starlight": "^0.20.1",
25+
"@astrojs/markdown-remark": "^5.0.0",
26+
"@astrojs/rss": "^4.0.5",
27+
"@astrojs/starlight": "^0.24.0",
28+
"@lorenzo_lewis/starlight-utils": "^0.1.0",
2729
"@types/json-schema": "^7.0.15",
2830
"astro": "^4.4.4",
31+
"astro-d2": "^0.3.0",
2932
"astro-feelback": "^0.3.4",
3033
"astro-og-canvas": "^0.4.2",
3134
"canvaskit-wasm": "^0.39.1",
35+
"astrojs-service-worker": "^2.0.0",
36+
"jsdom": "^24.0.0",
3237
"prettier": "^3.2.5",
33-
"prettier-plugin-astro": "^0.13.0",
38+
"prettier-plugin-astro": "^0.14.0",
3439
"rehype-autolink-headings": "^7.1.0",
40+
"sass": "^1.77.2",
41+
"semver": "^7.6.0",
3542
"sharp": "^0.33.2",
3643
"shiki": "^1.1.7",
37-
"starlight-blog": "^0.5.0",
38-
"starlight-links-validator": "^0.5.3"
44+
"starlight-blog": "^0.11.0",
45+
"starlight-links-validator": "^0.9.0"
3946
},
4047
"pnpm": {
4148
"patchedDependencies": {
4249
"typedoc-plugin-markdown@4.0.0-next.17": "patches/typedoc-plugin-markdown@4.0.0-next.17.patch"
4350
}
4451
}
45-
}
52+
}

0 commit comments

Comments
 (0)