@cherry-markdown/cherry-markdown-dev 0.9.4-dev.202507010600.348c4f4 → 0.9.4-dev.202507030401.7e7fdaa
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/README.md +2 -2
- package/dist/addons/advance/cherry-table-echarts-plugin.js +1 -1
- package/dist/addons/cherry-code-block-mermaid-plugin.js +1 -1
- package/dist/addons/cherry-code-block-plantuml-plugin.js +1 -1
- package/dist/cherry-markdown.core.common.js +1 -1
- package/dist/cherry-markdown.core.js +1 -1
- package/dist/cherry-markdown.engine.core.common.js +1 -1
- package/dist/cherry-markdown.engine.core.esm.js +1 -1
- package/dist/cherry-markdown.engine.core.js +1 -1
- package/dist/cherry-markdown.esm.js +1 -1
- package/dist/cherry-markdown.js +1 -1
- package/dist/cherry-markdown.min.js +1 -1
- package/dist/fonts/ch-icon.eot +0 -0
- package/dist/fonts/ch-icon.ttf +0 -0
- package/dist/fonts/ch-icon.woff +0 -0
- package/dist/fonts/ch-icon.woff2 +0 -0
- package/package.json +3 -3
package/dist/fonts/ch-icon.eot
CHANGED
|
Binary file
|
package/dist/fonts/ch-icon.ttf
CHANGED
|
Binary file
|
package/dist/fonts/ch-icon.woff
CHANGED
|
Binary file
|
package/dist/fonts/ch-icon.woff2
CHANGED
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cherry-markdown/cherry-markdown-dev",
|
|
3
3
|
"license": "Apache-2.0",
|
|
4
|
-
"version": "0.9.4-dev.
|
|
4
|
+
"version": "0.9.4-dev.202507030401.7e7fdaa",
|
|
5
5
|
"description": "a new markdown editor",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -89,7 +89,7 @@
|
|
|
89
89
|
"dom-parser": "^0.1.6",
|
|
90
90
|
"es-check": "^7.1.1",
|
|
91
91
|
"glob": "^8.0.3",
|
|
92
|
-
"gulp": "^
|
|
92
|
+
"gulp": "^5.0.1",
|
|
93
93
|
"gulp-consolidate": "^0.2.0",
|
|
94
94
|
"gulp-iconfont": "^11.0.0",
|
|
95
95
|
"gulp-rename": "^2.0.0",
|
|
@@ -105,7 +105,7 @@
|
|
|
105
105
|
"rimraf": "^3.0.2",
|
|
106
106
|
"rollup": "~2.79.1",
|
|
107
107
|
"rollup-plugin-livereload": "~2.0.5",
|
|
108
|
-
"rollup-plugin-postcss": "
|
|
108
|
+
"rollup-plugin-postcss": "^4.0.2",
|
|
109
109
|
"rollup-plugin-scss": "^4.0.0",
|
|
110
110
|
"rollup-plugin-serve": "^2.0.2",
|
|
111
111
|
"rollup-plugin-serve-proxy": "^1.1.4",
|