Clean up deps
Summary: These seem unused. Reviewed By: fabiomassimo Differential Revision: D29328071 fbshipit-source-id: b4f6d163d03caa9390696fbc33a3b8afcfc6ad2a
This commit is contained in:
committed by
Facebook GitHub Bot
parent
65a7bc9e4d
commit
099e792aaf
@@ -9,7 +9,6 @@
|
|||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"bugs": "https://github.com/facebook/flipper/issues",
|
"bugs": "https://github.com/facebook/flipper/issues",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@algolia/client-search": "^4.10.2",
|
|
||||||
"algoliasearch": "^4.10.2",
|
"algoliasearch": "^4.10.2",
|
||||||
"decompress": "^4.2.1",
|
"decompress": "^4.2.1",
|
||||||
"decompress-targz": "^4.1.1",
|
"decompress-targz": "^4.1.1",
|
||||||
@@ -20,7 +19,6 @@
|
|||||||
"npm-api": "^1.0.1",
|
"npm-api": "^1.0.1",
|
||||||
"p-filter": "^2.1.0",
|
"p-filter": "^2.1.0",
|
||||||
"p-map": "^4.0.0",
|
"p-map": "^4.0.0",
|
||||||
"recursive-readdir": "^2.2.2",
|
|
||||||
"semver": "^7.3.5",
|
"semver": "^7.3.5",
|
||||||
"tmp": "^0.2.1"
|
"tmp": "^0.2.1"
|
||||||
},
|
},
|
||||||
@@ -29,25 +27,23 @@
|
|||||||
"@types/jest": "^26.0.23",
|
"@types/jest": "^26.0.23",
|
||||||
"@types/node": "^15.12.5",
|
"@types/node": "^15.12.5",
|
||||||
"flipper-test-utils": "0.0.0",
|
"flipper-test-utils": "0.0.0",
|
||||||
"globby": "^11.0.4",
|
|
||||||
"jest": "^26.6.3",
|
"jest": "^26.6.3",
|
||||||
"mock-fs": "^5.0.0",
|
"mock-fs": "^5.0.0",
|
||||||
"rimraf": "^3.0.2",
|
"rimraf": "^3.0.2",
|
||||||
"ts-jest": "^26.5.6",
|
"ts-jest": "^26.5.6",
|
||||||
"ts-node": "^9.1.1",
|
|
||||||
"typescript": "^4.3.4"
|
"typescript": "^4.3.4"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"reset": "rimraf lib *.tsbuildinfo",
|
"reset": "rimraf lib *.tsbuildinfo",
|
||||||
"build": "tsc -b",
|
"build": "tsc -b",
|
||||||
"prepack": "yarn reset && yarn build"
|
"prepack": "yarn reset && yarn build"
|
||||||
},
|
},
|
||||||
"files": [
|
"files": [
|
||||||
"lib/**/*"
|
"lib/**/*"
|
||||||
],
|
],
|
||||||
"homepage": "https://github.com/facebook/flipper",
|
"homepage": "https://github.com/facebook/flipper",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"Flipper"
|
"Flipper"
|
||||||
],
|
],
|
||||||
"author": "Facebook, Inc"
|
"author": "Facebook, Inc"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -130,7 +130,7 @@
|
|||||||
"@algolia/requester-common" "4.9.3"
|
"@algolia/requester-common" "4.9.3"
|
||||||
"@algolia/transporter" "4.9.3"
|
"@algolia/transporter" "4.9.3"
|
||||||
|
|
||||||
"@algolia/client-search@4.10.2", "@algolia/client-search@^4.10.2":
|
"@algolia/client-search@4.10.2":
|
||||||
version "4.10.2"
|
version "4.10.2"
|
||||||
resolved "https://registry.yarnpkg.com/@algolia/client-search/-/client-search-4.10.2.tgz#ad281b04ec4e6eaff68fb5be330f0bdf965ce011"
|
resolved "https://registry.yarnpkg.com/@algolia/client-search/-/client-search-4.10.2.tgz#ad281b04ec4e6eaff68fb5be330f0bdf965ce011"
|
||||||
integrity sha512-ZdOh6XS6Y9bcekfG4y0VhdoIYfsTounsgXX4Bt3X2RCcmY3uotgaq2EVY58E6q6nvfgBfPHW18+AZCHKTWHAAw==
|
integrity sha512-ZdOh6XS6Y9bcekfG4y0VhdoIYfsTounsgXX4Bt3X2RCcmY3uotgaq2EVY58E6q6nvfgBfPHW18+AZCHKTWHAAw==
|
||||||
|
|||||||
Reference in New Issue
Block a user