Summary: Daily bump for low-risk deps.

Reviewed By: cekkaewnumchai

Differential Revision: D28707008

fbshipit-source-id: 453351387a9a7a05a1c30294f2712956da6ecc49
This commit is contained in:
Pascal Hartig
2021-05-26 08:34:09 -07:00
committed by Facebook GitHub Bot
parent 4a583ad086
commit be2f15b71f
10 changed files with 376 additions and 322 deletions

View File

@@ -25,7 +25,7 @@
"@babel/types": "^7.14.2", "@babel/types": "^7.14.2",
"@emotion/babel-plugin": "^11.3.0", "@emotion/babel-plugin": "^11.3.0",
"@types/fs-extra": "^9.0.11", "@types/fs-extra": "^9.0.11",
"@types/node": "^14.14.41", "@types/node": "^15.6.1",
"fs-extra": "^10.0.0", "fs-extra": "^10.0.0",
"tslib": "^2" "tslib": "^2"
}, },

View File

@@ -9,8 +9,8 @@
"devDependencies": { "devDependencies": {
"@types/fb-watchman": "2.0.0", "@types/fb-watchman": "2.0.0",
"@types/jest": "^26.0.23", "@types/jest": "^26.0.23",
"@typescript-eslint/eslint-plugin": "^4.23.0", "@typescript-eslint/eslint-plugin": "^4.25.0",
"eslint": "^7.25.0", "eslint": "^7.27.0",
"eslint-plugin-babel": "^5.3.1", "eslint-plugin-babel": "^5.3.1",
"eslint-plugin-header": "^3.1.1", "eslint-plugin-header": "^3.1.1",
"eslint-plugin-jsx-a11y": "^6.4.1", "eslint-plugin-jsx-a11y": "^6.4.1",
@@ -37,7 +37,7 @@
], ],
"author": "Facebook, Inc", "author": "Facebook, Inc",
"dependencies": { "dependencies": {
"@types/node": "^14.14.41", "@types/node": "^15.6.1",
"envinfo": "^7.8.1", "envinfo": "^7.8.1",
"fb-watchman": "^2.0.1" "fb-watchman": "^2.0.1"
} }

View File

