Skip to content

Commit 17ed089

Browse files
authored
Merge pull request #67 from graphcool/renovate/types-fs-extra-5.x
chore(deps): update dependency @types/fs-extra to v5
2 parents 6464ba9 + eb8d4c6 commit 17ed089

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"aws lambda"
2727
],
2828
"devDependencies": {
29-
"@types/fs-extra": "4.0.7",
29+
"@types/fs-extra": "5.0.0",
3030
"@types/jest": "22.0.0",
3131
"@types/lodash": "4.14.91",
3232
"jest": "22.0.4",

yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
esutils "^2.0.2"
1111
js-tokens "^3.0.0"
1212

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"
13+
"@types/fs-extra@5.0.0":
14+
version "5.0.0"
15+
resolved "https://registry.yarnpkg.com/@types/fs-extra/-/fs-extra-5.0.0.tgz#d3e225b35eb5c6d3a5a782c28219df365c781413"
1616
dependencies:
1717
"@types/node" "*"
1818

0 commit comments

Comments
 (0)