Skip to content

Commit

Permalink
feat: upgrade vueuse
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Aug 15, 2024
1 parent 85322ae commit 9a1e824
Show file tree
Hide file tree
Showing 6 changed files with 223 additions and 195 deletions.
6 changes: 3 additions & 3 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"dependencies": {
"@antfu/utils": "^0.7.10",
"@vueuse/core": "^10.11.1",
"@vueuse/core": "^11.0.0",
"typeit": "8.1.0"
},
"devDependencies": {
Expand All @@ -26,14 +26,14 @@
"@slidev/types": "workspace:*",
"@types/fs-extra": "^11.0.4",
"@types/node": "^22.3.0",
"@unocss/reset": "^0.62.1",
"@unocss/reset": "^0.62.2",
"fast-glob": "^3.3.2",
"fs-extra": "^11.2.0",
"gray-matter": "^4.0.3",
"markdown-it": "^14.1.0",
"shiki": "^1.13.0",
"typescript": "^5.5.4",
"unocss": "^0.62.1",
"unocss": "^0.62.2",
"unplugin-icons": "^0.19.2",
"unplugin-vue-components": "^0.27.4",
"vite-plugin-inspect": "^0.8.5",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"@types/resolve": "^1.20.6",
"@types/semver": "^7.5.8",
"@types/yargs": "^17.0.33",
"@vueuse/core": "^10.11.1",
"@vueuse/core": "^11.0.0",
"bumpp": "^9.5.1",
"cross-env": "^7.0.3",
"cypress": "^13.13.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 @@ -39,9 +39,9 @@
"@slidev/types": "workspace:*",
"@typescript/ata": "^0.9.7",
"@unhead/vue": "^1.9.16",
"@unocss/reset": "^0.62.1",
"@vueuse/core": "^10.11.1",
"@vueuse/math": "^10.11.1",
"@unocss/reset": "^0.62.2",
"@vueuse/core": "^11.0.0",
"@vueuse/math": "^11.0.0",
"@vueuse/motion": "^2.2.3",
"drauu": "^0.4.0",
"file-saver": "^2.0.5",
Expand All @@ -56,7 +56,7 @@
"shiki": "^1.13.0",
"shiki-magic-move": "^0.4.3",
"typescript": "^5.5.4",
"unocss": "^0.62.1",
"unocss": "^0.62.2",
"vue": "^3.4.38",
"vue-router": "^4.4.3",
"yaml": "^2.5.0"
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.62.1",
"@unocss/reset": "^0.62.1",
"@unocss/extractor-mdc": "^0.62.2",
"@unocss/reset": "^0.62.2",
"@vitejs/plugin-vue": "^5.1.2",
"@vitejs/plugin-vue-jsx": "^4.0.1",
"chokidar": "^3.6.0",
Expand Down Expand Up @@ -104,7 +104,7 @@
"sirv": "^2.0.4",
"source-map-js": "^1.2.0",
"typescript": "^5.5.4",
"unocss": "^0.62.1",
"unocss": "^0.62.2",
"unplugin-icons": "^0.19.2",
"unplugin-vue-components": "^0.27.4",
"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 @@ -36,7 +36,7 @@
"mermaid": "^10.9.1",
"monaco-editor": "^0.50.0",
"shiki": "^1.13.0",
"unocss": "^0.62.1",
"unocss": "^0.62.2",
"unplugin-icons": "^0.19.2",
"unplugin-vue-markdown": "^0.26.2",
"vite-plugin-inspect": "^0.8.5",
Expand Down
Loading

0 comments on commit 9a1e824

Please sign in to comment.