Skip to content

Commit

Permalink
Merge branch 'main' into fix/global-layers
Browse files Browse the repository at this point in the history
  • Loading branch information
KermanX committed Apr 2, 2024
2 parents b32064f + b6c0ada commit e7dbea6
Show file tree
Hide file tree
Showing 7 changed files with 338 additions and 338 deletions.
2 changes: 1 addition & 1 deletion docs/custom/vue-context.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ If you want to get a type programmatically, you can import types like `TocItem`

```vue
<script setup>
import type { TocItem } from '@slidev/types';
import type { TocItem } from '@slidev/types'
function tocFunc(tree: TocItem[]): TocItem[] {
// ...
Expand Down
14 changes: 7 additions & 7 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "docs",
"type": "module",
"private": true,
"packageManager": "pnpm@8.15.5",
"packageManager": "pnpm@8.15.6",
"scripts": {
"dev": "vitepress",
"build": "vitepress build",
Expand All @@ -15,22 +15,22 @@
},
"devDependencies": {
"@iconify/json": "^2.2.196",
"@shikijs/vitepress-twoslash": "^1.2.1",
"@shikijs/vitepress-twoslash": "^1.2.3",
"@slidev/client": "0.34.3",
"@slidev/parser": "0.34.3",
"@slidev/theme-default": "0.21.2",
"@slidev/types": "0.34.3",
"@types/fs-extra": "^11.0.4",
"@types/node": "^20.11.30",
"@unocss/reset": "^0.58.8",
"@types/node": "^20.12.2",
"@unocss/reset": "^0.58.9",
"fs-extra": "^11.2.0",
"markdown-it": "^14.1.0",
"shiki": "^1.2.1",
"shiki": "^1.2.3",
"typescript": "^5.4.3",
"unocss": "^0.58.8",
"unocss": "^0.58.9",
"unplugin-icons": "^0.18.5",
"unplugin-vue-components": "^0.26.0",
"vite-plugin-inspect": "^0.8.3",
"vitepress": "^1.0.1"
"vitepress": "^1.0.2"
}
}
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"type": "module",
"version": "0.48.8",
"private": true,
"packageManager": "pnpm@8.15.5",
"packageManager": "pnpm@8.15.6",
"engines": {
"node": ">=18.0.0"
},
Expand All @@ -26,10 +26,10 @@
"test": "vitest test"
},
"devDependencies": {
"@antfu/eslint-config": "^2.11.4",
"@antfu/eslint-config": "^2.11.6",
"@antfu/ni": "^0.21.12",
"@antfu/utils": "^0.7.7",
"@shikijs/markdown-it": "^1.2.1",
"@shikijs/markdown-it": "^1.2.3",
"@slidev/cli": "workspace:*",
"@slidev/parser": "workspace:*",
"@slidev/types": "workspace:*",
Expand All @@ -42,7 +42,7 @@
"@types/js-yaml": "^4.0.9",
"@types/katex": "^0.16.7",
"@types/markdown-it": "^13.0.7",
"@types/node": "^20.11.30",
"@types/node": "^20.12.2",
"@types/prismjs": "^1.26.3",
"@types/prompts": "^2.4.9",
"@types/recordrtc": "^5.6.14",
Expand All @@ -60,10 +60,10 @@
"lint-staged": "^15.2.2",
"mermaid": "^10.9.0",
"playwright-chromium": "^1.42.1",
"pnpm": "^8.15.5",
"pnpm": "^8.15.6",
"prettier-plugin-slidev": "^1.0.5",
"rimraf": "^5.0.5",
"shiki": "^1.2.1",
"shiki": "^1.2.3",
"simple-git-hooks": "^2.11.1",
"taze": "^0.13.3",
"tsup": "^8.0.2",
Expand Down
14 changes: 7 additions & 7 deletions packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,14 @@
"@iconify-json/carbon": "^1.1.31",
"@iconify-json/ph": "^1.1.11",
"@iconify-json/svg-spinners": "^1.1.2",
"@shikijs/monaco": "^1.2.1",
"@shikijs/vitepress-twoslash": "^1.2.1",
"@shikijs/monaco": "^1.2.3",
"@shikijs/vitepress-twoslash": "^1.2.3",
"@slidev/parser": "workspace:*",
"@slidev/rough-notation": "^0.1.0",
"@slidev/types": "workspace:*",
"@typescript/ata": "^0.9.4",
"@unhead/vue": "^1.9.3",
"@unocss/reset": "^0.58.8",
"@unhead/vue": "^1.9.4",
"@unocss/reset": "^0.58.9",
"@vueuse/core": "^10.9.0",
"@vueuse/math": "^10.9.0",
"@vueuse/motion": "^2.1.0",
Expand All @@ -55,10 +55,10 @@
"monaco-editor": "^0.47.0",
"prettier": "^3.2.5",
"recordrtc": "^5.6.2",
"shiki": "^1.2.1",
"shiki-magic-move": "^0.3.4",
"shiki": "^1.2.3",
"shiki-magic-move": "^0.3.5",
"typescript": "^5.4.3",
"unocss": "^0.58.8",
"unocss": "^0.58.9",
"vue": "^3.4.21",
"vue-demi": "^0.14.7",
"vue-router": "^4.3.0"
Expand Down
16 changes: 8 additions & 8 deletions packages/slidev/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,14 +54,14 @@
"@iconify-json/ph": "^1.1.11",
"@iconify-json/svg-spinners": "^1.1.2",
"@lillallol/outline-pdf": "^4.0.0",
"@shikijs/markdown-it": "^1.2.1",
"@shikijs/twoslash": "^1.2.1",
"@shikijs/vitepress-twoslash": "^1.2.1",
"@shikijs/markdown-it": "^1.2.3",
"@shikijs/twoslash": "^1.2.3",
"@shikijs/vitepress-twoslash": "^1.2.3",
"@slidev/client": "workspace:*",
"@slidev/parser": "workspace:*",
"@slidev/types": "workspace:*",
"@unocss/extractor-mdc": "^0.58.8",
"@unocss/reset": "^0.58.8",
"@unocss/extractor-mdc": "^0.58.9",
"@unocss/reset": "^0.58.9",
"@vitejs/plugin-vue": "^5.0.4",
"@vitejs/plugin-vue-jsx": "^3.1.0",
"chokidar": "^3.6.0",
Expand Down Expand Up @@ -97,11 +97,11 @@
"resolve-from": "^5.0.0",
"resolve-global": "^2.0.0",
"semver": "^7.6.0",
"shiki": "^1.2.1",
"shiki-magic-move": "^0.3.4",
"shiki": "^1.2.3",
"shiki-magic-move": "^0.3.5",
"sirv": "^2.0.4",
"typescript": "^5.4.3",
"unocss": "^0.58.8",
"unocss": "^0.58.9",
"unplugin-icons": "^0.18.5",
"unplugin-vue-components": "^0.26.0",
"unplugin-vue-markdown": "^0.26.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@
"katex": "^0.16.10",
"mermaid": "^10.9.0",
"monaco-editor": "^0.47.0",
"shiki": "^1.2.1",
"unocss": "^0.58.8",
"shiki": "^1.2.3",
"unocss": "^0.58.9",
"unplugin-icons": "^0.18.5",
"unplugin-vue-markdown": "^0.26.0",
"vite-plugin-remote-assets": "^0.4.1",
Expand Down
Loading

0 comments on commit e7dbea6

Please sign in to comment.