Skip to content

Commit

Permalink
Update react-with-direction to the latest version 馃殌 (ampproject#13131)
Browse files Browse the repository at this point in the history
* chore(package): update react-with-direction to version 1.3.0

* chore(package): update lockfile

https://npm.im/greenkeeper-lockfile
  • Loading branch information
greenkeeper[bot] authored and RanAbram committed Mar 12, 2018
1 parent b3f6962 commit fff2c41
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -140,7 +140,7 @@
"prop-types": "15.6.0",
"react-addons-shallow-compare": "15.6.2",
"react-externs": "0.13.6",
"react-with-direction": "1.1.0",
"react-with-direction": "1.3.0",
"request": "2.83.0",
"rimraf": "2.6.2",
"rocambole": "0.7.0",
Expand Down
34 changes: 32 additions & 2 deletions yarn.lock
Expand Up @@ -3095,6 +3095,10 @@ diffie-hellman@^5.0.0:
miller-rabin "^4.0.0"
randombytes "^2.0.0"

direction@^1.0.1:
version "1.0.1"
resolved "https://registry.yarnpkg.com/direction/-/direction-1.0.1.tgz#0481cc6eb44b4bb0c00da0ddb10a91469bbffe5d"

doctrine@2.1.0:
version "2.1.0"
resolved "https://registry.yarnpkg.com/doctrine/-/doctrine-2.1.0.tgz#5cd01fc101621b42c4cd7f5d1a66243716d3f39d"
Expand Down Expand Up @@ -4872,6 +4876,10 @@ has-gulplog@^0.1.0:
dependencies:
sparkles "^1.0.0"

has-symbols@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/has-symbols/-/has-symbols-1.0.0.tgz#ba1a8f1af2a0fc39650f5c850367704122063b44"

has-unicode@^2.0.0:
version "2.0.1"
resolved "https://registry.yarnpkg.com/has-unicode/-/has-unicode-2.0.1.tgz#e0e6fe6a28cf51138855e086d1691e771de2a8b9"
Expand Down Expand Up @@ -7323,7 +7331,7 @@ object-copy@^0.1.0:
define-property "^0.2.5"
kind-of "^3.0.3"

object-keys@^1.0.10, object-keys@^1.0.8:
object-keys@^1.0.10, object-keys@^1.0.11, object-keys@^1.0.8:
version "1.0.11"
resolved "https://registry.yarnpkg.com/object-keys/-/object-keys-1.0.11.tgz#c54601778ad560f1142ce0e01bcca8b56d13426d"

Expand All @@ -7345,6 +7353,15 @@ object.assign@^4.0.4:
function-bind "^1.1.0"
object-keys "^1.0.10"

object.assign@^4.1.0:
version "4.1.0"
resolved "https://registry.yarnpkg.com/object.assign/-/object.assign-4.1.0.tgz#968bf1100d7956bb3ca086f006f846b3bc4008da"
dependencies:
define-properties "^1.1.2"
function-bind "^1.1.1"
has-symbols "^1.0.0"
object-keys "^1.0.11"

object.defaults@^1.1.0:
version "1.1.0"
resolved "https://registry.yarnpkg.com/object.defaults/-/object.defaults-1.1.0.tgz#3a7f868334b407dea06da16d88d5cd29e435fecf"
Expand Down Expand Up @@ -8468,7 +8485,20 @@ react-portal@^3.1.0:
dependencies:
prop-types "^15.5.8"

react-with-direction@1.1.0, react-with-direction@^1.1.0:
react-with-direction@1.3.0:
version "1.3.0"
resolved "https://registry.yarnpkg.com/react-with-direction/-/react-with-direction-1.3.0.tgz#9885f5941aa986be753db95a41e8f3d8f8de97ff"
dependencies:
airbnb-prop-types "^2.8.1"
brcast "^2.0.2"
deepmerge "^1.5.1"
direction "^1.0.1"
hoist-non-react-statics "^2.3.1"
object.assign "^4.1.0"
object.values "^1.0.4"
prop-types "^15.6.0"

react-with-direction@^1.1.0:
version "1.1.0"
resolved "https://registry.yarnpkg.com/react-with-direction/-/react-with-direction-1.1.0.tgz#1043d850db3d5c9970bca9e8d05dbea8c7e958c4"
dependencies:
Expand Down

0 comments on commit fff2c41

Please sign in to comment.