Summary: Update babel related dependency to 7.8.3 Reviewed By: passy Differential Revision: D19408069 fbshipit-source-id: cc9beca6bb9c8d2102332dac3812f52ca7275ec0
35 lines
1015 B
JSON
35 lines
1015 B
JSON
{
|
|
"name": "flipper-static",
|
|
"version": "1.0.0",
|
|
"main": "index.js",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/core": "^7.8.3",
|
|
"@babel/generator": "^7.8.3",
|
|
"@babel/parser": "^7.8.3",
|
|
"@babel/plugin-proposal-class-properties": "^7.8.3",
|
|
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.8.3",
|
|
"@babel/plugin-proposal-object-rest-spread": "^7.8.3",
|
|
"@babel/plugin-proposal-optional-chaining": "^7.8.3",
|
|
"@babel/plugin-transform-flow-strip-types": "^7.8.3",
|
|
"@babel/plugin-transform-modules-commonjs": "^7.8.3",
|
|
"@babel/plugin-transform-typescript": "^7.8.3",
|
|
"@babel/preset-react": "^7.8.3",
|
|
"expand-tilde": "^2.0.2",
|
|
"fb-watchman": "^2.0.0",
|
|
"fix-path": "^2.1.0",
|
|
"mem": "^6.0.0",
|
|
"metro": "^0.57.0",
|
|
"mkdirp": "^0.5.1",
|
|
"p-map": "^3.0.0",
|
|
"recursive-readdir": "2.2.2",
|
|
"xdg-basedir": "^4.0.0",
|
|
"yargs": "^15.0.1",
|
|
"uuid": "^3.3.2"
|
|
},
|
|
"resolutions": {
|
|
"metro/temp": "0.9.0",
|
|
"ws": "7.2.0"
|
|
}
|
|
}
|