Skip to content
This repository was archived by the owner on Feb 19, 2020. It is now read-only.

Update react-select to the latest version 🚀#181

Open
greenkeeper[bot] wants to merge 1 commit into
masterfrom
greenkeeper/react-select-1.0.0
Open

Update react-select to the latest version 🚀#181
greenkeeper[bot] wants to merge 1 commit into
masterfrom
greenkeeper/react-select-1.0.0

Conversation

@greenkeeper

@greenkeeper greenkeeper Bot commented Nov 23, 2017

Copy link
Copy Markdown

Version 1.0.0 of react-select was just published.

Dependency react-select
Current Version 1.0.0-rc.10
Type dependency

The version 1.0.0 is not covered by your current version range.

If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.

It might be worth looking into these changes and trying to get this project onto the latest version of react-select.

If you have a solid test suite and good coverage, a passing build is a strong indicator that you can take advantage of these changes directly by merging the proposed change into your project. If the build fails or you don’t have such unconditional trust in your tests, this branch is a great starting point for you to work on the update.


Commits

The new version differs by 188 commits.

  • e71dc9f v1.0.0 🎉
  • e2b3ac8 Updating react-input-autosize and rebuiding examples
  • 1e150a9 Adding gh-pages for example deployment
  • feb3651 Updating build
  • 3d79e33 Updating documentation for 1.0
  • 73847b1 Merge branch 'master' of https://github.com/JedWatson/react-select
  • f273e16 Cleaning up props documentation
  • fedfc3b Merge pull request #2163 from JedWatson/fix/#2156
  • 63d2e18 removed test made obsolete by changes
  • 79eefba removed the functionality for searchable select, added tests
  • 1f1aa6a Making deprecation warning clearer
  • e7a77da Fix docs for openOnFocus, closes #2160
  • 924bcf0 Merge pull request #2154 from Deiru2k/master
  • 82c651d Export default util functions
  • 8e69bc3 Merge pull request #2140 from karaggeorge/prompt-text-creator-label-bug

There are 188 commits in total.

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper bot 🌴

greenkeeper Bot added a commit that referenced this pull request Nov 24, 2017
@greenkeeper

greenkeeper Bot commented Nov 24, 2017

Copy link
Copy Markdown
Author

Version 1.0.1 just got published.

Update to this version instead 🚀

Commits

The new version differs by 5 commits.

  • 8d49628 Merge branch 'master' of github.com:JedWatson/react-select
  • 2e23e24 v1.0.1
  • 6f6ef61 Add less and scss folders to npm files
  • 6be2d61 Merge pull request #2166 from rfviolato/patch-1
  • 23ad062 Fixed typo

See the full diff

greenkeeper Bot added a commit that referenced this pull request Nov 27, 2017
@greenkeeper

greenkeeper Bot commented Nov 27, 2017

Copy link
Copy Markdown
Author

Version 1.1.0 just got published.

Update to this version instead 🚀

Commits

The new version differs by 19 commits.

  • fa5cbec Updating build
  • 9f72ae8 Adding note about filtering async options
  • 379ad7a Merge branch 'master' into pr/793
  • 1e8b26b Merge pull request #2170 from mtlewis/only-scroll-when-necessary
  • b5b2ff7 Merge pull request #2171 from Chopinsky/master
  • e45773e removing redudent code
  • 3cf07fa Updating code styles: adding default option to switch fn in shouldKeyDownEventCreateNewOption
  • 6eb31be Add conditional scrolling into view of focused option
  • 1af9bec Document accessibility limitations for multiselect
  • dd32c27 Provide the inputValue and other props to the Option and optionRenderer
  • af6520b Open menu correctly in input click, fixes #1316
  • 55ef43b Merge branch 'master' of github.com:JedWatson/react-select
  • a5cb3c3 Merge pull request #2165 from elghali/master
  • 99a8fbc Remove event.stopPropagation in Select handleMouseDown
  • 6fd787b Merge pull request #686 from etburke/propogateBlur

There are 19 commits in total.

See the full diff

greenkeeper Bot added a commit that referenced this pull request Jan 7, 2018
@greenkeeper

greenkeeper Bot commented Jan 7, 2018

Copy link
Copy Markdown
Author

Version 1.2.0 just got published.

Update to this version instead 🚀

greenkeeper Bot added a commit that referenced this pull request Jan 12, 2018
@greenkeeper

greenkeeper Bot commented Jan 12, 2018

Copy link
Copy Markdown
Author

