vuepress-plugin-md-power 1.0.0-rc.61 → 1.0.0-rc.63

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.
@@ -42,8 +42,9 @@ useEventListener('message', (event) => {
42
42
  && payload
43
43
  && payload.feature === props.feature
44
44
  && payload.meta === props.meta
45
- )
45
+ ) {
46
46
  height.value = `${Math.ceil(payload.height)}px`
47
+ }
47
48
  })
48
49
 
49
50
  function parseData(data: string | MessageData): MessageData {
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "vuepress-plugin-md-power",
3
3
  "type": "module",
4
- "version": "1.0.0-rc.61",
5
- "description": "The Plugin for VuePres 2 - markdown power",
4
+ "version": "1.0.0-rc.63",
5
+ "description": "The Plugin for VuePress 2 - markdown power",
6
6
  "author": "pengzhanbo <volodymyr@foxmail.com>",
7
7
  "license": "MIT",
8
8
  "homepage": "https://github.com/pengzhanbo/vuepress-theme-plume#readme",
@@ -32,7 +32,7 @@
32
32
  ],
33
33
  "peerDependencies": {
34
34
  "@iconify/json": "^2",
35
- "vuepress": "2.0.0-rc.12"
35
+ "vuepress": "2.0.0-rc.13"
36
36
  },
37
37
  "peerDependenciesMeta": {
38
38
  "@iconify/json": {
@@ -40,19 +40,19 @@
40
40
  }
41
41
  },
42
42
  "dependencies": {
43
- "@iconify/utils": "^2.1.23",
44
- "@vuepress/helper": "2.0.0-rc.31",
45
- "@vueuse/core": "^10.9.0",
43
+ "@iconify/utils": "^2.1.24",
44
+ "@vuepress/helper": "2.0.0-rc.34",
45
+ "@vueuse/core": "^10.10.0",
46
46
  "local-pkg": "^0.5.0",
47
47
  "markdown-it-container": "^4.0.0",
48
48
  "nanoid": "^5.0.7",
49
- "shiki": "^1.6.0",
50
- "tm-grammars": "^1.12.4",
49
+ "shiki": "^1.6.3",
50
+ "tm-grammars": "^1.12.8",
51
51
  "tm-themes": "^1.4.3",
52
52
  "vue": "^3.4.27"
53
53
  },
54
54
  "devDependencies": {
55
- "@iconify/json": "^2.2.214",
55
+ "@iconify/json": "^2.2.217",
56
56
  "@types/markdown-it": "^14.1.1"
57
57
  },
58
58
  "publishConfig": {