Summary:
Pull Request resolved: https://github.com/facebook/flipper/pull/2736

This should fix a bunch of open dependabot issues on GitHub.

Reviewed By: fabiomassimo

Differential Revision: D30539761

fbshipit-source-id: b355d41336b3b1d85b50fb0736fc1b33b12e83d0
This commit is contained in:
Pascal Hartig
2021-08-25 09:00:55 -07:00
committed by Facebook GitHub Bot
parent b601ff5a09
commit fa8827c103
8 changed files with 77 additions and 110 deletions

View File

@@ -25,7 +25,7 @@
"@babel/types": "^7.14.9",
"@emotion/babel-plugin": "^11.3.0",
"@types/fs-extra": "^9.0.11",
"@types/node": "^16.4.13",
"@types/node": "^16.7.1",
"fs-extra": "^10.0.0",
"tslib": "^2.3.1"
},