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 21, 2024
1 parent faef3d2 commit 151268e
Show file tree
Hide file tree
Showing 5 changed files with 128 additions and 119 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.1.5",
"@shikijs/markdown-it": "^1.1.6",
"@slidev/cli": "workspace:*",
"@slidev/parser": "workspace:*",
"@slidev/types": "workspace:*",
Expand All @@ -46,10 +46,10 @@
"@types/resolve": "^1.20.6",
"@types/semver": "^7.5.7",
"@types/yargs": "^17.0.32",
"@vueuse/core": "^10.7.2",
"@vueuse/core": "^10.8.0",
"bumpp": "^9.3.0",
"cross-env": "^7.0.3",
"cypress": "^13.6.4",
"cypress": "^13.6.5",
"eslint": "^8.56.0",
"esno": "^4.0.0",
"katex": "^0.16.9",
Expand All @@ -58,13 +58,13 @@
"playwright-chromium": "^1.41.2",
"pnpm": "^8.15.3",
"rimraf": "^5.0.5",
"shiki": "^1.1.5",
"shiki": "^1.1.6",
"simple-git-hooks": "^2.9.0",
"taze": "^0.13.3",
"tsup": "^8.0.2",
"typescript": "^5.3.3",
"vite": "^5.1.3",
"vitest": "^1.3.0",
"vitest": "^1.3.1",
"vue-tsc": "^1.8.27",
"zx": "^7.2.3"
},
Expand All @@ -77,7 +77,7 @@
"pre-commit": "npx lint-staged"
},
"lint-staged": {
"{packages,.vitepress,scripts}/**/*.{js,ts,vue,json}": [
"**/*.{js,ts,vue,json}": [
"eslint --fix --cache"
]
}
Expand Down
8 changes: 4 additions & 4 deletions packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@
"@antfu/utils": "^0.7.7",
"@iconify-json/carbon": "^1.1.30",
"@iconify-json/ph": "^1.1.11",
"@shikijs/vitepress-twoslash": "^1.1.5",
"@shikijs/vitepress-twoslash": "^1.1.6",
"@slidev/parser": "workspace:*",
"@slidev/types": "workspace:*",
"@unhead/vue": "^1.8.10",
"@unocss/reset": "^0.58.5",
"@vueuse/core": "^10.7.2",
"@vueuse/math": "^10.7.2",
"@vueuse/core": "^10.8.0",
"@vueuse/math": "^10.8.0",
"@vueuse/motion": "^2.0.0",
"codemirror": "^5.65.16",
"defu": "^6.1.4",
Expand All @@ -41,7 +41,7 @@
"katex": "^0.16.9",
"mermaid": "^10.8.0",
"monaco-editor": "^0.37.1",
"nanoid": "^5.0.5",
"nanoid": "^5.0.6",
"prettier": "^3.2.5",
"recordrtc": "^5.6.2",
"resolve": "^1.22.8",
Expand Down
2 changes: 1 addition & 1 deletion packages/slidev/node/plugins/loaders.ts
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ function renderNoteHTML(data: SlideInfo): SlideInfo {
}

export function createSlidesLoader(
{ data, entry, clientRoot, roots, remote, mode }: ResolvedSlidevOptions,
{ data, clientRoot, roots, remote, mode }: ResolvedSlidevOptions,
pluginOptions: SlidevPluginOptions,
serverOptions: SlidevServerOptions,
): Plugin[] {
Expand Down
10 changes: 5 additions & 5 deletions packages/slidev/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@
"@iconify-json/ph": "^1.1.11",
"@lillallol/outline-pdf": "^4.0.0",
"@mrdrogdrog/optional": "^1.2.1",
"@shikijs/markdown-it": "^1.1.5",
"@shikijs/twoslash": "^1.1.5",
"@shikijs/vitepress-twoslash": "^1.1.5",
"@shikijs/markdown-it": "^1.1.6",
"@shikijs/twoslash": "^1.1.6",
"@shikijs/vitepress-twoslash": "^1.1.6",
"@slidev/client": "workspace:*",
"@slidev/parser": "workspace:*",
"@slidev/types": "workspace:*",
Expand Down Expand Up @@ -85,7 +85,7 @@
"markdown-it-mdc": "^0.2.3",
"mlly": "^1.5.0",
"monaco-editor": "^0.37.1",
"nanoid": "^5.0.5",
"nanoid": "^5.0.6",
"open": "^10.0.3",
"pdf-lib": "^1.17.1",
"plantuml-encoder": "^1.4.0",
Expand All @@ -96,7 +96,7 @@
"resolve": "^1.22.8",
"resolve-from": "^5.0.0",
"resolve-global": "^2.0.0",
"shiki": "^1.1.5",
"shiki": "^1.1.6",
"sirv": "^2.0.4",
"typescript": "^5.3.3",
"unocss": "^0.58.5",
Expand Down
Loading

0 comments on commit 151268e

Please sign in to comment.