arpeggi-framer-components 0.0.27 → 0.0.28

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "arpeggi-framer-components",
3
- "version": "0.0.27",
3
+ "version": "0.0.28",
4
4
  "type": "module",
5
5
  "main": "./dist/index.umd.js",
6
6
  "module": "./dist/index.es.js",
@@ -39,6 +39,7 @@
39
39
  "axios": "^1.7.9",
40
40
  "magic-bytes.js": "^1.10.0",
41
41
  "react-dropzone": "^14.3.5",
42
- "swr": "^2.2.5"
42
+ "swr": "^2.2.5",
43
+ "usehooks-ts": "^3.1.0"
43
44
  }
44
45
  }