🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@tiptap/react

Package Overview
Dependencies
Maintainers
2
Versions
407
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tiptap/react - npm Package Compare versions

Comparing version
2.0.0-beta.52
to
2.0.0-beta.53
+8
-0
CHANGELOG.md

@@ -6,2 +6,10 @@ # Change Log

# [2.0.0-beta.53](https://github.com/ueberdosis/tiptap/compare/@tiptap/react@2.0.0-beta.52...@tiptap/react@2.0.0-beta.53) (2021-07-26)
**Note:** Version bump only for package @tiptap/react
# [2.0.0-beta.52](https://github.com/ueberdosis/tiptap/compare/@tiptap/react@2.0.0-beta.51...@tiptap/react@2.0.0-beta.52) (2021-06-24)

@@ -8,0 +16,0 @@

+10
-5
{
"name": "@tiptap/react",
"description": "React components for tiptap",
"version": "2.0.0-beta.52",
"version": "2.0.0-beta.53",
"homepage": "https://tiptap.dev",

@@ -29,5 +29,5 @@ "keywords": [

"dependencies": {
"@tiptap/extension-bubble-menu": "^2.0.0-beta.24",
"@tiptap/extension-floating-menu": "^2.0.0-beta.18",
"prosemirror-view": "^1.18.8"
"@tiptap/extension-bubble-menu": "^2.0.0-beta.25",
"@tiptap/extension-floating-menu": "^2.0.0-beta.19",
"prosemirror-view": "^1.18.11"
},

@@ -38,3 +38,8 @@ "devDependencies": {

},
"gitHead": "304080ce1c8b0c1fa958d4b4f55e04cbe64fb3f4"
"repository": {
"type": "git",
"url": "https://github.com/ueberdosis/tiptap",
"directory": "packages/react"
},
"gitHead": "345ea8cf8abba6422dabc6e548594fb8e2c30409"
}