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 24, 2024
1 parent 61d3fb6 commit 4e28c39
Show file tree
Hide file tree
Showing 7 changed files with 325 additions and 330 deletions.
2 changes: 1 addition & 1 deletion cypress/fixtures/basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
"@slidev/theme-default": "^0.25.0",
"@slidev/theme-seriph": "^0.25.0",
"@slidev/types": "workspace:*",
"nodemon": "^3.0.3"
"nodemon": "^3.1.0"
}
}
2 changes: 1 addition & 1 deletion demo/composable-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
"@slidev/theme-default": "^0.25.0",
"@slidev/theme-seriph": "^0.25.0",
"@slidev/types": "workspace:*",
"nodemon": "^3.0.3"
"nodemon": "^3.1.0"
}
}
2 changes: 1 addition & 1 deletion demo/starter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
"@slidev/theme-default": "^0.25.0",
"@slidev/theme-seriph": "^0.25.0",
"@slidev/types": "workspace:*",
"nodemon": "^3.0.3"
"nodemon": "^3.1.0"
}
}
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"type": "module",
"version": "0.48.0-beta.6",
"private": true,
"packageManager": "[email protected].3",
"packageManager": "[email protected].4",
"engines": {
"node": ">=18.0.0"
},
Expand All @@ -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.6",
"@shikijs/markdown-it": "^1.1.7",
"@slidev/cli": "workspace:*",
"@slidev/parser": "workspace:*",
"@slidev/types": "workspace:*",
Expand All @@ -39,7 +39,7 @@
"@types/js-yaml": "^4.0.9",
"@types/katex": "^0.16.7",
"@types/markdown-it": "^13.0.7",
"@types/node": "^20.11.19",
"@types/node": "^20.11.20",
"@types/prismjs": "^1.26.3",
"@types/prompts": "^2.4.9",
"@types/recordrtc": "^5.6.14",
Expand All @@ -49,21 +49,21 @@
"@vueuse/core": "^10.8.0",
"bumpp": "^9.3.0",
"cross-env": "^7.0.3",
"cypress": "^13.6.5",
"eslint": "^8.56.0",
"cypress": "^13.6.6",
"eslint": "^8.57.0",
"esno": "^4.0.0",
"katex": "^0.16.9",
"lint-staged": "^15.2.2",
"mermaid": "^10.8.0",
"playwright-chromium": "^1.41.2",
"pnpm": "^8.15.3",
"pnpm": "^8.15.4",
"rimraf": "^5.0.5",
"shiki": "^1.1.6",
"shiki": "^1.1.7",
"simple-git-hooks": "^2.9.0",
"taze": "^0.13.3",
"tsup": "^8.0.2",
"typescript": "^5.3.3",
"vite": "^5.1.3",
"vite": "^5.1.4",
"vitest": "^1.3.1",
"vue-tsc": "^1.8.27",
"zx": "^7.2.3"
Expand Down
10 changes: 5 additions & 5 deletions packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,22 +29,22 @@
"@antfu/utils": "^0.7.7",
"@iconify-json/carbon": "^1.1.30",
"@iconify-json/ph": "^1.1.11",
"@shikijs/vitepress-twoslash": "^1.1.6",
"@shikijs/vitepress-twoslash": "^1.1.7",
"@slidev/parser": "workspace:*",
"@slidev/rough-notation": "^0.0.4",
"@slidev/types": "workspace:*",
"@unhead/vue": "^1.8.10",
"@unocss/reset": "^0.58.5",
"@vueuse/core": "^10.8.0",
"@vueuse/math": "^10.8.0",
"@vueuse/motion": "^2.0.0",
"@vueuse/motion": "^2.1.0",
"codemirror": "^5.65.16",
"defu": "^6.1.4",
"drauu": "^0.4.0",
"file-saver": "^2.0.5",
"floating-vue": "^5.2.2",
"fuse.js": "^7.0.0",
"js-base64": "^3.7.6",
"js-base64": "^3.7.7",
"js-yaml": "^4.1.0",
"katex": "^0.16.9",
"mermaid": "^10.8.0",
Expand All @@ -55,9 +55,9 @@
"resolve": "^1.22.8",
"unocss": "^0.58.5",
"vue": "^3.4.19",
"vue-router": "^4.2.5"
"vue-router": "^4.3.0"
},
"devDependencies": {
"vite": "^5.1.3"
"vite": "^5.1.4"
}
}
14 changes: 7 additions & 7 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.6",
"@shikijs/twoslash": "^1.1.6",
"@shikijs/vitepress-twoslash": "^1.1.6",
"@shikijs/markdown-it": "^1.1.7",
"@shikijs/twoslash": "^1.1.7",
"@shikijs/vitepress-twoslash": "^1.1.7",
"@slidev/client": "workspace:*",
"@slidev/parser": "workspace:*",
"@slidev/types": "workspace:*",
Expand All @@ -75,15 +75,15 @@
"htmlparser2": "^9.1.0",
"is-installed-globally": "^1.0.0",
"jiti": "^1.21.0",
"js-base64": "^3.7.6",
"js-base64": "^3.7.7",
"katex": "^0.16.9",
"kolorist": "^1.8.0",
"local-pkg": "^0.5.0",
"markdown-it": "^14.0.0",
"markdown-it-footnote": "^4.0.0",
"markdown-it-link-attributes": "^4.0.1",
"markdown-it-mdc": "^0.2.3",
"mlly": "^1.5.0",
"mlly": "^1.6.1",
"monaco-editor": "^0.37.1",
"nanoid": "^5.0.6",
"open": "^10.0.3",
Expand All @@ -96,7 +96,7 @@
"resolve": "^1.22.8",
"resolve-from": "^5.0.0",
"resolve-global": "^2.0.0",
"shiki": "^1.1.6",
"shiki": "^1.1.7",
"sirv": "^2.0.4",
"typescript": "^5.3.3",
"unocss": "^0.58.5",
Expand All @@ -105,7 +105,7 @@
"unplugin-vue-markdown": "^0.26.0",
"untun": "^0.1.3",
"uqr": "^0.1.2",
"vite": "^5.1.3",
"vite": "^5.1.4",
"vite-plugin-inspect": "^0.8.3",
"vite-plugin-remote-assets": "^0.4.1",
"vite-plugin-static-copy": "^1.0.1",
Expand Down
Loading

0 comments on commit 4e28c39

Please sign in to comment.