Skip to content

Commit cf940c7

Browse files
committed
Update lighter
1 parent f871ac0 commit cf940c7

3 files changed

Lines changed: 7 additions & 7 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.8.0--canary.308.2d9fc9a.0/dist/index.css"
7+
href="https://esm.sh/@code-hike/mdx@0.8.0--canary.308.f871ac0.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.2d9fc9a.0/dist/index.browser.mjs"
20+
import { remarkCodeHike } from "https://esm.sh/@code-hike/mdx@0.8.0--canary.308.f871ac0.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.6",
47+
"@code-hike/lighter": "^0.1.9",
4848
"node-fetch": "^2.0.0",
4949
"shiki": "^0.10.1"
5050
},

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2752,10 +2752,10 @@
27522752
resolved "https://registry.yarnpkg.com/@builder.io/partytown/-/partytown-0.5.4.tgz#1a89069978734e132fa4a59414ddb64e4b94fde7"
27532753
integrity sha512-qnikpQgi30AS01aFlNQV6l8/qdZIcP76mp90ti+u4rucXHsn4afSKivQXApqxvrQG9+Ibv45STyvHizvxef/7A==
27542754

2755-
"@code-hike/lighter@^0.1.6":
2756-
version "0.1.6"
2757-
resolved "https://registry.yarnpkg.com/@code-hike/lighter/-/lighter-0.1.6.tgz#9b8eaf8383cee29ea924238bbde7271abb0c2c81"
2758-
integrity sha512-b/aKFobv3hWrsujNyf2U6hyWDW5SG66jtxOYAEs2rLx1hSM0lXevpc1OiHN4HgzgL9IKvrs8DMku7NMt86UZNQ==
2755+
"@code-hike/lighter@^0.1.9":
2756+
version "0.1.9"
2757+
resolved "https://registry.yarnpkg.com/@code-hike/lighter/-/lighter-0.1.9.tgz#0fcf29a49befe343b63159685991dcbeb5dae247"
2758+
integrity sha512-ctLhTbjJpstZhZfaqLdZU1JYvITI2YDxhIWwWU51MT6OqodgX3Dqguxi+xDsJj8qF8hCAmItdPMTZLgEadk4YQ==
27592759

27602760
"@codesandbox/sandpack-client@^0.19.0":
27612761
version "0.19.0"

0 commit comments

Comments
 (0)