Skip to content

Commit

Permalink
fix: downgrade vue to fixed version
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Jun 8, 2021
1 parent 801c371 commit 8619079
Show file tree
Hide file tree
Showing 5 changed files with 155 additions and 383 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,33 +45,33 @@
"@types/jest": "^26.0.23",
"@types/js-yaml": "^4.0.1",
"@types/katex": "^0.11.0",
"@types/markdown-it": "^12.0.1",
"@types/markdown-it": "^12.0.2",
"@types/mermaid": "^8.2.6",
"@types/node": "^15.12.1",
"@types/node": "^15.12.2",
"@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",
"@types/semver": "^7.3.6",
"@typescript-eslint/eslint-plugin": "^4.26.0",
"@vueuse/core": "^5.0.0-beta.8",
"@typescript-eslint/eslint-plugin": "^4.26.1",
"@vueuse/core": "^5.0.1",
"bumpp": "^6.0.6",
"cross-env": "^7.0.3",
"cypress": "^7.4.0",
"cypress": "^7.5.0",
"eslint": "^7.28.0",
"eslint-plugin-cypress": "^2.11.3",
"eslint-plugin-jest": "^24.3.6",
"esno": "^0.6.0",
"esno": "^0.7.0",
"husky": "4.3.7",
"jest": "^27.0.4",
"katex": "^0.13.11",
"lint-staged": "^11.0.0",
"mermaid": "^8.10.1",
"playwright-chromium": "^1.11.1",
"pnpm": "^6.7.2",
"pnpm": "^6.7.3",
"rimraf": "^3.0.2",
"ts-jest": "^27.0.2",
"ts-jest": "^27.0.3",
"tsup": "4.11.2",
"typescript": "^4.3.2",
"vite": "^2.3.6",
Expand Down
6 changes: 3 additions & 3 deletions packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@antfu/utils": "^0.1.6",
"@slidev/parser": "workspace:*",
"@slidev/types": "workspace:*",
"@vueuse/core": "^5.0.0-beta.8",
"@vueuse/core": "^5.0.1",
"@vueuse/head": "^0.6.0",
"@vueuse/motion": "^1.5.6",
"codemirror": "^5.61.1",
Expand All @@ -33,8 +33,8 @@
"recordrtc": "^5.6.2",
"resolve": "^1.20.0",
"vite-plugin-windicss": "^1.0.1",
"vue": "^3.0.11",
"vue": "3.0.11",
"vue-router": "^4.0.8",
"windicss": "^3.1.1"
"windicss": "^3.1.2"
}
}
2 changes: 1 addition & 1 deletion packages/create-theme/template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@slidev/types": "^0.19.6",
"codemirror-theme-vars": "^0.1.1",
"prism-theme-vars": "^0.2.2",
"theme-vitesse": "^0.1.11"
"theme-vitesse": "^0.1.12"
},
"devDependencies": {
"@slidev/cli": "^0.19.6"
Expand Down
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.3",
"@vue/compiler-sfc": "^3.0.11",
"@vue/compiler-sfc": "3.0.11",
"cli-progress": "^3.9.0",
"codemirror": "^5.61.1",
"connect": "^3.7.0",
Expand Down Expand Up @@ -85,8 +85,8 @@
"vite-plugin-md": "^0.6.7",
"vite-plugin-remote-assets": "^0.2.2",
"vite-plugin-windicss": "^1.0.1",
"vue": "^3.0.11",
"windicss": "^3.1.1",
"vue": "3.0.11",
"windicss": "^3.1.2",
"yargs": "^17.0.1"
},
"devDependencies": {
Expand Down

0 comments on commit 8619079

Please sign in to comment.