Skip to content

Commit 3919934

Browse files
committed
feat: progress on guide and service pages
1 parent e2f2a7b commit 3919934

File tree

10 files changed

+723
-1399
lines changed

10 files changed

+723
-1399
lines changed

package.json

+2-10
Original file line numberDiff line numberDiff line change
@@ -11,20 +11,12 @@
1111
"format": "prettier -w --cache ."
1212
},
1313
"dependencies": {
14-
"@astrojs/starlight": "^0.21.1",
14+
"@astrojs/starlight": "^0.21.2",
1515
"@types/hast": "^3.0.4",
16-
"astro": "^4.4.15",
16+
"astro": "^4.5.9",
1717
"prettier": "^3.2.5",
1818
"prettier-plugin-astro": "^0.13.0",
1919
"sharp": "0.32.6"
2020
},
21-
"devDependencies": {
22-
"hast-util-from-html": "^2.0.1",
23-
"hast-util-to-string": "^3.0.0",
24-
"hastscript": "^9.0.0",
25-
"rehype": "^13.0.1",
26-
"start-server-and-test": "^2.0.3",
27-
"unist-util-visit": "^5.0.0"
28-
},
2921
"packageManager": "[email protected]"
3022
}

0 commit comments

Comments
 (0)