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 3, 2021
1 parent 82fc108 commit ed273aa
Show file tree
Hide file tree
Showing 4 changed files with 109 additions and 79 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,13 @@
"@types/katex": "^0.11.0",
"@types/markdown-it": "^12.0.1",
"@types/mermaid": "^8.2.6",
"@types/node": "^15.6.1",
"@types/node": "^15.9.0",
"@types/prettier": "^2.2.3",
"@types/prismjs": "^1.16.5",
"@types/prompts": "^2.4.0",
"@types/recordrtc": "^5.6.5",
"@types/resolve": "^1.20.0",
"@typescript-eslint/eslint-plugin": "^4.25.0",
"@typescript-eslint/eslint-plugin": "^4.26.0",
"@vueuse/core": "^4.11.2",
"bumpp": "^6.0.6",
"cross-env": "^7.0.3",
Expand All @@ -68,12 +68,12 @@
"lint-staged": "^11.0.0",
"mermaid": "^8.10.1",
"playwright-chromium": "^1.11.1",
"pnpm": "^6.6.2",
"pnpm": "^6.7.0",
"rimraf": "^3.0.2",
"ts-jest": "^27.0.2",
"tsup": "4.11.1",
"tsup": "4.11.2",
"typescript": "^4.3.2",
"vite": "^2.3.4",
"vite": "^2.3.6",
"vite-plugin-windicss": "^0.16.7",
"zx": "^1.14.1"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/create-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"homepage": "https://sli.dev",
"bugs": "https://github.com/slidevjs/slidev/issues",
"dependencies": {
"execa": "^5.0.1",
"execa": "^5.1.0",
"kolorist": "^1.4.1",
"minimist": "^1.2.5",
"prompts": "^2.4.1"
Expand Down
6 changes: 3 additions & 3 deletions packages/slidev/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,15 +53,15 @@
"@slidev/client": "workspace:*",
"@slidev/parser": "workspace:*",
"@slidev/types": "workspace:*",
"@vitejs/plugin-vue": "^1.2.2",
"@vitejs/plugin-vue": "^1.2.3",
"@vue/compiler-sfc": "^3.0.11",
"cli-progress": "^3.9.0",
"codemirror": "^5.61.1",
"connect": "^3.7.0",
"debug": "^4.3.2",
"fast-glob": "^3.2.5",
"fs-extra": "^10.0.0",
"import-from": "^3.0.0",
"import-from": "^4.0.0",
"is-installed-globally": "^0.4.0",
"jiti": "^1.10.1",
"js-base64": "^3.6.1",
Expand All @@ -79,7 +79,7 @@
"resolve-global": "^1.0.0",
"shiki": "^0.9.4",
"sirv": "^1.0.12",
"vite": "^2.3.4",
"vite": "^2.3.6",
"vite-plugin-components": "^0.10.4",
"vite-plugin-icons": "^0.6.0",
"vite-plugin-md": "^0.6.7",
Expand Down

0 comments on commit ed273aa

Please sign in to comment.