We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6464ba9 + eb8d4c6 commit 17ed089Copy full SHA for 17ed089
package.json
@@ -26,7 +26,7 @@
26
"aws lambda"
27
],
28
"devDependencies": {
29
- "@types/fs-extra": "4.0.7",
+ "@types/fs-extra": "5.0.0",
30
"@types/jest": "22.0.0",
31
"@types/lodash": "4.14.91",
32
"jest": "22.0.4",
yarn.lock
@@ -10,9 +10,9 @@
10
esutils "^2.0.2"
11
js-tokens "^3.0.0"
12
13
-"@types/fs-extra@4.0.7":
14
- version "4.0.7"
15
- resolved "https://registry.yarnpkg.com/@types/fs-extra/-/fs-extra-4.0.7.tgz#02533262386b5a6b9a49797dc82feffdf269140a"
+"@types/fs-extra@5.0.0":
+ version "5.0.0"
+ resolved "https://registry.yarnpkg.com/@types/fs-extra/-/fs-extra-5.0.0.tgz#d3e225b35eb5c6d3a5a782c28219df365c781413"
16
dependencies:
17
"@types/node" "*"
18
0 commit comments