@ctlyst.id/internal-ui 4.1.3 → 4.1.5
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/index.js +4 -8
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +4 -8
- package/dist/index.mjs.map +1 -1
- package/package.json +3 -3
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@ctlyst.id/internal-ui",
|
3
|
-
"version": "4.1.
|
3
|
+
"version": "4.1.5",
|
4
4
|
"description": "Voila Internal UI Component",
|
5
5
|
"main": "dist/index.js",
|
6
6
|
"module": "dist/internal-ui.esm.js",
|
@@ -46,7 +46,7 @@
|
|
46
46
|
"framer-motion": ">=4.0.0 <11.2.0",
|
47
47
|
"react": "^18.1.0",
|
48
48
|
"react-dom": "^18.1.0",
|
49
|
-
"@ctlyst.id/internal-icon": "1.1.
|
49
|
+
"@ctlyst.id/internal-icon": "1.1.1"
|
50
50
|
},
|
51
51
|
"devDependencies": {
|
52
52
|
"@babel/core": "^7.15.0",
|
@@ -64,7 +64,7 @@
|
|
64
64
|
"date-fns": "^3.6.0",
|
65
65
|
"framer-motion": "^6.3.13",
|
66
66
|
"jest": "^29.7.0",
|
67
|
-
"@ctlyst.id/internal-icon": "1.1.
|
67
|
+
"@ctlyst.id/internal-icon": "1.1.1"
|
68
68
|
},
|
69
69
|
"gitHead": "da79c755628cff127d3383febf834eb2c7478c31",
|
70
70
|
"scripts": {
|