Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Feb 8, 2022
1 parent f332669 commit f4142dd
Show file tree
Hide file tree
Showing 6 changed files with 591 additions and 581 deletions.
3 changes: 2 additions & 1 deletion .tazerc.json
Expand Up @@ -2,6 +2,7 @@
"exclude": [
"husky",
"cypress",
"mermaid"
"mermaid",
"execa"
]
}
34 changes: 17 additions & 17 deletions package.json
Expand Up @@ -26,9 +26,9 @@
]
},
"devDependencies": {
"@antfu/eslint-config": "^0.15.0",
"@antfu/eslint-config": "^0.16.1",
"@antfu/ni": "^0.12.0",
"@antfu/utils": "^0.4.0",
"@antfu/utils": "^0.5.0",
"@slidev/cli": "workspace:*",
"@slidev/parser": "workspace:*",
"@slidev/types": "workspace:*",
Expand All @@ -42,35 +42,35 @@
"@types/katex": "^0.11.1",
"@types/markdown-it": "^12.2.3",
"@types/mermaid": "^8.2.7",
"@types/node": "^17.0.8",
"@types/node": "^17.0.16",
"@types/prettier": "^2.4.3",
"@types/prismjs": "^1.16.6",
"@types/prismjs": "^1.26.0",
"@types/prompts": "^2.4.0",
"@types/recordrtc": "^5.6.8",
"@types/resolve": "^1.20.1",
"@types/semver": "^7.3.9",
"@types/yargs": "^17.0.8",
"@typescript-eslint/eslint-plugin": "^5.9.1",
"@vueuse/core": "^7.5.3",
"@typescript-eslint/eslint-plugin": "^5.11.0",
"@vueuse/core": "^7.6.0",
"bumpp": "^7.1.1",
"cross-env": "^7.0.3",
"cypress": "^7.7.0",
"eslint": "^8.6.0",
"eslint": "^8.8.0",
"eslint-plugin-cypress": "^2.12.1",
"esno": "^0.13.0",
"esno": "^0.14.1",
"husky": "4.3.7",
"katex": "^0.15.2",
"lint-staged": "^12.1.7",
"lint-staged": "^12.3.3",
"mermaid": "8.13.0",
"playwright-chromium": "^1.17.2",
"pnpm": "^6.26.1",
"playwright-chromium": "^1.18.1",
"pnpm": "^6.30.0",
"rimraf": "^3.0.2",
"tsup": "5.11.11",
"typescript": "^4.5.4",
"vite": "^2.7.12",
"vite-plugin-windicss": "^1.6.2",
"vitest": "^0.1.13",
"zx": "^4.2.0"
"tsup": "5.11.13",
"typescript": "^4.5.5",
"vite": "^2.7.13",
"vite-plugin-windicss": "^1.7.0",
"vitest": "^0.2.8",
"zx": "^4.3.0"
},
"engines": {
"node": ">=14.0.0"
Expand Down
3 changes: 1 addition & 2 deletions packages/client/builtin/TocList.vue
Expand Up @@ -18,8 +18,7 @@ withDefaults(defineProps<{
<template>
<ul v-if="list && list.length > 0" :class="['slidev-toc-list', `slidev-toc-list-level-${level}`]">
<li v-for="item in list" :key="item.path" :class="['slidev-toc-item', {'slidev-toc-item-active': item.active}, {'slidev-toc-item-parent-active': item.activeParent}]">
<RouterLink :to="item.path" v-html="item.title">
</RouterLink>
<RouterLink :to="item.path" v-html="item.title" />
<TocList :level="level + 1" :list="item.children" />
</li>
</ul>
Expand Down
20 changes: 10 additions & 10 deletions packages/client/package.json
Expand Up @@ -12,28 +12,28 @@
"funding": "https://github.com/sponsors/antfu",
"author": "antfu <anthonyfu117@hotmail.com>",
"dependencies": {
"@antfu/utils": "^0.4.0",
"@antfu/utils": "^0.5.0",
"@slidev/parser": "workspace:*",
"@slidev/types": "workspace:*",
"@vueuse/core": "^7.5.3",
"@vueuse/head": "^0.7.4",
"@vueuse/core": "^7.6.0",
"@vueuse/head": "^0.7.5",
"@vueuse/motion": "^2.0.0-beta.9",
"codemirror": "^5.65.0",
"codemirror": "^5.65.1",
"drauu": "^0.2.1",
"file-saver": "^2.0.5",
"js-base64": "^3.7.2",
"js-yaml": "^4.1.0",
"katex": "^0.15.2",
"mermaid": "8.13.0",
"monaco-editor": "^0.31.1",
"nanoid": "^3.1.32",
"monaco-editor": "^0.32.1",
"nanoid": "^3.2.0",
"prettier": "^2.5.1",
"recordrtc": "^5.6.2",
"resolve": "^1.21.0",
"vite-plugin-windicss": "^1.6.2",
"vue": "^3.2.26",
"resolve": "^1.22.0",
"vite-plugin-windicss": "^1.7.0",
"vue": "^3.2.30",
"vue-router": "^4.0.12",
"windicss": "^3.4.2"
"windicss": "^3.4.3"
},
"engines": {
"node": ">=14.0.0"
Expand Down
34 changes: 17 additions & 17 deletions packages/slidev/package.json
Expand Up @@ -45,57 +45,57 @@
}
},
"dependencies": {
"@antfu/utils": "^0.4.0",
"@iconify-json/carbon": "^1.0.13",
"@antfu/utils": "^0.5.0",
"@iconify-json/carbon": "^1.0.14",
"@iconify-json/ph": "^1.0.4",
"@slidev/client": "workspace:*",
"@slidev/parser": "workspace:*",
"@slidev/types": "workspace:*",
"@vitejs/plugin-vue": "^2.0.1",
"@vue/compiler-sfc": "^3.2.26",
"@vitejs/plugin-vue": "^2.1.0",
"@vue/compiler-sfc": "^3.2.30",
"cli-progress": "^3.10.0",
"codemirror": "^5.65.0",
"codemirror": "^5.65.1",
"connect": "^3.7.0",
"debug": "^4.3.3",
"fast-glob": "^3.2.10",
"fast-glob": "^3.2.11",
"fs-extra": "^10.0.0",
"global-dirs": "^3.0.0",
"import-from": "^4.0.0",
"is-installed-globally": "^0.4.0",
"jiti": "^1.12.9",
"jiti": "^1.12.15",
"js-base64": "^3.7.2",
"katex": "^0.15.2",
"kolorist": "^1.5.1",
"markdown-it": "^12.3.2",
"markdown-it-footnote": "^3.0.3",
"markdown-it-link-attributes": "^4.0.0",
"monaco-editor": "^0.31.1",
"nanoid": "^3.1.32",
"monaco-editor": "^0.32.1",
"nanoid": "^3.2.0",
"open": "^8.4.0",
"pdf-lib": "^1.17.1",
"plantuml-encoder": "^1.4.0",
"prismjs": "^1.26.0",
"prompts": "^2.4.2",
"resolve": "^1.21.0",
"resolve": "^1.22.0",
"resolve-from": "^5.0.0",
"resolve-global": "^1.0.0",
"shiki": "^0.10.0",
"unplugin-icons": "^0.13.0",
"unplugin-vue-components": "^0.17.11",
"vite": "^2.7.12",
"unplugin-icons": "^0.13.1",
"unplugin-vue-components": "^0.17.18",
"vite": "^2.7.13",
"vite-plugin-md": "^0.11.7",
"vite-plugin-remote-assets": "^0.2.2",
"vite-plugin-vue-server-ref": "^0.2.4",
"vite-plugin-windicss": "^1.6.2",
"vue": "^3.2.26",
"windicss": "^3.4.2",
"vite-plugin-windicss": "^1.7.0",
"vue": "^3.2.30",
"windicss": "^3.4.3",
"yargs": "^17.3.1"
},
"devDependencies": {
"@types/plantuml-encoder": "^1.4.0",
"fast-deep-equal": "^3.1.3",
"semver": "^7.3.5",
"sirv": "^2.0.0"
"sirv": "^2.0.2"
},
"engines": {
"node": ">=14.0.0"
Expand Down

0 comments on commit f4142dd

Please sign in to comment.