🎩 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.45
to
2.0.0-beta.46
+8
-0
CHANGELOG.md

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

# [2.0.0-beta.46](https://github.com/ueberdosis/tiptap/compare/@tiptap/react@2.0.0-beta.45...@tiptap/react@2.0.0-beta.46) (2021-06-09)
**Note:** Version bump only for package @tiptap/react
# [2.0.0-beta.45](https://github.com/ueberdosis/tiptap/compare/@tiptap/react@2.0.0-beta.44...@tiptap/react@2.0.0-beta.45) (2021-05-29)

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

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

@@ -30,10 +30,10 @@ "keywords": [

"@tiptap/extension-bubble-menu": "^2.0.0-beta.20",
"@tiptap/extension-floating-menu": "^2.0.0-beta.16",
"@tiptap/extension-floating-menu": "^2.0.0-beta.17",
"prosemirror-view": "^1.18.7"
},
"devDependencies": {
"@types/react": "^17.0.8",
"@types/react-dom": "^17.0.5"
"@types/react": "^17.0.10",
"@types/react-dom": "^17.0.7"
},
"gitHead": "a66db3eaa93c4d9dd17cd7acc85f2adc1712ccd8"
"gitHead": "cf372f94498cddb592be336dc903fcaf32eeda1c"
}