Summary:
The versions in the plugin are fixed to a particular version, so we ignore them in greenkeeper to avoid spam.
***
{emoji:261d} **Important announcement:** Greenkeeper will be saying goodbye {emoji:1f44b} and passing the torch to Snyk on June 3rd, 2020! [Find out how to migrate to Snyk and more at greenkeeper.io](https://greenkeeper.io)
***
## The devDependency [types/recharts](https://github.com/DefinitelyTyped/DefinitelyTyped) was updated from `1.8.8` to `1.8.10`.
This version is **not covered** by your **current version range**.
If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.
---
**Publisher:** [types](https://www.npmjs.com/~types)
**License:** MIT
[Find out more about this release](https://github.com/DefinitelyTyped/DefinitelyTyped).
---
<details>
<summary>FAQ and help</summary>
There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those don’t help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).
</details>
---
Your [Greenkeeper](https://greenkeeper.io) bot 🌴
Pull Request resolved: https://github.com/facebook/flipper/pull/1046
Reviewed By: mweststrate
Differential Revision: D21226349
Pulled By: passy
fbshipit-source-id: 01dd268cb461a69d19053ca45818b6ac6277b906
32 lines
599 B
JSON
32 lines
599 B
JSON
{
|
|
"name": "kaios-graphs",
|
|
"version": "1.0.0",
|
|
"main": "index.tsx",
|
|
"license": "MIT",
|
|
"title": "KaiOS RAM graph",
|
|
"icon": "apps",
|
|
"keywords": [
|
|
"flipper-plugin"
|
|
],
|
|
"bugs": {
|
|
"email": "oncall+wa_kaios@xmail.facebook.com",
|
|
"url": "https://fb.workplace.com/groups/wa.kaios/"
|
|
},
|
|
"dependencies": {
|
|
"promisify-child-process": "^3.1.3",
|
|
"recharts": "1.7.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/recharts": "1.8.10"
|
|
},
|
|
"resolutions": {
|
|
"@types/react": "16.9.17"
|
|
},
|
|
"greenkeeper": {
|
|
"ignore": [
|
|
"recharts",
|
|
"@types/recharts"
|
|
]
|
|
}
|
|
}
|