@snapgridjs/dnd 0.4.0 → 0.5.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@snapgridjs/dnd",
3
- "version": "0.4.0",
3
+ "version": "0.5.0",
4
4
  "description": "Framework-agnostic dnd-kit grid engine for snapgrid — the shared drag/resize/cross-grid brain consumed by @snapgridjs/react (and future Vue/Solid bindings).",
5
5
  "license": "MIT",
6
6
  "author": "Edmond Leung",
@@ -46,7 +46,7 @@
46
46
  "module": "./dist/index.mjs",
47
47
  "types": "./dist/index.d.mts",
48
48
  "dependencies": {
49
- "@snapgridjs/core": "0.4.0"
49
+ "@snapgridjs/core": "0.5.0"
50
50
  },
51
51
  "peerDependencies": {
52
52
  "@dnd-kit/abstract": "^0.4.0",