@slidev/docs 52.11.4 → 52.11.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.
|
@@ -102,6 +102,8 @@ console.log('Step 2')
|
|
|
102
102
|
|
|
103
103
|
Magic move code blocks support a copy button that appears on hover. Configure this behavior globally with the `magicMoveCopy` headmatter option:
|
|
104
104
|
|
|
105
|
+
<!-- eslint-skip -->
|
|
106
|
+
|
|
105
107
|
```yaml
|
|
106
108
|
---
|
|
107
109
|
# Options: true | false | 'always' | 'final'
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@slidev/docs",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "52.11.
|
|
4
|
+
"version": "52.11.5",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"funding": "https://github.com/sponsors/antfu",
|
|
7
7
|
"homepage": "https://sli.dev",
|
|
@@ -36,9 +36,9 @@
|
|
|
36
36
|
"vitepress-plugin-group-icons": "^1.7.1",
|
|
37
37
|
"vitepress-plugin-llms": "^1.10.0",
|
|
38
38
|
"vue": "^3.5.27",
|
|
39
|
-
"@slidev/client": "52.11.
|
|
40
|
-
"@slidev/types": "52.11.
|
|
41
|
-
"@slidev/parser": "52.11.
|
|
39
|
+
"@slidev/client": "52.11.5",
|
|
40
|
+
"@slidev/types": "52.11.5",
|
|
41
|
+
"@slidev/parser": "52.11.5"
|
|
42
42
|
},
|
|
43
43
|
"scripts": {
|
|
44
44
|
"dev": "vitepress",
|