Summary: Close https://github.com/facebook/flipper/pull/580 This enables Greenkeeper with some caveats: - I disabled a bunch of upgrades we know currently break: - React - Emotion - Electron/Electron-Builder - The bot isn't CLA-whitelisted yet, so we won't be able to directly import yet. - It might actually be better to have automatic tasks created for the dependencies above breaking. - Something changed in the prop types and required `StatusBar` to have its signature changed. allow-large-files Reviewed By: jknoxville Differential Revision: D17906693 fbshipit-source-id: f73fe231518f56a6f6114f761d5e5e5528d0d487
33 lines
921 B
JSON
33 lines
921 B
JSON
{
|
|
"name": "flipper-static",
|
|
"version": "1.0.0",
|
|
"main": "index.js",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/core": "^7.4.0",
|
|
"@babel/generator": "^7.4.0",
|
|
"@babel/parser": "^7.4.2",
|
|
"@babel/plugin-proposal-class-properties": "^7.4.0",
|
|
"@babel/plugin-proposal-object-rest-spread": "^7.4.0",
|
|
"@babel/plugin-proposal-optional-chaining": "^7.2.0",
|
|
"@babel/plugin-transform-flow-strip-types": "^7.4.0",
|
|
"@babel/plugin-transform-modules-commonjs": "^7.4.0",
|
|
"@babel/plugin-transform-typescript": "^7.5.5",
|
|
"@babel/preset-react": "^7.0.0",
|
|
"expand-tilde": "^2.0.2",
|
|
"fix-path": "^2.1.0",
|
|
"mem": "^5.1.1",
|
|
"metro": "^0.56.0",
|
|
"mkdirp": "^0.5.1",
|
|
"p-map": "^3.0.0",
|
|
"recursive-readdir": "2.2.2",
|
|
"ws": "7.1.2",
|
|
"xdg-basedir": "^4.0.0",
|
|
"yargs": "^14.2.0"
|
|
},
|
|
"devDependencies": {},
|
|
"resolutions": {
|
|
"metro/temp": "0.9.0"
|
|
}
|
|
}
|