Skip to content

Commit

Permalink
2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanselzer committed Dec 10, 2017
1 parent a2efde6 commit d709c61
Show file tree
Hide file tree
Showing 5 changed files with 33 additions and 9,371 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ Thanks to the following community members for opening GitHub Issues and Pull Req
* @pr0digy
* @JunyuanZheng
* @chrisdrackett
* damien916
* @damien916
* @AlexMeah
* @bdefore
* @webdobe
Expand Down
1 change: 1 addition & 0 deletions example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"prop-types": "^15.6.0",
"react": "16.0.0",
"react-bootstrap": "^0.31.3",
"react-cursor-position": "2.3.0",
"react-dom": "16.0.0",
"react-helmet": "^5.2.0",
"react-image-magnify": "^2.0.4",
Expand Down
30 changes: 30 additions & 0 deletions example/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3531,6 +3531,12 @@ is-extendable@^0.1.1:
version "0.1.1"
resolved "https://registry.yarnpkg.com/is-extendable/-/is-extendable-0.1.1.tgz#62b110e289a471418e3ec36a617d472e301dfc89"

is-extendable@^1.0.0:
version "1.0.1"
resolved "https://registry.yarnpkg.com/is-extendable/-/is-extendable-1.0.1.tgz#a7470f9e426733d81bd81e1155264e3a3507cab4"
dependencies:
is-plain-object "^2.0.4"

is-extglob@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/is-extglob/-/is-extglob-1.0.0.tgz#ac468177c4943405a092fc8f29760c6ffc6206c0"
Expand Down Expand Up @@ -3610,6 +3616,12 @@ is-plain-obj@^1.0.0:
version "1.1.0"
resolved "https://registry.yarnpkg.com/is-plain-obj/-/is-plain-obj-1.1.0.tgz#71a50c8429dfca773c92a390a4a03b39fcd51d3e"

is-plain-object@^2.0.4:
version "2.0.4"
resolved "https://registry.yarnpkg.com/is-plain-object/-/is-plain-object-2.0.4.tgz#2c163b3fafb1b606d9d17928f05c2a1c38e07677"
dependencies:
isobject "^3.0.1"

is-posix-bracket@^0.1.0:
version "0.1.1"
resolved "http://registry.npmjs.org/is-posix-bracket/-/is-posix-bracket-0.1.1.tgz#3334dc79774368e92f016e6fbc0a88f5cd6e6bc4"
Expand Down Expand Up @@ -3702,6 +3714,10 @@ isobject@^2.0.0:
dependencies:
isarray "1.0.0"

isobject@^3.0.1:
version "3.0.1"
resolved "https://registry.yarnpkg.com/isobject/-/isobject-3.0.1.tgz#4e431e92b11a9731636aa1f9c8d1ccbcfdab78df"

isomorphic-fetch@^2.1.1:
version "2.2.1"
resolved "https://registry.yarnpkg.com/isomorphic-fetch/-/isomorphic-fetch-2.2.1.tgz#611ae1acf14f5e81f729507472819fe9733558a9"
Expand Down Expand Up @@ -4744,6 +4760,12 @@ object.omit@^2.0.0, object.omit@^2.0.1:
for-own "^0.1.4"
is-extendable "^0.1.1"

object.omit@^3.0.0:
version "3.0.0"
resolved "https://registry.yarnpkg.com/object.omit/-/object.omit-3.0.0.tgz#0e3edc2fce2ba54df5577ff529f6d97bd8a522af"
dependencies:
is-extendable "^1.0.0"

obuf@^1.0.0, obuf@^1.1.1:
version "1.1.1"
resolved "https://registry.yarnpkg.com/obuf/-/obuf-1.1.1.tgz#104124b6c602c6796881a042541d36db43a5264e"
Expand Down Expand Up @@ -5523,6 +5545,14 @@ react-bootstrap@^0.31.3:
uncontrollable "^4.1.0"
warning "^3.0.0"

react-cursor-position@2.3.0:
version "2.3.0"
resolved "https://registry.yarnpkg.com/react-cursor-position/-/react-cursor-position-2.3.0.tgz#53b870b5c7ff942f530ae7cbdde332cbd59736b7"
dependencies:
object-assign "^4.1.1"
object.omit "^3.0.0"
prop-types "^15.6.0"

react-cursor-position@^2.2.0:
version "2.2.1"
resolved "https://registry.yarnpkg.com/react-cursor-position/-/react-cursor-position-2.2.1.tgz#1b0b62620fb4636883fa4cd3a25e8828ce610fd4"
Expand Down

0 comments on commit d709c61

Please sign in to comment.