vuepress-plugin-md-power 1.0.0-rc.146 → 1.0.0-rc.147

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.
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.146",
4
+ "version": "1.0.0-rc.147",
5
5
  "description": "The Plugin for VuePress 2 - markdown power",
6
6
  "author": "pengzhanbo <volodymyr@foxmail.com>",
7
7
  "license": "MIT",
@@ -38,8 +38,8 @@
38
38
  "less": "^4.3.0",
39
39
  "markdown-it": "^14.1.0",
40
40
  "mpegts.js": "^1.7.3",
41
- "sass": "^1.87.0",
42
- "sass-embedded": "^1.87.0",
41
+ "sass": "^1.88.0",
42
+ "sass-embedded": "^1.88.0",
43
43
  "stylus": "^0.64.0",
44
44
  "vuepress": "2.0.0-rc.22"
45
45
  },
@@ -77,10 +77,10 @@
77
77
  "lru-cache": "^11.1.0",
78
78
  "markdown-it-container": "^4.0.0",
79
79
  "nanoid": "^5.1.5",
80
- "shiki": "^3.3.0",
80
+ "shiki": "^3.4.0",
81
81
  "tinyglobby": "0.2.13",
82
- "tm-grammars": "^1.23.16",
83
- "tm-themes": "^1.10.5",
82
+ "tm-grammars": "^1.23.18",
83
+ "tm-themes": "^1.10.6",
84
84
  "vue": "^3.5.13"
85
85
  },
86
86
  "devDependencies": {
@@ -100,12 +100,12 @@
100
100
  "vuepress-plugin-md-power"
101
101
  ],
102
102
  "scripts": {
103
- "dev": "pnpm '/(copy|tsup):watch/'",
104
- "build": "pnpm copy && pnpm tsup",
103
+ "dev": "pnpm '/(copy|tsdown):watch/'",
104
+ "build": "pnpm tsdown && pnpm copy",
105
105
  "clean": "rimraf --glob ./lib",
106
106
  "copy": "cpx \"src/**/*.{d.ts,vue,css,scss,jpg,png}\" lib",
107
107
  "copy:watch": "cpx \"src/**/*.{d.ts,vue,css,scss,jpg,png}\" lib -w",
108
- "tsup": "tsup --config tsup.config.ts",
109
- "tsup:watch": "tsup --config tsup.config.ts --watch -- -c"
108
+ "tsdown": "tsdown",
109
+ "tsdown:watch": "tsdown --watch -- -c"
110
110
  }
111
111
  }