Upgrade more /desktop deps

Summary: More bumps for patch and minor releases. allow-large-files

Reviewed By: aigoncharov

Differential Revision: D36104098

fbshipit-source-id: 6db995e660afbe4febd72aa70ed8150cc16a8c93
This commit is contained in:
Pascal Hartig
2022-05-04 04:03:19 -07:00
committed by Facebook GitHub Bot
parent ef19d06239
commit 342e22bd87
12 changed files with 499 additions and 240 deletions

View File

@@ -17,7 +17,7 @@
"flipper-common": "0.0.0", "flipper-common": "0.0.0",
"flipper-server-core": "0.0.0", "flipper-server-core": "0.0.0",
"flipper-ui-core": "0.0.0", "flipper-ui-core": "0.0.0",
"fs-extra": "^10.0.1", "fs-extra": "^10.1.0",
"invariant": "^2.2.2", "invariant": "^2.2.2",
"metro-runtime": "^0.70.2", "metro-runtime": "^0.70.2",
"pretty-format": "^27.5.0" "pretty-format": "^27.5.0"

View File

@@ -9,24 +9,24 @@
"license": "MIT", "license": "MIT",
"bugs": "https://github.com/facebook/flipper/issues", "bugs": "https://github.com/facebook/flipper/issues",
"dependencies": { "dependencies": {
"@babel/core": "^7.17.8", "@babel/core": "^7.17.10",
"@babel/generator": "^7.17.3", "@babel/generator": "^7.17.10",
"@babel/parser": "^7.17.3", "@babel/parser": "^7.17.10",
"@babel/plugin-proposal-class-properties": "^7.16.7", "@babel/plugin-proposal-class-properties": "^7.16.7",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.16.7", "@babel/plugin-proposal-nullish-coalescing-operator": "^7.16.7",
"@babel/plugin-proposal-object-rest-spread": "^7.17.3", "@babel/plugin-proposal-object-rest-spread": "^7.17.3",
"@babel/plugin-proposal-optional-chaining": "^7.16.7", "@babel/plugin-proposal-optional-chaining": "^7.16.7",
"@babel/plugin-transform-flow-strip-types": "^7.16.7", "@babel/plugin-transform-flow-strip-types": "^7.16.7",
"@babel/plugin-transform-modules-commonjs": "^7.17.7", "@babel/plugin-transform-modules-commonjs": "^7.17.9",
"@babel/plugin-transform-typescript": "^7.16.8", "@babel/plugin-transform-typescript": "^7.16.8",
"@babel/preset-env": "^7.16.11", "@babel/preset-env": "^7.17.10",
"@babel/preset-react": "^7.16.7", "@babel/preset-react": "^7.16.7",
"@babel/traverse": "^7.17.3", "@babel/traverse": "^7.17.10",
"@babel/types": "^7.17.0", "@babel/types": "^7.17.10",
"@emotion/babel-plugin": "^11.7.2", "@emotion/babel-plugin": "^11.7.2",
"@types/fs-extra": "^9.0.13", "@types/fs-extra": "^9.0.13",
"@types/node": "^17.0.31", "@types/node": "^17.0.31",
"fs-extra": "^10.0.1", "fs-extra": "^10.1.0",
"tslib": "^2.3.1" "tslib": "^2.3.1"
}, },
"devDependencies": { "devDependencies": {

View File

@@ -28,6 +28,6 @@
"dependencies": { "dependencies": {
"envinfo": "^7.8.1", "envinfo": "^7.8.1",
"fb-watchman": "^2.0.1", "fb-watchman": "^2.0.1",
"fs-extra": "^10.0.1" "fs-extra": "^10.1.0"
} }
} }

View File

