fix: 关联issue fixes #3

This commit is contained in:
lhyUnited 2021-03-22 18:43:09 +08:00
parent 2b4300bc22
commit 72eae7ca78
2 changed files with 17 additions and 7 deletions

22
package-lock.json generated
View File

@ -10061,7 +10061,8 @@
"dev": true,
"optional": true,
"requires": {
"bindings": "^1.5.0"
"bindings": "^1.5.0",
"nan": "^2.12.1"
}
},
"normalize-path": {
@ -11572,6 +11573,13 @@
"thenify-all": "^1.0.0"
}
},
"nan": {
"version": "2.14.2",
"resolved": "https://registry.npm.taobao.org/nan/download/nan-2.14.2.tgz?cache=0&sync_timestamp=1602591646310&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fnan%2Fdownload%2Fnan-2.14.2.tgz",
"integrity": "sha1-9TdkAGlRaPTMaUrJOT0MlYXu6hk=",
"dev": true,
"optional": true
},
"nanomatch": {
"version": "1.2.13",
"resolved": "https://registry.npmjs.org/nanomatch/-/nanomatch-1.2.13.tgz",
@ -13353,9 +13361,9 @@
}
},
"prosemirror-view": {
"version": "1.17.2",
"resolved": "https://registry.npmjs.org/prosemirror-view/-/prosemirror-view-1.17.2.tgz",
"integrity": "sha512-8jHmdl1q/Mvjfv185I5FldBitkkVpNOIK0Z/jIuan4cZIqXRpKu7DxxeLrTouJDzgrf1kWvfG/szEb6Bg9/4dA==",
"version": "1.18.1",
"resolved": "https://registry.npm.taobao.org/prosemirror-view/download/prosemirror-view-1.18.1.tgz",
"integrity": "sha1-Uq0cZ/URROJ+Nou6EpFCzofHeR4=",
"requires": {
"prosemirror-model": "^1.1.0",
"prosemirror-state": "^1.0.0",
@ -16996,7 +17004,8 @@
"dev": true,
"optional": true,
"requires": {
"bindings": "^1.5.0"
"bindings": "^1.5.0",
"nan": "^2.12.1"
}
},
"glob-parent": {
@ -17300,7 +17309,8 @@
"dev": true,
"optional": true,
"requires": {
"bindings": "^1.5.0"
"bindings": "^1.5.0",
"nan": "^2.12.1"
}
},
"glob-parent": {

View File

@ -28,7 +28,7 @@
"prosemirror-schema-basic": "^1.1.2",
"prosemirror-schema-list": "^1.1.4",
"prosemirror-state": "^1.3.3",
"prosemirror-view": "^1.16.4",
"prosemirror-view": "^1.18.1",
"tinycolor2": "^1.4.2",
"vue": "^3.0.0",
"vuedraggable": "^4.0.1",