Skip to content

Commit

Permalink
Updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielbull committed Nov 21, 2017
1 parent 801a53d commit fb7fdb6
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"build-publish": "npm run build && npm publish ./build"
},
"dependencies": {
"radium": "^0.19.5"
"radium": "^0.19.6"
},
"peerDependencies": {
"prop-types": "^15.0 || ^16.0",
Expand All @@ -44,26 +44,26 @@
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.26.0",
"babel-eslint": "^8.0.1",
"babel-eslint": "^8.0.2",
"babel-loader": "^7.1.2",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"chai": "^4.1.2",
"eslint": "^4.9.0",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-react": "^7.4.0",
"eslint": "^4.11.0",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-react": "^7.5.1",
"html-webpack-plugin": "^2.30.1",
"jsdom": "^11.3.0",
"jsdom": "^11.4.0",
"mocha": "^4.0.1",
"prop-types": "^15.6.0",
"react": "^16.0.0",
"react": "^16.1.1",
"react-addons-test-utils": "^15.6.2",
"react-color": "^2.13.8",
"react-dom": "^16.0.0",
"react-hot-loader": "^3.1.1",
"react-dom": "^16.1.1",
"react-hot-loader": "^3.1.3",
"webpack": "^3.8.1",
"webpack-dev-server": "^2.9.2"
"webpack-dev-server": "^2.9.4"
}
}

0 comments on commit fb7fdb6

Please sign in to comment.