Skip to content

Commit

Permalink
chore(deps): update dependency @types/fs-extra to v9.0.13 (#6460)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
renovate[bot] and renovate-bot committed Dec 1, 2021
1 parent 57a0f4f commit f5c1e00
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 21 deletions.
2 changes: 1 addition & 1 deletion packages/app-builder-lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
"@babel/preset-react": "7.14.5",
"@types/debug": "4.1.7",
"@types/ejs": "3.1.0",
"@types/fs-extra": "9.0.12",
"@types/fs-extra": "9.0.13",
"@types/hosted-git-info": "3.0.2",
"@types/is-ci": "3.0.0",
"@types/js-yaml": "4.0.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/dmg-builder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"dmg-license": "^1.0.9"
},
"devDependencies": {
"@types/fs-extra": "9.0.12",
"@types/fs-extra": "9.0.13",
"@types/js-yaml": "4.0.3",
"temp-file": "3.4.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/electron-builder-squirrel-windows/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
},
"devDependencies": {
"@types/archiver": "5.1.1",
"@types/fs-extra": "9.0.12"
"@types/fs-extra": "9.0.13"
},
"optionalDependencies": {
"7zip-bin": "~5.1.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/electron-builder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"yargs": "^17.0.1"
},
"devDependencies": {
"@types/fs-extra": "9.0.12",
"@types/fs-extra": "9.0.13",
"@types/is-ci": "3.0.0",
"@types/update-notifier": "5.1.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/electron-updater/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"semver": "^7.3.5"
},
"devDependencies": {
"@types/fs-extra": "9.0.12",
"@types/fs-extra": "9.0.13",
"@types/js-yaml": "4.0.3",
"@types/lodash.escaperegexp": "4.1.6",
"@types/lodash.isequal": "4.5.5"
Expand Down
26 changes: 10 additions & 16 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f5c1e00

Please sign in to comment.