@tiptap/extension-code-block
Advanced tools
+8
-8
| { | ||
| "name": "@tiptap/extension-code-block", | ||
| "version": "3.27.1", | ||
| "version": "3.27.2", | ||
| "description": "code block extension for tiptap", | ||
@@ -10,2 +10,5 @@ "keywords": [ | ||
| "homepage": "https://tiptap.dev", | ||
| "bugs": { | ||
| "url": "https://github.com/ueberdosis/tiptap/issues" | ||
| }, | ||
| "license": "MIT", | ||
@@ -17,5 +20,2 @@ "repository": { | ||
| }, | ||
| "bugs": { | ||
| "url": "https://github.com/ueberdosis/tiptap/issues" | ||
| }, | ||
| "funding": { | ||
@@ -44,8 +44,8 @@ "type": "github", | ||
| "devDependencies": { | ||
| "@tiptap/core": "^3.27.1", | ||
| "@tiptap/pm": "^3.27.1" | ||
| "@tiptap/core": "^3.27.2", | ||
| "@tiptap/pm": "^3.27.2" | ||
| }, | ||
| "peerDependencies": { | ||
| "@tiptap/core": "3.27.1", | ||
| "@tiptap/pm": "3.27.1" | ||
| "@tiptap/core": "3.27.2", | ||
| "@tiptap/pm": "3.27.2" | ||
| }, | ||
@@ -52,0 +52,0 @@ "scripts": { |