Skip to content

Commit

Permalink
fix: fix "Duplicate use of selection JSON ID cell"
Browse files Browse the repository at this point in the history
closes #381, closes #324, closes #375, closes #66
  • Loading branch information
huangqiushuo committed Dec 17, 2021
1 parent 5fac9a5 commit ac098d7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 13 deletions.
1 change: 1 addition & 0 deletions .yarnrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
registry "https://registry.yarnpkg.com"
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,8 @@
"vue": "^2.0.0"
},
"resolutions": {
"prosemirror-model": "1.9.1"
"prosemirror-model": "1.9.1",
"prosemirror-tables": "1.0.0"
},
"bugs": {
"url": "https://github.com/Leecason/element-tiptap/issues"
Expand Down
13 changes: 1 addition & 12 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10097,7 +10097,7 @@ [email protected], prosemirror-state@^1.0.0, prosemirror-state@^1.2.2, pro
prosemirror-model "^1.0.0"
prosemirror-transform "^1.0.0"

[email protected]:
[email protected], prosemirror-tables@^1.1.1:
version "1.0.0"
resolved "https://registry.yarnpkg.com/prosemirror-tables/-/prosemirror-tables-1.0.0.tgz#ec3d0b11e638c6a92dd14ae816d0a2efd1719b70"
integrity sha512-zFw5Us4G5Vdq0yIj8GiqZOGA6ud5UKpMKElux9O0HrfmhkuGa1jf1PCpz2R5pmIQJv+tIM24H1mox/ODBAX37Q==
Expand All @@ -10108,17 +10108,6 @@ [email protected]:
prosemirror-transform "^1.2.1"
prosemirror-view "^1.13.3"

prosemirror-tables@^1.1.1:
version "1.1.1"
resolved "https://registry.yarnpkg.com/prosemirror-tables/-/prosemirror-tables-1.1.1.tgz#ad66300cc49500455cf1243bb129c9e7d883321e"
integrity sha512-LmCz4jrlqQZRsYRDzCRYf/pQ5CUcSOyqZlAj5kv67ZWBH1SVLP2U9WJEvQfimWgeRlIz0y0PQVqO1arRm1+woA==
dependencies:
prosemirror-keymap "^1.1.2"
prosemirror-model "^1.8.1"
prosemirror-state "^1.3.1"
prosemirror-transform "^1.2.1"
prosemirror-view "^1.13.3"

[email protected]:
version "1.2.5"
resolved "https://registry.yarnpkg.com/prosemirror-transform/-/prosemirror-transform-1.2.5.tgz#7a3e2c61fcdbaf1d0844a2a3bc34fc3524e9809c"
Expand Down

0 comments on commit ac098d7

Please sign in to comment.