From 09c3ee50ba1fa573ffeec198f717fe90d592e51f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Dec 2022 16:51:12 -0800 Subject: [PATCH] chore(deps): bump prosemirror-dropcursor and @types/prosemirror-dropcursor (#4592) Bumps [prosemirror-dropcursor](https://github.com/prosemirror/prosemirror-dropcursor) and [@types/prosemirror-dropcursor](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/prosemirror-dropcursor). These dependencies needed to be updated together. Updates `prosemirror-dropcursor` from 1.4.0 to 1.6.1 - [Release notes](https://github.com/prosemirror/prosemirror-dropcursor/releases) - [Changelog](https://github.com/ProseMirror/prosemirror-dropcursor/blob/master/CHANGELOG.md) - [Commits](https://github.com/prosemirror/prosemirror-dropcursor/compare/1.4.0...1.6.1) Updates `@types/prosemirror-dropcursor` from 1.0.3 to 1.5.0 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/prosemirror-dropcursor) --- updated-dependencies: - dependency-name: prosemirror-dropcursor dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: "@types/prosemirror-dropcursor" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 4 ++-- yarn.lock | 18 +++++++++--------- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/package.json b/package.json index ceabf6312..72fbb760a 100644 --- a/package.json +++ b/package.json @@ -152,7 +152,7 @@ "pg-tsquery": "^8.4.0", "polished": "^4.2.2", "prosemirror-commands": "1.2.2", - "prosemirror-dropcursor": "^1.4.0", + "prosemirror-dropcursor": "^1.6.1", "prosemirror-gapcursor": "^1.3.1", "prosemirror-history": "^1.2.0", "prosemirror-inputrules": "^1.1.3", @@ -266,7 +266,7 @@ "@types/nodemailer": "^6.4.4", "@types/passport-oauth2": "^1.4.11", "@types/prosemirror-commands": "^1.0.4", - "@types/prosemirror-dropcursor": "^1.0.0", + "@types/prosemirror-dropcursor": "^1.5.0", "@types/prosemirror-gapcursor": "^1.0.1", "@types/prosemirror-history": "^1.0.1", "@types/prosemirror-inputrules": "^1.0.2", diff --git a/yarn.lock b/yarn.lock index 02e520247..269ff80ce 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3179,12 +3179,12 @@ "@types/prosemirror-state" "*" "@types/prosemirror-view" "*" -"@types/prosemirror-dropcursor@^1.0.0": - version "1.0.3" - resolved "https://registry.yarnpkg.com/@types/prosemirror-dropcursor/-/prosemirror-dropcursor-1.0.3.tgz#49250849b8a0b86e8c29eb1ba70a463e53e46947" - integrity sha512-b0/8njnJ4lwyHKcGuCMf3x7r1KjxyugB1R/c2iMCjplsJHSC7UY9+OysqgJR5uUXRekUSGniiLgBtac/lvH6wg== +"@types/prosemirror-dropcursor@^1.5.0": + version "1.5.0" + resolved "https://registry.yarnpkg.com/@types/prosemirror-dropcursor/-/prosemirror-dropcursor-1.5.0.tgz#5633fb20e7c1bf27edbdb64781b09bfb9f150f25" + integrity sha512-Xa13THoY0YkvYP/peH995ahT79w3ErdsmFUIaTY21nshxxnn5mdSgG+RTpkqXwZ85v+n28MvNfLF2gm+c8RZ1A== dependencies: - "@types/prosemirror-state" "*" + prosemirror-dropcursor "*" "@types/prosemirror-gapcursor@^1.0.1": version "1.0.4" @@ -12379,10 +12379,10 @@ prosemirror-commands@1.2.2: prosemirror-state "^1.0.0" prosemirror-transform "^1.0.0" -prosemirror-dropcursor@^1.4.0: - version "1.4.0" - resolved "https://registry.yarnpkg.com/prosemirror-dropcursor/-/prosemirror-dropcursor-1.4.0.tgz#91a859d4ee79c99b1c0ba6ee61c093b195c0d9f0" - integrity sha512-6+YwTjmqDwlA/Dm+5wK67ezgqgjA/MhSDgaNxKUzH97SmeuWFXyLeDRxxOPZeSo7yTxcDGUCWTEjmQZsVBuMrQ== +prosemirror-dropcursor@*, prosemirror-dropcursor@^1.6.1: + version "1.6.1" + resolved "https://registry.yarnpkg.com/prosemirror-dropcursor/-/prosemirror-dropcursor-1.6.1.tgz#31f696172105f232bd17543ccf305e0f33e59d1d" + integrity sha512-LtyqQpkIknaT7NnZl3vDr3TpkNcG4ABvGRXx37XJ8tJNUGtcrZBh40A0344rDwlRTfUEmynQS/grUsoSWz+HgA== dependencies: prosemirror-state "^1.0.0" prosemirror-transform "^1.1.0"