Files
flipper/static/package.json
greenkeeper[bot] a7dc8595e9 Update ws in group website to the latest version � (#596)
Summary:
## The dependency [ws](https://github.com/websockets/ws) was updated from `7.1.2` to `7.2.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:** [lpinca](https://www.npmjs.com/~lpinca)
**License:** MIT

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

 ---

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

Differential Revision: D18032150

Pulled By: passy

fbshipit-source-id: 44f6156cecb879f523dbe93d22f8b65dbe13646a
2019-10-21 05:13:19 -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.56.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"
}
}