@measured/puck 0.18.1-canary.23a528b → 0.18.1-canary.59bf766
Sign up to get free protection for your applications and to get access to all the features.
- package/README.md +2 -2
- package/dist/index.js +4065 -469
- package/dist/index.mjs +4026 -442
- package/package.json +3 -3
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@measured/puck",
|
3
|
-
"version": "0.18.1-canary.
|
3
|
+
"version": "0.18.1-canary.59bf766",
|
4
4
|
"author": "Measured Corporation Ltd <hello@measured.co>",
|
5
5
|
"repository": "measuredco/puck",
|
6
6
|
"bugs": "https://github.com/measuredco/puck/issues",
|
@@ -68,8 +68,8 @@
|
|
68
68
|
"typescript": "^5.5.4"
|
69
69
|
},
|
70
70
|
"dependencies": {
|
71
|
-
"@dnd-kit/helpers": "0.0.6-beta-
|
72
|
-
"@dnd-kit/react": "0.0.6-beta-
|
71
|
+
"@dnd-kit/helpers": "0.0.6-beta-20250113155559",
|
72
|
+
"@dnd-kit/react": "0.0.6-beta-20250113155559",
|
73
73
|
"deep-diff": "^1.0.2",
|
74
74
|
"object-hash": "^3.0.0",
|
75
75
|
"react-hotkeys-hook": "^4.6.1",
|