Monday dep bump

Summary:
More safe bumps.

allow-large-files

Reviewed By: cekkaewnumchai

Differential Revision: D28929951

fbshipit-source-id: ade2919e2968446692fc88d6b6ae24644c30c137
This commit is contained in:
Pascal Hartig
2021-06-08 10:59:55 -07:00
committed by Facebook GitHub Bot
parent 9d485b1d5d
commit ce7b709908
8 changed files with 15 additions and 15 deletions

View File

@@ -25,7 +25,7 @@
"JSONStream": "^1.3.1",
"adbkit": "^2.11.1",
"adbkit-logcat": "^2.0.1",
"antd": "^4.16.1",
"antd": "^4.16.2",
"archiver": "^5.0.2",
"async-mutex": "^0.3.1",
"axios": "^0.21.1",

View File

@@ -25,7 +25,7 @@
"@babel/types": "^7.14.4",
"@emotion/babel-plugin": "^11.3.0",
"@types/fs-extra": "^9.0.11",
"@types/node": "^15.12.0",
"@types/node": "^15.12.1",
"fs-extra": "^10.0.0",
"tslib": "^2"
},

View File

@@ -37,7 +37,7 @@
],
"author": "Facebook, Inc",
"dependencies": {
"@types/node": "^15.12.0",
"@types/node": "^15.12.1",
"envinfo": "^7.8.1",
"fb-watchman": "^2.0.1"
}

View File

@@ -95,7 +95,7 @@
"@types/lodash.debounce": "^4.0.6",
"@types/mkdirp": "^1.0.0",
"@types/mock-fs": "^4.13.0",
"@types/node": "^15.12.0",
"@types/node": "^15.12.1",
"@types/npm-packlist": "^1.1.1",
"@types/promise-retry": "^1.1.3",
"@types/react": "17.0.9",

View File

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

View File

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

View File

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

View File

@@ -2945,10 +2945,10 @@
resolved "https://registry.yarnpkg.com/@types/node/-/node-12.20.7.tgz#1cb61fd0c85cb87e728c43107b5fd82b69bc9ef8"
integrity sha512-gWL8VUkg8VRaCAUgG9WmhefMqHmMblxe2rVpMF86nZY/+ZysU+BkAp+3cz03AixWDSSz0ks5WX59yAhv/cDwFA==
"@types/node@^15.12.0":
version "15.12.0"
resolved "https://registry.yarnpkg.com/@types/node/-/node-15.12.0.tgz#6a459d261450a300e6865faeddb5af01c3389bb3"
integrity sha512-+aHJvoCsVhO2ZCuT4o5JtcPrCPyDE3+1nvbDprYes+pPkEsbjH7AGUCNtjMOXS0fqH14t+B7yLzaqSz92FPWyw==
"@types/node@^15.12.1":
version "15.12.1"
resolved "https://registry.yarnpkg.com/@types/node/-/node-15.12.1.tgz#9b60797dee1895383a725f828a869c86c6caa5c2"
integrity sha512-zyxJM8I1c9q5sRMtVF+zdd13Jt6RU4r4qfhTd7lQubyThvLfx6yYekWSQjGCGV2Tkecgxnlpl/DNlb6Hg+dmEw==
"@types/normalize-package-data@^2.4.0":
version "2.4.0"
@@ -3691,10 +3691,10 @@ ansicolors@~0.3.2:
resolved "https://registry.yarnpkg.com/ansicolors/-/ansicolors-0.3.2.tgz#665597de86a9ffe3aa9bfbe6cae5c6ea426b4979"
integrity sha1-ZlWX3oap/+Oqm/vmyuXG6kJrSXk=
antd@^4.16.1:
version "4.16.1"
resolved "https://registry.yarnpkg.com/antd/-/antd-4.16.1.tgz#7e6bcd24a8b7afb0e0c96239bc3a986ef3958167"
integrity sha512-v7KfUYvEAiqfTECKC4/VkpRPB/4RRxZLR3b2kKCYEtcj4nEHvsOKfO5CDbWVtSUmCehxOXNR2lV+UNy06KHBnA==
antd@^4.16.2:
version "4.16.2"
resolved "https://registry.yarnpkg.com/antd/-/antd-4.16.2.tgz#23b6ee8822c9ec21d9fe11b89246d49414878c48"
integrity sha512-8aRrhzVz0Z32PptW9syq0eQqjc9wfJn3nxgVqqxGNH5BkFr1LRiqM0wJ6FNiYc6XVbpnqP20z5gufYFHC7BHqw==
dependencies:
"@ant-design/colors" "^6.0.0"
"@ant-design/icons" "^4.6.2"