Skip to content

Commit

Permalink
Update dependency fs-extra to v9.1.0 (#1634)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <[email protected]>
  • Loading branch information
renovate[bot] and renovate-bot authored Jul 22, 2021
1 parent cbfea68 commit acbc392
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions examples/data/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@
},
"dependencies": {
"@misk/core": "0.1.27-26",
"fs-extra": "9.0.0"
"fs-extra": "9.1.0"
},
"devDependencies": {
"@misk/dev": "0.1.27-26",
"@misk/prettier": "0.1.27-26",
"@types/fs-extra": "8.1.2",
"@types/fs-extra": "9.0.12",
"@misk/tslint": "0.1.27-26",
"@types/node": "14.17.5",
"@types/prop-types": "15.7.3",
Expand Down
4 changes: 2 additions & 2 deletions packages/@misk/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@misk/test": "0.1.27-26",
"axios": "0.21.1",
"dayjs": "1.8.26",
"fs-extra": "9.0.0",
"fs-extra": "9.1.0",
"klaw": "3.0.0",
"lodash": "4.17.21",
"pkg": "4.4.8",
Expand All @@ -53,7 +53,7 @@
"@misk/tslint": "0.1.27-26",
"@testing-library/dom": "7.2.2",
"@testing-library/react": "9.1.1",
"@types/fs-extra": "8.1.2",
"@types/fs-extra": "9.0.12",
"@types/jest": "25.2.3",
"@types/klaw": "3.0.1",
"@types/lodash": "4.14.150",
Expand Down

0 comments on commit acbc392

Please sign in to comment.