diff --git a/README.md b/README.md index d704799c1..e9fe090d1 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/package.json b/package.json index 1f8a977b1..3ee731608 100644 --- a/package.json +++ b/package.json @@ -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", @@ -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"