Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
jquense committed Nov 3, 2015
1 parent db59c54 commit 8336208
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Include `react-big-calendar/lib/css/react-big-calendar.css` for styles.

### Localization and Date Formatting

`react-big-calendar` includes two options for handling the date formatting and culture localization, dpending
`react-big-calendar` includes two options for handling the date formatting and culture localization, depending
on your preference of DateTime libraries. You can use either the Moment.js or Globalize.js localizers.

Regardless of your choice you __must__ choose a localizer to use react-big-calendar.
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,10 +79,10 @@
"node-libs-browser": "^0.5.2",
"postcss-loader": "^0.6.0",
"raw-loader": "^0.5.1",
"react": "^0.14.0-beta3",
"react": "^0.14.0",
"react-bootstrap": "^0.27.2",
"react-component-metadata": "^1.2.2",
"react-dom": "^0.14.0-beta3",
"react-dom": "^0.14.0",
"release-script": "^0.2.1",
"rimraf": "^2.4.2",
"simulant": "^0.1.5",
Expand All @@ -100,7 +100,7 @@
"dom-helpers": "^2.3.0",
"invariant": "^2.1.0",
"lodash": "^3.10.1",
"react-overlays": "^0.50.0-alpha2",
"react-overlays": "^0.5.0",
"react-prop-types": "^0.2.1",
"uncontrollable": "^3.1.0",
"warning": "^2.0.0"
Expand Down

0 comments on commit 8336208

Please sign in to comment.