Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Jun 27, 2021
1 parent 52b89fe commit 08f641f
Show file tree
Hide file tree
Showing 5 changed files with 59 additions and 98 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"@types/katex": "^0.11.0",
"@types/markdown-it": "^12.0.2",
"@types/mermaid": "^8.2.6",
"@types/node": "^15.12.4",
"@types/node": "^15.12.5",
"@types/prettier": "^2.3.0",
"@types/prismjs": "^1.16.5",
"@types/prompts": "^2.4.0",
Expand All @@ -68,11 +68,11 @@
"katex": "^0.13.11",
"lint-staged": "^11.0.0",
"mermaid": "^8.10.1",
"playwright-chromium": "^1.12.2",
"pnpm": "^6.9.0",
"playwright-chromium": "^1.12.3",
"pnpm": "^6.9.1",
"rimraf": "^3.0.2",
"ts-jest": "^27.0.3",
"tsup": "4.11.2",
"tsup": "4.12.0",
"typescript": "^4.3.4",
"vite": "^2.3.8",
"vite-plugin-windicss": "^1.1.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"mermaid": "8.5.0",
"monaco-editor": "^0.25.2",
"nanoid": "^3.1.23",
"prettier": "^2.3.1",
"prettier": "^2.3.2",
"recordrtc": "^5.6.2",
"resolve": "^1.20.0",
"vite-plugin-windicss": "^1.1.1",
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.21.1"
"@slidev/cli": "^0.21.3"
}
}
8 changes: 4 additions & 4 deletions packages/slidev/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,13 +53,13 @@
"@slidev/client": "workspace:*",
"@slidev/parser": "workspace:*",
"@slidev/types": "workspace:*",
"@vitejs/plugin-vue": "^1.2.3",
"@vitejs/plugin-vue": "^1.2.4",
"@vue/compiler-sfc": "3.0.11",
"cli-progress": "^3.9.0",
"codemirror": "^5.62.0",
"connect": "^3.7.0",
"debug": "^4.3.2",
"fast-glob": "^3.2.5",
"fast-glob": "^3.2.6",
"fs-extra": "^10.0.0",
"import-from": "^4.0.0",
"is-installed-globally": "^0.4.0",
Expand All @@ -74,12 +74,12 @@
"nanoid": "^3.1.23",
"open": "^8.2.1",
"pdf-lib": "^1.16.0",
"prismjs": "^1.23.0",
"prismjs": "^1.24.0",
"prompts": "^2.4.1",
"resolve": "^1.20.0",
"resolve-from": "^5.0.0",
"resolve-global": "^1.0.0",
"shiki": "^0.9.4",
"shiki": "^0.9.5",
"vite": "^2.3.8",
"vite-plugin-components": "^0.11.2",
"vite-plugin-icons": "^0.6.3",
Expand Down

0 comments on commit 08f641f

Please sign in to comment.