Files
flipper/desktop/static/package.json
Pascal Hartig e4a814502a Mass bump deps
Summary:
Bumping everything that's just a patch version behind or safe-looking minor change.

Just hoping to get ahead of dependabot's next run.

Reviewed By: fabiomassimo

Differential Revision: D27367567

fbshipit-source-id: 1bf8bad02e5a9f07f5982466254f9906581230cf
2021-03-27 04:25:57 -07:00

18 lines
358 B
JSON

{
"name": "flipper-static",
"version": "0.0.0",
"main": "index.js",
"private": true,
"license": "MIT",
"dependencies": {
"electron-devtools-installer": "^3.1.1",
"fix-path": "^3.0.0",
"mac-ca": "^1.0.6",
"mkdirp": "^1.0.4",
"node-fetch": "^2.6.1",
"ws": "^7.4.4",
"xdg-basedir": "^4.0.0",
"yargs": "^16.2.0"
}
}