Summary: This updates minor and patch level dependencies. Frustratingly, I had to revert a bunch of changes in that version range that still caused incompatibilities and test failures. If I find time, I'll dig a bit deeper. Reviewed By: ivanmisuno Differential Revision: D48433210 fbshipit-source-id: 9ab12e774c1992d4f22cc1428d34f102ce820b75
47 lines
1.2 KiB
JSON
47 lines
1.2 KiB
JSON
{
|
|
"name": "flipper-plugin-lib",
|
|
"version": "0.0.0",
|
|
"description": "Library containing common Flipper plugin installation utilities",
|
|
"repository": "facebook/flipper",
|
|
"main": "lib/index.js",
|
|
"flipperBundlerEntry": "src",
|
|
"types": "lib/index.d.ts",
|
|
"license": "MIT",
|
|
"bugs": "https://github.com/facebook/flipper/issues",
|
|
"dependencies": {
|
|
"algoliasearch": "^4.14.3",
|
|
"decompress": "^4.2.1",
|
|
"decompress-targz": "^4.1.1",
|
|
"decompress-unzip": "^4.0.1",
|
|
"flipper-common": "^0.0.0",
|
|
"fs-extra": "^11.1.1",
|
|
"live-plugin-manager": "^0.17.1",
|
|
"npm-api": "^1.0.1",
|
|
"p-filter": "^2.1.0",
|
|
"p-map": "^4.0.0",
|
|
"semver": "^7.5.4",
|
|
"tmp": "^0.2.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/decompress": "4.2.4",
|
|
"@types/fs-extra": "^9.0.13",
|
|
"@types/mock-fs": "^4.13.1",
|
|
"@types/node": "^17.0.31",
|
|
"flipper-test-utils": "0.0.0",
|
|
"mock-fs": "^5.2.0"
|
|
},
|
|
"scripts": {
|
|
"reset": "rimraf lib *.tsbuildinfo",
|
|
"build": "tsc -b",
|
|
"prepack": "yarn reset && yarn build"
|
|
},
|
|
"files": [
|
|
"lib/**/*"
|
|
],
|
|
"homepage": "https://github.com/facebook/flipper",
|
|
"keywords": [
|
|
"Flipper"
|
|
],
|
|
"author": "Facebook, Inc"
|
|
}
|