@ctlyst.id/internal-ui 1.0.2-canary.3 → 1.0.2-canary.4
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +11 -11
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@ctlyst.id/internal-ui",
|
3
|
-
"version": "1.0.2-canary.
|
3
|
+
"version": "1.0.2-canary.4",
|
4
4
|
"description": "Voila Internal UI Component",
|
5
5
|
"main": "dist/index.js",
|
6
6
|
"module": "dist/internal-ui.esm.js",
|
@@ -45,16 +45,16 @@
|
|
45
45
|
"devDependencies": {
|
46
46
|
"@babel/core": "^7.15.0",
|
47
47
|
"@babel/preset-typescript": "^7.18.6",
|
48
|
-
"@chakra-ui/anatomy": "^2.
|
49
|
-
"@chakra-ui/icons": "^2.0.
|
50
|
-
"@chakra-ui/react": "^2.
|
51
|
-
"@chakra-ui/styled-system": "^2.
|
52
|
-
"@chakra-ui/system": "^2.
|
53
|
-
"@chakra-ui/theme-tools": "^2.0.
|
54
|
-
"@chakra-ui/utils": "^2.0.
|
48
|
+
"@chakra-ui/anatomy": "^2.0.7",
|
49
|
+
"@chakra-ui/icons": "^2.0.11",
|
50
|
+
"@chakra-ui/react": "^2.3.6",
|
51
|
+
"@chakra-ui/styled-system": "^2.3.4",
|
52
|
+
"@chakra-ui/system": "^2.3.0",
|
53
|
+
"@chakra-ui/theme-tools": "^2.0.12",
|
54
|
+
"@chakra-ui/utils": "^2.0.11",
|
55
55
|
"@emotion/core": "^11.0.0",
|
56
|
-
"@emotion/react": "^11.
|
57
|
-
"@emotion/styled": "^11.
|
56
|
+
"@emotion/react": "^11.9.3",
|
57
|
+
"@emotion/styled": "^11.9.3",
|
58
58
|
"@testing-library/jest-dom": "^5.14.1",
|
59
59
|
"@testing-library/react": "^12.0.0",
|
60
60
|
"@types/jest": "^26.0.24",
|
@@ -65,5 +65,5 @@
|
|
65
65
|
"framer-motion": "^6.3.13",
|
66
66
|
"jest": "^26.6.3"
|
67
67
|
},
|
68
|
-
"gitHead": "
|
68
|
+
"gitHead": "cbb10037694a269453acad199545a7db67dac0b1"
|
69
69
|
}
|