Skip to content

Commit 9217016

Browse files
committed
Update dependencies
1 parent a8b828e commit 9217016

File tree

2 files changed

+266
-205
lines changed

2 files changed

+266
-205
lines changed

package.json

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
"name": "react-essentials",
33
"version": "0.7.0",
44
"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",
67
"author": "Markus Wetzel <markuswetzel@gmx.net>",
78
"license": "MIT",
89
"keywords": [
@@ -25,10 +26,10 @@
2526
"lint": "./node_modules/.bin/eslint src"
2627
},
2728
"dependencies": {
28-
"babel-polyfill": "^6.13.0",
29+
"babel-polyfill": "^6.26.0",
2930
"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",
3233
"prop-types": "^15.5.10",
3334
"react-custom-scrollbars": "^4.1.2",
3435
"react-day-picker": "^6.1.0",
@@ -37,14 +38,14 @@
3738
"react-select": "^1.0.0-rc.5"
3839
},
3940
"devDependencies": {
40-
"babel-cli": "6.24.1",
41-
"eslint": "4.4.1",
41+
"babel-cli": "6.26.0",
42+
"eslint": "4.6.1",
4243
"react": "15.6.1",
4344
"react-dom": "15.6.1",
44-
"react-kickstarter": "0.2.13",
45+
"react-kickstarter": "0.2.16",
4546
"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",
4849
"redux": "3.7.2",
4950
"redux-form": "7.0.3"
5051
},

0 commit comments

Comments
 (0)