@slidev/docs 52.2.4 → 52.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/custom/index.md +1 -1
- package/package.json +15 -15
- package/resources/learning.md +1 -0
package/custom/index.md
CHANGED
|
@@ -133,7 +133,7 @@ Also every slide accepts the following configuration in its frontmatter block. T
|
|
|
133
133
|
```yaml
|
|
134
134
|
---
|
|
135
135
|
# custom clicks count
|
|
136
|
-
# Learn more: https://sli.dev/guide/animations
|
|
136
|
+
# Learn more: https://sli.dev/guide/animations#total
|
|
137
137
|
clicks: 0
|
|
138
138
|
# custom start clicks count
|
|
139
139
|
clicksStart: 0
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@slidev/docs",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "52.
|
|
4
|
+
"version": "52.3.0",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"funding": "https://github.com/sponsors/antfu",
|
|
7
7
|
"homepage": "https://sli.dev",
|
|
@@ -16,29 +16,29 @@
|
|
|
16
16
|
"!.vitepress/**"
|
|
17
17
|
],
|
|
18
18
|
"devDependencies": {
|
|
19
|
-
"@antfu/utils": "^9.
|
|
20
|
-
"@iconify/json": "^2.2.
|
|
19
|
+
"@antfu/utils": "^9.3.0",
|
|
20
|
+
"@iconify/json": "^2.2.397",
|
|
21
21
|
"@shikijs/vitepress-twoslash": "^3.13.0",
|
|
22
|
-
"@types/node": "^24.
|
|
23
|
-
"@unocss/reset": "^66.5.
|
|
22
|
+
"@types/node": "^24.8.1",
|
|
23
|
+
"@unocss/reset": "^66.5.4",
|
|
24
24
|
"@vueuse/core": "^13.9.0",
|
|
25
25
|
"fast-glob": "^3.3.3",
|
|
26
26
|
"gray-matter": "^4.0.3",
|
|
27
27
|
"markdown-it": "^14.1.0",
|
|
28
28
|
"shiki": "^3.13.0",
|
|
29
29
|
"typeit": "8.1.0",
|
|
30
|
-
"typescript": "^5.9.
|
|
31
|
-
"unocss": "^66.5.
|
|
32
|
-
"unplugin-icons": "^22.
|
|
33
|
-
"unplugin-vue-components": "^
|
|
30
|
+
"typescript": "^5.9.3",
|
|
31
|
+
"unocss": "^66.5.4",
|
|
32
|
+
"unplugin-icons": "^22.5.0",
|
|
33
|
+
"unplugin-vue-components": "^30.0.0",
|
|
34
34
|
"vite-plugin-inspect": "^11.3.3",
|
|
35
35
|
"vitepress": "^2.0.0-alpha.12",
|
|
36
|
-
"vitepress-plugin-group-icons": "^1.6.
|
|
37
|
-
"vitepress-plugin-llms": "^1.
|
|
38
|
-
"vue": "^3.5.
|
|
39
|
-
"@slidev/client": "52.
|
|
40
|
-
"@slidev/
|
|
41
|
-
"@slidev/
|
|
36
|
+
"vitepress-plugin-group-icons": "^1.6.4",
|
|
37
|
+
"vitepress-plugin-llms": "^1.8.0",
|
|
38
|
+
"vue": "^3.5.22",
|
|
39
|
+
"@slidev/client": "52.3.0",
|
|
40
|
+
"@slidev/types": "52.3.0",
|
|
41
|
+
"@slidev/parser": "52.3.0"
|
|
42
42
|
},
|
|
43
43
|
"scripts": {
|
|
44
44
|
"dev": "vitepress",
|
package/resources/learning.md
CHANGED
|
@@ -5,6 +5,7 @@
|
|
|
5
5
|
### Videos
|
|
6
6
|
|
|
7
7
|
- [Slidev - one of the best presentation software and it is free!](https://www.youtube.com/watch?v=oSgM6GoSwyY) - by [Federico Tartarini](https://www.youtube.com/@FedericoTartarini)
|
|
8
|
+
- [Slides + developers = slidev](https://www.youtube.com/watch?v=nleqgO38pPU) by Murilo Cunha
|
|
8
9
|
|
|
9
10
|
### Articles
|
|
10
11
|
|