Skip to content

Commit fb7fdb6

Browse files
committed
Updated dependencies
1 parent 801a53d commit fb7fdb6

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"build-publish": "npm run build && npm publish ./build"
3535
},
3636
"dependencies": {
37-
"radium": "^0.19.5"
37+
"radium": "^0.19.6"
3838
},
3939
"peerDependencies": {
4040
"prop-types": "^15.0 || ^16.0",
@@ -44,26 +44,26 @@
4444
"devDependencies": {
4545
"babel-cli": "^6.26.0",
4646
"babel-core": "^6.26.0",
47-
"babel-eslint": "^8.0.1",
47+
"babel-eslint": "^8.0.2",
4848
"babel-loader": "^7.1.2",
4949
"babel-plugin-transform-decorators-legacy": "^1.3.4",
5050
"babel-preset-es2015": "^6.24.1",
5151
"babel-preset-react": "^6.24.1",
5252
"babel-preset-stage-0": "^6.24.1",
5353
"chai": "^4.1.2",
54-
"eslint": "^4.9.0",
55-
"eslint-plugin-import": "^2.7.0",
56-
"eslint-plugin-react": "^7.4.0",
54+
"eslint": "^4.11.0",
55+
"eslint-plugin-import": "^2.8.0",
56+
"eslint-plugin-react": "^7.5.1",
5757
"html-webpack-plugin": "^2.30.1",
58-
"jsdom": "^11.3.0",
58+
"jsdom": "^11.4.0",
5959
"mocha": "^4.0.1",
6060
"prop-types": "^15.6.0",
61-
"react": "^16.0.0",
61+
"react": "^16.1.1",
6262
"react-addons-test-utils": "^15.6.2",
6363
"react-color": "^2.13.8",
64-
"react-dom": "^16.0.0",
65-
"react-hot-loader": "^3.1.1",
64+
"react-dom": "^16.1.1",
65+
"react-hot-loader": "^3.1.3",
6666
"webpack": "^3.8.1",
67-
"webpack-dev-server": "^2.9.2"
67+
"webpack-dev-server": "^2.9.4"
6868
}
6969
}

0 commit comments

Comments
 (0)