Enable greenkeeper
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
This commit is contained in:
committed by
Facebook Github Bot
parent
1d7b194abb
commit
4bdccb22fa
@@ -6,7 +6,7 @@
|
||||
"keywords": ["flipper-plugin"],
|
||||
"dependencies": {
|
||||
"address": "^1.1.2",
|
||||
"get-port": "^4.0.0",
|
||||
"get-port": "^5.0.0",
|
||||
"react-devtools-core": "^4.0.6"
|
||||
},
|
||||
"title": "React Devtools",
|
||||
|
||||
@@ -58,10 +58,12 @@ es6-symbol@^3, es6-symbol@^3.1.1, es6-symbol@~3.1.1:
|
||||
d "1"
|
||||
es5-ext "~0.10.14"
|
||||
|
||||
get-port@^4.0.0:
|
||||
version "4.0.0"
|
||||
resolved "https://registry.yarnpkg.com/get-port/-/get-port-4.0.0.tgz#373c85960138ee20027c070e3cb08019fea29816"
|
||||
integrity sha512-Yy3yNI2oShgbaWg4cmPhWjkZfktEvpKI09aDX4PZzNtlU9obuYrX7x2mumQsrNxlF+Ls7OtMQW/u+X4s896bOQ==
|
||||
get-port@^5.0.0:
|
||||
version "5.0.0"
|
||||
resolved "https://registry.yarnpkg.com/get-port/-/get-port-5.0.0.tgz#aa22b6b86fd926dd7884de3e23332c9f70c031a6"
|
||||
integrity sha512-imzMU0FjsZqNa6BqOjbbW6w5BivHIuQKopjpPqcnx0AVHJQKCxK1O+Ab3OrVXhrekqfVMjwA9ZYu062R+KcIsQ==
|
||||
dependencies:
|
||||
type-fest "^0.3.0"
|
||||
|
||||
jsonify@~0.0.0:
|
||||
version "0.0.0"
|
||||
@@ -90,6 +92,11 @@ shell-quote@^1.6.1:
|
||||
array-reduce "~0.0.0"
|
||||
jsonify "~0.0.0"
|
||||
|
||||
type-fest@^0.3.0:
|
||||
version "0.3.1"
|
||||
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.3.1.tgz#63d00d204e059474fe5e1b7c011112bbd1dc29e1"
|
||||
integrity sha512-cUGJnCdr4STbePCgqNFbpVNCepa+kAVohJs1sLhxzdH+gnEoOd8VhbYa7pD3zZYGiURWM2xzEII3fQcRizDkYQ==
|
||||
|
||||
type@^1.0.1:
|
||||
version "1.0.3"
|
||||
resolved "https://registry.yarnpkg.com/type/-/type-1.0.3.tgz#16f5d39f27a2d28d86e48f8981859e9d3296c179"
|
||||
|
||||
@@ -54,10 +54,10 @@
|
||||
"main": "d3.js"
|
||||
},
|
||||
"devDependencies": {
|
||||
"jsdom": "3",
|
||||
"seedrandom": "2",
|
||||
"jsdom": "^15.1.1",
|
||||
"seedrandom": "^3.0.5",
|
||||
"smash": "0.0",
|
||||
"uglify-js": "2.6.2",
|
||||
"uglify-js": "3.6.1",
|
||||
"vows": "0.8"
|
||||
},
|
||||
"scripts": {
|
||||
|
||||
Reference in New Issue
Block a user