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

Use OSS version of react-input-autosize #24

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/fluffy-beans-cry.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"react-select-oss": patch
---

Use OSS version of react-input-autosize
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"react-codesandboxer": "^2.0.1",
"react-dom": "^16.13.0",
"react-helmet": "^5.2.0",
"react-input-autosize": "^2.2.2",
"react-input-autosize-oss": "^2.2.3",
"react-markings": "^1.3.0",
"react-router-dom": "^4.2.2",
"react-sortable-hoc": "^1.9.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-select/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@emotion/css": "^10.0.9",
"memoize-one": "^5.0.0",
"prop-types": "^15.6.0",
"react-input-autosize": "^2.2.2",
"react-input-autosize-oss": "^2.2.3",
"react-transition-group": "^4.3.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/react-select/src/components/Input.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/** @jsx jsx */
import { type ElementRef } from 'react';
import { jsx } from '@emotion/core';
import AutosizeInput from 'react-input-autosize';
import AutosizeInput from 'react-input-autosize-oss';

import type { PropsWithStyles, ClassNamesState } from '../types';

Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10955,10 +10955,10 @@ react-helmet@^5.2.0:
react-fast-compare "^2.0.2"
react-side-effect "^1.1.0"

react-input-autosize@^2.2.2:
version "2.2.2"
resolved "https://registry.yarnpkg.com/react-input-autosize/-/react-input-autosize-2.2.2.tgz#fcaa7020568ec206bc04be36f4eb68e647c4d8c2"
integrity sha512-jQJgYCA3S0j+cuOwzuCd1OjmBmnZLdqQdiLKRYrsMMzbjUrVDS5RvJUDwJqA7sKuksDuzFtm6hZGKFu7Mjk5aw==
react-input-autosize-oss@^2.2.3:
version "2.2.3"
resolved "https://registry.yarnpkg.com/react-input-autosize-oss/-/react-input-autosize-oss-2.2.3.tgz#309ede1072abbf0dffa591a8f7de712f9a3c87ac"
integrity sha512-vdhjatrgF9jD/UN6r/sX+HobxH0pZyaimideMLdp69qUoV36Ru8iFsditcEBW7nlrDgJuyhMLaR/IOwCSbQWlA==
dependencies:
prop-types "^15.5.8"

Expand Down