@@ -12,7 +12,7 @@
"dependencies": { "dependencies": {
"@typescript-eslint/experimental-utils": "^5.15.0", "@typescript-eslint/experimental-utils": "^5.15.0",
"@typescript-eslint/parser": "^5.14.0", "@typescript-eslint/parser": "^5.14.0",
"fs-extra": "^10.0.1" "fs-extra": "^10.1.0"
}, },
"devDependencies": {}, "devDependencies": {},
"scripts": { "scripts": {

View File

@@ -14,7 +14,7 @@
"JSONStream": "^1.3.1", "JSONStream": "^1.3.1",
"adbkit": "^2.11.1", "adbkit": "^2.11.1",
"adbkit-logcat": "^2.0.1", "adbkit-logcat": "^2.0.1",
"archiver": "^5.3.0", "archiver": "^5.3.1",
"async-mutex": "^0.3.2", "async-mutex": "^0.3.2",
"axios": "^0.26.0", "axios": "^0.26.0",
"flipper-common": "0.0.0", "flipper-common": "0.0.0",
@@ -22,11 +22,11 @@
"flipper-plugin": "0.0.0", "flipper-plugin": "0.0.0",
"flipper-plugin-lib": "0.0.0", "flipper-plugin-lib": "0.0.0",
"form-data": "^4.0.0", "form-data": "^4.0.0",
"fs-extra": "^10.0.1", "fs-extra": "^10.1.0",
"invariant": "^2.2.4", "invariant": "^2.2.4",
"js-base64": "^3.7.2", "js-base64": "^3.7.2",
"lodash.memoize": "^4.1.2", "lodash.memoize": "^4.1.2",
"node-fetch": "^3.2.0", "node-fetch": "^3.2.4",
"open": "^8.3.0", "open": "^8.3.0",
"openssl-wrapper": "^0.3.4", "openssl-wrapper": "^0.3.4",
"promisify-child-process": "^4.1.1", "promisify-child-process": "^4.1.1",
@@ -54,7 +54,7 @@
"@types/split2": "^3.2.1", "@types/split2": "^3.2.1",
"@types/tmp": "^0.2.3", "@types/tmp": "^0.2.3",
"@types/which": "^2.0.1", "@types/which": "^2.0.1",
"@types/ws": "^8.5.2", "@types/ws": "^8.5.3",
"memorystream": "^0.3.1" "memorystream": "^0.3.1"
}, },
"peerDependencies": {}, "peerDependencies": {},

View File

@@ -24,7 +24,7 @@
"flipper-common": "0.0.0", "flipper-common": "0.0.0",
"flipper-plugin": "0.0.0", "flipper-plugin": "0.0.0",
"flipper-ui-core": "0.0.0", "flipper-ui-core": "0.0.0",
"hotkeys-js": "^3.8.7", "hotkeys-js": "^3.9.3",
"immer": "^9.0.12", "immer": "^9.0.12",
"js-base64": "^3.7.2", "js-base64": "^3.7.2",
"lodash": "^4.17.21", "lodash": "^4.17.21",
@@ -45,14 +45,14 @@
"redux": "^4.1.2", "redux": "^4.1.2",
"redux-persist": "^6.0.0", "redux-persist": "^6.0.0",
"reselect": "^4.1.5", "reselect": "^4.1.5",
"semver": "^7.3.5", "semver": "^7.3.7",
"uuid": "^8.3.2" "uuid": "^8.3.2"
}, },
"devDependencies": { "devDependencies": {
"@testing-library/dom": "^8.11.3", "@testing-library/dom": "^8.11.3",
"@testing-library/react": "^12.1.4", "@testing-library/react": "^12.1.4",
"@types/deep-equal": "^1.0.1", "@types/deep-equal": "^1.0.1",
"@types/lodash.memoize": "^4.1.6", "@types/lodash.memoize": "^4.1.7",
"@types/react": "^17.0.39", "@types/react": "^17.0.39",
"@types/react-dom": "^17.0.12", "@types/react-dom": "^17.0.12",
"@types/react-is": "^17.0.3", "@types/react-is": "^17.0.3",

View File

@@ -77,31 +77,31 @@
"eslint": "^7.32.0", "eslint": "^7.32.0",
"eslint-config-fbjs": "^3.1.1", "eslint-config-fbjs": "^3.1.1",
"eslint-config-prettier": "^8.5.0", "eslint-config-prettier": "^8.5.0",
"eslint-import-resolver-typescript": "^2.5.0", "eslint-import-resolver-typescript": "^2.7.1",
"eslint-plugin-babel": "^5.3.1", "eslint-plugin-babel": "^5.3.1",
"eslint-plugin-communist-spelling": "^1.0.0", "eslint-plugin-communist-spelling": "^1.0.0",
"eslint-plugin-flipper": "0.0.0", "eslint-plugin-flipper": "0.0.0",
"eslint-plugin-flowtype": "^8.0.3", "eslint-plugin-flowtype": "^8.0.3",
"eslint-plugin-header": "^3.1.1", "eslint-plugin-header": "^3.1.1",
"eslint-plugin-import": "^2.25.4", "eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsx-a11y": "^6.5.1", "eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-node": "^11.1.0", "eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^4.0.0", "eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-promise": "^6.0.0", "eslint-plugin-promise": "^6.0.0",
"eslint-plugin-react": "^7.29.3", "eslint-plugin-react": "^7.29.4",
"eslint-plugin-react-hooks": "^4.3.0", "eslint-plugin-react-hooks": "^4.5.0",
"eslint-plugin-rulesdir": "^0.2.1", "eslint-plugin-rulesdir": "^0.2.1",
"jest": "^26.6.3", "jest": "^26.6.3",
"jest-environment-jsdom-sixteen": "^2.0.0", "jest-environment-jsdom-sixteen": "^2.0.0",
"jest-fetch-mock": "^3.0.3", "jest-fetch-mock": "^3.0.3",
"less": "^4.1.2", "less": "^4.1.2",
"patch-package": "^6.4.7", "patch-package": "^6.4.7",
"prettier": "^2.5.1", "prettier": "^2.6.2",
"pretty-format": "^27.5.0", "pretty-format": "^27.5.0",
"rimraf": "^3.0.2", "rimraf": "^3.0.2",
"ts-jest": "^26.5.6", "ts-jest": "^26.5.6",
"ts-node": "^9.1.1", "ts-node": "^9.1.1",
"typescript": "^4.5.5" "typescript": "^4.6.4"
}, },
"homepage": "https://fbflipper.com/", "homepage": "https://fbflipper.com/",
"icon": "icon.png", "icon": "icon.png",

