Skip to content

Commit

Permalink
chore(netlify-cms-widget-text): upgrade to react-textarea-autosize 7.x (
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandernanberg authored and erquhart committed Nov 29, 2018
1 parent c932d05 commit ec35dc9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/netlify-cms-widget-text/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"build": "cross-env NODE_ENV=production webpack"
},
"dependencies": {
"react-textarea-autosize": "^5.2.0"
"react-textarea-autosize": "^7.0.0"
},
"devDependencies": {
"cross-env": "^5.2.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9744,10 +9744,10 @@ react-test-renderer@^16.0.0:
prop-types "^15.6.0"
react-is "^16.4.2"

react-textarea-autosize@^5.2.0:
version "5.2.1"
resolved "https://registry.yarnpkg.com/react-textarea-autosize/-/react-textarea-autosize-5.2.1.tgz#2b78f9067180f41b08ac59f78f1581abadd61e54"
integrity sha512-bx6z2I35aapr71ggw2yZIA4qhmqeTa4ZVsSaTeFvtf9kfcZppDBh2PbMt8lvbdmzEk7qbSFhAxR9vxEVm6oiMg==
react-textarea-autosize@^7.0.0:
version "7.0.4"
resolved "https://registry.yarnpkg.com/react-textarea-autosize/-/react-textarea-autosize-7.0.4.tgz#4e4be649b544a88713e7b5043f76950f35d3d503"
integrity sha512-1cC8pFSrIVH92aE+UKxGQ2Gqq43qdIcMscJKScEFeBNemn6gHa+NwKqdXkHxxg5H6uuvW+cPpJPTes6zh90M+A==
dependencies:
prop-types "^15.6.0"

Expand Down

0 comments on commit ec35dc9

Please sign in to comment.