Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Sep 24, 2021
1 parent 03bd9ae commit bda4bb3
Show file tree
Hide file tree
Showing 4 changed files with 230 additions and 111 deletions.
6 changes: 3 additions & 3 deletions package.json
Expand Up @@ -71,16 +71,16 @@
"ts-jest": "^27.0.5",
"tsup": "5.1.0",
"typescript": "^4.4.3",
"vite": "^2.5.8",
"vite-plugin-windicss": "^1.4.3",
"vite": "^2.6.0-beta.2",
"vite-plugin-windicss": "^1.4.5",
"zx": "^4.2.0"
},
"engines": {
"node": ">=14.0.0"
},
"pnpm": {
"overrides": {
"vite": "^2.5.8"
"vite": "^2.6.0-beta.2"
}
}
}
2 changes: 1 addition & 1 deletion packages/client/package.json
Expand Up @@ -30,7 +30,7 @@
"prettier": "^2.4.1",
"recordrtc": "^5.6.2",
"resolve": "^1.20.0",
"vite-plugin-windicss": "^1.4.3",
"vite-plugin-windicss": "^1.4.5",
"vue": "^3.2.12",
"vue-router": "^4.0.11",
"windicss": "^3.1.7"
Expand Down
6 changes: 3 additions & 3 deletions packages/slidev/package.json
Expand Up @@ -50,7 +50,7 @@
"@slidev/client": "workspace:*",
"@slidev/parser": "workspace:*",
"@slidev/types": "workspace:*",
"@vitejs/plugin-vue": "^1.6.2",
"@vitejs/plugin-vue": "^1.9.1",
"@vue/compiler-sfc": "^3.2.12",
"cli-progress": "^3.9.1",
"codemirror": "^5.62.3",
Expand Down Expand Up @@ -79,11 +79,11 @@
"shiki": "^0.9.11",
"unplugin-icons": "^0.11.3",
"unplugin-vue-components": "^0.15.2",
"vite": "^2.5.8",
"vite": "^2.6.0-beta.2",
"vite-plugin-md": "^0.11.1",
"vite-plugin-remote-assets": "^0.2.2",
"vite-plugin-vue-server-ref": "^0.2.4",
"vite-plugin-windicss": "^1.4.3",
"vite-plugin-windicss": "^1.4.5",
"vue": "^3.2.12",
"windicss": "^3.1.7",
"yargs": "^17.1.1"
Expand Down

0 comments on commit bda4bb3

Please sign in to comment.