View File

@@ -11,7 +11,7 @@
"dependencies": { "dependencies": {
"flipper-babel-transformer": "0.0.0", "flipper-babel-transformer": "0.0.0",
"flipper-plugin-lib": "0.0.0", "flipper-plugin-lib": "0.0.0",
"fs-extra": "^10.0.1", "fs-extra": "^10.1.0",
"metro": "^0.70.2", "metro": "^0.70.2",
"metro-cache": "^0.70.2", "metro-cache": "^0.70.2",
"metro-minify-terser": "^0.70.2", "metro-minify-terser": "^0.70.2",

View File

@@ -22,8 +22,8 @@
"cli-ux": "^6.0.9", "cli-ux": "^6.0.9",
"flipper-pkg-lib": "0.0.0", "flipper-pkg-lib": "0.0.0",
"flipper-plugin-lib": "0.0.0", "flipper-plugin-lib": "0.0.0",
"fs-extra": "^10.0.1", "fs-extra": "^10.1.0",
"inquirer": "^8.2.0", "inquirer": "^8.2.4",
"lodash": "^4.17.21", "lodash": "^4.17.21",
"recursive-readdir": "^2.2.2" "recursive-readdir": "^2.2.2"
}, },
@@ -32,7 +32,7 @@
"@types/fs-extra": "^9.0.13", "@types/fs-extra": "^9.0.13",
"@types/inquirer": "^7.3.3", "@types/inquirer": "^7.3.3",
"@types/node": "^17.0.31", "@types/node": "^17.0.31",
"@types/recursive-readdir": "^2.2.0", "@types/recursive-readdir": "^2.2.1",
"flipper-test-utils": "0.0.0" "flipper-test-utils": "0.0.0"
}, },
"scripts": { "scripts": {

View File

@@ -14,12 +14,12 @@
"decompress-targz": "^4.1.1", "decompress-targz": "^4.1.1",
"decompress-unzip": "^4.0.1", "decompress-unzip": "^4.0.1",
"flipper-common": "^0.0.0", "flipper-common": "^0.0.0",
"fs-extra": "^10.0.1", "fs-extra": "^10.1.0",
"live-plugin-manager": "^0.17.1", "live-plugin-manager": "^0.17.1",
"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",
"semver": "^7.3.5", "semver": "^7.3.7",
"tmp": "^0.2.1" "tmp": "^0.2.1"
}, },
"devDependencies": { "devDependencies": {

View File

@@ -7,7 +7,7 @@
"license": "MIT", "license": "MIT",
"bugs": "https://github.com/facebook/flipper/issues", "bugs": "https://github.com/facebook/flipper/issues",
"devDependencies": { "devDependencies": {
"@adobe/node-fetch-retry": "^2.1.3", "@adobe/node-fetch-retry": "^2.2.0",
"@babel/code-frame": "^7.16.7", "@babel/code-frame": "^7.16.7",
"@types/adobe__node-fetch-retry": "^1.0.4", "@types/adobe__node-fetch-retry": "^1.0.4",
"@types/babel__code-frame": "^7.0.3", "@types/babel__code-frame": "^7.0.3",
@@ -15,11 +15,11 @@
"@types/fs-extra": "^9.0.13", "@types/fs-extra": "^9.0.13",
"@types/node": "^17.0.31", "@types/node": "^17.0.31",
"ansi-to-html": "^0.7.2", "ansi-to-html": "^0.7.2",
"app-builder-lib": "23.0.2", "app-builder-lib": "23.0.8",
"chalk": "^4.1.2", "chalk": "^4.1.2",
"detect-port": "^1.1.1", "detect-port": "^1.1.1",
"dotenv": "^14.2.0", "dotenv": "^14.2.0",
"electron-builder": "23.0.2", "electron-builder": "23.0.3",
"express": "^4.17.3", "express": "^4.17.3",
"fb-watchman": "^2.0.1", "fb-watchman": "^2.0.1",
"flipper-common": "0.0.0", "flipper-common": "0.0.0",

File diff suppressed because it is too large Load Diff