[global] update flow-typed, .env, and some dependencies.

This commit is contained in:
41666 2019-04-14 12:51:12 -05:00
parent 50b5e334a3
commit c3b510f0bb
No known key found for this signature in database
GPG key ID: BC51D07640DC10AF
18 changed files with 3471 additions and 396 deletions

View file

@ -0,0 +1,32 @@
// flow-typed signature: bc4e2309ea659005cdd86bc4ec5fdafb
// flow-typed version: <<STUB>>/@babel/preset-react_v^7.0.0/flow_v0.96.0
/**
* This is an autogenerated libdef stub for:
*
* '@babel/preset-react'
*
* Fill this stub out by replacing all the `any` types.
*
* Once filled out, we encourage you to share your work with the
* community by sending a pull request to:
* https://github.com/flowtype/flow-typed
*/
declare module '@babel/preset-react' {
declare module.exports: any;
}
/**
* We include stubs for each file inside this npm package in case you need to
* require those files directly. Feel free to delete any files that aren't
* needed.
*/
declare module '@babel/preset-react/lib/index' {
declare module.exports: any;
}
// Filename aliases
declare module '@babel/preset-react/lib/index.js' {
declare module.exports: $Exports<'@babel/preset-react/lib/index'>;
}