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:
committed by
Facebook Github Bot
parent
16e913a819
commit
8b2009b2c7
@@ -36,7 +36,7 @@
|
||||
]
|
||||
},
|
||||
"resolutions": {
|
||||
"@jest-runner/electron/electron": "5.0.2"
|
||||
"@jest-runner/electron/electron": "5.0.8"
|
||||
},
|
||||
"jest": {
|
||||
"transform": {
|
||||
@@ -52,8 +52,9 @@
|
||||
"devDependencies": {
|
||||
"@jest-runner/electron": "^2.0.1",
|
||||
"@typescript-eslint/eslint-plugin": "^1.11.0",
|
||||
"babel-code-frame": "^6.26.0",
|
||||
"babel-eslint": "^10.0.1",
|
||||
"electron": "^5.0.2",
|
||||
"electron": "^5.0.8",
|
||||
"electron-builder": "^20.38.5",
|
||||
"eslint": "^6.0.1",
|
||||
"eslint-config-fbjs": "^3.1.0",
|
||||
|
||||
Reference in New Issue
Block a user