Version 2.0.0-alpha.1 just got published.

Update to this version instead 🚀

Commits

The new version differs by 34 commits.

  • 2804aab v2.0.0-alpha.1
  • 4ba79b4 Merge branch 'v2' of github.com:JedWatson/react-select into v2
  • 3304c64 Merge pull request #2288 from JedWatson/v2-lint-issues-fixed
  • ed36659 Ignoring package-lock
  • 996e69c Removing npm package-lock
  • 35fcfb9 fix lint issues
  • 917021c Merge branch 'v2' of github.com:JedWatson/react-select into v2
  • 875de61 Guarding onChange prop
  • b83c862 Merge pull request #2287 from JedWatson/v2-animated-components
  • 9730427 Limiting jest scope to src
  • c55c2b7 typo with import
  • 208e06d Merge pull request #2286 from JedWatson/v2-animated-components
  • 9d997f3 Merge branch 'v2' into v2-animated-components
  • d3bd408 first pass at animated components
  • 80f9c18 Configuring no-unused-vars and fixing errors

There are 34 commits in total.

See the full diff

greenkeeper Bot added a commit that referenced this pull request Jan 13, 2018
@greenkeeper

greenkeeper Bot commented Jan 13, 2018

Copy link
Copy Markdown
Author

Version 1.2.1 just got published.

Update to this version instead 🚀

Commits

The new version differs by 14 commits ahead by 14, behind by 32.

  • 82910d9 v1.2.1
  • e73b03d Updating build
  • ab52641 Merge branch 'master' of github.com:JedWatson/react-select
  • fdd5a34 Ignoring files from the v2 branch
  • b73e31e Merge pull request #2291 from jnachtigall/Working_DEL_key
  • c64df28 Merge pull request #2276 from harrykao/input_inline_block
  • f3f02ef Merge pull request #2273 from jharris4/master
  • c73aa9c Merge pull request #2280 from mantissa7/patch-1
  • dcf5094 Del key should work normal if not deleteRemoves
  • 945d2fc Add property to control.scss from control.less
  • d235dee Fix rendering with arrowRenderer and no autosize.
  • 3f90993 fix dropdown menu position for IE 11
  • 851d94b Merge pull request #2266 from jnachtigall/docs_on_disabling_client_side_filtering
  • e46b40c Add explicit docs on how to disable client side filtering

See the full diff

greenkeeper Bot added a commit that referenced this pull request Feb 2, 2018
@greenkeeper

greenkeeper Bot commented Feb 2, 2018

Copy link
Copy Markdown
Author

Version 2.0.0-alpha.3 just got published.

Update to this version instead 🚀

greenkeeper Bot added a commit that referenced this pull request Mar 20, 2018
@greenkeeper

greenkeeper Bot commented Mar 20, 2018

Copy link
Copy Markdown
Author

Version 2.0.0-alpha.8 just got published.

Update to this version instead 🚀

Commits

The new version differs by 266 commits.

  • f33d77a v2.0.0-alpha.8
  • 5cf5d6b Fixing linter issues
  • 50f8384 Merge branch 'v2' of github.com:JedWatson/react-select into v2
  • 0637934 Merge pull request #2447 from JedWatson/clee/v2-surface-select-ref
  • 813e551 Merge branch 'v2' of github.com:JedWatson/react-select into v2
  • 511e159 Moving index.css into main docs folder
  • 842fe7c Merge pull request #2451 from Noviny/bcon/v2-documentation-3
  • 8c17d84 hide complex props by default
  • ff94fc2 update snapshots
  • 8b503eb forward focus and blur triggers from base select to async, creatable and stateManager
  • 5e62f17 Fixing homepage content
  • 817c224 Merge pull request #2449 from JedWatson/clee/v2-refactor-multi-value-remove
  • 5d4da5d make the children of multi-value-remove customisable
  • f2731ae updated snapshots
  • 82d0935 merge from v2

There are 250 commits in total.

See the full diff

greenkeeper Bot added a commit that referenced this pull request Apr 20, 2018
@greenkeeper

greenkeeper Bot commented Apr 20, 2018

Copy link
Copy Markdown
Author

Version 2.0.0-beta.1 just got published.

Update to this version instead 🚀

Commits

