Upgrade deps within range

Summary:
This is the result of a `yarn upgrade`. While this *shouldn't* break
anything, it easily can just as this broke the babel transform
because a previously transitively depended upon library was no
longer included.

It seems like a good idea to stay as close as possible to the upstream of all
the dependencies we have and with the release yesterday we now have one week to
check if the rest works as expected.

allow-large-files

Reviewed By: danielbuechele

Differential Revision: D16579807

fbshipit-source-id: f26d4536abd80f428e94b71e0fa98df612cbd809
This commit is contained in:
Pascal Hartig
2019-08-03 03:28:44 -07:00
committed by Facebook Github Bot
parent 16e913a819
commit 8b2009b2c7
3 changed files with 3545 additions and 2866 deletions

View File

@@ -36,7 +36,7 @@
] ]
}, },
"resolutions": { "resolutions": {
"@jest-runner/electron/electron": "5.0.2" "@jest-runner/electron/electron": "5.0.8"
}, },
"jest": { "jest": {
"transform": { "transform": {
@@ -52,8 +52,9 @@
"devDependencies": { "devDependencies": {
"@jest-runner/electron": "^2.0.1", "@jest-runner/electron": "^2.0.1",
"@typescript-eslint/eslint-plugin": "^1.11.0", "@typescript-eslint/eslint-plugin": "^1.11.0",
"babel-code-frame": "^6.26.0",
"babel-eslint": "^10.0.1", "babel-eslint": "^10.0.1",
"electron": "^5.0.2", "electron": "^5.0.8",
"electron-builder": "^20.38.5", "electron-builder": "^20.38.5",
"eslint": "^6.0.1", "eslint": "^6.0.1",
"eslint-config-fbjs": "^3.1.0", "eslint-config-fbjs": "^3.1.0",

View File

@@ -62,7 +62,7 @@ exports[`Empty app state matches snapshot 1`] = `
className="css-1swhxtd" className="css-1swhxtd"
onClick={[Function]} onClick={[Function]}
> >
5.0.2-dev 5.0.8-dev
</span> </span>
<div <div
className="css-1cecbfb" className="css-1cecbfb"

6404
yarn.lock

File diff suppressed because it is too large Load Diff