@wangeditor-next/plugin-formula 0.1.0 → 1.0.1
Sign up to get free protection for your applications and to get access to all the features.
- package/README.md +73 -0
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +3 -3
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@wangeditor-next/plugin-formula",
|
3
|
-
"version": "0.1
|
3
|
+
"version": "1.0.1",
|
4
4
|
"description": "wangEditor next formula 公式",
|
5
5
|
"author": "cycleccc <2991205548@qq.com>",
|
6
6
|
"type": "module",
|
@@ -44,12 +44,12 @@
|
|
44
44
|
"katex": "^0.16.0"
|
45
45
|
},
|
46
46
|
"peerDependencies": {
|
47
|
-
"@wangeditor-next/editor": "5.6.
|
47
|
+
"@wangeditor-next/editor": "5.6.16",
|
48
48
|
"katex": "^0.16.0",
|
49
49
|
"snabbdom": "^3.1.0"
|
50
50
|
},
|
51
51
|
"dependencies": {
|
52
|
-
"dom7": "^
|
52
|
+
"dom7": "^4.0.0",
|
53
53
|
"nanoid": "^3.2.0"
|
54
54
|
}
|
55
55
|
}
|