Skip to content

Commit 40181ab

Browse files
Update dependencies to enable Greenkeeper 🌴 (plotly#63)
* chore(package): update dependencies * docs(readme): add Greenkeeper badge
1 parent ce92dd0 commit 40181ab

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

packages/dash-core-components/README.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Dash Core Components
22

3+
[![Greenkeeper badge](https://badges.greenkeeper.io/plotly/dash-core-components.svg)](https://greenkeeper.io/)
4+
35
This package provides the core React component suite for [Dash][].
46

57
[![CircleCI](https://circleci.com/gh/plotly/dash-core-components.svg?style=svg)](https://circleci.com/gh/plotly/dash-core-components)

packages/dash-core-components/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@
2525
"author": "Chris Parmer <[email protected]>",
2626
"license": "MIT",
2727
"dependencies": {
28-
"builder": "2.10.1",
28+
"builder": "3.2.2",
2929
"dash-components-archetype": "^0.2.11",
3030
"moment": "^2.18.1",
31-
"radium": "^0.17.1",
32-
"ramda": "^0.23.0",
33-
"rc-slider": "^6.1.0",
31+
"radium": "^0.19.4",
32+
"ramda": "^0.24.1",
33+
"rc-slider": "^8.3.1",
3434
"react": "^15.4.0",
3535
"react-addons-shallow-compare": "^15.6.0",
3636
"react-dates": "^12.3.0",
@@ -42,7 +42,7 @@
4242
"react-virtualized-select": "^3.1.0"
4343
},
4444
"devDependencies": {
45-
"component-playground": "^1.3.2",
45+
"component-playground": "^2.0.0",
4646
"dash-components-archetype-dev": "^0.2.11",
4747
"enzyme": "^2.4.1"
4848
}

0 commit comments

Comments
 (0)