Mass bump deps

Summary:
Bumping everything that's just a patch version behind or safe-looking minor change.

Just hoping to get ahead of dependabot's next run.

Reviewed By: fabiomassimo

Differential Revision: D27367567

fbshipit-source-id: 1bf8bad02e5a9f07f5982466254f9906581230cf
This commit is contained in:
Pascal Hartig
2021-03-27 04:24:45 -07:00
committed by Facebook GitHub Bot
parent d5089b9f01
commit e4a814502a
15 changed files with 397 additions and 302 deletions

View File

@@ -14,9 +14,9 @@
"build": "tsc -b"
},
"dependencies": {
"@ant-design/icons": "^4.5.0",
"@emotion/css": "^11.0.0",
"@emotion/react": "^11.1.1",
"@ant-design/icons": "^4.6.2",
"@emotion/css": "^11.1.3",
"@emotion/react": "^11.1.5",
"@emotion/styled": "^11.1.5",
"@iarna/toml": "^2.2.5",
"@types/archiver": "^5.1.0",
@@ -29,9 +29,9 @@
"async-mutex": "^0.3.1",
"axios": "^0.21.1",
"cbuffer": "^2.2.0",
"console-feed": "^3.2.1",
"console-feed": "^3.2.2",
"crc32": "^0.2.2",
"deep-equal": "^2.0.1",
"deep-equal": "^2.0.5",
"expand-tilde": "^2.0.2",
"flipper-client-sdk": "^0.0.3",
"flipper-doctor": "0.0.0",
@@ -51,7 +51,7 @@
"promisify-child-process": "^4.1.0",
"prop-types": "^15.6.0",
"query-string": "^6.13.3",
"react": "17.0.1",
"react": "17.0.2",
"react-async": "^10.0.0",
"react-color": "^2.19.3",
"react-debounce-render": "^7.0.0",
@@ -59,10 +59,10 @@
"react-element-to-jsx-string": "^14.3.1",
"react-markdown": "^5.0.3",
"react-player": "^2.9.0",
"react-redux": "^7.1.1",
"react-redux": "^7.2.3",
"react-test-renderer": "^17.0.1",
"react-transition-group": "^4.4.1",
"react-virtualized-auto-sizer": "^1.0.2",
"react-virtualized-auto-sizer": "^1.0.5",
"react-window": "^1.8.6",
"recursive-readdir": "^2.2.2",
"redux": "^4.0.0",
@@ -71,19 +71,19 @@
"rsocket-flowable": "^0.0.25",
"rsocket-tcp-server": "^0.0.19",
"rsocket-types": "^0.0.16",
"semver": "^7.3.2",
"semver": "^7.3.5",
"string-natural-compare": "^3.0.0",
"tmp": "^0.2.1",
"uuid": "^8.3.2",
"which": "^2.0.1",
"ws": "^7.4.2",
"ws": "^7.4.4",
"xdg-basedir": "^4.0.0"
},
"optionalDependencies": {
"7zip-bin-mac": "^1.0.1"
},
"devDependencies": {
"@testing-library/dom": "^7.30.0",
"@testing-library/dom": "^7.30.1",
"@testing-library/react": "^11.2.5",
"@types/lodash.memoize": "^4.1.6",
"flipper-test-utils": "0.0.0",