Skip to content

Commit

Permalink
fix: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Jun 8, 2021
1 parent f9465e3 commit 814831a
Show file tree
Hide file tree
Showing 5 changed files with 113 additions and 119 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,8 @@
"ts-jest": "^27.0.3",
"tsup": "4.11.2",
"typescript": "^4.3.2",
"vite": "^2.3.6",
"vite-plugin-windicss": "^1.0.2",
"vite": "^2.3.7",
"vite-plugin-windicss": "^1.0.3",
"zx": "^1.14.1"
}
}
4 changes: 2 additions & 2 deletions packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
"prettier": "^2.3.1",
"recordrtc": "^5.6.2",
"resolve": "^1.20.0",
"vite-plugin-windicss": "^1.0.2",
"vue": "3.0.11",
"vite-plugin-windicss": "^1.0.3",
"vue": "3.1.1",
"vue-router": "^4.0.8",
"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.19.6"
"@slidev/cli": "^0.19.8"
}
}
8 changes: 4 additions & 4 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.3",
"@vue/compiler-sfc": "3.0.11",
"@vue/compiler-sfc": "3.1.1",
"cli-progress": "^3.9.0",
"codemirror": "^5.61.1",
"connect": "^3.7.0",
Expand All @@ -79,13 +79,13 @@
"resolve-from": "^5.0.0",
"resolve-global": "^1.0.0",
"shiki": "^0.9.4",
"vite": "^2.3.6",
"vite": "^2.3.7",
"vite-plugin-components": "^0.10.4",
"vite-plugin-icons": "^0.6.1",
"vite-plugin-md": "^0.6.7",
"vite-plugin-remote-assets": "^0.2.2",
"vite-plugin-windicss": "^1.0.2",
"vue": "3.0.11",
"vite-plugin-windicss": "^1.0.3",
"vue": "3.1.1",
"windicss": "^3.1.3",
"yargs": "^17.0.1"
},
Expand Down

0 comments on commit 814831a

Please sign in to comment.