Skip to content

Commit f871ac0

Browse files
committed
Use lighter v0.1.6
1 parent 9867b58 commit f871ac0

3 files changed

Lines changed: 64 additions & 1504 deletions

File tree

examples/browser/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<title>Code Hike in the browser</title>
55
<link
66
rel="stylesheet"
7-
href="https://esm.sh/@code-hike/mdx@0.5.2-next.2/dist/index.css"
7+
href="https://esm.sh/@code-hike/mdx@0.8.0--canary.308.2d9fc9a.0/dist/index.css"
88
/>
99
</head>
1010
<body>
@@ -17,7 +17,7 @@
1717
import * as runtime from "https://esm.sh/react/jsx-runtime.js"
1818

1919
import theme from "https://esm.sh/shiki@0.10.1/themes/dracula.json" assert { type: "json" }
20-
import { remarkCodeHike } from "https://esm.sh/@code-hike/mdx@0.8.0--canary.308.d5a4a6c.0/dist/index.browser.mjs?bundle"
20+
import { remarkCodeHike } from "https://esm.sh/@code-hike/mdx@0.8.0--canary.308.2d9fc9a.0/dist/index.browser.mjs"
2121
import { CH } from "https://esm.sh/@code-hike/mdx@0.8.0--canary.308.d5a4a6c.0/components"
2222

2323
const mdx = `# Test

packages/mdx/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"coverage": "vitest run --coverage"
4545
},
4646
"dependencies": {
47-
"@code-hike/lighter": "^0.1.5",
47+
"@code-hike/lighter": "^0.1.6",
4848
"node-fetch": "^2.0.0",
4949
"shiki": "^0.10.1"
5050
},

0 commit comments

Comments
 (0)