update dependencies

This commit is contained in:
Philipp Kühn
2021-03-08 13:47:55 +01:00
parent 576813588d
commit 86a8ce349a
5 changed files with 13 additions and 12 deletions

View File

@@ -29,7 +29,7 @@
"tippy.js": "^6.3.1", "tippy.js": "^6.3.1",
"vue-github-button": "^1.1.2", "vue-github-button": "^1.1.2",
"y-indexeddb": "^9.0.6", "y-indexeddb": "^9.0.6",
"y-prosemirror": "^1.0.6", "y-prosemirror": "^1.0.7",
"y-webrtc": "^10.1.7", "y-webrtc": "^10.1.7",
"y-websocket": "^1.3.11", "y-websocket": "^1.3.11",
"yjs": "^13.5.1" "yjs": "^13.5.1"

View File

@@ -25,6 +25,6 @@
"@tiptap/core": "^2.0.0-beta.1" "@tiptap/core": "^2.0.0-beta.1"
}, },
"dependencies": { "dependencies": {
"y-prosemirror": "^1.0.6" "y-prosemirror": "^1.0.7"
} }
} }

View File

@@ -25,6 +25,6 @@
"@tiptap/core": "^2.0.0-beta.1" "@tiptap/core": "^2.0.0-beta.1"
}, },
"dependencies": { "dependencies": {
"y-prosemirror": "^1.0.6" "y-prosemirror": "^1.0.7"
} }
} }

View File

@@ -25,7 +25,7 @@
"@tiptap/core": "^2.0.0-beta.1" "@tiptap/core": "^2.0.0-beta.1"
}, },
"dependencies": { "dependencies": {
"@types/prosemirror-gapcursor": "^1.0.2", "@types/prosemirror-gapcursor": "^1.0.3",
"prosemirror-gapcursor": "^1.1.5" "prosemirror-gapcursor": "^1.1.5"
} }
} }

View File

@@ -2234,11 +2234,12 @@
dependencies: dependencies:
"@types/prosemirror-state" "*" "@types/prosemirror-state" "*"
"@types/prosemirror-gapcursor@^1.0.2": "@types/prosemirror-gapcursor@^1.0.3":
version "1.0.2" version "1.0.3"
resolved "https://registry.yarnpkg.com/@types/prosemirror-gapcursor/-/prosemirror-gapcursor-1.0.2.tgz#0a9160f94d808fe13f0420f9e0833612cd5be1ca" resolved "https://registry.yarnpkg.com/@types/prosemirror-gapcursor/-/prosemirror-gapcursor-1.0.3.tgz#989e98c734e01e2ed4cab39992e60a1b0646cab6"
integrity sha512-FML5Ws2CagX7haI6ir43bov2rtjUH2d7nhwJkkehuaZxQXxNXPhCnH1bg+tUT5hTbxzV7U/xOj9eQgxfEJpyFw== integrity sha512-kBVjjbMmUk7ZsgpI1NOyY15makulu1skEGr+V9GgY7GQnT9vqjo8/XiNSgSj9s9vRTsTb/KAaTI9KJwWlhbhxQ==
dependencies: dependencies:
"@types/prosemirror-model" "*"
"@types/prosemirror-state" "*" "@types/prosemirror-state" "*"
"@types/prosemirror-history@^1.0.2": "@types/prosemirror-history@^1.0.2":
@@ -15231,10 +15232,10 @@ y-leveldb@^0.1.0:
level "^6.0.1" level "^6.0.1"
lib0 "^0.2.31" lib0 "^0.2.31"
y-prosemirror@^1.0.6: y-prosemirror@^1.0.7:
version "1.0.6" version "1.0.7"
resolved "https://registry.yarnpkg.com/y-prosemirror/-/y-prosemirror-1.0.6.tgz#75cfdd3ec65638f4c3112dd1a5ccd2daeb147f12" resolved "https://registry.yarnpkg.com/y-prosemirror/-/y-prosemirror-1.0.7.tgz#e0d3bbbc8b88bc4942d9720fd8413da393999200"
integrity sha512-rbYA/kssa/4yMlvdfYrKtZwG15UCdwCIO6fCitua4VaJSVN2ruLvR1OrPl8txhKzyiPiBAphFzjj+ZXkm4D/6w== integrity sha512-AnlwGoz6+o6PkrBm09kY3+dXP3Yt6QHDIMHhtn0mGeUnSQRVcI0/raQwh/kYD7z1EUPghKfDaH8DoI0duAu5sg==
dependencies: dependencies:
lib0 "^0.2.34" lib0 "^0.2.34"