@ctlyst.id/internal-ui 1.0.1 → 1.0.2-canary.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +14 -31
package/package.json CHANGED
@@ -1,11 +1,10 @@
1
1
  {
2
2
  "name": "@ctlyst.id/internal-ui",
3
- "version": "1.0.1",
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",
7
7
  "typings": "dist/index.d.ts",
8
- "types": "dist/index.d.ts",
9
8
  "internal-ui:src": "./src/index.ts",
10
9
  "repository": "https://github.com/machtwatch/voila-ui",
11
10
  "author": "Catalyst Tech",
@@ -29,22 +28,10 @@
29
28
  "type-check": "tsc --emitDeclarationOnly"
30
29
  },
31
30
  "dependencies": {
32
- "@chakra-ui/anatomy": "^2.1.1",
33
- "@chakra-ui/icons": "^2.0.18",
34
- "@chakra-ui/react": "^2.5.5",
35
- "@chakra-ui/styled-system": "^2.8.0",
36
- "@chakra-ui/system": "^2.5.5",
37
- "@chakra-ui/theme-tools": "^2.0.16",
38
- "@chakra-ui/utils": "^2.0.14",
39
- "@emotion/core": "^11.0.0",
40
- "@emotion/react": "^11.10.6",
41
- "@emotion/styled": "^11.10.6",
42
31
  "@tanstack/react-table": "^8.5.17",
43
32
  "axios": "^0.27.2",
44
33
  "clsx": "^1.1.1",
45
- "react": "^18.2.0",
46
34
  "react-datepicker": "^4.8.0",
47
- "react-dom": "^18.2.0",
48
35
  "react-dropzone": "^14.2.3",
49
36
  "react-icons": "^4.6.0",
50
37
  "react-select": "^5.6.0",
@@ -52,6 +39,12 @@
52
39
  "tslib": "^2.3.1"
53
40
  },
54
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",
55
48
  "@chakra-ui/anatomy": "^2.1.1",
56
49
  "@chakra-ui/icons": "^2.0.18",
57
50
  "@chakra-ui/react": "^2.5.5",
@@ -62,25 +55,15 @@
62
55
  "@emotion/core": "^11.0.0",
63
56
  "@emotion/react": "^11.10.6",
64
57
  "@emotion/styled": "^11.10.6",
65
- "react": "^18.2.0",
66
- "react-dom": "^18.2.0"
67
- },
68
- "resolutions": {
69
- "jest-environment-jsdom": "27.3.1"
70
- },
71
- "devDependencies": {
72
- "@babel/core": "^7.20.12",
73
- "@babel/preset-typescript": "^7.18.6",
74
- "@testing-library/jest-dom": "^5.16.5",
75
- "@testing-library/react": "^13.4.0",
76
- "@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",
77
61
  "@types/react-datepicker": "^4.8.0",
78
- "babel-loader": "^9.1.2",
79
- "babel-preset-react-app": "^10.0.1",
62
+ "babel-loader": "^8.2.2",
63
+ "babel-preset-react-app": "^10.0.0",
80
64
  "codecov": "^3.8.3",
81
65
  "framer-motion": "^6.3.13",
82
- "jest": "^29.4.1",
83
- "jest-environment-jsdom": "29.4.1"
66
+ "jest": "^26.6.3"
84
67
  },
85
- "gitHead": "bb6c1110aca4f54ccdeefb89eb46b5d3d6e74ba8"
68
+ "gitHead": "764e724587b3b997ffbd47cb7aaf295196b5e0fa"
86
69
  }