wooorm / xdm

Just a *really* good MDX compiler. No runtime. With esbuild, Rollup, and webpack plugins
http://wooorm.com/xdm/
MIT License
595 stars 18 forks source link

fix: bump periscopic to 3.0.2 #55

Closed theoludwig closed 3 years ago

theoludwig commented 3 years ago

Related https://github.com/Rich-Harris/periscopic/issues/10, https://github.com/Rich-Harris/periscopic/pull/11, https://github.com/kentcdodds/mdx-bundler/issues/50

Thanks for your help to fix this issue, we can solve it! :smile:

wooorm commented 3 years ago

xdm uses caret semver ranges, so fixes are pulled in automatically. No need to update anything here?

theoludwig commented 3 years ago

xdm uses caret semver ranges, so fixes are pulled in automatically. No need to update anything here?

Oh yes indeed! I just tested to remove the package-lock.json file in my project and yep, it fixes the issue, no need to update anything anymore!

I'll close this PR since it doesn't really change anything, it is already fixed! :+1: