Skip to content

Commit 05562c3

Browse files
Merge pull request #199 from krishnprakash/update-api-schemas-ad4a01283ed845ce99a2ee9d1ae67d3adebc3cb8
[Docs Site] Update pinned api-schemas commit
2 parents 4c09362 + b67bfe3 commit 05562c3

File tree

3 files changed

+16
-18
lines changed

3 files changed

+16
-18
lines changed

package-lock.json

Lines changed: 15 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"@astrojs/starlight": "0.32.5",
3636
"@astrojs/starlight-docsearch": "0.6.0",
3737
"@astrojs/starlight-tailwind": "3.0.1",
38-
"@astrojs/tailwind": "5.1.5",
38+
"@astrojs/tailwind": "6.0.2",
3939
"@cloudflare/vitest-pool-workers": "0.8.14",
4040
"@cloudflare/workers-types": "4.20250414.0",
4141
"@codingheads/sticky-header": "1.0.2",

src/util/api.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
import SwaggerParser from "@apidevtools/swagger-parser";
22
import type { OpenAPI } from "openapi-types";
3-
4-
const COMMIT = "1092547fc98757b22b6333f76c9b405859d74b82";
53
let schema: OpenAPI.Document | undefined;
64

75
export const getSchema = async () => {

0 commit comments

Comments
 (0)