Skip to content

Commit

Permalink
Fix docs ci again
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeDoctorDE committed Nov 5, 2024
1 parent 232bfdb commit 6749f76
Show file tree
Hide file tree
Showing 5 changed files with 43 additions and 52 deletions.
2 changes: 1 addition & 1 deletion app/android/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ GEM
domain_name (~> 0.5)
httpclient (2.8.3)
jmespath (1.6.2)
json (2.7.5)
json (2.7.6)
jwt (2.9.3)
base64
mini_magick (4.13.2)
Expand Down
4 changes: 2 additions & 2 deletions app/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -519,10 +519,10 @@ packages:
dependency: "direct main"
description:
name: go_router
sha256: "6f1b756f6e863259a99135ff3c95026c3cdca17d10ebef2bba2261a25ddc8bbc"
sha256: ce89c5a993ca5eea74535f798478502c30a625ecb10a1de4d7fef5cd1bcac2a4
url: "https://pub.dev"
source: hosted
version: "14.3.0"
version: "14.4.1"
graphs:
dependency: transitive
description:
Expand Down
1 change: 1 addition & 0 deletions docs/astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
import { defineConfig } from "astro/config";
import { getSidebarTranslatedLabel } from "./src/translations";
import starlight from "@astrojs/starlight";
// @ts-ignore
import remarkHeadingID from "remark-heading-id";
import remarkGemoji from "remark-gemoji";

Expand Down
5 changes: 2 additions & 3 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,15 @@
},
"dependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/starlight": "^0.28.5",
"astro": "^4.16.8",
"@astrojs/starlight": "^0.28.6",
"astro": "^4.16.9",
"remark-gemoji": "^8.0.0",
"remark-heading-id": "^1.0.1",
"sharp": "^0.33.5",
"typescript": "^5.6.3"
},
"packageManager": "[email protected]",
"devDependencies": {
"@types/remark-heading-id": "^1.0.0",
"sass": "^1.80.6"
}
}
83 changes: 37 additions & 46 deletions docs/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 6749f76

Please sign in to comment.