@slidev/docs 52.2.4 → 52.2.5

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.
Files changed (2) hide show
  1. package/custom/index.md +1 -1
  2. package/package.json +13 -13
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.html#custom-total-clicks-count
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.2.4",
4
+ "version": "52.2.5",
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.2.0",
20
- "@iconify/json": "^2.2.385",
19
+ "@antfu/utils": "^9.3.0",
20
+ "@iconify/json": "^2.2.392",
21
21
  "@shikijs/vitepress-twoslash": "^3.13.0",
22
- "@types/node": "^24.5.2",
23
- "@unocss/reset": "^66.5.1",
22
+ "@types/node": "^24.7.0",
23
+ "@unocss/reset": "^66.5.2",
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.2",
31
- "unocss": "^66.5.1",
32
- "unplugin-icons": "^22.3.0",
30
+ "typescript": "^5.9.3",
31
+ "unocss": "^66.5.2",
32
+ "unplugin-icons": "^22.4.2",
33
33
  "unplugin-vue-components": "^28.8.0",
34
34
  "vite-plugin-inspect": "^11.3.3",
35
35
  "vitepress": "^2.0.0-alpha.12",
36
36
  "vitepress-plugin-group-icons": "^1.6.3",
37
- "vitepress-plugin-llms": "^1.7.5",
38
- "vue": "^3.5.21",
39
- "@slidev/client": "52.2.4",
40
- "@slidev/parser": "52.2.4",
41
- "@slidev/types": "52.2.4"
37
+ "vitepress-plugin-llms": "^1.8.0",
38
+ "vue": "^3.5.22",
39
+ "@slidev/client": "52.2.5",
40
+ "@slidev/types": "52.2.5",
41
+ "@slidev/parser": "52.2.5"
42
42
  },
43
43
  "scripts": {
44
44
  "dev": "vitepress",