Combined dep bump

Summary: There are a bunch of open tasks. Combining them into one with `yarn upgrade-interactive`.

Reviewed By: antonk52

Differential Revision: D37070919

fbshipit-source-id: f89b63d1f3b15c5b625d7a0f1bc566d9c37e5e42
This commit is contained in:
Pascal Hartig
2022-06-13 05:18:42 -07:00
committed by Facebook GitHub Bot
parent ea7ff7eb8a
commit a52e3e65a3
2 changed files with 510 additions and 394 deletions

View File

@@ -39,17 +39,17 @@
"licenseFilename": "LICENSE", "licenseFilename": "LICENSE",
"readmeFilename": "README.md", "readmeFilename": "README.md",
"devDependencies": { "devDependencies": {
"@babel/core": "^7.17.10", "@babel/core": "^7.18.2",
"@babel/eslint-parser": "^7.16.5", "@babel/eslint-parser": "^7.18.2",
"@types/jest": "^27.5.0", "@types/jest": "^27.5.0",
"@types/node": "^17.0.31", "@types/node": "^17.0.41",
"@types/sinon": "^10.0.11", "@types/sinon": "^10.0.11",
"@types/ws": "^8.5.3", "@types/ws": "^8.5.3",
"@typescript-eslint/eslint-plugin": "^5.22.0", "@typescript-eslint/eslint-plugin": "^5.27.1",
"@typescript-eslint/parser": "^5.22.0", "@typescript-eslint/parser": "^5.27.1",
"ansi-to-html": "^0.7.2", "ansi-to-html": "^0.7.2",
"cross-env": "^7.0.3", "cross-env": "^7.0.3",
"eslint": "^8.14.0", "eslint": "^8.17.0",
"eslint-config-fbjs": "^3.1.1", "eslint-config-fbjs": "^3.1.1",
"eslint-config-prettier": "^8.5.0", "eslint-config-prettier": "^8.5.0",
"eslint-import-resolver-typescript": "^2.7.1", "eslint-import-resolver-typescript": "^2.7.1",
@@ -62,11 +62,11 @@
"eslint-plugin-prettier": "^4.0.0", "eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.29.4", "eslint-plugin-react": "^7.29.4",
"eslint-plugin-react-hooks": "^4.5.0", "eslint-plugin-react-hooks": "^4.5.0",
"jest": "^28.0.3", "jest": "^28.1.1",
"prettier": "^2.6.2", "prettier": "^2.6.2",
"sinon": "^14.0.0", "sinon": "^14.0.0",
"ts-jest": "^28.0.0", "ts-jest": "^28.0.4",
"typescript": "^4.6.4", "typescript": "^4.7.3",
"ws": "^8.5.0" "ws": "^8.5.0"
} }
} }

File diff suppressed because it is too large Load Diff