The new version differs by 124 commits.

  • 92f1037 v2.0.0-beta.1
  • 7aca0ae Fixing a link in the upgrade guide
  • 4d08be9 Merge pull request #2532 from JedWatson/v2-beta-changelog
  • d4a5c77 updated beta release notes
  • 5f1a61a Merge pull request #2526 from Noviny/change-color-for-components-page
  • 468021a Merge pull request #2529 from Noviny/better-markdown-links
  • ae9b943 Merge pull request #2530 from Noviny/update-pretty-proptypes
  • 3c005a5 Merge pull request #2519 from JedWatson/v2-relative-value-container
  • 6b89843 Merge pull request #2528 from JedWatson/v2-fix-ie11
  • ef6ef26 update pretty proptypes
  • 532980d markdown links are now react router links when they are internal
  • b3d25a3 resolve cypress test issue
  • fc078a5 update snapshots
  • 02d52c0 added long value example to Test.js
  • 4be7a0b fix for overflowing long values in SingleValue and ValueContainer

There are 124 commits in total.

See the full diff

greenkeeper Bot added a commit that referenced this pull request May 14, 2018
@greenkeeper

greenkeeper Bot commented May 14, 2018

Copy link
Copy Markdown
Author

Version 2.0.0-beta.3 just got published.

Update to this version instead 🚀

Commits

The new version differs by 109 commits.

  • cf12555 v2.0.0-beta.3
  • ec38802 Updating changelog for beta.3
  • 138e1d7 Merge pull request #2603 from JedWatson/v2-update-history
  • ce9b37e Update HISTORY.md
  • 899fa6e Merge branch 'v2' of github.com:JedWatson/react-select into v2
  • 928f6d2 Merge pull request #2605 from JedWatson/v2-classNamePrefix
  • bc75878 Exporting Async, AsyncCreatable and Creatable in main bundle
  • cd3662b Merge branch 'v2' of github.com:JedWatson/react-select into v2
  • 813bb6d fix snapshot
  • f2ab6ad add classNamesPrefix, add deprecation warning for old className functionality, adjusted cx invocation in Select to account for this
  • b6e0045 Merge pull request #2602 from JedWatson/v2-innerRef-to-ref
  • 649d1fe Update HISTORY.md
  • ab820ec prep changelog for beta.3 release
  • a1cdcf2 remove reference to input primitive in dummyinput file
  • 7ffc0e0 update snapshots to account for change from referencing primitive component to dom elements

There are 109 commits in total.

See the full diff

greenkeeper Bot added a commit that referenced this pull request Jul 23, 2018
@greenkeeper

greenkeeper Bot commented Jul 23, 2018

Copy link
Copy Markdown
Author

Version 1.3.0 just got published.

Update to this version instead 🚀

Commits

