|
1 | 1 | { |
2 | 2 | "name": "material-kit-react", |
3 | | - "version": "1.8.0", |
| 3 | + "version": "1.9.0", |
4 | 4 | "description": "Material Kit React. Coded by Creative Tim", |
5 | 5 | "private": true, |
6 | | - "main": "dist/index.js", |
| 6 | + "main": "src/index.js", |
7 | 7 | "dependencies": { |
8 | | - "@material-ui/core": "4.3.2", |
9 | | - "@material-ui/icons": "4.2.1", |
| 8 | + "@material-ui/core": "4.10.0", |
| 9 | + "@material-ui/icons": "4.9.1", |
10 | 10 | "classnames": "2.2.6", |
11 | | - "history": "4.9.0", |
12 | | - "moment": "2.24.0", |
13 | | - "node-sass": "4.12.0", |
14 | | - "nouislider": "14.0.2", |
| 11 | + "history": "4.10.1", |
| 12 | + "moment": "2.26.0", |
| 13 | + "node-sass": "4.14.1", |
| 14 | + "nouislider": "14.5.0", |
15 | 15 | "prop-types": "15.7.2", |
16 | | - "react": "16.9.0", |
| 16 | + "react": "16.13.1", |
17 | 17 | "react-datetime": "2.16.3", |
18 | | - "react-dom": "16.9.0", |
19 | | - "react-router-dom": "5.0.1", |
20 | | - "react-scripts": "3.1.0", |
21 | | - "react-slick": "0.25.2", |
22 | | - "react-swipeable-views": "0.13.3" |
| 18 | + "react-dom": "16.13.1", |
| 19 | + "react-router-dom": "5.2.0", |
| 20 | + "react-scripts": "3.4.1", |
| 21 | + "react-slick": "0.26.1", |
| 22 | + "react-swipeable-views": "0.13.9" |
23 | 23 | }, |
24 | 24 | "devDependencies": { |
25 | | - "@babel/cli": "7.5.5", |
26 | | - "@babel/plugin-proposal-class-properties": "7.5.5", |
27 | | - "@babel/preset-env": "7.5.5", |
28 | | - "@babel/preset-react": "7.0.0", |
29 | | - "eslint-config-prettier": "6.0.0", |
30 | | - "eslint-plugin-prettier": "3.1.0", |
31 | | - "eslint-plugin-react": "7.14.3", |
| 25 | + "@babel/cli": "7.10.1", |
| 26 | + "@babel/plugin-proposal-class-properties": "7.10.1", |
| 27 | + "@babel/preset-env": "7.10.1", |
| 28 | + "@babel/preset-react": "7.10.1", |
| 29 | + "eslint-config-prettier": "6.11.0", |
| 30 | + "eslint-plugin-prettier": "3.1.3", |
| 31 | + "eslint-plugin-react": "7.20.0", |
32 | 32 | "gulp": "4.0.2", |
33 | 33 | "gulp-append-prepend": "1.0.8", |
34 | | - "prettier": "1.18.2" |
| 34 | + "prettier": "2.0.5" |
35 | 35 | }, |
36 | 36 | "optionalDependencies": { |
37 | | - "typescript": "3.5.3" |
| 37 | + "typescript": "3.9.3" |
38 | 38 | }, |
39 | 39 | "scripts": { |
40 | 40 | "start": "react-scripts start", |
|
0 commit comments