Skip to content

Commit 906a933

Browse files
authored
chore: update dependencies and types for rehype-d2
- Added @astrojs/check to devDependencies. - Added @beoe/rehype-d2 to dependencies. - Updated module declaration for rehype-d2 to use the correct package name.
1 parent 48650d3 commit 906a933

5 files changed

Lines changed: 693 additions & 511 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
d2 --version
2525
2626
- name: Install dependencies
27-
run: bun install --no-cache
27+
run: bun install
2828

2929
- name: Lint 🔍
3030
run: bun run lint

astro.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import solid from "@astrojs/solid-js";
55
import tailwindcss from "@tailwindcss/vite";
66
import AstroPWA from "@vite-pwa/astro";
77
import { defineConfig } from "astro/config";
8-
import rehypeD2 from "rehype-d2";
8+
import rehypeD2 from "@beoe/rehype-d2";
99
import rehypeCopyCodeButton from "./src/lib/rehypeCopyCodeButton";
1010

1111
// https://astro.build/config

0 commit comments

Comments
 (0)