From 689f74ebcd2e6ea0116c1a5353fd5109889df04a Mon Sep 17 00:00:00 2001 From: Bogdan Chadkin Date: Tue, 18 Jun 2019 16:13:52 +0300 Subject: [PATCH] chore(deps): upgrade uncontrollable (#1357) * Update size snapshot * Upgrade uncontrollable * Upgrade to the latest version * Try to fix the build --- .size-snapshot.json | 24 ++++++++++++------------ .travis.yml | 6 +----- package.json | 2 +- src/Calendar.js | 2 +- yarn.lock | 15 +++++++++++++++ 5 files changed, 30 insertions(+), 19 deletions(-) diff --git a/.size-snapshot.json b/.size-snapshot.json index cee50edc3..de4221b78 100644 --- a/.size-snapshot.json +++ b/.size-snapshot.json @@ -1,25 +1,25 @@ { "./dist/react-big-calendar.js": { - "bundled": 548465, - "minified": 167635, - "gzipped": 49330 + "bundled": 547082, + "minified": 166843, + "gzipped": 49280 }, "./dist/react-big-calendar.min.js": { - "bundled": 484706, - "minified": 148190, - "gzipped": 44792 + "bundled": 483366, + "minified": 147427, + "gzipped": 44622 }, "dist/react-big-calendar.esm.js": { - "bundled": 167242, - "minified": 79833, - "gzipped": 19791, + "bundled": 167312, + "minified": 79854, + "gzipped": 19815, "treeshaked": { "rollup": { - "code": 57605, - "import_statements": 1572 + "code": 57644, + "import_statements": 1590 }, "webpack": { - "code": 62052 + "code": 62083 } } } diff --git a/.travis.yml b/.travis.yml index a50799754..d832cb4cb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,11 +1,7 @@ sudo: false language: node_js node_js: - - stable -before_install: - - export CHROME_BIN=chromium-browser - - export DISPLAY=:99.0 - - sh -e /etc/init.d/xvfb start + - node branches: only: - master diff --git a/package.json b/package.json index 1a02d36c7..193e44087 100644 --- a/package.json +++ b/package.json @@ -131,7 +131,7 @@ "memoize-one": "^4.0.3", "prop-types": "^15.6.2", "react-overlays": "^1.2.0", - "uncontrollable": "^6.0.0", + "uncontrollable": "^6.2.3", "warning": "^4.0.2" }, "resolutions": { diff --git a/src/Calendar.js b/src/Calendar.js index becfe2351..099f2e009 100644 --- a/src/Calendar.js +++ b/src/Calendar.js @@ -1,6 +1,6 @@ import PropTypes from 'prop-types' import React from 'react' -import uncontrollable from 'uncontrollable' +import { uncontrollable } from 'uncontrollable' import cn from 'classnames' import { accessor, diff --git a/yarn.lock b/yarn.lock index f5166cf52..1d367bcaf 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1012,6 +1012,13 @@ dependencies: regenerator-runtime "^0.13.2" +"@babel/runtime@^7.4.5": + version "7.4.5" + resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.4.5.tgz#582bb531f5f9dc67d2fcb682979894f75e253f12" + integrity sha512-TuI4qpWZP6lGOGIuGWtp9sPluqYICmbk8T/1vpSysqJxRPkudh/ofFWyqdcMsDf2s7KvDL4/YHgKyvcS3g9CJQ== + dependencies: + regenerator-runtime "^0.13.2" + "@babel/template@^7.1.0", "@babel/template@^7.2.2", "@babel/template@^7.4.4": version "7.4.4" resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.4.4.tgz#f4b88d1225689a08f5bc3a17483545be9e4ed237" @@ -12653,6 +12660,14 @@ uncontrollable@^6.0.0: dependencies: invariant "^2.2.4" +uncontrollable@^6.2.3: + version "6.2.3" + resolved "https://registry.yarnpkg.com/uncontrollable/-/uncontrollable-6.2.3.tgz#e7dba0d746e075122ed178f27ad2354d343196c7" + integrity sha512-VgOAoBU2ptCL2bfTG2Mra0I8i1u6Aq84AFonD5tmCAYSfs3hWvr2Rlw0q2ntoxXTHjcQOmZOh3FKaN+UZVyREQ== + dependencies: + "@babel/runtime" "^7.4.5" + invariant "^2.2.4" + unicode-canonical-property-names-ecmascript@^1.0.4: version "1.0.4" resolved "https://registry.yarnpkg.com/unicode-canonical-property-names-ecmascript/-/unicode-canonical-property-names-ecmascript-1.0.4.tgz#2619800c4c825800efdd8343af7dd9933cbe2818"