@ctlyst.id/internal-ui 1.0.2-canary.1 → 1.0.2-canary.3
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +14 -30
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.3",
|
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,6 +39,12 @@
|
|
51
39
|
"tslib": "^2.3.1"
|
52
40
|
},
|
53
41
|
"peerDependencies": {
|
42
|
+
"react": "^18.1.0",
|
43
|
+
"react-dom": "^18.1.0"
|
44
|
+
},
|
45
|
+
"devDependencies": {
|
46
|
+
"@babel/core": "^7.15.0",
|
47
|
+
"@babel/preset-typescript": "^7.18.6",
|
54
48
|
"@chakra-ui/anatomy": "^2.1.1",
|
55
49
|
"@chakra-ui/icons": "^2.0.18",
|
56
50
|
"@chakra-ui/react": "^2.5.5",
|
@@ -61,25 +55,15 @@
|
|
61
55
|
"@emotion/core": "^11.0.0",
|
62
56
|
"@emotion/react": "^11.10.6",
|
63
57
|
"@emotion/styled": "^11.10.6",
|
64
|
-
"
|
65
|
-
"react
|
66
|
-
|
67
|
-
"resolutions": {
|
68
|
-
"jest-environment-jsdom": "27.3.1"
|
69
|
-
},
|
70
|
-
"devDependencies": {
|
71
|
-
"@babel/core": "^7.20.12",
|
72
|
-
"@babel/preset-typescript": "^7.18.6",
|
73
|
-
"@testing-library/jest-dom": "^5.16.5",
|
74
|
-
"@testing-library/react": "^13.4.0",
|
75
|
-
"@types/jest": "^29.4.0",
|
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": "764e724587b3b997ffbd47cb7aaf295196b5e0fa"
|
85
69
|
}
|