chore: upgrade flow-typed

This commit is contained in:
Tom Moor 2019-10-26 23:49:37 -07:00
parent e024b1b042
commit e72608938a
4 changed files with 431 additions and 271 deletions

View File

@ -1,52 +0,0 @@
// flow-typed signature: 9b305842cfea0dc6aeb2ff078f6071a1
// flow-typed version: <<STUB>>/safestart_v1.1.0/flow_v0.86.0
/**
* This is an autogenerated libdef stub for:
*
* 'safestart'
*
* 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 'safestart' {
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 'safestart/git_dependency_match' {
declare module.exports: any;
}
declare module 'safestart/test/git_dependency_match' {
declare module.exports: any;
}
declare module 'safestart/test/self' {
declare module.exports: any;
}
// Filename aliases
declare module 'safestart/git_dependency_match.js' {
declare module.exports: $Exports<'safestart/git_dependency_match'>;
}
declare module 'safestart/index' {
declare module.exports: $Exports<'safestart'>;
}
declare module 'safestart/index.js' {
declare module.exports: $Exports<'safestart'>;
}
declare module 'safestart/test/git_dependency_match.js' {
declare module.exports: $Exports<'safestart/test/git_dependency_match'>;
}
declare module 'safestart/test/self.js' {
declare module.exports: $Exports<'safestart/test/self'>;
}

View File

@ -1,5 +1,4 @@
// @flow
require('safestart')(__dirname);
require('babel-core/register');
require('babel-polyfill');
require('dotenv').config({ silent: true });

View File

@ -87,7 +87,7 @@
"emoji-regex": "^6.5.1",
"exports-loader": "^0.6.4",
"file-loader": "^1.1.6",
"flow-typed": "^2.4.0",
"flow-typed": "^2.6.2",
"fs-extra": "^4.0.2",
"google-auth-library": "^5.5.1",
"html-webpack-plugin": "3.2.0",
@ -140,7 +140,6 @@
"react-waypoint": "^7.3.1",
"redis": "^2.6.2",
"rich-markdown-editor": "^9.8.8",
"safestart": "1.1.0",
"sequelize": "^5.21.1",
"sequelize-cli": "^5.5.0",
"sequelize-encrypted": "^0.1.0",

646
yarn.lock

File diff suppressed because it is too large Load Diff