@udecode/plate-common
Advanced tools
Comparing version 5.1.0 to 5.3.0
# @udecode/plate-common | ||
## 5.3.0 | ||
### Patch Changes | ||
- Updated dependencies [[`7ee21356`](https://github.com/udecode/plate/commit/7ee21356f0a4e67e367232b3dbc9957254a0c11e)]: | ||
- @udecode/plate-core@5.3.0 | ||
## 5.1.0 | ||
@@ -4,0 +11,0 @@ |
@@ -1,2 +0,3 @@ | ||
import { Node, NodeEntry } from 'slate'; | ||
import { TNode } from '@udecode/plate-core'; | ||
import { NodeEntry } from 'slate'; | ||
import { QueryNodeOptions } from '../types/QueryNodeOptions'; | ||
@@ -6,3 +7,3 @@ /** | ||
*/ | ||
export declare const queryNode: <T extends Node>(entry?: NodeEntry<T> | undefined, { filter, allow, exclude }?: QueryNodeOptions) => boolean; | ||
export declare const queryNode: <T extends TNode<import("@udecode/plate-core").AnyObject>>(entry?: NodeEntry<T> | undefined, { filter, allow, exclude }?: QueryNodeOptions) => boolean; | ||
//# sourceMappingURL=queryNode.d.ts.map |
{ | ||
"name": "@udecode/plate-common", | ||
"version": "5.1.0", | ||
"version": "5.3.0", | ||
"description": "Common utilities used by Plate", | ||
@@ -35,3 +35,3 @@ "keywords": [ | ||
"dependencies": { | ||
"@udecode/plate-core": "4.3.7", | ||
"@udecode/plate-core": "5.3.0", | ||
"is-hotkey": "^0.1.6" | ||
@@ -38,0 +38,0 @@ }, |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
11100
1034947
+ Added@udecode/plate-core@5.3.0(transitive)
+ Addedclsx@1.2.1(transitive)
- Removed@udecode/plate-core@4.3.7(transitive)
Updated@udecode/plate-core@5.3.0