Files
flipper/static/package.json
greenkeeper[bot] 691a4ee135 Update metro in group website to the latest version � (#622)
Summary:
## The dependency [metro](https://github.com/facebook/metro) was updated from `0.56.3` to `0.57.0`.
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:** [metro-bot](https://www.npmjs.com/~metro-bot)
**License:** MIT

[Find out more about this release](https://github.com/facebook/metro).

 ---

<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/622

Reviewed By: jknoxville

Differential Revision: D18268960

Pulled By: passy

fbshipit-source-id: 7dc99729f72978786f301c57b6b0f7d93b49674f
2019-11-01 06:46:56 -07:00

33 lines
921 B
JSON

{
"name": "flipper-static",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"dependencies": {
"@babel/core": "^7.4.0",
"@babel/generator": "^7.4.0",
"@babel/parser": "^7.4.2",
"@babel/plugin-proposal-class-properties": "^7.4.0",
"@babel/plugin-proposal-object-rest-spread": "^7.4.0",
"@babel/plugin-proposal-optional-chaining": "^7.2.0",
"@babel/plugin-transform-flow-strip-types": "^7.4.0",
"@babel/plugin-transform-modules-commonjs": "^7.4.0",
"@babel/plugin-transform-typescript": "^7.5.5",
"@babel/preset-react": "^7.0.0",
"expand-tilde": "^2.0.2",
"fix-path": "^2.1.0",
"mem": "^5.1.1",
"metro": "^0.57.0",
"mkdirp": "^0.5.1",
"p-map": "^3.0.0",
"recursive-readdir": "2.2.2",
"ws": "7.2.0",
"xdg-basedir": "^4.0.0",
"yargs": "^14.2.0"
},
"devDependencies": {},
"resolutions": {
"metro/temp": "0.9.0"
}
}