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:
Pascal Hartig
2021-03-25 12:26:46 -07:00
committed by Facebook GitHub Bot
parent 5f082d9267
commit 8c85da5bc8
15 changed files with 684 additions and 396 deletions

View File

@@ -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"
}