Files
flipper/desktop/plugins/kaios-ram/package.json
greenkeeper[bot] 969b1edb58 Update @types/recharts in group plugins to the latest version � (#899)
Summary:
***
☝️ **Important announcement:** Greenkeeper will be saying goodbye 👋 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.6` to `1.8.8`.
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/899

Reviewed By: mweststrate

Differential Revision: D20520128

Pulled By: passy

fbshipit-source-id: fb7b58663a117f7b2c43835ab5030a84d25fe1e0
2020-03-19 07:44:38 -07:00

23 lines
468 B
JSON

{
"name": "kaios-graphs",
"version": "1.0.0",
"main": "index.tsx",
"license": "MIT",
"title": "KaiOS RAM graph",
"icon": "apps",
"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.8"
},
"resolutions": {
"@types/react": "16.9.17"
}
}