Skip to content

Commit

Permalink
Merge pull request #81 from kuzyk/master
Browse files Browse the repository at this point in the history
Update react-lifecycles-compat package version
  • Loading branch information
wojtekmaj committed Jun 12, 2018
2 parents 4437ab9 + c0f06d4 commit b9b8441
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"lodash.once": "^4.1.1",
"merge-class-names": "^1.1.1",
"prop-types": "^15.6.0",
"react-lifecycles-compat": "^1.1.0"
"react-lifecycles-compat": "^3.0.4"
},
"devDependencies": {
"babel-cli": "^6.26.0",
Expand Down
2 changes: 1 addition & 1 deletion src/Calendar.jsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import React, { Component } from 'react';
import PropTypes from 'prop-types';
import polyfill from 'react-lifecycles-compat';
import { polyfill } from 'react-lifecycles-compat';
import mergeClassNames from 'merge-class-names';

import Navigation from './Calendar/Navigation';
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3808,9 +3808,9 @@ react-dom@^16.4.0:
object-assign "^4.1.1"
prop-types "^15.6.0"

react-lifecycles-compat@^1.1.0:
version "1.1.0"
resolved "https://registry.yarnpkg.com/react-lifecycles-compat/-/react-lifecycles-compat-1.1.0.tgz#6641d0709bd5505329b5c90322147ef2d343485c"
react-lifecycles-compat@^3.0.4:
version "3.0.4"
resolved "https://registry.yarnpkg.com/react-lifecycles-compat/-/react-lifecycles-compat-3.0.4.tgz#4f1a273afdfc8f3488a8c516bfda78f872352362"

react-reconciler@^0.7.0:
version "0.7.0"
Expand Down

0 comments on commit b9b8441

Please sign in to comment.