Skip to content

Commit

Permalink
chore(deps): upgrade uncontrollable (#1357)
Browse files Browse the repository at this point in the history
* Update size snapshot

* Upgrade uncontrollable

* Upgrade to the latest version

* Try to fix the build
  • Loading branch information
TrySound authored and jquense committed Jun 18, 2019
1 parent 6fab261 commit 689f74e
Show file tree
Hide file tree
Showing 5 changed files with 30 additions and 19 deletions.
24 changes: 12 additions & 12 deletions .size-snapshot.json
Original file line number Diff line number Diff line change
@@ -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
}
}
}
Expand Down
6 changes: 1 addition & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion src/Calendar.js
Original file line number Diff line number Diff line change
@@ -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,
Expand Down
15 changes: 15 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit 689f74e

Please sign in to comment.