Bump deps
Summary: Just trying to get ahead of dependabot and bump some easy dependencies all at once. Reviewed By: fabiomassimo Differential Revision: D27326687 fbshipit-source-id: 0c724c8e3a688aa9777945fcd46061284fd77969
This commit is contained in:
committed by
Facebook GitHub Bot
parent
5f082d9267
commit
8c85da5bc8
@@ -41,7 +41,7 @@
|
||||
"immer": "^9.0.0",
|
||||
"immutable": "^4.0.0-rc.12",
|
||||
"invariant": "^2.2.2",
|
||||
"lodash": "^4.17.19",
|
||||
"lodash": "^4.17.21",
|
||||
"lodash.memoize": "^4.1.2",
|
||||
"open": "^7.4.2",
|
||||
"openssl-wrapper": "^0.3.4",
|
||||
@@ -83,8 +83,8 @@
|
||||
"7zip-bin-mac": "^1.0.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@testing-library/dom": "^7.29.0",
|
||||
"@testing-library/react": "^11.2.3",
|
||||
"@testing-library/dom": "^7.30.0",
|
||||
"@testing-library/react": "^11.2.5",
|
||||
"@types/lodash.memoize": "^4.1.6",
|
||||
"flipper-test-utils": "0.0.0",
|
||||
"metro-runtime": "^0.65.2",
|
||||
|
||||
@@ -9,29 +9,29 @@
|
||||
"license": "MIT",
|
||||
"bugs": "https://github.com/facebook/flipper/issues",
|
||||
"dependencies": {
|
||||
"@babel/core": "^7.13.8",
|
||||
"@babel/core": "^7.13.10",
|
||||
"@babel/generator": "^7.13.9",
|
||||
"@babel/parser": "^7.13.9",
|
||||
"@babel/parser": "^7.13.12",
|
||||
"@babel/plugin-proposal-class-properties": "^7.13.0",
|
||||
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.13.8",
|
||||
"@babel/plugin-proposal-object-rest-spread": "^7.13.8",
|
||||
"@babel/plugin-proposal-optional-chaining": "^7.13.8",
|
||||
"@babel/plugin-proposal-optional-chaining": "^7.13.12",
|
||||
"@babel/plugin-transform-flow-strip-types": "^7.13.0",
|
||||
"@babel/plugin-transform-modules-commonjs": "^7.13.8",
|
||||
"@babel/plugin-transform-typescript": "^7.13.0",
|
||||
"@babel/preset-env": "^7.13.9",
|
||||
"@babel/preset-env": "^7.13.12",
|
||||
"@babel/preset-react": "^7.12.13",
|
||||
"@babel/traverse": "^7.13.0",
|
||||
"@babel/types": "^7.13.0",
|
||||
"@babel/types": "^7.13.12",
|
||||
"@emotion/babel-plugin": "^11.2.0",
|
||||
"@types/fs-extra": "^9.0.1",
|
||||
"@types/node": "^14.14.31",
|
||||
"@types/fs-extra": "^9.0.8",
|
||||
"@types/node": "^14.14.35",
|
||||
"fs-extra": "^9.0.1",
|
||||
"tslib": "^2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/jest": "26",
|
||||
"jest": "^26",
|
||||
"@types/jest": "26.0.21",
|
||||
"jest": "^26.6.3",
|
||||
"prettier": "^2.2.1",
|
||||
"rimraf": "^3.0.2",
|
||||
"ts-jest": "^26.0.0",
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@types/fb-watchman": "2.0.0",
|
||||
"@types/jest": "^26",
|
||||
"@types/jest": "^26.0.21",
|
||||
"@typescript-eslint/eslint-plugin": "^4.15.2",
|
||||
"eslint": "^7.12.1",
|
||||
"eslint-plugin-babel": "^5.3.1",
|
||||
@@ -16,7 +16,7 @@
|
||||
"eslint-plugin-jsx-a11y": "^6.3.1",
|
||||
"eslint-plugin-prettier": "^3.1.1",
|
||||
"eslint-plugin-react": "^7.21.5",
|
||||
"jest": "^26",
|
||||
"jest": "^26.6.3",
|
||||
"prettier": "^2.2.1",
|
||||
"ts-jest": "^26.0.0",
|
||||
"tslint-config-prettier": "^1.18.0",
|
||||
@@ -37,7 +37,7 @@
|
||||
],
|
||||
"author": "Facebook, Inc",
|
||||
"dependencies": {
|
||||
"@types/node": "^14.14.31",
|
||||
"@types/node": "^14.14.35",
|
||||
"envinfo": "^7.5.1",
|
||||
"fb-watchman": "^2.0.1"
|
||||
}
|
||||
|
||||
@@ -14,10 +14,10 @@
|
||||
"fs-extra": "^9.0.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/jest": "26",
|
||||
"@types/jest": "26.0.21",
|
||||
"@typescript-eslint/parser": "^4.14.2",
|
||||
"flipper-test-utils": "0.0.0",
|
||||
"jest": "^26",
|
||||
"jest": "^26.6.3",
|
||||
"prettier": "^2.2.1",
|
||||
"rimraf": "^3.0.2",
|
||||
"ts-jest": "^26.0.0",
|
||||
|
||||
@@ -12,12 +12,12 @@
|
||||
"@emotion/css": "^11.0.0",
|
||||
"@emotion/react": "^11.1.1",
|
||||
"immer": "^9.0.0",
|
||||
"lodash": "^4.17.20",
|
||||
"lodash": "^4.17.21",
|
||||
"react-element-to-jsx-string": "^14.3.2",
|
||||
"react-virtual": "^2.4.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/jest": "^26.0.20",
|
||||
"@types/jest": "^26.0.21",
|
||||
"jest-mock-console": "^1.0.1",
|
||||
"typescript": "^4.1.2"
|
||||
},
|
||||
|
||||
@@ -74,14 +74,14 @@
|
||||
"@babel/code-frame": "^7.12.13",
|
||||
"@babel/eslint-parser": "^7.13.8",
|
||||
"@jest-runner/electron": "^3.0.0",
|
||||
"@testing-library/dom": "^7.29.0",
|
||||
"@testing-library/react": "^11.2.3",
|
||||
"@testing-library/dom": "^7.30.0",
|
||||
"@testing-library/react": "^11.2.5",
|
||||
"@types/adobe__node-fetch-retry": "^1.0.0",
|
||||
"@types/algoliasearch": "^3.30.19",
|
||||
"@types/babel__code-frame": "^7.0.2",
|
||||
"@types/babel__core": "^7.1.12",
|
||||
"@types/babel__core": "^7.1.14",
|
||||
"@types/babel__generator": "^7.6.2",
|
||||
"@types/babel__traverse": "^7.11.0",
|
||||
"@types/babel__traverse": "^7.11.1",
|
||||
"@types/decompress": "4.2.3",
|
||||
"@types/deep-equal": "^1.0.1",
|
||||
"@types/detect-port": "^1.1.0",
|
||||
@@ -90,24 +90,24 @@
|
||||
"@types/express": "^4.17.11",
|
||||
"@types/fb-watchman": "^2.0.0",
|
||||
"@types/form-data": "^2.2.1",
|
||||
"@types/fs-extra": "^9.0.1",
|
||||
"@types/fs-extra": "^9.0.8",
|
||||
"@types/glob": "^7.1.1",
|
||||
"@types/invariant": "^2.2.31",
|
||||
"@types/jest": "^26",
|
||||
"@types/lodash": "^4.14.150",
|
||||
"@types/jest": "^26.0.21",
|
||||
"@types/lodash": "^4.14.168",
|
||||
"@types/lodash.debounce": "^4.0.6",
|
||||
"@types/mkdirp": "^1.0.0",
|
||||
"@types/mock-fs": "^4.13.0",
|
||||
"@types/node": "^14.14.31",
|
||||
"@types/node": "^14.14.35",
|
||||
"@types/npm-packlist": "^1.1.1",
|
||||
"@types/promise-retry": "^1.1.3",
|
||||
"@types/react": "^17.0.0",
|
||||
"@types/react": "^17.0.3",
|
||||
"@types/react-color": "^3.0.1",
|
||||
"@types/react-dom": "^17.0.1",
|
||||
"@types/react-redux": "^7.1.5",
|
||||
"@types/react-test-renderer": "^17.0.0",
|
||||
"@types/react-dom": "^17.0.3",
|
||||
"@types/react-redux": "^7.1.16",
|
||||
"@types/react-test-renderer": "^17.0.1",
|
||||
"@types/react-transition-group": "^4.4.1",
|
||||
"@types/react-virtualized": "^9.21.9",
|
||||
"@types/react-virtualized": "^9.21.11",
|
||||
"@types/react-virtualized-auto-sizer": "^1.0.0",
|
||||
"@types/react-window": "^1.8.1",
|
||||
"@types/recursive-readdir": "^2.2.0",
|
||||
@@ -161,7 +161,7 @@
|
||||
"glob": "^7.1.2",
|
||||
"ignore": "^5.1.4",
|
||||
"invariant": "^2.2.4",
|
||||
"jest": "^26",
|
||||
"jest": "^26.6.3",
|
||||
"jest-environment-jsdom-sixteen": "^1.0.3",
|
||||
"jest-fetch-mock": "^3.0.3",
|
||||
"less": "^3.12.2",
|
||||
@@ -202,8 +202,8 @@
|
||||
"**/metro/**/temp": "0.9.0",
|
||||
"**/metro/**/ws": "1.1.5",
|
||||
"@jest-runner/electron/electron": "12.0.1",
|
||||
"@types/react": "17.0.0",
|
||||
"@types/react-dom": "17.0.1",
|
||||
"@types/react": "17.0.3",
|
||||
"@types/react-dom": "17.0.3",
|
||||
"acorn": "7.1.1",
|
||||
"adbkit-logcat": "2.0.1",
|
||||
"bl": "4.0.3",
|
||||
|
||||
@@ -18,12 +18,12 @@
|
||||
"npm-packlist": "^2.1.4"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/fs-extra": "^9.0.1",
|
||||
"@types/jest": "^26",
|
||||
"@types/node": "^14.14.31",
|
||||
"@types/fs-extra": "^9.0.8",
|
||||
"@types/jest": "^26.0.21",
|
||||
"@types/node": "^14.14.35",
|
||||
"flipper-test-utils": "0.0.0",
|
||||
"globby": "^11",
|
||||
"jest": "^26",
|
||||
"jest": "^26.6.3",
|
||||
"mock-fs": "^4.13.0",
|
||||
"prettier": "^2.2.1",
|
||||
"rimraf": "^3.0.2",
|
||||
|
||||
@@ -24,18 +24,18 @@
|
||||
"flipper-plugin-lib": "0.0.0",
|
||||
"fs-extra": "^9.0.1",
|
||||
"inquirer": "^7.3.3",
|
||||
"lodash": "^4.17.19",
|
||||
"lodash": "^4.17.21",
|
||||
"recursive-readdir": "^2.2.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@oclif/dev-cli": "^1",
|
||||
"@types/fs-extra": "^9.0.1",
|
||||
"@types/fs-extra": "^9.0.8",
|
||||
"@types/inquirer": "^7.3.1",
|
||||
"@types/jest": "^26",
|
||||
"@types/node": "^14.14.31",
|
||||
"@types/jest": "^26.0.21",
|
||||
"@types/node": "^14.14.35",
|
||||
"flipper-test-utils": "0.0.0",
|
||||
"globby": "^11",
|
||||
"jest": "^26",
|
||||
"jest": "^26.6.3",
|
||||
"prettier": "^2.2.1",
|
||||
"rimraf": "^3.0.2",
|
||||
"ts-jest": "^26.0.0",
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
"license": "MIT",
|
||||
"bugs": "https://github.com/facebook/flipper/issues",
|
||||
"dependencies": {
|
||||
"@algolia/client-search": "^4.8.3",
|
||||
"@algolia/client-search": "^4.8.6",
|
||||
"algoliasearch": "^4.8.4",
|
||||
"decompress": "^4.2.1",
|
||||
"decompress-targz": "^4.1.1",
|
||||
@@ -25,12 +25,12 @@
|
||||
"tmp": "^0.2.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/fs-extra": "^9.0.1",
|
||||
"@types/jest": "^26",
|
||||
"@types/node": "^14.14.31",
|
||||
"@types/fs-extra": "^9.0.8",
|
||||
"@types/jest": "^26.0.21",
|
||||
"@types/node": "^14.14.35",
|
||||
"flipper-test-utils": "0.0.0",
|
||||
"globby": "^11",
|
||||
"jest": "^26",
|
||||
"jest": "^26.6.3",
|
||||
"mock-fs": "^4.13.0",
|
||||
"rimraf": "^3.0.2",
|
||||
"ts-jest": "^26.0.0",
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
"sql-formatter": "^2.3.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@testing-library/react": "^11.2.3",
|
||||
"@testing-library/react": "^11.2.5",
|
||||
"@types/dateformat": "^3.0.1",
|
||||
"@types/sql-formatter": "^2.3.0",
|
||||
"react-redux": "^7.1.1",
|
||||
|
||||
@@ -5,7 +5,12 @@
|
||||
"version": "0.0.0",
|
||||
"pluginType": "device",
|
||||
"supportedDevices": [
|
||||
{"os": "Android", "specs": ["KaiOS"]}
|
||||
{
|
||||
"os": "Android",
|
||||
"specs": [
|
||||
"KaiOS"
|
||||
]
|
||||
}
|
||||
],
|
||||
"main": "dist/bundle.js",
|
||||
"flipperBundlerEntry": "index.tsx",
|
||||
@@ -24,7 +29,7 @@
|
||||
"recharts": "2.0.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/recharts": "1.8.18"
|
||||
"@types/recharts": "1.8.19"
|
||||
},
|
||||
"resolutions": {
|
||||
"@types/react": "16.9.17"
|
||||
|
||||
@@ -11,10 +11,10 @@
|
||||
],
|
||||
"dependencies": {
|
||||
"deep-equal": "^2.0.1",
|
||||
"lodash": "^4.17.19"
|
||||
"lodash": "^4.17.21"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@testing-library/react": "^11.2.3"
|
||||
"@testing-library/react": "^11.2.5"
|
||||
},
|
||||
"title": "Layout",
|
||||
"icon": "target",
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
"url": "https://fb.workplace.com/groups/flippersupport/"
|
||||
},
|
||||
"dependencies": {
|
||||
"lodash": "^4.17.19",
|
||||
"lodash": "^4.17.21",
|
||||
"pako": "^2.0.2",
|
||||
"xml-beautifier": "^0.4.0"
|
||||
},
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
"flipper-plugin"
|
||||
],
|
||||
"dependencies": {
|
||||
"lodash": "^4.17.19"
|
||||
"lodash": "^4.17.21"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"flipper-plugin": "0.0.0"
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user