Skip to content

Commit

Permalink
fix: shiki not found
Browse files Browse the repository at this point in the history
  • Loading branch information
Akryum committed Jul 20, 2022
1 parent d805861 commit 6a71d64
Show file tree
Hide file tree
Showing 10 changed files with 3 additions and 13 deletions.
1 change: 0 additions & 1 deletion packages/histoire-controls/peeky.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ export default defineConfig({
'@iconify/vue': '@iconify/vue',
pinia: 'pinia',
'scroll-into-view-if-needed': 'scroll-into-view-if-needed',
shiki: 'shiki',
'vue-router': 'vue-router',
'@vueuse/core': '@vueuse/core',
vue: 'vue',
Expand Down
1 change: 0 additions & 1 deletion packages/histoire-controls/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@
"@iconify/vue": ["./node_modules/@histoire/vendors/dist/client/iconify"],
"pinia": ["./node_modules/@histoire/vendors/dist/client/pinia"],
"scroll-into-view-if-needed": ["./node_modules/@histoire/vendors/dist/client/scroll"],
"shiki": ["./node_modules/@histoire/vendors/dist/client/shiki"],
"vue-router": ["./node_modules/@histoire/vendors/dist/client/vue-router"],
"@vueuse/core": ["./node_modules/@histoire/vendors/dist/client/vue-use"],
"vue": ["./node_modules/@histoire/vendors/dist/client/vue"]
Expand Down
1 change: 0 additions & 1 deletion packages/histoire-controls/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ export default defineConfig({
'@iconify/vue': '@histoire/vendors/dist/client/iconify.js',
pinia: '@histoire/vendors/dist/client/pinia.js',
'scroll-into-view-if-needed': '@histoire/vendors/dist/client/scroll.js',
shiki: '@histoire/vendors/dist/client/shiki.js',
'vue-router': '@histoire/vendors/dist/client/vue-router.js',
'@vueuse/core': '@histoire/vendors/dist/client/vue-use.js',
vue: '@histoire/vendors/dist/client/vue.js',
Expand Down
1 change: 0 additions & 1 deletion packages/histoire-vendors/entries.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ export const entries = [
'src/client/iconify.ts',
'src/client/pinia.ts',
'src/client/scroll.ts',
'src/client/shiki.ts',
'src/client/vue-router.ts',
'src/client/vue-use.ts',
'src/client/vue.ts',
Expand Down
1 change: 0 additions & 1 deletion packages/histoire-vendors/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@
"rollup": "^2.75.7",
"rollup-plugin-typescript2": "^0.32.1",
"scroll-into-view-if-needed": "^2.2.29",
"shiki": "^0.10.1",
"typescript": "^4.7.4",
"vue-router": "^4.0.14",
"vue": "^3.2.31"
Expand Down
1 change: 0 additions & 1 deletion packages/histoire-vendors/src/client/shiki.ts

This file was deleted.

1 change: 1 addition & 0 deletions packages/histoire/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@
"pathe": "^0.2.0",
"picocolors": "^1.0.0",
"sade": "^1.8.1",
"shiki": "^0.10.1",
"sirv": "^2.0.2",
"tinypool": "^0.1.2",
"vite-node": "0.12.1"
Expand Down
1 change: 0 additions & 1 deletion packages/histoire/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@
"@iconify/vue": ["./node_modules/@histoire/vendors/dist/client/iconify"],
"pinia": ["./node_modules/@histoire/vendors/dist/client/pinia"],
"scroll-into-view-if-needed": ["./node_modules/@histoire/vendors/dist/client/scroll"],
"shiki": ["./node_modules/@histoire/vendors/dist/client/shiki"],
"vue-router": ["./node_modules/@histoire/vendors/dist/client/vue-router"],
"@vueuse/core": ["./node_modules/@histoire/vendors/dist/client/vue-use"],
"vue": ["./node_modules/@histoire/vendors/dist/client/vue"]
Expand Down
1 change: 0 additions & 1 deletion packages/histoire/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ export default defineConfig({
'@iconify/vue': '@histoire/vendors/dist/client/iconify.js',
pinia: '@histoire/vendors/dist/client/pinia.js',
'scroll-into-view-if-needed': '@histoire/vendors/dist/client/scroll.js',
shiki: '@histoire/vendors/dist/client/shiki.js',
'vue-router': '@histoire/vendors/dist/client/vue-router.js',
'@vueuse/core': '@histoire/vendors/dist/client/vue-use.js',
vue: '@histoire/vendors/dist/client/vue.js',
Expand Down
7 changes: 2 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 6a71d64

Please sign in to comment.