|
2 | 2 | "name": "react-essentials",
|
3 | 3 | "version": "0.7.0",
|
4 | 4 | "main": "./lib/index.js",
|
5 |
| - "description": "React Redux UI collection with file upload/dropzone, form elements/validation and a lot more components", |
| 5 | + "description": |
| 6 | + "React Redux UI collection with file upload/dropzone, form elements/validation and a lot more components", |
6 | 7 | "author": "Markus Wetzel <markuswetzel@gmx.net>",
|
7 | 8 | "license": "MIT",
|
8 | 9 | "keywords": [
|
|
25 | 26 | "lint": "./node_modules/.bin/eslint src"
|
26 | 27 | },
|
27 | 28 | "dependencies": {
|
28 |
| - "babel-polyfill": "^6.13.0", |
| 29 | + "babel-polyfill": "^6.26.0", |
29 | 30 | "classnames": "^2.2.5",
|
30 |
| - "date-fns": "^2.0.0-alpha.1", |
31 |
| - "popper.js": "^1.11.1", |
| 31 | + "date-fns": "^2.0.0-alpha.2", |
| 32 | + "popper.js": "^1.12.5", |
32 | 33 | "prop-types": "^15.5.10",
|
33 | 34 | "react-custom-scrollbars": "^4.1.2",
|
34 | 35 | "react-day-picker": "^6.1.0",
|
|
37 | 38 | "react-select": "^1.0.0-rc.5"
|
38 | 39 | },
|
39 | 40 | "devDependencies": {
|
40 |
| - "babel-cli": "6.24.1", |
41 |
| - "eslint": "4.4.1", |
| 41 | + "babel-cli": "6.26.0", |
| 42 | + "eslint": "4.6.1", |
42 | 43 | "react": "15.6.1",
|
43 | 44 | "react-dom": "15.6.1",
|
44 |
| - "react-kickstarter": "0.2.13", |
| 45 | + "react-kickstarter": "0.2.16", |
45 | 46 | "react-redux": "5.0.6",
|
46 |
| - "react-router": "4.1.2", |
47 |
| - "react-router-dom": "4.1.2", |
| 47 | + "react-router": "4.2.0", |
| 48 | + "react-router-dom": "4.2.2", |
48 | 49 | "redux": "3.7.2",
|
49 | 50 | "redux-form": "7.0.3"
|
50 | 51 | },
|
|
0 commit comments