The new version differs by 56 commits ahead by 56, behind by 635.

  • 2fc0762 v1.3.0
  • 0faf32f Merge pull request #2830 from nathansimpson95/v1.x
  • 7c05829 Google Analytics 2
  • 68d8a1f Added Google Analytics
  • a88c4a6 Merge pull request #2829 from nathansimpson95/v1.x
  • 4da4738 Updated links across all files
  • 8b490c0 Merge pull request #2796 from mwilliamson/patch-2
  • 044c44e Remove reference to React.PropTypes
  • eaf623e Revert "Tidy up rollup config (#2781)" (#2794)
  • f13be4e Tidy up rollup config (#2781)
  • db32763 Pass the entire event to shouldKeyDownEventCreateNewOption; (#2777)
  • 216c8c4 Update README -- fix trimFilter default value
  • 2a46fe9 fix #2764 html compliance; (#2775)
  • a3a977d Add option to show new creatable item as first or last option (#1436)
  • cd8d20b Fixed lint warnings on Select.js (#2301)

There are 56 commits in total.

See the full diff

greenkeeper Bot added a commit that referenced this pull request Jul 23, 2018
@greenkeeper

greenkeeper Bot commented Jul 23, 2018

Copy link
Copy Markdown
Author

Version 2.0.0 just got published.

Update to this version instead 🚀

Commits

The new version differs by 779 commits ahead by 779, behind by 6.

  • b003e4e v2.0.0
  • 11d8e40 Merge pull request #2831 from nathansimpson95/master
  • c7df9ef Added Google Analytics
  • 2654ce0 Merge pull request #2289 from JedWatson/v2
  • 8261f19 Merge branch 'v2' of github.com:JedWatson/react-select into v2
  • b455622 Readme improvements for v2
  • f85fe6d inlining react-fast-compare to get around rollup configuration issues
  • 24f85f8 Merge branch 'master' into v2
  • 562c02b Merge pull request #2828 from JedWatson/v2-release-changelog
  • aa22e49 update changelog in prep for v2.0.0 release
  • 5ac6876 Merge pull request #2826 from JedWatson/v2-update-contributing.md
  • 7567283 Merge pull request #2641 from TrySound/es-to-esm
  • 111f513 update contributing md
  • cc095f8 Merge pull request #2824 from JedWatson/v2-redistribute-innerRef
  • 4cd69d5 Merge pull request #2825 from JedWatson/v2-update-issue-template

There are 250 commits in total.

See the full diff

greenkeeper Bot added a commit that referenced this pull request Oct 2, 2018
@greenkeeper

greenkeeper Bot commented Oct 2, 2018

Copy link
Copy Markdown
Author
  • The dependency react-select was updated from 1.0.0-rc.10 to 2.1.0.

Update to this version instead 🚀

Commits

The new version differs by 66 commits.

  • e38ebfc v2.1.0
  • 0fcc42d Merge pull request #3059 from JedWatson/v2.1.0-release-notes
  • a5ceeae Update HISTORY.md
  • e03b0e8 🎉🎉🎉 changelog for v2.1.0
  • a63d9a5 Merge pull request #3058 from JedWatson/revert-opinionated-neutral-colors
  • bde99c9 update snapshots
  • cbbd3fa revert changes to theme made in #2934
  • 18219f5 Merge pull request #3057 from JedWatson/v2-pass-menuplacer-props
  • c41b5e9 rm whitespace change
  • 7d9e034 pass previously moved menu props from menuplacer back into menu
  • df78ab1 Merge pull request #3016 from theneva/patch-1
  • aa4d7b9 Merge pull request #3027 from TristanJM/master
  • 3a93c34 Improved documentation clarity when CSS styling using classNamePrefix
  • 3cfdd68 chore: typo in test comment (porps -> props)
  • c33703c Merge pull request #3011 from JedWatson/fix/normalise-menu-ref

There are 66 commits in total.

See the full diff

greenkeeper Bot added a commit that referenced this pull request Oct 24, 2018
@greenkeeper

greenkeeper Bot commented Oct 24, 2018

Copy link
Copy Markdown
Author
  • The dependency react-select was updated from 1.0.0-rc.10 to 2.1.1.

Update to this version instead 🚀

greenkeeper Bot added a commit that referenced this pull request Nov 22, 2018
@greenkeeper

greenkeeper Bot commented Nov 22, 2018

Copy link
Copy Markdown
Author
  • The dependency react-select was updated from 1.0.0-rc.10 to 2.1.2.

Update to this version instead 🚀

Commits

The new version differs by 50 commits.

  • 3b9bccf v2.1.2
  • b846691 add date to release
  • f6d0806 Merge pull request #3225 from JedWatson/v2.1.2-release-notes
  • e811d92 📜 v2.1.2 release notes
  • d1dbef6 Merge pull request #3013 from rakid/fix/select-blur-close-ie11
  • 2e2bd75 Merge pull request #3216 from IanVS/2682-backspace-onchange
  • 4e57981 Only allow backspace to remove if isClearable
  • 644c26b Send correct onChange depending if is multi
  • 8536000 Merge pull request #3218 from IanVS/refactor-cypress-tests
  • e134aaa Refactor and expand end-to-end tests
  • 19f525c Merge pull request #3163 from gm0t/master
  • 91609fc Merge pull request #2999 from stevemao/patch-1
  • fcf5c49 Merge pull request #3060 from stijndeschuymer/click-on-input-fix
  • f9affc7 Merge pull request #3096 from Nelrohd/fix/placeholder-props
  • b3a30c6 Merge pull request #3177 from mwood23/patch-1

There are 50 commits in total.

See the full diff

greenkeeper Bot added a commit that referenced this pull request Dec 28, 2018
@greenkeeper

greenkeeper Bot commented Dec 28, 2018

Copy link
Copy Markdown
Author
  • The dependency react-select was updated from 1.0.0-rc.10 to 2.2.0.

Update to this version instead 🚀

Release Notes for v2.2.0 / 2018-12-28

Bug Fixes

  • #3296 Fix for tab interactions when in composition mode with an IME. Thanks yshr446 for the PR.
  • #3302 Fix to breaking android and mobile safari touch bug #2755, by adding more conscientious checks to the onTouchStart and onTouchMove listeners. Thanks xakep139 for the PR.
  • #3303 Input and GroupHeading components now get passed the selectProps prop, thanks maxmarchuk for the PR.
  • #3260 As a result of the CSP nonce support feature, the emotion instance is now cached and passed down to all internal components, meaning that users looking to heavily customise their Select components can do so without externally importing emotion, and nonce instances are respected per select instance. Please see this segment in the docs for a more detailed explanation.
  • #3299 fix to assistive text on menu open.

Features

  • #3260 Add CSP nonce support to Select, thanks Avaq and Andarist for the heavy lifting.
Commits

The new version differs by 28 commits.

  • 916ef8f 🎉 v2.2.0
  • 609fb6b Merge pull request #3305 from JedWatson/v2.2.0-release-notes
  • 26915dd 📜 v2.2.0 changelog
  • 63cd4c4 Merge pull request #3304 from JedWatson/style-docs
  • 6c512b1 docs for style composition in custom components
  • ed3c2ae Merge pull request #3303 from JedWatson/maxmarchuk-add-select-props-to-input
  • 7aed8de update snapshots
  • db37749 pass selectProps to GroupHeading
  • 1c78d81 Merge branch 'add-select-props-to-input' of https://github.com/maxmarchuk/react-select into maxmarchuk-add-select-props-to-input
  • b4e23ce update yarn.lock
  • 400eca4 Merge pull request #3296 from yshr446/fix-for-ime
  • f1f68bb Merge pull request #3302 from xakep139/patch-1
  • 8f0028e Fix #2755
  • 19b6c2d Merge pull request #3299 from JedWatson/fix-a11y-text
  • 8489bf2 fix aria-live text on menu open

There are 28 commits in total.

See the full diff

greenkeeper Bot added a commit that referenced this pull request Jan 18, 2019
@greenkeeper

greenkeeper Bot commented Jan 18, 2019

Copy link
Copy Markdown
Author
  • The dependency react-select was updated from 1.0.0-rc.10 to 2.3.0.

Update to this version instead 🚀

Commits

The new version differs by 28 commits.

  • 788b600 🎉 v2.3.0
  • dd9e316 Merge branch 'master' of https://github.com/JedWatson/react-select
  • f97e59e Merge pull request #3365 from JedWatson/2.3.0-changelog
  • 293ea6e Merge pull request #3365 from JedWatson/2.3.0-changelog
  • ff24d7b 📜 v2.3.0 changelogg
  • d35fd8d Merge pull request #3357 from JedWatson/fix-loadOptions-onmount
  • e1c5fe9 add test case
  • b84e278 fix content: property error in css
  • 98c8b2d update loadOptions to conditionally either return an empty string or the inputValue on mount, as opposed to a null value
  • ba76246 Merge pull request #3346 from JedWatson/revert-3260
  • b710ce8 update docs to reflect reversion
  • c101bce revert custom emotion instance and emotion as part of the component api
  • 214a161 revert custom emotion instance and emotion as part of the component api
  • 97be94d Merge pull request #3205 from answerrocket/menu-flip-constraint
  • 5094666 Merge pull request #3316 from JedWatson/tavareshenrique-fix_creatable

There are 28 commits in total.

See the full diff

greenkeeper Bot added a commit that referenced this pull request Feb 15, 2019
@greenkeeper

greenkeeper Bot commented Feb 15, 2019

Copy link
Copy Markdown
Author
  • The dependency react-select was updated from 1.0.0-rc.10 to 2.4.0.

Update to this version instead 🚀

Commits

The new version differs by 47 commits.

  • 4b42ea5 v2.4.0: update package.json
  • af02ca8 Merge pull request #3428 from JedWatson/v2.4.0-CHANGELOG
  • 92b8b5e 📜 v2.4.0 changelog
  • 2d07e5f Merge pull request #3427 from JedWatson/remove-focusOption-on-enter
  • 9e6dafe remove focusOption invocation on Enter key press
  • c31ef94 Merge pull request #3402 from timothypage/master
  • 51fa3de Merge pull request #3370 from adam187/upgrade-memoize-one
  • 4b0575b export makeAsyncSelect and makeCreatableSelect methods from src (#3423)
  • 5415911 Merge pull request #3420 from caleb/fix-2805
  • 9f134a9 Merge pull request #3419 from iulian-radu-at/fix-cannot-read-property-scrollHeight-of-undefined
  • 84cd08e Fixed crash when the scrollTarget is undefined in ScrollCaptor
  • 3d7a9f8 Merge pull request #3410 from jkjustjoshing/patch-1
  • 307ce4b Merge pull request #3411 from JedWatson/resolve-2217
  • 059f158 Merge pull request #3407 from JedWatson/menu-role
  • ae9eac1 propagate event on Enter key press if menu is closed

There are 47 commits in total.

See the full diff

greenkeeper Bot added a commit that referenced this pull request Feb 18, 2019
@greenkeeper

greenkeeper Bot commented Feb 18, 2019

Copy link
Copy Markdown
Author
  • The dependency react-select was updated from 1.0.0-rc.10 to 2.4.1.

Update to this version instead 🚀

Commits

The new version differs by 7 commits.

  • f494e4d v2.4.1
  • a23e9cd Merge pull request #3432 from JedWatson/fix-mobile-regression
  • 6a7cc4c changed event.currentTarget back to event.target for ontouchEnd logic
  • 3f248f9 Merge branch 'justingrant-patch-1'
  • 5ea6a09 remove accidentally added newline
  • c4256ca Add a sentence describing what "Creatable" does
  • f8f0d4e update changelog

See the full diff

greenkeeper Bot added a commit that referenced this pull request Apr 17, 2019
@greenkeeper

greenkeeper Bot commented Apr 17, 2019

Copy link
Copy Markdown
Author
  • The dependency react-select was updated from 1.0.0-rc.10 to 2.4.3.

Update to this version instead 🚀

greenkeeper Bot added a commit that referenced this pull request May 27, 2019
@greenkeeper

greenkeeper Bot commented May 27, 2019

Copy link
Copy Markdown
Author
  • The dependency react-select was updated from 1.0.0-rc.10 to 2.4.4.

Update to this version instead 🚀

greenkeeper Bot added a commit that referenced this pull request May 27, 2019
@greenkeeper

greenkeeper Bot commented May 27, 2019

Copy link
Copy Markdown
Author
  • The dependency react-select was updated from 1.0.0-rc.10 to 3.0.0.

Update to this version instead 🚀

greenkeeper Bot added a commit that referenced this pull request May 27, 2019
@greenkeeper

greenkeeper Bot commented May 27, 2019

Copy link
Copy Markdown
Author
  • The dependency react-select was updated from 1.0.0-rc.10 to 3.0.1.

Update to this version instead 🚀

greenkeeper Bot added a commit that referenced this pull request May 27, 2019
@greenkeeper

greenkeeper Bot commented May 27, 2019

Copy link
Copy Markdown
Author
  • The dependency react-select was updated from 1.0.0-rc.10 to 3.0.2.

Update to this version instead 🚀

greenkeeper Bot added a commit that referenced this pull request May 27, 2019
@greenkeeper

greenkeeper Bot commented May 27, 2019

Copy link
Copy Markdown
Author
  • The dependency react-select was updated from 1.0.0-rc.10 to 3.0.3.

Update to this version instead 🚀

greenkeeper Bot added a commit that referenced this pull request Jun 2, 2019
@greenkeeper

greenkeeper Bot commented Jun 2, 2019

Copy link
Copy Markdown
Author
  • The dependency react-select was updated from 1.0.0-rc.10 to 3.0.4.

Update to this version instead 🚀

greenkeeper Bot added a commit that referenced this pull request Sep 20, 2019
@greenkeeper

greenkeeper Bot commented Sep 20, 2019

Copy link
Copy Markdown
Author
  • The dependency react-select was updated from 1.0.0-rc.10 to 3.0.5.

Update to this version instead 🚀

greenkeeper Bot added a commit that referenced this pull request Oct 1, 2019
@greenkeeper

greenkeeper Bot commented Oct 1, 2019

Copy link
Copy Markdown
Author
  • The dependency react-select was updated from 1.0.0-rc.10 to 3.0.6.

Update to this version instead 🚀

greenkeeper Bot added a commit that referenced this pull request Oct 1, 2019
@greenkeeper

greenkeeper Bot commented Oct 1, 2019

Copy link
Copy Markdown
Author
  • The dependency react-select was updated from 1.0.0-rc.10 to 3.0.7.

Update to this version instead 🚀

greenkeeper Bot added a commit that referenced this pull request Oct 2, 2019
@greenkeeper

greenkeeper Bot commented Oct 2, 2019

Copy link
Copy Markdown
Author
  • The dependency react-select was updated from 1.0.0-rc.10 to 3.0.8.

Update to this version instead 🚀

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants