Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ericgio committed Feb 26, 2020
1 parent 841865c commit 98c8299
Show file tree
Hide file tree
Showing 4 changed files with 234 additions and 175 deletions.
2 changes: 1 addition & 1 deletion .babelrc
Expand Up @@ -17,7 +17,7 @@
"preventFullImport": true
},
"react-overlays": {
"transform": "react-overlays/lib/${member}",
"transform": "react-overlays/${member}",
"preventFullImport": true
},
}]
Expand Down
12 changes: 6 additions & 6 deletions .size-snapshot.json
@@ -1,12 +1,12 @@
{
"dist/react-bootstrap-typeahead.js": {
"bundled": 347591,
"minified": 100414,
"gzipped": 33658
"bundled": 346155,
"minified": 100177,
"gzipped": 33829
},
"dist/react-bootstrap-typeahead.min.js": {
"bundled": 312553,
"minified": 89713,
"gzipped": 30564
"bundled": 311117,
"minified": 89474,
"gzipped": 30717
}
}
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -47,7 +47,7 @@
"lodash.debounce": "^4.0.8",
"lodash.isequal": "^4.5.0",
"prop-types": "^15.5.8",
"react-overlays": "^0.8.1",
"react-overlays": "^1.0.0",
"react-popper": "^1.0.0",
"scroll-into-view-if-needed": "^2.2.20",
"warning": "^4.0.1"
Expand Down Expand Up @@ -80,7 +80,7 @@
"eslint": "^6.0.1",
"eslint-config-ericgio": "^5.0.0",
"eslint-plugin-flowtype": "^4.3.0",
"flow-bin": "^0.109.0",
"flow-bin": "^0.110.1",
"gh-pages": "^2.0.1",
"husky": "^3.0.0",
"isomorphic-fetch": "^2.2.1",
Expand Down

0 comments on commit 98c8299

Please sign in to comment.