|
10 | 10 | "validation", |
11 | 11 | "material" |
12 | 12 | ], |
13 | | - "version": "1.19.13", |
| 13 | + "version": "2.0.0", |
14 | 14 | "main": "./dist/index.js", |
15 | 15 | "types": "./dist/index.d.ts", |
16 | 16 | "license": "MIT", |
|
39 | 39 | } |
40 | 40 | }, |
41 | 41 | "dependencies": { |
42 | | - "@date-io/date-fns": "^1.1.0", |
| 42 | + "@date-io/date-fns": "^1.3.7", |
43 | 43 | "@react-form-fields/core": "^1.5.4", |
44 | | - "@types/classnames": "^2.2.7", |
45 | | - "@types/jquery": "^3.3.29", |
46 | | - "@types/react-autosuggest": "9.3.7", |
47 | | - "@types/react-color": "2.17.0", |
48 | | - "@types/react-select": "^2.0.15", |
| 44 | + "@types/classnames": "^2.2.8", |
| 45 | + "@types/jquery": "^3.3.30", |
| 46 | + "@types/react-autosuggest": "9.3.9", |
| 47 | + "@types/react-color": "3.0.1", |
| 48 | + "@types/react-select": "^2.0.19", |
49 | 49 | "@types/validatorjs": "3.15.0", |
50 | 50 | "classnames": "^2.2.6", |
51 | 51 | "date-fns": "2.0.0-alpha.21", |
52 | | - "jquery": ">=1.8", |
| 52 | + "jquery": ">=3.4", |
53 | 53 | "material-ui-pickers": "^2.2.4", |
54 | | - "react-color": ">=2.17.0", |
55 | | - "react-select": "^2.4.2", |
56 | | - "trumbowyg": "^2.15.1", |
57 | | - "tslib": ">=1.9.3", |
| 54 | + "react-color": ">=2.17.3", |
| 55 | + "react-select": "^3.0.4", |
| 56 | + "trumbowyg": "^2.18.0", |
| 57 | + "tslib": ">=1.10.0", |
58 | 58 | "validatorjs": ">=3.15.1" |
59 | 59 | }, |
60 | 60 | "peerDependencies": { |
61 | | - "@material-ui/core": ">=3.9.2", |
62 | | - "@material-ui/icons": ">=3.0.2", |
63 | | - "react": ">=16.0.0" |
| 61 | + "@material-ui/core": ">=4.1.2", |
| 62 | + "@material-ui/icons": ">=4.2.1", |
| 63 | + "react": ">=16.8.6" |
64 | 64 | }, |
65 | 65 | "devDependencies": { |
66 | | - "@material-ui/core": ">=3.9.2", |
67 | | - "@material-ui/icons": ">=3.0.2", |
| 66 | + "@material-ui/core": ">=4.1.2", |
| 67 | + "@material-ui/icons": ">=4.2.1", |
68 | 68 | "concurrently": "4.1.0", |
69 | | - "husky": "1.3.1", |
| 69 | + "husky": "2.5.0", |
70 | 70 | "react": ">=16.8.4", |
71 | | - "tslint": "5.14.0", |
| 71 | + "tslint": "5.18.0", |
72 | 72 | "tslint-eslint-rules": "5.4.0", |
73 | | - "tslint-react": "3.6.0", |
74 | | - "typescript": "3.3.4000" |
| 73 | + "tslint-react": "4.0.0", |
| 74 | + "typescript": "3.5.2" |
75 | 75 | } |
76 | 76 | } |
0 commit comments