@udecode/plate-ui-dnd
Advanced tools
Comparing version 13.6.0 to 13.7.0
{ | ||
"name": "@udecode/plate-ui-dnd", | ||
"version": "13.6.0", | ||
"version": "13.7.0", | ||
"description": "Drag & drop feature for Plate", | ||
@@ -24,5 +24,6 @@ "license": "MIT", | ||
"clean": "rimraf dist", | ||
"cti": "sh ../../../scripts/cti.sh", | ||
"rollup": "rollup -c=../../../config/rollup.config.js", | ||
"test": "jest" | ||
"cti": "sh ${PROJECT_CWD}/scripts/cti.sh", | ||
"rollup": "rollup -c=${PROJECT_CWD}/config/rollup.config.js", | ||
"test": "jest", | ||
"typecheck": "tsc --noEmit --emitDeclarationOnly false" | ||
}, | ||
@@ -33,4 +34,4 @@ "types": "dist/index.d.ts", | ||
"@tippyjs/react": "^4.2.6", | ||
"@udecode/plate-core": "13.6.0", | ||
"@udecode/plate-styled-components": "13.6.0" | ||
"@udecode/plate-core": "13.7.0", | ||
"@udecode/plate-styled-components": "13.7.0" | ||
}, | ||
@@ -37,0 +38,0 @@ "peerDependencies": { |
148992
+ Added@udecode/plate-core@13.7.0(transitive)
+ Added@udecode/plate-styled-components@13.7.0(transitive)
- Removed@udecode/plate-core@13.6.0(transitive)
- Removed@udecode/plate-styled-components@13.6.0(transitive)
Updated@udecode/plate-core@13.7.0