@ctlyst.id/internal-ui 1.0.2-canary.1 → 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 +21 -37
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",
|
@@ -28,22 +28,10 @@
|
|
28
28
|
"type-check": "tsc --emitDeclarationOnly"
|
29
29
|
},
|
30
30
|
"dependencies": {
|
31
|
-
"@chakra-ui/anatomy": "^2.1.1",
|
32
|
-
"@chakra-ui/icons": "^2.0.18",
|
33
|
-
"@chakra-ui/react": "^2.5.5",
|
34
|
-
"@chakra-ui/styled-system": "^2.8.0",
|
35
|
-
"@chakra-ui/system": "^2.5.5",
|
36
|
-
"@chakra-ui/theme-tools": "^2.0.16",
|
37
|
-
"@chakra-ui/utils": "^2.0.14",
|
38
|
-
"@emotion/core": "^11.0.0",
|
39
|
-
"@emotion/react": "^11.10.6",
|
40
|
-
"@emotion/styled": "^11.10.6",
|
41
31
|
"@tanstack/react-table": "^8.5.17",
|
42
32
|
"axios": "^0.27.2",
|
43
33
|
"clsx": "^1.1.1",
|
44
|
-
"react": "^18.2.0",
|
45
34
|
"react-datepicker": "^4.8.0",
|
46
|
-
"react-dom": "^18.2.0",
|
47
35
|
"react-dropzone": "^14.2.3",
|
48
36
|
"react-icons": "^4.6.0",
|
49
37
|
"react-select": "^5.6.0",
|
@@ -51,35 +39,31 @@
|
|
51
39
|
"tslib": "^2.3.1"
|
52
40
|
},
|
53
41
|
"peerDependencies": {
|
54
|
-
"
|
55
|
-
"
|
56
|
-
"@chakra-ui/react": "^2.5.5",
|
57
|
-
"@chakra-ui/styled-system": "^2.8.0",
|
58
|
-
"@chakra-ui/system": "^2.5.5",
|
59
|
-
"@chakra-ui/theme-tools": "^2.0.16",
|
60
|
-
"@chakra-ui/utils": "^2.0.14",
|
61
|
-
"@emotion/core": "^11.0.0",
|
62
|
-
"@emotion/react": "^11.10.6",
|
63
|
-
"@emotion/styled": "^11.10.6",
|
64
|
-
"react": "^18.2.0",
|
65
|
-
"react-dom": "^18.2.0"
|
66
|
-
},
|
67
|
-
"resolutions": {
|
68
|
-
"jest-environment-jsdom": "27.3.1"
|
42
|
+
"react": "^18.1.0",
|
43
|
+
"react-dom": "^18.1.0"
|
69
44
|
},
|
70
45
|
"devDependencies": {
|
71
|
-
"@babel/core": "^7.
|
46
|
+
"@babel/core": "^7.15.0",
|
72
47
|
"@babel/preset-typescript": "^7.18.6",
|
73
|
-
"@
|
74
|
-
"@
|
75
|
-
"@
|
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
|
+
"@emotion/core": "^11.0.0",
|
56
|
+
"@emotion/react": "^11.9.3",
|
57
|
+
"@emotion/styled": "^11.9.3",
|
58
|
+
"@testing-library/jest-dom": "^5.14.1",
|
59
|
+
"@testing-library/react": "^12.0.0",
|
60
|
+
"@types/jest": "^26.0.24",
|
76
61
|
"@types/react-datepicker": "^4.8.0",
|
77
|
-
"babel-loader": "^
|
78
|
-
"babel-preset-react-app": "^10.0.
|
62
|
+
"babel-loader": "^8.2.2",
|
63
|
+
"babel-preset-react-app": "^10.0.0",
|
79
64
|
"codecov": "^3.8.3",
|
80
65
|
"framer-motion": "^6.3.13",
|
81
|
-
"jest": "^
|
82
|
-
"jest-environment-jsdom": "29.4.1"
|
66
|
+
"jest": "^26.6.3"
|
83
67
|
},
|
84
|
-
"gitHead": "
|
68
|
+
"gitHead": "cbb10037694a269453acad199545a7db67dac0b1"
|
85
69
|
}
|