Skip to content

Commit

Permalink
Zeta: Add missing shiki peer deps
Browse files Browse the repository at this point in the history
  • Loading branch information
fuma-nama committed Oct 15, 2023
1 parent edd2ba6 commit 27ce871
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 6 deletions.
5 changes: 5 additions & 0 deletions .changeset/cyan-buttons-rhyme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'next-docs-zeta': patch
---

Add missing shiki peer deps
1 change: 1 addition & 0 deletions packages/next-docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@
"remark-gfm": "^3.0.1",
"remark-mdx": "^2.3.0",
"scroll-into-view-if-needed": "^3.1.0",
"shiki": "^0.14.5",
"swr": "^2.2.2",
"unist-util-visit": "^5.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/next-docs/tsup.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export default defineConfig({
'src/{server,breadcrumb,sidebar,toc,search,link,contentlayer,middleware,mdx-plugins,algolia,search-algolia}/index.{ts,tsx}',
'src/contentlayer/configuration.ts'
],
external: ['contentlayer', 'shiki'],
external: ['contentlayer', 'algoliasearch'],
format: 'esm',
dts: true,
target: tsconfig.compilerOptions.target as 'es2016'
Expand Down
13 changes: 8 additions & 5 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 27ce871

Please sign in to comment.