Skip to content

Commit

Permalink
feat: use Vite 2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Sep 30, 2021
1 parent 25b7569 commit 0c4e33d
Show file tree
Hide file tree
Showing 4 changed files with 450 additions and 451 deletions.
20 changes: 10 additions & 10 deletions package.json
Expand Up @@ -44,35 +44,35 @@
"@types/katex": "^0.11.1",
"@types/markdown-it": "^12.2.1",
"@types/mermaid": "^8.2.7",
"@types/node": "^16.10.1",
"@types/prettier": "^2.4.0",
"@types/node": "^16.10.2",
"@types/prettier": "^2.4.1",
"@types/prismjs": "^1.16.6",
"@types/prompts": "^2.4.0",
"@types/recordrtc": "^5.6.7",
"@types/resolve": "^1.20.1",
"@types/semver": "^7.3.8",
"@typescript-eslint/eslint-plugin": "^4.31.2",
"@typescript-eslint/eslint-plugin": "^4.32.0",
"@vueuse/core": "^6.5.3",
"bumpp": "^7.1.1",
"cross-env": "^7.0.3",
"cypress": "^7.7.0",
"eslint": "^7.32.0",
"eslint-plugin-cypress": "^2.12.1",
"eslint-plugin-jest": "^24.4.2",
"eslint-plugin-jest": "^24.5.0",
"esno": "^0.10.0",
"husky": "4.3.7",
"jest": "^27.2.2",
"jest": "^27.2.4",
"katex": "^0.13.18",
"lint-staged": "^11.1.2",
"mermaid": "^8.13.0",
"mermaid": "^8.13.2",
"playwright-chromium": "^1.15.0",
"pnpm": "^6.15.1",
"pnpm": "^6.16.0",
"rimraf": "^3.0.2",
"ts-jest": "^27.0.5",
"tsup": "5.2.0",
"tsup": "5.2.1",
"typescript": "^4.4.3",
"vite": "^2.5.10",
"vite-plugin-windicss": "^1.4.7",
"vite": "^2.6.1",
"vite-plugin-windicss": "^1.4.8",
"zx": "^4.2.0"
},
"engines": {
Expand Down
8 changes: 4 additions & 4 deletions packages/client/package.json
Expand Up @@ -18,22 +18,22 @@
"@vueuse/core": "^6.5.3",
"@vueuse/head": "^0.6.0",
"@vueuse/motion": "^1.6.0",
"codemirror": "^5.63.0",
"codemirror": "^5.63.1",
"drauu": "^0.2.0",
"file-saver": "^2.0.5",
"js-base64": "^3.7.2",
"js-yaml": "^4.1.0",
"katex": "^0.13.18",
"mermaid": "^8.13.0",
"mermaid": "^8.13.2",
"monaco-editor": "^0.28.1",
"nanoid": "^3.1.28",
"prettier": "^2.4.1",
"recordrtc": "^5.6.2",
"resolve": "^1.20.0",
"vite-plugin-windicss": "^1.4.7",
"vite-plugin-windicss": "^1.4.8",
"vue": "^3.2.19",
"vue-router": "^4.0.11",
"windicss": "^3.1.7"
"windicss": "^3.1.8"
},
"engines": {
"node": ">=14.0.0"
Expand Down
10 changes: 5 additions & 5 deletions packages/slidev/package.json
Expand Up @@ -53,14 +53,14 @@
"@vitejs/plugin-vue": "^1.9.2",
"@vue/compiler-sfc": "^3.2.19",
"cli-progress": "^3.9.1",
"codemirror": "^5.63.0",
"codemirror": "^5.63.1",
"connect": "^3.7.0",
"debug": "^4.3.2",
"fast-glob": "^3.2.7",
"fs-extra": "^10.0.0",
"import-from": "^4.0.0",
"is-installed-globally": "^0.4.0",
"jiti": "^1.12.3",
"jiti": "^1.12.5",
"js-base64": "^3.7.2",
"katex": "^0.13.18",
"kolorist": "^1.5.0",
Expand All @@ -79,13 +79,13 @@
"shiki": "^0.9.11",
"unplugin-icons": "^0.11.4",
"unplugin-vue-components": "^0.15.4",
"vite": "^2.5.10",
"vite": "^2.6.1",
"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.7",
"vite-plugin-windicss": "^1.4.8",
"vue": "^3.2.19",
"windicss": "^3.1.7",
"windicss": "^3.1.8",
"yargs": "^17.2.1"
},
"devDependencies": {
Expand Down

0 comments on commit 0c4e33d

Please sign in to comment.