chore: upgrade flow-typed
This commit is contained in:
52
flow-typed/npm/safestart_vx.x.x.js
vendored
52
flow-typed/npm/safestart_vx.x.x.js
vendored
@ -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'>;
|
|
||||||
}
|
|
1
init.js
1
init.js
@ -1,5 +1,4 @@
|
|||||||
// @flow
|
// @flow
|
||||||
require('safestart')(__dirname);
|
|
||||||
require('babel-core/register');
|
require('babel-core/register');
|
||||||
require('babel-polyfill');
|
require('babel-polyfill');
|
||||||
require('dotenv').config({ silent: true });
|
require('dotenv').config({ silent: true });
|
||||||
|
@ -87,7 +87,7 @@
|
|||||||
"emoji-regex": "^6.5.1",
|
"emoji-regex": "^6.5.1",
|
||||||
"exports-loader": "^0.6.4",
|
"exports-loader": "^0.6.4",
|
||||||
"file-loader": "^1.1.6",
|
"file-loader": "^1.1.6",
|
||||||
"flow-typed": "^2.4.0",
|
"flow-typed": "^2.6.2",
|
||||||
"fs-extra": "^4.0.2",
|
"fs-extra": "^4.0.2",
|
||||||
"google-auth-library": "^5.5.1",
|
"google-auth-library": "^5.5.1",
|
||||||
"html-webpack-plugin": "3.2.0",
|
"html-webpack-plugin": "3.2.0",
|
||||||
@ -140,7 +140,6 @@
|
|||||||
"react-waypoint": "^7.3.1",
|
"react-waypoint": "^7.3.1",
|
||||||
"redis": "^2.6.2",
|
"redis": "^2.6.2",
|
||||||
"rich-markdown-editor": "^9.8.8",
|
"rich-markdown-editor": "^9.8.8",
|
||||||
"safestart": "1.1.0",
|
|
||||||
"sequelize": "^5.21.1",
|
"sequelize": "^5.21.1",
|
||||||
"sequelize-cli": "^5.5.0",
|
"sequelize-cli": "^5.5.0",
|
||||||
"sequelize-encrypted": "^0.1.0",
|
"sequelize-encrypted": "^0.1.0",
|
||||||
|
Reference in New Issue
Block a user