Bump react-select from 2.3.0 to 2.4.1 (#3043)

Bumps [react-select](https://github.com/JedWatson/react-select) from 2.3.0 to 2.4.1.
- [Release notes](https://github.com/JedWatson/react-select/releases)
- [Changelog](https://github.com/JedWatson/react-select/blob/master/.sweet-changelogs.js)
- [Commits](https://github.com/JedWatson/react-select/compare/v2.3.0...v2.4.1)

Signed-off-by: dependabot[bot] <support@dependabot.com>
This commit is contained in:
dependabot[bot]
2019-02-19 23:45:50 -05:00
committed by Paul Melnikow
parent a30c833989
commit 77ef526997
2 changed files with 16 additions and 8 deletions

22
package-lock.json generated
View File

@@ -17965,18 +17965,26 @@
}
},
"react-select": {
"version": "2.3.0",
"resolved": "https://registry.npmjs.org/react-select/-/react-select-2.3.0.tgz",
"integrity": "sha512-CD3jyZs5lwy/CHW3SdYU1d1FtmJxgvVPdKMwEE8dD6MyNANFtvW95P/V20StPsPppFY7oePv/i2Mun2C2+WgTA==",
"version": "2.4.1",
"resolved": "https://registry.npmjs.org/react-select/-/react-select-2.4.1.tgz",
"integrity": "sha512-je1cVAFsyQrGxkruQnNCuwo3+P0+1dyq7M4/gTlSwhO4ptPeTjf0eNrvCJ9iurVyorrnI88zgx2/yxrr2/oLLQ==",
"dev": true,
"requires": {
"classnames": "^2.2.5",
"emotion": "^9.1.2",
"memoize-one": "^4.0.0",
"memoize-one": "^5.0.0",
"prop-types": "^15.6.0",
"raf": "^3.4.0",
"react-input-autosize": "^2.2.1",
"react-transition-group": "^2.2.1"
},
"dependencies": {
"memoize-one": {
"version": "5.0.0",
"resolved": "https://registry.npmjs.org/memoize-one/-/memoize-one-5.0.0.tgz",
"integrity": "sha512-7g0+ejkOaI9w5x6LvQwmj68kUj6rxROywPSCqmclG/HBacmFnZqhVscQ8kovkn9FBCNJmOz6SY42+jnvZzDWdw==",
"dev": true
}
}
},
"react-side-effect": {
@@ -20207,9 +20215,9 @@
}
},
"stylis": {
"version": "3.5.3",
"resolved": "https://registry.npmjs.org/stylis/-/stylis-3.5.3.tgz",
"integrity": "sha512-TxU0aAscJghF9I3V9q601xcK3Uw1JbXvpsBGj/HULqexKOKlOEzzlIpLFRbKkCK990ccuxfXUqmPbIIo7Fq/cQ==",
"version": "3.5.4",
"resolved": "https://registry.npmjs.org/stylis/-/stylis-3.5.4.tgz",
"integrity": "sha512-8/3pSmthWM7lsPBKv7NXkzn2Uc9W7NotcwGNpJaa3k7WMM1XDCA4MgT5k/8BIexd5ydZdboXtU90XH9Ec4Bv/Q==",
"dev": true
},
"stylis-rule-sheet": {

View File

@@ -198,7 +198,7 @@
"react-helmet": "^5.2.0",
"react-modal": "^3.8.1",
"react-pose": "^4.0.7",
"react-select": "^2.3.0",
"react-select": "^2.4.1",
"read-all-stdin-sync": "^1.0.5",
"redis-server": "^1.2.2",
"require-hacker": "^3.0.1",