@@ -10,12 +10,12 @@
"license": "MIT", "license": "MIT",
"bugs": "https://github.com/facebook/flipper/issues", "bugs": "https://github.com/facebook/flipper/issues",
"dependencies": { "dependencies": {
"@typescript-eslint/experimental-utils": "^4.23.0", "@typescript-eslint/experimental-utils": "^4.25.0",
"fs-extra": "^10.0.0" "fs-extra": "^10.0.0"
}, },
"devDependencies": { "devDependencies": {
"@types/jest": "26.0.23", "@types/jest": "26.0.23",
"@typescript-eslint/parser": "^4.24.0", "@typescript-eslint/parser": "^4.25.0",
"flipper-test-utils": "0.0.0", "flipper-test-utils": "0.0.0",
"jest": "^26.6.3", "jest": "^26.6.3",
"prettier": "^2.3.0", "prettier": "^2.3.0",

View File

@@ -84,7 +84,7 @@
"@types/detect-port": "^1.1.0", "@types/detect-port": "^1.1.0",
"@types/electron-devtools-installer": "^2.2.0", "@types/electron-devtools-installer": "^2.2.0",
"@types/expand-tilde": "^2.0.0", "@types/expand-tilde": "^2.0.0",
"@types/express": "^4.17.11", "@types/express": "^4.17.12",
"@types/fb-watchman": "^2.0.0", "@types/fb-watchman": "^2.0.0",
"@types/form-data": "^2.2.1", "@types/form-data": "^2.2.1",
"@types/fs-extra": "^9.0.11", "@types/fs-extra": "^9.0.11",
@@ -95,10 +95,10 @@
"@types/lodash.debounce": "^4.0.6", "@types/lodash.debounce": "^4.0.6",
"@types/mkdirp": "^1.0.0", "@types/mkdirp": "^1.0.0",
"@types/mock-fs": "^4.13.0", "@types/mock-fs": "^4.13.0",
"@types/node": "^15.6.0", "@types/node": "^15.6.1",
"@types/npm-packlist": "^1.1.1", "@types/npm-packlist": "^1.1.1",
"@types/promise-retry": "^1.1.3", "@types/promise-retry": "^1.1.3",
"@types/react": "^17.0.6", "@types/react": "17.0.8",
"@types/react-color": "^3.0.1", "@types/react-color": "^3.0.1",
"@types/react-dom": "^17.0.4", "@types/react-dom": "^17.0.4",
"@types/react-redux": "^7.1.16", "@types/react-redux": "^7.1.16",
@@ -107,7 +107,7 @@
"@types/react-virtualized": "^9.21.11", "@types/react-virtualized": "^9.21.11",
"@types/react-virtualized-auto-sizer": "^1.0.0", "@types/react-virtualized-auto-sizer": "^1.0.0",
"@types/react-window": "^1.8.3", "@types/react-window": "^1.8.3",
"@types/recharts": "^1.8.19", "@types/recharts": "^2.0.0",
"@types/recursive-readdir": "^2.2.0", "@types/recursive-readdir": "^2.2.0",
"@types/redux-devtools-extension": "^2.13.2", "@types/redux-devtools-extension": "^2.13.2",
"@types/redux-mock-store": "^1.0.1", "@types/redux-mock-store": "^1.0.1",
@@ -116,7 +116,7 @@
"@types/resize-observer-browser": "^0.1.5", "@types/resize-observer-browser": "^0.1.5",
"@types/rsocket-core": "^0.0.6", "@types/rsocket-core": "^0.0.6",
"@types/rsocket-tcp-server": "^0.0.2", "@types/rsocket-tcp-server": "^0.0.2",
"@types/socket.io": "^2.1.13", "@types/socket.io": "^3.0.2",
"@types/testing-library__react": "^10.2.0", "@types/testing-library__react": "^10.2.0",
"@types/tmp": "^0.2.0", "@types/tmp": "^0.2.0",
"@types/uuid": "^8.0.0", "@types/uuid": "^8.0.0",
@@ -124,8 +124,8 @@
"@types/ws": "^7.4.4", "@types/ws": "^7.4.4",
"@types/yargs": "^16.0.1", "@types/yargs": "^16.0.1",
"@types/yazl": "^2.4.2", "@types/yazl": "^2.4.2",
"@typescript-eslint/eslint-plugin": "^4.23.0", "@typescript-eslint/eslint-plugin": "^4.25.0",
"@typescript-eslint/parser": "^4.22.0", "@typescript-eslint/parser": "^4.25.0",
"ansi-to-html": "^0.6.3", "ansi-to-html": "^0.6.3",
"app-builder-lib": "22.11.1", "app-builder-lib": "22.11.1",
"babel-eslint": "^10.1.0", "babel-eslint": "^10.1.0",
@@ -135,7 +135,7 @@
"dotenv": "^8.2.0", "dotenv": "^8.2.0",
"electron": "11.2.3", "electron": "11.2.3",
"electron-builder": "22.11.1", "electron-builder": "22.11.1",
"eslint": "^7.25.0", "eslint": "^7.27.0",
"eslint-config-fbjs": "^3.1.1", "eslint-config-fbjs": "^3.1.1",
"eslint-config-prettier": "^8.3.0", "eslint-config-prettier": "^8.3.0",
"eslint-import-resolver-typescript": "^2.4.0", "eslint-import-resolver-typescript": "^2.4.0",
@@ -143,7 +143,7 @@
"eslint-plugin-flipper": "0.0.0", "eslint-plugin-flipper": "0.0.0",
"eslint-plugin-flowtype": "^5.7.2", "eslint-plugin-flowtype": "^5.7.2",
"eslint-plugin-header": "^3.1.1", "eslint-plugin-header": "^3.1.1",
"eslint-plugin-import": "^2.22.0", "eslint-plugin-import": "^2.23.3",
"eslint-plugin-jsx-a11y": "^6.4.1", "eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-node": "^11.1.0", "eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^3.4.0", "eslint-plugin-prettier": "^3.4.0",
@@ -202,7 +202,7 @@
"**/metro/**/temp": "0.9.0", "**/metro/**/temp": "0.9.0",
"**/metro/**/ws": "1.1.5", "**/metro/**/ws": "1.1.5",
"@jest-runner/electron/electron": "11.2.3", "@jest-runner/electron/electron": "11.2.3",
"@types/react": "17.0.6", "@types/react": "17.0.8",
"acorn": "7.1.1", "acorn": "7.1.1",
"adbkit-logcat": "2.0.1", "adbkit-logcat": "2.0.1",
"bl": "4.0.3", "bl": "4.0.3",

View File

@@ -20,7 +20,7 @@
"devDependencies": { "devDependencies": {
"@types/fs-extra": "^9.0.11", "@types/fs-extra": "^9.0.11",
"@types/jest": "^26.0.23", "@types/jest": "^26.0.23",
"@types/node": "^15.3.1", "@types/node": "^15.6.1",
"flipper-test-utils": "0.0.0", "flipper-test-utils": "0.0.0",
"globby": "^11.0.3", "globby": "^11.0.3",
"jest": "^26.6.3", "jest": "^26.6.3",

View File

@@ -32,7 +32,7 @@
"@types/fs-extra": "^9.0.11", "@types/fs-extra": "^9.0.11",
"@types/inquirer": "^7.3.1", "@types/inquirer": "^7.3.1",
"@types/jest": "^26.0.23", "@types/jest": "^26.0.23",
"@types/node": "^15.3.1", "@types/node": "^15.6.1",
"flipper-test-utils": "0.0.0", "flipper-test-utils": "0.0.0",
"globby": "^11.0.3", "globby": "^11.0.3",
"jest": "^26.6.3", "jest": "^26.6.3",

View File

@@ -27,7 +27,7 @@
"devDependencies": { "devDependencies": {
"@types/fs-extra": "^9.0.11", "@types/fs-extra": "^9.0.11",
"@types/jest": "^26.0.23", "@types/jest": "^26.0.23",
"@types/node": "^15.3.1", "@types/node": "^15.6.1",
"flipper-test-utils": "0.0.0", "flipper-test-utils": "0.0.0",
"globby": "^11.0.3", "globby": "^11.0.3",
"jest": "^26.6.3", "jest": "^26.6.3",

View File

@@ -11,15 +11,8 @@
"flipper-plugin-kaios-big-allocations/patch-package" "flipper-plugin-kaios-big-allocations/patch-package"
] ]
}, },
"resolutions": {
"react": "17.0.1",
"react-dom": "17.0.1"
},
"bugs": { "bugs": {
"email": "oncall+flipper@xmail.facebook.com", "email": "oncall+flipper@xmail.facebook.com",
"url": "https://fb.workplace.com/groups/flippersupport/" "url": "https://fb.workplace.com/groups/flippersupport/"
},
"devDependencies": {
"rimraf": "^3.0.2"
} }
} }

