From 7c94ee64194e4e06d63ed70d626b08e7f00b5731 Mon Sep 17 00:00:00 2001 From: Robert Pearce Date: Sun, 5 Jan 2020 21:44:40 -0500 Subject: [PATCH 1/2] bump babel, rollup, testing-library, all-contribs, coveralls, eslint, husky, lint-staged, prettier, react --- docs/app.js | 5100 ++++++++++++++++++++++------------------------ example/app.js | 2 +- package.json | 53 +- rollup.config.js | 33 +- yarn.lock | 3841 +++++++++++++++++----------------- 5 files changed, 4388 insertions(+), 4641 deletions(-) diff --git a/docs/app.js b/docs/app.js index da7485f..c9144d6 100644 --- a/docs/app.js +++ b/docs/app.js @@ -1,108 +1,107 @@ -(function e(t,n,r){function s(o,u){if(!n[o]){if(!t[o]){var a=typeof require=="function"&&require;if(!u&&a)return a(o,!0);if(i)return i(o,!0);var f=new Error("Cannot find module '"+o+"'");throw f.code="MODULE_NOT_FOUND",f}var l=n[o]={exports:{}};t[o][0].call(l.exports,function(e){var n=t[o][1][e];return s(n?n:e)},l,l.exports,e,t,n,r)}return n[o].exports}var i=typeof require=="function"&&require;for(var o=0;o () - - -var resize = function resize(rows, el) { - if (el) { - el.style.height = '0'; - el.style.overflowY = 'hidden'; - el.style.height = "".concat(getHeight(rows, el), "px"); - el.style.overflowY = 'auto'; - } -}; // ExpandingTextarea :: Props ->