Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu authored and alpcoker committed Jul 26, 2023
1 parent d8765d0 commit 3a43214
Show file tree
Hide file tree
Showing 3 changed files with 382 additions and 229 deletions.
22 changes: 11 additions & 11 deletions package.json
Expand Up @@ -38,7 +38,7 @@
"@types/katex": "^0.16.0",
"@types/localtunnel": "^2.0.1",
"@types/markdown-it": "^12.2.3",
"@types/node": "^18.15.12",
"@types/node": "^18.16.3",
"@types/prettier": "^2.7.2",
"@types/prismjs": "^1.26.0",
"@types/prompts": "^2.4.4",
Expand All @@ -47,27 +47,27 @@
"@types/resolve": "^1.20.2",
"@types/semver": "^7.3.13",
"@types/yargs": "^17.0.24",
"@typescript-eslint/eslint-plugin": "^5.59.0",
"@vueuse/core": "^10.0.2",
"@typescript-eslint/eslint-plugin": "^5.59.1",
"@vueuse/core": "^10.1.0",
"bumpp": "^9.1.0",
"cross-env": "^7.0.3",
"cypress": "^12.10.0",
"eslint": "^8.38.0",
"eslint-plugin-cypress": "^2.13.2",
"cypress": "^12.11.0",
"eslint": "^8.39.0",
"eslint-plugin-cypress": "^2.13.3",
"esno": "^0.16.3",
"katex": "^0.16.6",
"lint-staged": "^13.2.1",
"katex": "^0.16.7",
"lint-staged": "^13.2.2",
"mermaid": "^10.1.0",
"playwright-chromium": "^1.32.3",
"playwright-chromium": "^1.33.0",
"pnpm": "^8.3.1",
"rimraf": "^5.0.0",
"simple-git-hooks": "^2.8.1",
"tsup": "^6.7.0",
"typescript": "^5.0.4",
"vite": "^4.3.0",
"vite": "^4.3.3",
"vite-plugin-windicss": "^1.8.10",
"vitest": "^0.30.1",
"vue-tsc": "^1.2.0",
"vue-tsc": "^1.6.1",
"zx": "^7.2.1"
},
"simple-git-hooks": {
Expand Down
1 change: 1 addition & 0 deletions packages/slidev/node/plugins/preset.ts
Expand Up @@ -174,6 +174,7 @@ export async function ViteSlidevPlugin(

publicRoots.length
? viteStaticCopy({
silent: true,
targets: publicRoots.map(r => ({
src: `${r}/*`,
dest: 'theme',
Expand Down

0 comments on commit 3a43214

Please sign in to comment.