Skip to content

Commit

Permalink
chore: upgrade fs-extra to ^8.1.0 and @types/fs-extra to ^8.0.0 (#979)
Browse files Browse the repository at this point in the history
  • Loading branch information
malept authored Jun 28, 2019
1 parent 23e5863 commit 4be12b1
Show file tree
Hide file tree
Showing 21 changed files with 47 additions and 33 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"express-ws": "^4.0.0",
"find-up": "^4.1.0",
"form-data": "2.4.0",
"fs-extra": "^7.0.0",
"fs-extra": "^8.1.0",
"glob": "^7.1.4",
"global": "^4.3.2",
"html-webpack-plugin": "^3.2.0",
Expand Down Expand Up @@ -100,7 +100,7 @@
"@types/express-ws": "^3.0.0",
"@types/fetch-mock": "^7.3.1",
"@types/form-data": "^2.2.1",
"@types/fs-extra": "^7.0.0",
"@types/fs-extra": "^8.0.0",
"@types/glob": "7.1.1",
"@types/html-webpack-plugin": "^3.2.0",
"@types/inquirer": "^6.0.3",
Expand Down
4 changes: 2 additions & 2 deletions packages/api/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@
"colors": "^1.2.0",
"commander": "^2.9.0",
"debug": "^4.1.0",
"fs-extra": "^7.0.0",
"fs-extra": "^8.1.0",
"inquirer": "^6.4.1",
"semver": "^6.1.2"
},
"engines": {
"node": ">= 8.0"
}
}
}
2 changes: 1 addition & 1 deletion packages/api/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"electron-packager": "^14.0.0",
"electron-rebuild": "^1.8.5",
"find-up": "^4.1.0",
"fs-extra": "^7.0.0",
"fs-extra": "^8.1.0",
"glob": "^7.1.4",
"lodash.merge": "^4.6.0",
"lodash.template": "^4.4.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/installer/darwin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"dependencies": {
"@electron-forge/async-ora": "6.0.0-beta.39",
"@electron-forge/installer-base": "6.0.0-beta.39",
"fs-extra": "^7.0.0",
"fs-extra": "^8.1.0",
"sudo-prompt": "^9.0.0"
}
}
4 changes: 2 additions & 2 deletions packages/installer/dmg/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
"@electron-forge/installer-darwin": "6.0.0-beta.39",
"cross-spawn-promise": "^0.10.1",
"debug": "^4.1.0",
"fs-extra": "^7.0.0"
"fs-extra": "^8.1.0"
}
}
}
4 changes: 2 additions & 2 deletions packages/installer/zip/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
"dependencies": {
"@electron-forge/installer-darwin": "6.0.0-beta.39",
"cross-spawn-promise": "^0.10.1",
"fs-extra": "^7.0.0"
"fs-extra": "^8.1.0"
}
}
}
2 changes: 1 addition & 1 deletion packages/maker/appx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@electron-forge/maker-base": "6.0.0-beta.39",
"@electron-forge/shared-types": "6.0.0-beta.39",
"cross-spawn": "^6.0.4",
"fs-extra": "^7.0.0",
"fs-extra": "^8.1.0",
"parse-author": "^2.0.0"
},
"optionalDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/maker/base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
},
"dependencies": {
"@electron-forge/shared-types": "6.0.0-beta.39",
"fs-extra": "^7.0.0"
"fs-extra": "^8.1.0"
}
}
}
2 changes: 1 addition & 1 deletion packages/maker/dmg/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"dependencies": {
"@electron-forge/maker-base": "6.0.0-beta.39",
"@electron-forge/shared-types": "6.0.0-beta.39",
"fs-extra": "^7.0.0"
"fs-extra": "^8.1.0"
},
"optionalDependencies": {
"electron-installer-dmg": "^3.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/maker/flatpak/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"dependencies": {
"@electron-forge/maker-base": "6.0.0-beta.39",
"@electron-forge/shared-types": "6.0.0-beta.39",
"fs-extra": "^7.0.0"
"fs-extra": "^8.1.0"
},
"optionalDependencies": {
"@malept/electron-installer-flatpak": "^0.10.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/maker/squirrel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
"dependencies": {
"@electron-forge/maker-base": "6.0.0-beta.39",
"@electron-forge/shared-types": "6.0.0-beta.39",
"fs-extra": "^7.0.0"
"fs-extra": "^8.1.0"
},
"optionalDependencies": {
"electron-winstaller": "^3.0.4"
}
}
}
2 changes: 1 addition & 1 deletion packages/maker/zip/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@
"@electron-forge/maker-base": "6.0.0-beta.39",
"@electron-forge/shared-types": "6.0.0-beta.39",
"cross-zip": "^2.1.5",
"fs-extra": "^7.0.0"
"fs-extra": "^8.1.0"
}
}
4 changes: 2 additions & 2 deletions packages/plugin/compile/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
"dependencies": {
"@electron-forge/async-ora": "6.0.0-beta.39",
"@electron-forge/plugin-base": "6.0.0-beta.39",
"fs-extra": "^7.0.0"
"fs-extra": "^8.1.0"
}
}
}
4 changes: 2 additions & 2 deletions packages/plugin/local-electron/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
},
"dependencies": {
"@electron-forge/plugin-base": "6.0.0-beta.39",
"fs-extra": "^7.0.0"
"fs-extra": "^8.1.0"
}
}
}
2 changes: 1 addition & 1 deletion packages/plugin/webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"cross-spawn-promise": "^0.10.1",
"debug": "^4.1.0",
"express": "^4.17.1",
"fs-extra": "^7.0.0",
"fs-extra": "^8.1.0",
"global": "^4.3.2",
"html-webpack-plugin": "^3.2.0",
"webpack": "^4.35.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/publisher/bitbucket/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@electron-forge/async-ora": "6.0.0-beta.39",
"@electron-forge/publisher-base": "6.0.0-beta.39",
"form-data": "2.4.0",
"fs-extra": "^7.0.0",
"fs-extra": "^8.1.0",
"node-fetch": "^2.6.0"
}
}
2 changes: 1 addition & 1 deletion packages/publisher/electron-release-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@electron-forge/shared-types": "6.0.0-beta.39",
"debug": "^4.1.0",
"form-data": "2.4.0",
"fs-extra": "^7.0.0",
"fs-extra": "^8.1.0",
"node-fetch": "^2.6.0"
}
}
2 changes: 1 addition & 1 deletion packages/publisher/github/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@electron-forge/publisher-base": "6.0.0-beta.39",
"@electron-forge/shared-types": "6.0.0-beta.39",
"@octokit/rest": "^16.28.2",
"fs-extra": "^7.0.0",
"fs-extra": "^8.1.0",
"lodash.merge": "^4.6.0",
"mime-types": "^2.1.24"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/publisher/snapcraft/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"dependencies": {
"@electron-forge/async-ora": "6.0.0-beta.39",
"@electron-forge/publisher-base": "6.0.0-beta.39",
"fs-extra": "^7.0.0"
"fs-extra": "^8.1.0"
},
"optionalDependencies": {
"electron-installer-snap": "^4.0.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/template/webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
"dependencies": {
"@electron-forge/async-ora": "6.0.0-beta.39",
"@electron-forge/shared-types": "6.0.0-beta.39",
"fs-extra": "^7.0.0"
"fs-extra": "^8.1.0"
}
}
}
22 changes: 18 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -986,10 +986,10 @@
dependencies:
"@types/node" "*"

