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 12, 2024
1 parent 6bf284c commit ec561f1
Show file tree
Hide file tree
Showing 5 changed files with 278 additions and 289 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@antfu/eslint-config": "^2.6.4",
"@antfu/ni": "^0.21.12",
"@antfu/utils": "^0.7.7",
"@shikijs/markdown-it": "^1.0.0-rc.0",
"@shikijs/markdown-it": "^1.1.1",
"@slidev/cli": "workspace:*",
"@slidev/parser": "workspace:*",
"@slidev/types": "workspace:*",
Expand All @@ -40,12 +40,12 @@
"@types/katex": "^0.16.7",
"@types/localtunnel": "^2.0.4",
"@types/markdown-it": "^13.0.7",
"@types/node": "^20.11.16",
"@types/node": "^20.11.17",
"@types/prismjs": "^1.26.3",
"@types/prompts": "^2.4.9",
"@types/recordrtc": "^5.6.14",
"@types/resolve": "^1.20.6",
"@types/semver": "^7.5.6",
"@types/semver": "^7.5.7",
"@types/yargs": "^17.0.32",
"@vueuse/core": "^10.7.2",
"bumpp": "^9.3.0",
Expand All @@ -59,12 +59,12 @@
"playwright-chromium": "^1.41.2",
"pnpm": "^8.15.1",
"rimraf": "^5.0.5",
"shiki": "^1.0.0-rc.0",
"shiki": "^1.1.1",
"simple-git-hooks": "^2.9.0",
"taze": "^0.13.3",
"tsup": "^8.0.1",
"tsup": "^8.0.2",
"typescript": "^5.3.3",
"vite": "^5.0.12",
"vite": "^5.1.1",
"vitest": "^1.2.2",
"vue-tsc": "^1.8.27",
"zx": "^7.2.3"
Expand Down
8 changes: 4 additions & 4 deletions packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@
},
"dependencies": {
"@antfu/utils": "^0.7.7",
"@iconify-json/carbon": "^1.1.28",
"@iconify-json/carbon": "^1.1.30",
"@iconify-json/ph": "^1.1.11",
"@shikijs/vitepress-twoslash": "^1.0.0-beta.5",
"@shikijs/vitepress-twoslash": "^1.1.1",
"@slidev/parser": "workspace:*",
"@slidev/types": "workspace:*",
"@unhead/vue": "^1.8.10",
Expand All @@ -46,10 +46,10 @@
"recordrtc": "^5.6.2",
"resolve": "^1.22.8",
"unocss": "^0.58.5",
"vue": "^3.4.15",
"vue": "^3.4.18",
"vue-router": "^4.2.5"
},
"devDependencies": {
"vite": "^5.0.12"
"vite": "^5.1.1"
}
}
2 changes: 1 addition & 1 deletion packages/create-app/template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
"@slidev/cli": "^0.47.4",
"@slidev/theme-default": "latest",
"@slidev/theme-seriph": "latest",
"vue": "^3.4.15"
"vue": "^3.4.18"
}
}
20 changes: 10 additions & 10 deletions packages/slidev/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,19 +49,19 @@
},
"dependencies": {
"@antfu/utils": "^0.7.7",
"@iconify-json/carbon": "^1.1.28",
"@iconify-json/carbon": "^1.1.30",
"@iconify-json/ph": "^1.1.11",
"@lillallol/outline-pdf": "^4.0.0",
"@mrdrogdrog/optional": "^1.2.1",
"@shikijs/markdown-it": "^1.0.0-beta.5",
"@shikijs/twoslash": "^1.0.0-beta.5",
"@shikijs/vitepress-twoslash": "^1.0.0-beta.5",
"@shikijs/markdown-it": "^1.1.1",
"@shikijs/twoslash": "^1.1.1",
"@shikijs/vitepress-twoslash": "^1.1.1",
"@slidev/client": "workspace:*",
"@slidev/parser": "workspace:*",
"@slidev/types": "workspace:*",
"@unocss/extractor-mdc": "^0.58.5",
"@unocss/reset": "^0.58.5",
"@vitejs/plugin-vue": "^5.0.3",
"@vitejs/plugin-vue": "^5.0.4",
"@vitejs/plugin-vue-jsx": "^3.1.0",
"cli-progress": "^3.12.0",
"codemirror": "^5.65.5",
Expand All @@ -83,7 +83,7 @@
"markdown-it": "^14.0.0",
"markdown-it-footnote": "^4.0.0",
"markdown-it-link-attributes": "^4.0.1",
"markdown-it-mdc": "^0.2.1",
"markdown-it-mdc": "^0.2.3",
"mlly": "^1.5.0",
"monaco-editor": "^0.37.1",
"nanoid": "^5.0.5",
Expand All @@ -97,26 +97,26 @@
"resolve": "^1.22.8",
"resolve-from": "^5.0.0",
"resolve-global": "^2.0.0",
"shiki": "^1.0.0-beta.5",
"shiki": "^1.1.1",
"sirv": "^2.0.4",
"typescript": "^5.3.3",
"unocss": "^0.58.5",
"unplugin-icons": "^0.18.5",
"unplugin-vue-components": "^0.26.0",
"unplugin-vue-markdown": "^0.26.0",
"uqr": "^0.1.2",
"vite": "^5.0.12",
"vite": "^5.1.1",
"vite-plugin-inspect": "^0.8.3",
"vite-plugin-remote-assets": "^0.4.1",
"vite-plugin-static-copy": "^1.0.1",
"vite-plugin-vue-server-ref": "^0.4.2",
"vitefu": "^0.2.5",
"vue": "^3.4.15",
"vue": "^3.4.18",
"yargs": "^17.7.2"
},
"devDependencies": {
"@hedgedoc/markdown-it-plugins": "^2.1.4",
"@types/plantuml-encoder": "^1.4.2",
"semver": "^7.5.4"
"semver": "^7.6.0"
}
}
Loading

0 comments on commit ec561f1

Please sign in to comment.