@tiptap/extension-link
Advanced tools
+6
-6
| { | ||
| "name": "@tiptap/extension-link", | ||
| "description": "link extension for tiptap", | ||
| "version": "3.23.2", | ||
| "version": "3.23.4", | ||
| "homepage": "https://tiptap.dev", | ||
@@ -34,11 +34,11 @@ "keywords": [ | ||
| "dependencies": { | ||
| "linkifyjs": "^4.3.2" | ||
| "linkifyjs": "^4.3.3" | ||
| }, | ||
| "devDependencies": { | ||
| "@tiptap/core": "^3.23.2", | ||
| "@tiptap/pm": "^3.23.2" | ||
| "@tiptap/core": "^3.23.4", | ||
| "@tiptap/pm": "^3.23.4" | ||
| }, | ||
| "peerDependencies": { | ||
| "@tiptap/core": "3.23.2", | ||
| "@tiptap/pm": "3.23.2" | ||
| "@tiptap/core": "3.23.4", | ||
| "@tiptap/pm": "3.23.4" | ||
| }, | ||
@@ -45,0 +45,0 @@ "repository": { |
+ Added
+ Added
- Removed
- Removed
Updated