View File

@@ -1032,7 +1032,7 @@ long@^4.0.0:
resolved "https://registry.yarnpkg.com/long/-/long-4.0.0.tgz#9a7b71cfb7d361a194ea555241c92f7468d5bf28" resolved "https://registry.yarnpkg.com/long/-/long-4.0.0.tgz#9a7b71cfb7d361a194ea555241c92f7468d5bf28"
integrity sha512-XsP+KhQif4bjX1kbuSiySJFNAehNxgLb6hPRGJ9QsUr8ajHkuXGdrHmFUTUUXhDwVX2R5bY4JNZEwbUiMhV+MA== integrity sha512-XsP+KhQif4bjX1kbuSiySJFNAehNxgLb6hPRGJ9QsUr8ajHkuXGdrHmFUTUUXhDwVX2R5bY4JNZEwbUiMhV+MA==
loose-envify@^1.1.0, loose-envify@^1.4.0: loose-envify@^1.4.0:
version "1.4.0" version "1.4.0"
resolved "https://registry.yarnpkg.com/loose-envify/-/loose-envify-1.4.0.tgz#71ee51fa7be4caec1a63839f7e682d8132d30caf" resolved "https://registry.yarnpkg.com/loose-envify/-/loose-envify-1.4.0.tgz#71ee51fa7be4caec1a63839f7e682d8132d30caf"
integrity sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q== integrity sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==
@@ -1278,15 +1278,6 @@ react-devtools-core@^4.13.0:
shell-quote "^1.6.1" shell-quote "^1.6.1"
ws "^7" ws "^7"
react-dom@17.0.1:
version "17.0.1"
resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-17.0.1.tgz#1de2560474ec9f0e334285662ede52dbc5426fc6"
integrity sha512-6eV150oJZ9U2t9svnsspTMrWNyHc6chX0KzDeAOXftRa8bNeOKTTfCJ7KorIwenkHd2xqVTBTCZd79yk/lx/Ug==
dependencies:
loose-envify "^1.1.0"
object-assign "^4.1.1"
scheduler "^0.20.1"
react-is@16.10.2: react-is@16.10.2:
version "16.10.2" version "16.10.2"
resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.10.2.tgz#984120fd4d16800e9a738208ab1fba422d23b5ab" resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.10.2.tgz#984120fd4d16800e9a738208ab1fba422d23b5ab"
@@ -1348,14 +1339,6 @@ react-transition-group@2.9.0:
prop-types "^15.6.2" prop-types "^15.6.2"
react-lifecycles-compat "^3.0.4" react-lifecycles-compat "^3.0.4"
react@17.0.1:
version "17.0.1"
resolved "https://registry.yarnpkg.com/react/-/react-17.0.1.tgz#6e0600416bd57574e3f86d92edba3d9008726127"
integrity sha512-lG9c9UuMHdcAexXtigOZLX8exLWkW0Ku29qPRU8uhF2R9BN96dLCt0psvzPLlHc5OWkgymP3qwTRgbnw5BKx3w==
dependencies:
loose-envify "^1.1.0"
object-assign "^4.1.1"
recharts-scale@^0.4.4: recharts-scale@^0.4.4:
version "0.4.5" version "0.4.5"
resolved "https://registry.yarnpkg.com/recharts-scale/-/recharts-scale-0.4.5.tgz#0969271f14e732e642fcc5bd4ab270d6e87dd1d9" resolved "https://registry.yarnpkg.com/recharts-scale/-/recharts-scale-0.4.5.tgz#0969271f14e732e642fcc5bd4ab270d6e87dd1d9"
@@ -1450,13 +1433,6 @@ rimraf@^2.6.3:
dependencies: dependencies:
glob "^7.1.3" glob "^7.1.3"
rimraf@^3.0.2:
version "3.0.2"
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-3.0.2.tgz#f1a5402ba6220ad52cc1282bac1ae3aa49fd061a"
integrity sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==
dependencies:
glob "^7.1.3"
safe-regex@^1.1.0: safe-regex@^1.1.0:
version "1.1.0" version "1.1.0"
resolved "https://registry.yarnpkg.com/safe-regex/-/safe-regex-1.1.0.tgz#40a3669f3b077d1e943d44629e157dd48023bf2e" resolved "https://registry.yarnpkg.com/safe-regex/-/safe-regex-1.1.0.tgz#40a3669f3b077d1e943d44629e157dd48023bf2e"
@@ -1464,14 +1440,6 @@ safe-regex@^1.1.0:
dependencies: dependencies:
ret "~0.1.10" ret "~0.1.10"
scheduler@^0.20.1:
version "0.20.2"
resolved "https://registry.yarnpkg.com/scheduler/-/scheduler-0.20.2.tgz#4baee39436e34aa93b4874bddcbf0fe8b8b50e91"
integrity sha512-2eWfGgAqqWFGqtdMmcL5zCMK1U8KlXv8SQFGglL3CEtd0aDVDWgeF/YoCmvln55m5zSk3J/20hTaSBeSObsQDQ==
dependencies:
loose-envify "^1.1.0"
object-assign "^4.1.1"
semver@^5.5.0, semver@^5.6.0: semver@^5.5.0, semver@^5.6.0:
version "5.7.1" version "5.7.1"
resolved "https://registry.yarnpkg.com/semver/-/semver-5.7.1.tgz#a954f931aeba508d307bbf069eff0c01c96116f7" resolved "https://registry.yarnpkg.com/semver/-/semver-5.7.1.tgz#a954f931aeba508d307bbf069eff0c01c96116f7"

File diff suppressed because it is too large Load Diff