@measured/puck 0.17.0-canary.858bfe7 → 0.17.0-canary.9de5e5e
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/index.css +10 -13
- package/dist/index.js +427 -3872
- package/dist/index.mjs +421 -3866
- package/package.json +3 -3
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@measured/puck",
|
3
|
-
"version": "0.17.0-canary.
|
3
|
+
"version": "0.17.0-canary.9de5e5e",
|
4
4
|
"author": "Measured Corporation Ltd <hello@measured.co>",
|
5
5
|
"repository": "measuredco/puck",
|
6
6
|
"bugs": "https://github.com/measuredco/puck/issues",
|
@@ -69,8 +69,8 @@
|
|
69
69
|
"typescript": "^5.5.4"
|
70
70
|
},
|
71
71
|
"dependencies": {
|
72
|
-
"@dnd-kit/helpers": "0.0.6-beta-
|
73
|
-
"@dnd-kit/react": "0.0.6-beta-
|
72
|
+
"@dnd-kit/helpers": "0.0.6-beta-20241204184550",
|
73
|
+
"@dnd-kit/react": "0.0.6-beta-20241204184550",
|
74
74
|
"@measured/dnd": "16.6.0-canary.4cba1d1",
|
75
75
|
"deep-diff": "^1.0.2",
|
76
76
|
"object-hash": "^3.0.0",
|