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 8, 2021
1 parent cafd95b commit 6dedabd
Show file tree
Hide file tree
Showing 9 changed files with 48 additions and 46 deletions.
4 changes: 2 additions & 2 deletions cypress/fixtures/basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
},
"devDependencies": {
"@slidev/cli": "workspace:*",
"@slidev/theme-default": "^0.19.0",
"@slidev/theme-seriph": "^0.19.0",
"@slidev/theme-default": "^0.19.1",
"@slidev/theme-seriph": "^0.19.1",
"@slidev/types": "workspace:*",
"nodemon": "^2.0.7"
}
Expand Down
7 changes: 7 additions & 0 deletions demo/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
The best way of understanding Slidev is to try it, with the following command:

```bash
npm init slidev
```

Learn more: https://sli.dev
4 changes: 2 additions & 2 deletions demo/composable-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
},
"devDependencies": {
"@slidev/cli": "workspace:*",
"@slidev/theme-default": "^0.19.0",
"@slidev/theme-seriph": "^0.19.0",
"@slidev/theme-default": "^0.19.1",
"@slidev/theme-seriph": "^0.19.1",
"@slidev/types": "workspace:*",
"nodemon": "^2.0.7"
}
Expand Down
5 changes: 0 additions & 5 deletions demo/composable-vue/slides.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,11 +68,6 @@ layout: center
</a>
</div>

---

{{ $slidev.configs }}


---
layout: center
---
Expand Down
4 changes: 2 additions & 2 deletions demo/starter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
},
"devDependencies": {
"@slidev/cli": "workspace:*",
"@slidev/theme-default": "^0.19.0",
"@slidev/theme-seriph": "^0.19.0",
"@slidev/theme-default": "^0.19.1",
"@slidev/theme-seriph": "^0.19.1",
"@slidev/types": "workspace:*",
"nodemon": "^2.0.7"
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"lint-staged": "^11.0.0",
"mermaid": "^8.10.1",
"playwright-chromium": "^1.11.1",
"pnpm": "^6.7.1",
"pnpm": "^6.7.2",
"rimraf": "^3.0.2",
"ts-jest": "^27.0.2",
"tsup": "4.11.2",
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.24.0",
"nanoid": "^3.1.23",
"prettier": "^2.3.0",
"prettier": "^2.3.1",
"recordrtc": "^5.6.2",
"resolve": "^1.20.0",
"vite-plugin-windicss": "^1.0.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.11"
},
"devDependencies": {
"@slidev/cli": "^0.19.5"
"@slidev/cli": "^0.19.6"
}
}
64 changes: 32 additions & 32 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 6dedabd

Please sign in to comment.