@measured/puck 0.18.0-canary.066aba9 → 0.18.0-canary.9c64ea4
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/index.css +27 -34
- package/dist/index.d.mts +0 -6
- package/dist/index.d.ts +0 -6
- package/dist/index.js +707 -497
- package/dist/index.mjs +677 -467
- package/package.json +3 -2
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@measured/puck",
|
3
|
-
"version": "0.18.0-canary.
|
3
|
+
"version": "0.18.0-canary.9c64ea4",
|
4
4
|
"author": "Measured Corporation Ltd <hello@measured.co>",
|
5
5
|
"repository": "measuredco/puck",
|
6
6
|
"bugs": "https://github.com/measuredco/puck/issues",
|
@@ -74,7 +74,8 @@
|
|
74
74
|
"object-hash": "^3.0.0",
|
75
75
|
"react-hotkeys-hook": "^4.6.1",
|
76
76
|
"use-debounce": "^9.0.4",
|
77
|
-
"uuid": "^9.0.1"
|
77
|
+
"uuid": "^9.0.1",
|
78
|
+
"zustand": "^5.0.2"
|
78
79
|
},
|
79
80
|
"peerDependencies": {
|
80
81
|
"react": "^17.0.0 || ^18.0.0 || ^19.0.0"
|