arpeggi-framer-components 0.0.26 → 0.0.28
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/index.es.js +2212 -2111
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +24 -24
- package/dist/index.umd.js.map +1 -1
- package/package.json +3 -2
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "arpeggi-framer-components",
|
3
|
-
"version": "0.0.
|
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
|
}
|