Skip to content
This repository has been archived by the owner on Mar 27, 2023. It is now read-only.

Commit

Permalink
Update react-select dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
vincemtnz committed Jan 17, 2018
1 parent b182e21 commit 9e2d008
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 11 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -61,7 +61,7 @@
"react-intl": "^2.3.0",
"react-onclickoutside": "^6.4.0",
"react-redux": "^5.0.5",
"react-select": "^1.0.0-rc.5",
"react-select": "^1.2.1",
"redux": "^3.7.2",
"redux-thunk": "^2.2.0",
"regenerator-runtime": "^0.10.5",
Expand Down
18 changes: 8 additions & 10 deletions yarn.lock
Expand Up @@ -1712,7 +1712,7 @@ create-hmac@^1.1.0, create-hmac@^1.1.2, create-hmac@^1.1.4:
safe-buffer "^5.0.1"
sha.js "^2.4.8"

create-react-class@^15.5.2, create-react-class@^15.5.3, create-react-class@^15.6.0:
create-react-class@^15.5.3, create-react-class@^15.6.0:
version "15.6.0"
resolved "https://registry.yarnpkg.com/create-react-class/-/create-react-class-15.6.0.tgz#ab448497c26566e1e29413e883207d57cfe7bed4"
dependencies:
Expand Down Expand Up @@ -5887,11 +5887,10 @@ react-dom@^15.6.1:
object-assign "^4.1.0"
prop-types "^15.5.10"

react-input-autosize@^1.1.3:
version "1.1.4"
resolved "https://registry.yarnpkg.com/react-input-autosize/-/react-input-autosize-1.1.4.tgz#cbc45072d4084ddc57806db8e3b34e644b8366ac"
react-input-autosize@^2.1.2:
version "2.2.1"
resolved "https://registry.yarnpkg.com/react-input-autosize/-/react-input-autosize-2.2.1.tgz#ec428fa15b1592994fb5f9aa15bb1eb6baf420f8"
dependencies:
create-react-class "^15.5.2"
prop-types "^15.5.8"

react-intl@^2.3.0:
Expand Down Expand Up @@ -5919,14 +5918,13 @@ react-redux@^5.0.5:
loose-envify "^1.1.0"
prop-types "^15.5.10"

react-select@^1.0.0-rc.5:
version "1.0.0-rc.5"
resolved "https://registry.yarnpkg.com/react-select/-/react-select-1.0.0-rc.5.tgz#9d316f252b1adc372ddb5cdf1f119c6b7cfdb5d6"
react-select@^1.2.1:
version "1.2.1"
resolved "https://registry.yarnpkg.com/react-select/-/react-select-1.2.1.tgz#a2fe58a569eb14dcaa6543816260b97e538120d1"
dependencies:
classnames "^2.2.4"
create-react-class "^15.5.2"
prop-types "^15.5.8"
react-input-autosize "^1.1.3"
react-input-autosize "^2.1.2"

react@^15.6.1:
version "15.6.1"
Expand Down

0 comments on commit 9e2d008

Please sign in to comment.