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
This commit is contained in:
Pascal Hartig
2021-06-15 08:40:18 -07:00
committed by Facebook GitHub Bot
parent ad5276782e
commit fdfcc65720
4 changed files with 12 additions and 17 deletions

View File

@@ -25,6 +25,7 @@
},
"dependencies": {
"promisify-child-process": "^4.1.0",
"recharts": "2.0.9"
"recharts": "2.0.9",
"d3-array": "2.3.3"
}
}