Skip to content

Commit

Permalink
Drop obsolete dep
Browse files Browse the repository at this point in the history
  • Loading branch information
PowerKiKi committed Jan 5, 2022
1 parent 44bb273 commit 31a3397
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 11 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@
"@types/prosemirror-schema-basic": "^1.0.2",
"@types/prosemirror-schema-list": "^1.0.3",
"@types/prosemirror-state": "^1.2.7",
"@types/prosemirror-tables": "^0.9.1",
"@types/prosemirror-view": "^1.19.1",
"codelyzer": "^6.0.2",
"jasmine-core": "~3.9.0",
Expand Down
1 change: 0 additions & 1 deletion projects/natural-editor/ng-package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
"@types/prosemirror-schema-basic",
"@types/prosemirror-schema-list",
"@types/prosemirror-state",
"@types/prosemirror-tables",
"@types/prosemirror-view",
"prosemirror-commands",
"prosemirror-example-setup",
Expand Down
1 change: 0 additions & 1 deletion projects/natural-editor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
"@types/prosemirror-schema-basic": "^1.0.2",
"@types/prosemirror-schema-list": "^1.0.3",
"@types/prosemirror-state": "^1.2.7",
"@types/prosemirror-tables": "^0.9.1",
"@types/prosemirror-view": "^1.19.1",
"prosemirror-commands": "^1.1.12",
"prosemirror-example-setup": "^1.1.2",
Expand Down
9 changes: 1 addition & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1682,13 +1682,6 @@
"@types/prosemirror-transform" "*"
"@types/prosemirror-view" "*"

"@types/prosemirror-tables@^0.9.1":
version "0.9.1"
resolved "https://registry.yarnpkg.com/@types/prosemirror-tables/-/prosemirror-tables-0.9.1.tgz#d2203330f0fa1161c04152bf02c39e152082d408"
integrity sha512-zoY1qcAC6kG4UjnaQQXuoyYQdDJMQmY9uzRKdyUppP8rWRR5/kXBHOd84CD9ZvrYUBo3uDmS20qQnc3knr2j9A==
dependencies:
prosemirror-tables "*"

"@types/prosemirror-transform@*":
version "1.1.4"
resolved "https://registry.yarnpkg.com/@types/prosemirror-transform/-/prosemirror-transform-1.1.4.tgz#c3565e81b2ef3ce3254e6927d6f63eb8d7bb20d0"
Expand Down Expand Up @@ -7381,7 +7374,7 @@ prosemirror-state@^1.0.0, prosemirror-state@^1.2.2, prosemirror-state@^1.3.1, pr
prosemirror-model "^1.0.0"
prosemirror-transform "^1.0.0"

prosemirror-tables@*, prosemirror-tables@^1.1.1:
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==
Expand Down

0 comments on commit 31a3397

Please sign in to comment.