estruyf / slidev-theme-the-unnamed

Slidev Theme - The unnamed
https://www.npmjs.com/package/slidev-theme-the-unnamed
40 stars 6 forks source link

Fix shiki deprecation warning #5

Closed fgrandel closed 6 months ago

fgrandel commented 6 months ago

Starting slidev with the latest shiki version would produce the following warning:

[slidev] loadTheme in setup/shiki.ts is deprecated. Pass directly the theme name it's supported by Shiki. For custom themes, load it manually via JSON.parse(fs.readFileSync(path, 'utf-8')) and pass the raw JSON object instead.

This commit fixes the warning and also removes a redundant slash in develompment configuration.

estruyf commented 6 months ago

Thanks @fgrandel for the fix!

estruyf commented 6 months ago

Version 0.0.16 just got released and includes your fix. 💪