Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed May 10, 2024
1 parent 76e8b75 commit c0ba373
Show file tree
Hide file tree
Showing 5 changed files with 285 additions and 368 deletions.
4 changes: 2 additions & 2 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@
"@slidev/types": "0.34.3",
"@types/fs-extra": "^11.0.4",
"@types/node": "^20.12.11",
"@unocss/reset": "^0.59.4",
"@unocss/reset": "^0.60.0",
"fs-extra": "^11.2.0",
"markdown-it": "^14.1.0",
"shiki": "^1.5.1",
"typescript": "^5.4.5",
"unocss": "^0.59.4",
"unocss": "^0.60.0",
"unplugin-icons": "^0.19.0",
"unplugin-vue-components": "^0.27.0",
"vite-plugin-inspect": "^0.8.4",
Expand Down
4 changes: 2 additions & 2 deletions packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"@slidev/types": "workspace:*",
"@typescript/ata": "^0.9.4",
"@unhead/vue": "^1.9.10",
"@unocss/reset": "^0.59.4",
"@unocss/reset": "^0.60.0",
"@vueuse/core": "^10.9.0",
"@vueuse/math": "^10.9.0",
"@vueuse/motion": "^2.1.0",
Expand All @@ -57,7 +57,7 @@
"shiki": "^1.5.1",
"shiki-magic-move": "^0.4.2",
"typescript": "^5.4.5",
"unocss": "^0.59.4",
"unocss": "^0.60.0",
"vue": "^3.4.27",
"vue-router": "^4.3.2",
"yaml": "^2.4.2"
Expand Down
6 changes: 3 additions & 3 deletions packages/slidev/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@
"@slidev/client": "workspace:*",
"@slidev/parser": "workspace:*",
"@slidev/types": "workspace:*",
"@unocss/extractor-mdc": "^0.59.4",
"@unocss/reset": "^0.59.4",
"@unocss/extractor-mdc": "^0.60.0",
"@unocss/reset": "^0.60.0",
"@vitejs/plugin-vue": "^5.0.4",
"@vitejs/plugin-vue-jsx": "^3.1.0",
"chokidar": "^3.6.0",
Expand Down Expand Up @@ -103,7 +103,7 @@
"sirv": "^2.0.4",
"source-map-js": "^1.2.0",
"typescript": "^5.4.5",
"unocss": "^0.59.4",
"unocss": "^0.60.0",
"unplugin-icons": "^0.19.0",
"unplugin-vue-components": "^0.27.0",
"unplugin-vue-markdown": "^0.26.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"mermaid": "^10.9.0",
"monaco-editor": "^0.48.0",
"shiki": "^1.5.1",
"unocss": "^0.59.4",
"unocss": "^0.60.0",
"unplugin-icons": "^0.19.0",
"unplugin-vue-markdown": "^0.26.2",
"vite-plugin-remote-assets": "^0.4.1",
Expand Down

0 comments on commit c0ba373

Please sign in to comment.