We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75e3eda commit cdb1c56Copy full SHA for cdb1c56
3 files changed
docs/package.json
@@ -56,7 +56,7 @@
56
"@shikijs/langs-precompiled": "^3.2.1",
57
"@shikijs/themes": "^3.2.1",
58
"@shikijs/types": "^3.2.1",
59
- "@tiptap/core": "^3.4.3",
+ "@tiptap/core": "^3.7.2",
60
"@uppy/core": "^3.13.1",
61
"@uppy/dashboard": "^3.9.1",
62
"@uppy/drag-drop": "^3.1.1",
examples/08-extensions/01-tiptap-arrow-conversion/package.json
@@ -29,4 +29,4 @@
29
"@vitejs/plugin-react": "^4.7.0",
30
"vite": "^5.4.20"
31
}
32
-}
+}
playground/src/examples.gen.tsx
@@ -1569,7 +1569,7 @@
1569
],
1570
"pro": true,
1571
"dependencies": {
1572
- "@tiptap/core": "^3.4.3"
+ "@tiptap/core": "^3.7.2"
1573
} as any
1574
},
1575
"title": "TipTap extension (arrow InputRule)",
0 commit comments