vuepress-plugin-md-power 1.0.0-rc.70 → 1.0.0-rc.72

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.
@@ -39,9 +39,9 @@ useEventListener('message', (event) => {
39
39
  const { type, payload } = data
40
40
  if (
41
41
  type === 'ciu_embed'
42
- && payload
43
- && payload.feature === props.feature
44
- && payload.meta === props.meta
42
+ && payload
43
+ && payload.feature === props.feature
44
+ && payload.meta === props.meta
45
45
  ) {
46
46
  height.value = `${Math.ceil(payload.height)}px`
47
47
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "vuepress-plugin-md-power",
3
3
  "type": "module",
4
- "version": "1.0.0-rc.70",
4
+ "version": "1.0.0-rc.72",
5
5
  "description": "The Plugin for VuePress 2 - markdown power",
6
6
  "author": "pengzhanbo <volodymyr@foxmail.com>",
7
7
  "license": "MIT",
@@ -46,13 +46,13 @@
46
46
  "local-pkg": "^0.5.0",
47
47
  "markdown-it-container": "^4.0.0",
48
48
  "nanoid": "^5.0.7",
49
- "shiki": "^1.9.0",
50
- "tm-grammars": "^1.12.11",
51
- "tm-themes": "^1.4.3",
52
- "vue": "^3.4.30"
49
+ "shiki": "^1.10.0",
50
+ "tm-grammars": "^1.13.0",
51
+ "tm-themes": "^1.5.0",
52
+ "vue": "^3.4.31"
53
53
  },
54
54
  "devDependencies": {
55
- "@iconify/json": "^2.2.221",
55
+ "@iconify/json": "^2.2.223",
56
56
  "@types/markdown-it": "^14.1.1"
57
57
  },
58
58
  "publishConfig": {