Skip to content

Commit

Permalink
Update react-clock dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
wojtekmaj committed Mar 14, 2018
1 parent bfb36e0 commit 944dd1b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"lodash.once": "^4.1.1",
"merge-class-names": "^1.1.1",
"prop-types": "^15.6.0",
"react-clock": "^2.2.0"
"react-clock": "^2.2.1"
},
"devDependencies": {
"babel-cli": "^6.26.0",
Expand Down
12 changes: 5 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3683,16 +3683,14 @@ rc@^1.1.7:
minimist "^1.2.0"
strip-json-comments "~2.0.1"

react-clock@^2.2.0:
version "2.2.0"
resolved "https://registry.yarnpkg.com/react-clock/-/react-clock-2.2.0.tgz#3c2950e7505a0aefef0bee2f92971dd411ca7fda"
react-clock@^2.2.1:
version "2.2.1"
resolved "https://registry.yarnpkg.com/react-clock/-/react-clock-2.2.1.tgz#7dbc6289d39be0806c3f2cbd3adb5e3d66527b60"
dependencies:
merge-class-names "^1.1.1"
prop-types "^15.6.0"
react ">=15.5"
react-dom ">=15.5"

react-dom@>=15.5, react-dom@^16.2.0:
react-dom@^16.2.0:
version "16.2.0"
resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-16.2.0.tgz#69003178601c0ca19b709b33a83369fe6124c044"
dependencies:
Expand All @@ -3718,7 +3716,7 @@ react-test-renderer@^16.0.0-0, react-test-renderer@^16.2.0:
object-assign "^4.1.1"
prop-types "^15.6.0"

react@>=15.5, react@^16.2.0:
react@^16.2.0:
version "16.2.0"
resolved "https://registry.yarnpkg.com/react/-/react-16.2.0.tgz#a31bd2dab89bff65d42134fa187f24d054c273ba"
dependencies:
Expand Down

0 comments on commit 944dd1b

Please sign in to comment.