diff --git a/docs/package-lock.json b/docs/package-lock.json index 0a4745a..1ef1a41 100644 --- a/docs/package-lock.json +++ b/docs/package-lock.json @@ -8,8 +8,9 @@ "name": "nebari-llm-serving-pack-docs-astro", "version": "0.0.1", "dependencies": { + "@astrojs/markdown-remark": "^7.2.1", "@astrojs/starlight": "^0.41.0", - "@nebari/starlight": "^0.2.0", + "@nebari/starlight": "^0.2.1", "astro": "^7.0.6", "rehype-mermaid": "^3.0.0", "sharp": "^0.34.5", @@ -232,8 +233,6 @@ "resolved": "https://registry.npmjs.org/@astrojs/markdown-remark/-/markdown-remark-7.2.1.tgz", "integrity": "sha512-jPVNIqTvk+yKviikszv/Y1U4jGUSKpp/Nw48QZV4qjWgp70j4Lkq3lhSDRbWwCfgKvEyO9GHuVbV1dM2WYXy1w==", "license": "MIT", - "optional": true, - "peer": true, "dependencies": { "@astrojs/internal-helpers": "0.10.1", "@astrojs/prism": "4.0.2", @@ -259,8 +258,6 @@ "resolved": "https://registry.npmjs.org/@astrojs/internal-helpers/-/internal-helpers-0.10.1.tgz", "integrity": "sha512-5phcroT/vmOOrYuuAxtkbPixy5hePtlz9i8K4OeDv3dNK6/UQRuXPOSRTxIOBbUY5Sonw2UaxjbuVc43Mcir6Q==", "license": "MIT", - "optional": true, - "peer": true, "dependencies": { "@types/hast": "^3.0.4", "@types/mdast": "^4.0.4", @@ -1718,9 +1715,9 @@ } }, "node_modules/@nebari/starlight": { - "version": "0.2.0", - "resolved": "https://registry.npmjs.org/@nebari/starlight/-/starlight-0.2.0.tgz", - "integrity": "sha512-FJAtSfn/B2/fBQKElur0JrwC+4VQ7RutegaLuATu/ocKFDPzGE5cxshjHOY/Xn7A972QypDRYXM/DFNVaD3t5g==", + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/@nebari/starlight/-/starlight-0.2.1.tgz", + "integrity": "sha512-XvpOJVlBwT1xhSpyqStNncBGuqowpWuqXpZwtv8xrOBCjz2VPNw2R4cchezb66lTHWqE5oohyTyOL3YrR+TBLw==", "license": "Apache-2.0", "peerDependencies": { "@astrojs/starlight": ">=0.33.0 <1.0.0", @@ -4988,17 +4985,6 @@ "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/jiti": { - "version": "2.7.0", - "resolved": "https://registry.npmjs.org/jiti/-/jiti-2.7.0.tgz", - "integrity": "sha512-AC/7JofJvZGrrneWNaEnJeOLUx+JlGt7tNa0wZiRPT4MY1wmfKjt2+6O2p2uz2+skll8OZZmJMNqeke7kKbNgQ==", - "license": "MIT", - "optional": true, - "peer": true, - "bin": { - "jiti": "lib/jiti-cli.mjs" - } - }, "node_modules/js-yaml": { "version": "4.2.0", "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.2.0.tgz", @@ -6855,7 +6841,6 @@ "version": "2.3.2", "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.2.tgz", "integrity": "sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==", - "dev": true, "hasInstallScript": true, "license": "MIT", "optional": true, diff --git a/docs/package.json b/docs/package.json index 4b09e3c..27f0a63 100644 --- a/docs/package.json +++ b/docs/package.json @@ -12,8 +12,9 @@ "screenshots": "node scripts/screenshots.mjs" }, "dependencies": { + "@astrojs/markdown-remark": "^7.2.1", "@astrojs/starlight": "^0.41.0", - "@nebari/starlight": "^0.2.0", + "@nebari/starlight": "^0.2.1", "astro": "^7.0.6", "rehype-mermaid": "^3.0.0", "sharp": "^0.34.5",