Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Jun 27, 2021
1 parent 443b9ea commit 94b0842
Show file tree
Hide file tree
Showing 7 changed files with 134 additions and 135 deletions.
4 changes: 1 addition & 3 deletions .tazerc.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
"exclude": [
"@iconify/json",
"husky",
"mermaid",
"@vue/compiler-sfc",
"vue"
"mermaid"
]
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"ts-jest": "^27.0.3",
"tsup": "4.12.0",
"typescript": "^4.3.4",
"vite": "^2.3.8",
"vite": "^2.4.0-beta.0",
"vite-plugin-windicss": "^1.1.1",
"zx": "^1.14.2"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"recordrtc": "^5.6.2",
"resolve": "^1.20.0",
"vite-plugin-windicss": "^1.1.1",
"vue": "3.0.11",
"vue": "^3.1.2",
"vue-router": "^4.0.10",
"windicss": "^3.1.3"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/create-theme/template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@
"theme-vitesse": "^0.1.12"
},
"devDependencies": {
"@slidev/cli": "^0.21.3"
"@slidev/cli": "^0.21.4"
}
}
6 changes: 3 additions & 3 deletions packages/slidev/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"@slidev/parser": "workspace:*",
"@slidev/types": "workspace:*",
"@vitejs/plugin-vue": "^1.2.4",
"@vue/compiler-sfc": "3.0.11",
"@vue/compiler-sfc": "^3.1.2",
"cli-progress": "^3.9.0",
"codemirror": "^5.62.0",
"connect": "^3.7.0",
Expand All @@ -80,13 +80,13 @@
"resolve-from": "^5.0.0",
"resolve-global": "^1.0.0",
"shiki": "^0.9.5",
"vite": "^2.3.8",
"vite": "^2.4.0-beta.0",
"vite-plugin-components": "^0.11.2",
"vite-plugin-icons": "^0.6.3",
"vite-plugin-md": "^0.6.7",
"vite-plugin-remote-assets": "^0.2.2",
"vite-plugin-windicss": "^1.1.1",
"vue": "3.0.11",
"vue": "^3.1.2",
"windicss": "^3.1.3",
"yargs": "^17.0.1"
},
Expand Down

0 comments on commit 94b0842

Please sign in to comment.