@udecode/plate-code-block
Advanced tools
Comparing version 11.0.1 to 11.0.2
# @udecode/plate-code-block | ||
## 11.0.2 | ||
## 11.0.1 | ||
@@ -4,0 +6,0 @@ |
@@ -5,3 +5,3 @@ import { CodeBlockPlugin } from './types'; | ||
*/ | ||
export declare const createCodeBlockPlugin: <V extends import("@udecode/plate-core").Value, E extends import("@udecode/plate-core").PlateEditor<V> = import("@udecode/plate-core").PlateEditor<V>>(override?: Partial<import("@udecode/plate-core").PlatePlugin<CodeBlockPlugin, V, E>> | undefined, overrideByKey?: import("@udecode/plate-core").OverrideByKey<V, E> | undefined) => import("@udecode/plate-core").PlatePlugin<CodeBlockPlugin, V, E>; | ||
export declare const createCodeBlockPlugin: <OP = CodeBlockPlugin, OV extends import("@udecode/plate-core").Value = import("@udecode/plate-core").Value, OE extends import("@udecode/plate-core").PlateEditor<OV> = import("@udecode/plate-core").PlateEditor<OV>>(override?: Partial<import("@udecode/plate-core").PlatePlugin<CodeBlockPlugin, OV, OE>> | undefined, overrideByKey?: import("@udecode/plate-core").OverrideByKey<OV, OE> | undefined) => import("@udecode/plate-core").PlatePlugin<import("@udecode/plate-core").NoInfer<OP>, OV, OE>; | ||
//# sourceMappingURL=createCodeBlockPlugin.d.ts.map |
{ | ||
"name": "@udecode/plate-code-block", | ||
"version": "11.0.1", | ||
"version": "11.0.2", | ||
"description": "Code block plugin for Plate", | ||
@@ -35,3 +35,3 @@ "keywords": [ | ||
"dependencies": { | ||
"@udecode/plate-core": "11.0.1", | ||
"@udecode/plate-core": "11.0.2", | ||
"prismjs": "^1.25.0" | ||
@@ -38,0 +38,0 @@ }, |
Sorry, the diff of this file is not supported yet
968878
+ Added@udecode/plate-core@11.0.2(transitive)
- Removed@udecode/plate-core@11.0.1(transitive)
Updated@udecode/plate-core@11.0.2