Files
flipper/desktop/headless-tests/package.json
Michel Weststrate 092a286bc8 Update several deps at once
Summary: Fixes #1771, #1770, #1769, #1768, #1767, #1766

Reviewed By: nikoant

Differential Revision: D25533717

fbshipit-source-id: 86b90e1ec93f0255edcf1cf3cf5fb2311f0ca23f
2020-12-14 09:14:23 -08:00

27 lines
539 B
JSON

{
"name": "flipper-headless-tests",
"version": "0.0.0",
"main": "index.js",
"private": true,
"scripts": {
"test": "jest",
"test:debug": "node --inspect node_modules/.bin/jest --runInBand"
},
"jest": {
"transform": {
"^.+\\.jsx?$": "babel-jest"
}
},
"devDependencies": {
"jest": "^26"
},
"license": "MIT",
"dependencies": {
"@babel/core": "^7.12.10",
"@babel/preset-env": "^7.12.10",
"babel-jest": "^26.2.2",
"canonical-json": "^0.0.4",
"lodash.memoize": "^4.1.2"
}
}