Merge pull request #558 from Human-Connection/dependabot/npm_and_yarn/webapp/tiptap-1.18.0

Bump tiptap from 1.17.0 to 1.18.0 in /webapp
This commit is contained in:
Robert Schäfer 2019-05-07 11:18:04 +02:00 committed by GitHub
commit 4b8c6c7459
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 10 deletions

View File

@ -53,7 +53,7 @@
"nuxt-env": "~0.1.0",
"stack-utils": "^1.0.2",
"string-hash": "^1.1.3",
"tiptap": "^1.17.0",
"tiptap": "^1.18.0",
"tiptap-extensions": "^1.17.0",
"v-tooltip": "~2.0.2",
"vue-count-to": "~1.0.13",

View File

@ -10473,10 +10473,10 @@ tippy.js@^4.3.0:
dependencies:
popper.js "^1.14.7"
tiptap-commands@^1.8.0:
version "1.8.0"
resolved "https://registry.yarnpkg.com/tiptap-commands/-/tiptap-commands-1.8.0.tgz#416942b60005fc23fc44ce7fdf4d2fe428b0d4c7"
integrity sha512-1/pOhQvCGDsoCFkOrAtoC7PBoXVEpRr8bYitPwZSNvxtqBdn+FaIfGJTHxYlxcY6skcHtlbeh9msb/W9lrz8eg==
tiptap-commands@^1.8.0, tiptap-commands@^1.9.0:
version "1.9.0"
resolved "https://registry.yarnpkg.com/tiptap-commands/-/tiptap-commands-1.9.0.tgz#f01d227635b1169c249af20f6705ed5135e7741b"
integrity sha512-bvcWZwlzF6/qadnA/mQXjHq4QljcXnPZpNL6++RK7f7oKshvUsId2XEombt81iAKUpVTELFyq/bzfmDCi5vA4A==
dependencies:
prosemirror-commands "^1.0.7"
prosemirror-inputrules "^1.0.1"
@ -10508,10 +10508,10 @@ tiptap-utils@^1.4.0:
prosemirror-tables "^0.7.11"
prosemirror-utils "^0.7.6"
tiptap@^1.17.0:
version "1.17.0"
resolved "https://registry.yarnpkg.com/tiptap/-/tiptap-1.17.0.tgz#0dd7c8551378d43efbe1755504ba91d43ccb101d"
integrity sha512-8Qd/lkdgju2d7RdF5Ek6fzMpbPKGIt5YaFkRY0El2GMxt/4QcjX+6HWtcNl05fgIwF8uuPNy0CtSoeUi5KZGsQ==
tiptap@^1.17.0, tiptap@^1.18.0:
version "1.18.0"
resolved "https://registry.yarnpkg.com/tiptap/-/tiptap-1.18.0.tgz#3b3fff322324e6691f31281d8c51b60eeaf5bf9a"
integrity sha512-PVKp9HSz4sO+mSPLwyEGImkKH9oplPWg9zd8xg3b6yeUUbMHhJLObcaceyxs++4548cZcINMPK7oxmZVy+KFZw==
dependencies:
prosemirror-commands "^1.0.7"
prosemirror-dropcursor "^1.1.1"
@ -10521,7 +10521,7 @@ tiptap@^1.17.0:
prosemirror-model "^1.7.0"
prosemirror-state "^1.2.1"
prosemirror-view "^1.8.9"
tiptap-commands "^1.8.0"
tiptap-commands "^1.9.0"
tiptap-utils "^1.4.0"
tmp@^0.0.33: