@slidev/types 52.1.0 → 52.2.4

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/dist/index.d.mts +1 -0
  2. package/package.json +13 -13
package/dist/index.d.mts CHANGED
@@ -795,6 +795,7 @@ interface ResolvedExportOptions extends Omit<ExportArgs, 'entry' | 'theme'> {
795
795
  type ContextMenuOption = {
796
796
  action: () => void;
797
797
  disabled?: boolean;
798
+ show?: boolean;
798
799
  } & ({
799
800
  small?: false;
800
801
  icon?: Component | string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@slidev/types",
3
- "version": "52.1.0",
3
+ "version": "52.2.4",
4
4
  "description": "Shared types declarations for Slidev",
5
5
  "author": "Anthony Fu <anthonyfu117@hotmail.com>",
6
6
  "license": "MIT",
@@ -24,21 +24,21 @@
24
24
  },
25
25
  "dependencies": {
26
26
  "@antfu/utils": "^9.2.0",
27
- "@shikijs/markdown-it": "^3.8.1",
28
- "@vitejs/plugin-vue": "^6.0.0",
29
- "@vitejs/plugin-vue-jsx": "^5.0.1",
27
+ "@shikijs/markdown-it": "^3.13.0",
28
+ "@vitejs/plugin-vue": "^6.0.1",
29
+ "@vitejs/plugin-vue-jsx": "^5.1.1",
30
30
  "katex": "^0.16.22",
31
- "mermaid": "^11.9.0",
32
- "monaco-editor": "^0.52.2",
33
- "shiki": "^3.8.1",
34
- "unocss": "^66.3.3",
35
- "unplugin-icons": "^22.1.0",
31
+ "mermaid": "^11.12.0",
32
+ "monaco-editor": "^0.53.0",
33
+ "shiki": "^3.13.0",
34
+ "unocss": "^66.5.1",
35
+ "unplugin-icons": "^22.3.0",
36
36
  "unplugin-vue-markdown": "^29.1.0",
37
- "vite-plugin-inspect": "^11.3.2",
38
- "vite-plugin-remote-assets": "^2.0.0",
39
- "vite-plugin-static-copy": "^3.1.1",
37
+ "vite-plugin-inspect": "^11.3.3",
38
+ "vite-plugin-remote-assets": "^2.1.0",
39
+ "vite-plugin-static-copy": "^3.1.2",
40
40
  "vite-plugin-vue-server-ref": "^1.0.0",
41
- "vue": "^3.5.18",
41
+ "vue": "^3.5.21",
42
42
  "vue-router": "^4.5.1"
43
43
  },
44
44
  "scripts": {