Skip to content

Commit 67fbe18

Browse files
committed
chore: upgrade dependencies
1 parent 2de0419 commit 67fbe18

File tree

6 files changed

+6104
-4597
lines changed

6 files changed

+6104
-4597
lines changed

.devcontainer.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
2-
"name": "@openscript/slidev-theme",
3-
"image": "mcr.microsoft.com/devcontainers/typescript-node:1-20-bullseye",
4-
"customizations": {
5-
"vscode": {
6-
"extensions": [
7-
"antfu.slidev",
8-
"github.vscode-github-actions",
9-
"Vue.volar",
10-
"antfu.unocss"
11-
]
12-
}
13-
}
2+
"name": "@openscript/slidev-theme",
3+
"image": "mcr.microsoft.com/devcontainers/typescript-node:1-22-bullseye",
4+
"customizations": {
5+
"vscode": {
6+
"extensions": [
7+
"antfu.slidev",
8+
"github.vscode-github-actions",
9+
"Vue.volar",
10+
"antfu.unocss"
11+
]
12+
}
13+
}
1414
}

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
© Copyright 2023 openscript Ltd., all rights reserved.
1+
© Copyright 2025 openscript Ltd., all rights reserved.

README.md

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -16,27 +16,3 @@ theme: @openscript-ch/slidev
1616

1717
Learn more about [how to use a theme](https://sli.dev/themes/use).
1818

19-
### Layouts
20-
21-
This theme provides the following layouts:
22-
23-
> TODO:
24-
25-
### Components
26-
27-
This theme provides the following components:
28-
29-
> TODO:
30-
31-
## Contribute
32-
33-
1. Make sure you have [Docker](https://docs.docker.com/get-docker/) up and running
34-
1. Get [Visual Studio Code](https://code.visualstudio.com/) with [Dev Containers](https://code.visualstudio.com/docs/devcontainers/containers) ready
35-
1. Open the project inside a Dev Container and run `pnpm install`
36-
- If needed for export or screenshots, install playwright dependencies with `sudo npx playwright install-deps`
37-
1. `pnpm run dev` to start theme preview of `example.md`
38-
1. Edit the `example.md` and style to see the changes
39-
1. `pnpm run export` to generate the preview PDF
40-
1. `pnpm run screenshot` to generate the preview PNG
41-
1. Commit and push your changes or create a pull request
42-
1. Release a new version with `pnpm run release:patch`, `pnpm run release:minor` or `pnpm run release:major`

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"engines": {
1313
"node": ">=20.0.0"
1414
},
15-
"packageManager": "pnpm@8.15.9",
15+
"packageManager": "pnpm@10.12.1",
1616
"scripts": {
1717
"build": "slidev build example.md",
1818
"check:format": "eslint . --max-warnings 0",

0 commit comments

Comments
 (0)