Skip to content

Commit

Permalink
chore(deps): bump prosemirror-history from 1.3.2 to 1.4.0
Browse files Browse the repository at this point in the history
Bumps [prosemirror-history](https://github.com/prosemirror/prosemirror-history) from 1.3.2 to 1.4.0.
- [Changelog](https://github.com/ProseMirror/prosemirror-history/blob/master/CHANGELOG.md)
- [Commits](ProseMirror/prosemirror-history@1.3.2...1.4.0)

---
updated-dependencies:
- dependency-name: prosemirror-history
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and eliias committed Jun 2, 2024
1 parent 30a57b0 commit 3ca200e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion examples/collaborative-text-editor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"prosemirror-commands": "^1.5.2",
"prosemirror-dropcursor": "^1.8.1",
"prosemirror-gapcursor": "^1.3.2",
"prosemirror-history": "^1.3.2",
"prosemirror-history": "^1.4.0",
"prosemirror-keymap": "^1.2.2",
"prosemirror-model": "^1.19.4",
"prosemirror-schema-list": "^1.3.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6715,10 +6715,10 @@ prosemirror-gapcursor@^1.3.2:
prosemirror-state "^1.0.0"
prosemirror-view "^1.0.0"

prosemirror-history@^1.0.0, prosemirror-history@^1.3.2:
version "1.3.2"
resolved "https://registry.yarnpkg.com/prosemirror-history/-/prosemirror-history-1.3.2.tgz#ce6ad7ab9db83e761aee716f3040d74738311b15"
integrity sha512-/zm0XoU/N/+u7i5zepjmZAEnpvjDtzoPWW6VmKptcAnPadN/SStsBjMImdCEbb3seiNTpveziPTIrXQbHLtU1g==
prosemirror-history@^1.0.0, prosemirror-history@^1.3.2, prosemirror-history@^1.4.0:
version "1.4.0"
resolved "https://registry.yarnpkg.com/prosemirror-history/-/prosemirror-history-1.4.0.tgz#1edbce630aaf21b808e5a5cd798a09976ecb1827"
integrity sha512-UUiGzDVcqo1lovOPdi9YxxUps3oBFWAIYkXLu3Ot+JPv1qzVogRbcizxK3LhHmtaUxclohgiOVesRw5QSlMnbQ==
dependencies:
prosemirror-state "^1.2.2"
prosemirror-transform "^1.0.0"
Expand Down

0 comments on commit 3ca200e

Please sign in to comment.