Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Aug 25, 2022
1 parent aa6bc56 commit 5460af5
Show file tree
Hide file tree
Showing 6 changed files with 331 additions and 261 deletions.
18 changes: 9 additions & 9 deletions package.json
Expand Up @@ -36,34 +36,34 @@
"@types/katex": "^0.14.0",
"@types/markdown-it": "^12.2.3",
"@types/mermaid": "^8.2.9",
"@types/node": "^18.7.4",
"@types/node": "^18.7.13",
"@types/prettier": "^2.7.0",
"@types/prismjs": "^1.26.0",
"@types/prompts": "^2.4.0",
"@types/recordrtc": "^5.6.8",
"@types/resolve": "^1.20.2",
"@types/semver": "^7.3.12",
"@types/yargs": "^17.0.11",
"@typescript-eslint/eslint-plugin": "^5.33.0",
"@vueuse/core": "^9.1.0",
"@typescript-eslint/eslint-plugin": "^5.35.1",
"@vueuse/core": "^9.1.1",
"bumpp": "^8.2.1",
"cross-env": "^7.0.3",
"cypress": "^10.4.0",
"cypress": "^10.6.0",
"eslint": "^8.22.0",
"eslint-plugin-cypress": "^2.12.1",
"esno": "^0.16.3",
"katex": "^0.16.0",
"lint-staged": "^13.0.3",
"mermaid": "^9.1.5",
"playwright-chromium": "^1.25.0",
"pnpm": "^7.9.0",
"mermaid": "^9.1.6",
"playwright-chromium": "^1.25.1",
"pnpm": "^7.9.5",
"rimraf": "^3.0.2",
"simple-git-hooks": "^2.8.0",
"tsup": "^5.12.9",
"typescript": "^4.7.4",
"vite": "^3.0.7",
"vite": "^3.0.9",
"vite-plugin-windicss": "^1.8.7",
"vitest": "^0.21.1",
"vitest": "^0.22.1",
"zx": "^7.0.8"
},
"simple-git-hooks": {
Expand Down
18 changes: 9 additions & 9 deletions packages/client/package.json
Expand Up @@ -18,32 +18,32 @@
"@antfu/utils": "^0.5.2",
"@slidev/parser": "workspace:*",
"@slidev/types": "workspace:*",
"@unocss/reset": "^0.45.6",
"@vueuse/core": "^9.1.0",
"@unocss/reset": "^0.45.12",
"@vueuse/core": "^9.1.1",
"@vueuse/head": "^0.7.9",
"@vueuse/math": "^9.1.0",
"@vueuse/math": "^9.1.1",
"@vueuse/motion": "^2.0.0-beta.18",
"codemirror": "^5.65.5",
"defu": "^6.0.0",
"drauu": "^0.3.0",
"defu": "^6.1.0",
"drauu": "^0.3.1",
"file-saver": "^2.0.5",
"js-base64": "^3.7.2",
"js-yaml": "^4.1.0",
"katex": "^0.16.0",
"mermaid": "^9.1.5",
"mermaid": "^9.1.6",
"monaco-editor": "^0.34.0",
"nanoid": "^4.0.0",
"prettier": "^2.7.1",
"recordrtc": "^5.6.2",
"resolve": "^1.22.1",
"unocss": "^0.45.6",
"unocss": "^0.45.12",
"vite-plugin-windicss": "^1.8.7",
"vue": "^3.2.37",
"vue-router": "^4.1.3",
"vue-router": "^4.1.4",
"vue-starport": "^0.3.0",
"windicss": "^3.5.6"
},
"devDependencies": {
"vite": "^3.0.7"
"vite": "^3.0.9"
}
}
2 changes: 1 addition & 1 deletion packages/create-theme/template/package.json
Expand Up @@ -17,7 +17,7 @@
"@slidev/types": "^0.35.5",
"codemirror-theme-vars": "^0.1.1",
"prism-theme-vars": "^0.2.4",
"theme-vitesse": "^0.5.1"
"theme-vitesse": "^0.5.2"
},
"devDependencies": {
"@slidev/cli": "^0.35.5"
Expand Down
6 changes: 3 additions & 3 deletions packages/slidev/package.json
Expand Up @@ -78,16 +78,16 @@
"open": "^8.4.0",
"plantuml-encoder": "^1.4.0",
"postcss-nested": "^5.0.6",
"prismjs": "^1.28.0",
"prismjs": "^1.29.0",
"prompts": "^2.4.2",
"resolve": "^1.22.1",
"resolve-from": "^5.0.0",
"resolve-global": "^1.0.0",
"shiki": "^0.11.1",
"unocss": "^0.45.6",
"unocss": "^0.45.12",
"unplugin-icons": "^0.14.8",
"unplugin-vue-components": "^0.22.4",
"vite": "^3.0.7",
"vite": "^3.0.9",
"vite-plugin-remote-assets": "^0.3.0",
"vite-plugin-vue-markdown": "~0.20.1",
"vite-plugin-vue-server-ref": "^0.3.0",
Expand Down

0 comments on commit 5460af5

Please sign in to comment.