"@types/fs-extra@^7.0.0":
version "7.0.0"
resolved "https://registry.yarnpkg.com/@types/fs-extra/-/fs-extra-7.0.0.tgz#9c4ad9e1339e7448a76698829def1f159c1b636c"
integrity sha512-ndoMMbGyuToTy4qB6Lex/inR98nPiNHacsgMPvy+zqMLgSxbt8VtWpDArpGp69h1fEDQHn1KB+9DWD++wgbwYA==
"@types/fs-extra@^8.0.0":
version "8.0.0"
resolved "https://registry.yarnpkg.com/@types/fs-extra/-/fs-extra-8.0.0.tgz#d3e2c313ca29f95059f198dd60d1f774642d4b25"
integrity sha512-bCtL5v9zdbQW86yexOlXWTEGvLNqWxMFyi7gQA7Gcthbezr2cPSOb8SkESVKA937QD5cIwOFLDFt0MQoXOEr9Q==
dependencies:
"@types/node" "*"

Expand Down Expand Up @@ -4045,6 +4045,15 @@ fs-extra@^8.0.1:
jsonfile "^4.0.0"
universalify "^0.1.0"

fs-extra@^8.1.0:
version "8.1.0"
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-8.1.0.tgz#49d43c45a88cd9677668cb7be1b46efdb8d2e1c0"
integrity sha512-yhlQgA6mnOJUKOsRUFsgJdQCvkKhcz8tlZG5HBQfReYZy46OwLcY+Zia0mtdHsOo9y/hP+CxMN0TU9QxoOtG4g==
dependencies:
graceful-fs "^4.2.0"
jsonfile "^4.0.0"
universalify "^0.1.0"

fs-minipass@^1.2.5:
version "1.2.6"
resolved "https://registry.yarnpkg.com/fs-minipass/-/fs-minipass-1.2.6.tgz#2c5cc30ded81282bfe8a0d7c7c1853ddeb102c07"
Expand Down Expand Up @@ -4355,6 +4364,11 @@ graceful-fs@^4.1.11, graceful-fs@^4.1.15, graceful-fs@^4.1.2, graceful-fs@^4.1.6
resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.1.15.tgz#ffb703e1066e8a0eeaa4c8b80ba9253eeefbfb00"
integrity sha512-6uHUhOPEBgQ24HM+r6b/QwWfZq+yiFcipKFrOFiBEnWdy5sdzYoi+pJeQaPI5qOLRFqWmAXUPQNsielzdLoecA==

graceful-fs@^4.2.0:
version "4.2.0"
resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.0.tgz#8d8fdc73977cb04104721cb53666c1ca64cd328b"
integrity sha512-jpSvDPV4Cq/bgtpndIWbI5hmYxhQGHPC4d4cqBPb4DLniCfhJokdXhwhaDuLBGLQdvvRum/UiX6ECVIPvDXqdg==

graceful-fs@~3.0.5:
version "3.0.11"
resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-3.0.11.tgz#7613c778a1afea62f25c630a086d7f3acbbdd818"
Expand Down

0 comments on commit 4be12b1

Please sign in to comment.