Files
flipper/desktop/plugins/public/kaios-ram/package.json
Pascal Hartig fdfcc65720 Hard-code d3-array 2.3.3 for Babel compat
Summary:
Got this in my dep bump: https://www.internalfb.com/intern/sandcastle/job/13510799320314417/

Babel is having some trouble with a certain syntax in newer d3-array elements: https://github.com/babel/babel/issues/11038

Until that's fixed the recommended work-around is hard-coding the old version which is apparently compatible.

Reviewed By: priteshrnandgaonkar

Differential Revision: D29107071

fbshipit-source-id: 5a4ba8e698969bc033a76da78ce9116d1cfbbeb4
2021-06-15 08:41:17 -07:00

32 lines
654 B
JSON

{
"$schema": "https://fbflipper.com/schemas/plugin-package/v2.json",
"name": "flipper-plugin-kaios-graphs",
"id": "kaios-graphs",
"version": "0.0.0",
"pluginType": "device",
"supportedDevices": [
{
"os": "Android",
"specs": [
"KaiOS"
]
}
],
"main": "dist/bundle.js",
"flipperBundlerEntry": "index.tsx",
"license": "MIT",
"title": "KaiOS RAM graph",
"icon": "apps",
"keywords": [
"flipper-plugin"
],
"bugs": {
"url": "https://github.com/facebook/flipper/issues"
},
"dependencies": {
"promisify-child-process": "^4.1.0",
"recharts": "2.0.9",
"d3-array": "2.3.3"
}
}