Summary: Combining a bunch of individual tasks for dep upgrades into one diff.

Reviewed By: ivanmisuno

Differential Revision: D42706074

fbshipit-source-id: 054b2545ad1295699f47f4c6eb5065b7b9a1d6a0
This commit is contained in:
Pascal Hartig
2023-01-25 04:35:09 -08:00
committed by Facebook GitHub Bot
parent 227f53f6a0
commit 18b6ce6f24
19 changed files with 1035 additions and 402 deletions

View File

@@ -15,12 +15,12 @@
},
"dependencies": {
"flipper-common": "0.0.0",
"flipper-frontend-core": "0.0.0",
"flipper-server-client": "0.0.0",
"flipper-server-companion": "0.0.0",
"flipper-server-core": "0.0.0",
"flipper-frontend-core": "0.0.0",
"flipper-ui-core": "0.0.0",
"fs-extra": "^10.1.0",
"fs-extra": "^11.1.0",
"invariant": "^2.2.2",
"metro-runtime": "^0.70.2",
"pretty-format": "^27.5.0",

View File

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

View File

@@ -28,6 +28,6 @@
"envinfo": "^7.8.1",
"fb-watchman": "^2.0.1",
"flipper-common": "0.0.0",
"fs-extra": "^10.1.0"
"fs-extra": "^11.1.0"
}
}

View File

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

View File

@@ -12,7 +12,7 @@
"dependencies": {
"flipper-common": "0.0.0",
"flipper-server-core": "0.0.0",
"yargs": "^17.6.0"
"yargs": "^17.6.2"
},
"devDependencies": {
"@types/node": "^17.0.31"

View File

@@ -12,8 +12,8 @@
"eventemitter3": "^4.0.7",
"flipper-common": "0.0.0",
"flipper-plugin-core": "0.0.0",
"immer": "^9.0.12",
"js-base64": "^3.7.2",
"immer": "^9.0.18",
"js-base64": "^3.7.4",
"p-map": "^4.0.0",
"reconnecting-websocket": "^4.4.0",
"semver": "^7.3.7"

View File

@@ -11,8 +11,8 @@
"dependencies": {
"eventemitter3": "^4.0.7",
"flipper-common": "0.0.0",
"immer": "^9.0.12",
"js-base64": "^3.7.2",
"immer": "^9.0.18",
"js-base64": "^3.7.4",
"lodash": "^4.17.21",
"string-natural-compare": "^3.0.0"
},

View File

@@ -19,8 +19,8 @@
"eventemitter3": "^4.0.7",
"flipper-common": "0.0.0",
"flipper-plugin-core": "0.0.0",
"immer": "^9.0.12",
"js-base64": "^3.7.2",
"immer": "^9.0.18",
"js-base64": "^3.7.4",
"lodash": "^4.17.21",
"react-color": "^2.19.3",
"react-element-to-jsx-string": "^14.3.4",

View File

@@ -12,7 +12,7 @@
"flipper-common": "0.0.0",
"flipper-frontend-core": "0.0.0",
"flipper-plugin-core": "0.0.0",
"immer": "^9.0.12"
"immer": "^9.0.18"
},
"devDependencies": {
"@types/node": "^17.0.29"

View File

@@ -24,10 +24,10 @@
"flipper-plugin-lib": "0.0.0",
"flipper-server-companion": "0.0.0",
"form-data": "^4.0.0",
"fs-extra": "^10.1.0",
"fs-extra": "^11.1.0",
"http-proxy": "^1.18.1",
"invariant": "^2.2.4",
"js-base64": "^3.7.2",
"js-base64": "^3.7.4",
"lodash.memoize": "^4.1.2",
"memorystream": "^0.3.1",
"node-fetch": "2",

View File

@@ -17,14 +17,14 @@
"flipper-pkg-lib": "0.0.0",
"flipper-server-companion": "0.0.0",
"flipper-server-core": "0.0.0",
"fs-extra": "^10.1.0",
"fs-extra": "^11.1.0",
"http-proxy": "^1.18.1",
"metro": "^0.70.2",
"open": "^8.3.0",
"p-filter": "^2.1.0",
"ws": "^8.5.0",
"xdg-basedir": "^4",
"yargs": "^17.6.0"
"yargs": "^17.6.2"
},
"devDependencies": {
"@types/express": "^4.17.13",

View File

@@ -26,8 +26,8 @@
"flipper-plugin": "0.0.0",
"flipper-ui-core": "0.0.0",
"hotkeys-js": "^3.9.3",
"immer": "^9.0.12",
"js-base64": "^3.7.2",
"immer": "^9.0.18",
"js-base64": "^3.7.4",
"jszip": "^3.10.1",
"lodash": "^4.17.21",
"lodash.memoize": "^4.1.2",
@@ -51,7 +51,7 @@
"uuid": "^8.3.2"
},
"devDependencies": {
"@testing-library/dom": "^8.17.1",
"@testing-library/dom": "^8.20.0",
"@types/deep-equal": "^1.0.1",
"@types/lodash.memoize": "^4.1.7",
"@types/react": "^17.0.39",

View File

@@ -67,7 +67,7 @@
"category": "facebook-intern",
"description": "Mobile development tool",
"devDependencies": {
"@babel/eslint-parser": "^7.17.0",
"@babel/eslint-parser": "^7.19.1",
"@jest-runner/electron": "^3.0.1",
"@testing-library/react": "^12.1.4",
"@types/jest": "^26.0.24",

View File

@@ -14,7 +14,7 @@
"fb-watchman": "^2.0.1",
"flipper-common": "0.0.0",
"flipper-plugin-lib": "0.0.0",
"fs-extra": "^10.1.0",
"fs-extra": "^11.1.0",
"metro": "^0.70.2",
"metro-cache": "^0.70.2",
"metro-minify-terser": "^0.70.2",

View File

@@ -22,7 +22,7 @@
"cli-ux": "^6.0.9",
"flipper-pkg-lib": "0.0.0",
"flipper-plugin-lib": "0.0.0",
"fs-extra": "^10.1.0",
"fs-extra": "^11.1.0",
"inquirer": "^8.2.4",
"lodash": "^4.17.21",
"recursive-readdir": "^2.2.2"

View File

@@ -14,7 +14,7 @@
"decompress-targz": "^4.1.1",
"decompress-unzip": "^4.0.1",
"flipper-common": "^0.0.0",
"fs-extra": "^10.1.0",
"fs-extra": "^11.1.0",
"live-plugin-manager": "^0.17.1",
"npm-api": "^1.0.1",
"p-filter": "^2.1.0",

View File

@@ -8,7 +8,7 @@
"bugs": "https://github.com/facebook/flipper/issues",
"devDependencies": {
"@adobe/node-fetch-retry": "^2.2.0",
"@babel/code-frame": "^7.16.7",
"@babel/code-frame": "^7.18.6",
"@types/adobe__node-fetch-retry": "^1.0.4",
"@types/babel__code-frame": "^7.0.3",
"@types/detect-port": "^1.3.2",

View File

@@ -11,7 +11,7 @@
"node-fetch": "^2.6.7",
"ws": "^8.6.0",
"xdg-basedir": "^4.0.0",
"yargs": "^17.6.0"
"yargs": "^17.6.2"
},
"devDependencies": {
"@types/mkdirp": "^1.0.2"

File diff suppressed because it is too large Load Diff