shikijs / twoslash

You take some Shiki, add a hint of TypeScript compiler, and πŸŽ‰ incredible static code samples
https://shikijs.github.io/twoslash/
MIT License
1.08k stars 53 forks source link

Fixes dependencies #178

Closed arcanis closed 1 year ago

arcanis commented 1 year ago

Fixes the following errors:

../.yarn/berry/cache/shiki-twoslash-npm-3.1.0-15ca70e21f-9.zip/node_modules/shiki-twoslash/dist/utils.d.ts:1:28 - error TS2307: Cannot find module 'fenceparser' or its corresponding type declarations.

1 import type { parse } from "fenceparser";
                             ~~~~~~~~~~~~~

.yarn/unplugged/remark-shiki-twoslash-npm-3.1.0-2bfe129f0f/node_modules/remark-shiki-twoslash/dist/index.d.ts:1:27 - error TS2307: Cannot find module 'unist' or its corresponding type declarations.

1 import type { Node } from "unist";
                            ~~~~~~~
changeset-bot[bot] commented 1 year ago

πŸ¦‹ Changeset detected

Latest commit: bfca2ac90927ccd78cf274ee3151241fec21641e

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 9 packages | Name | Type | | -------------------------------- | ----- | | remark-shiki-twoslash | Patch | | shiki-twoslash | Patch | | docusaurus-preset-shiki-twoslash | Patch | | eleventy-plugin-shiki-twoslash | Patch | | gatsby-remark-shiki-twoslash | Patch | | hexo-shiki-twoslash | Patch | | markdown-it-shiki-twoslash | Patch | | twoslash-cli | Patch | | vuepress-plugin-shiki-twoslash | Patch |

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

orta commented 1 year ago

I think if you run node scripts/syncVersion.js it should clear up that GA fail - otherwise looks good to me and makes sense

orta commented 1 year ago

Thanks

orta commented 1 year ago

OK, those are deployed πŸ‘πŸ»