Revert tiptap upgrade

- it introduced a bug that caused failing tests
- I have found an open issue on the repo and commented what I experienced here https://github.com/scrumpy/tiptap/issues/188#issuecomment-490532736
This commit is contained in:
Matt Rider 2019-05-08 12:29:23 -03:00
parent 28b4276145
commit 943a7c7a89
2 changed files with 924 additions and 1005 deletions

View File

@ -18,7 +18,10 @@
"jest": {
"verbose": true,
"collectCoverage": true,
"coverageReporters": ["text", "lcov"],
"coverageReporters": [
"text",
"lcov"
],
"moduleFileExtensions": [
"js",
"json",
@ -53,8 +56,8 @@
"nuxt-env": "~0.1.0",
"stack-utils": "^1.0.2",
"string-hash": "^1.1.3",
"tiptap": "^1.18.0",
"tiptap-extensions": "^1.18.1",
"tiptap": "1.17.0",
"tiptap-extensions": "1.17.0",
"v-tooltip": "~2.0.2",
"vue-count-to": "~1.0.13",
"vue-izitoast": "1.1.2",

File diff suppressed because it is too large Load Diff