Skip to content

Commit

Permalink
fix: upgrades
Browse files Browse the repository at this point in the history
  • Loading branch information
dword-design committed Feb 18, 2020
1 parent 29bd552 commit 0aefd75
Show file tree
Hide file tree
Showing 3 changed files with 58 additions and 22 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,12 @@
"test": "base test"
},
"dependencies": {
"execa": "^4.0.0"
"which": "^2.0.2"
},
"devDependencies": {
"@dword-design/base": "^6.0.0",
"@dword-design/functions": "^2.2.2",
"execa": "^4.0.0",
"fs-extra": "^8.1.0",
"with-local-tmp-dir": "^2.2.3"
}
Expand Down
4 changes: 2 additions & 2 deletions src/index.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import execa from 'execa'
import which from 'which'

export default async () => {
try {
await execa.command('which gp')
await which('gp')
} catch (error) {
return false
}
Expand Down
73 changes: 54 additions & 19 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -949,9 +949,9 @@
sass-loader "^8.0.0"

"@dword-design/base@^6.0.0":
version "6.0.5"
resolved "https://registry.yarnpkg.com/@dword-design/base/-/base-6.0.5.tgz#62785b46fd12d5946ad2712d6b1a2310f4b1254c"
integrity sha512-oIwtsItWEIpMUPT4YLOsdNUsTFULcAjiXEUW2mjGP/y0blSt8lP6kKQQ155uRTm5rGa9fO3Jt/LS3zWilsiqYg==
version "6.0.6"
resolved "https://registry.yarnpkg.com/@dword-design/base/-/base-6.0.6.tgz#2a107c385c470de643c4c67877d995b740790727"
integrity sha512-4ZaY4CeH0lr5n8IHOmP2cWLRIcJVgd3FGo27d+sISuf2uJQPU32J70B9dBvsGbfjmU1VJ3e9/E2ivIN1SHHOJg==
dependencies:
"@babel/core" "^7.6.4"
"@babel/register" "^7.6.2"
Expand All @@ -967,6 +967,7 @@
"@semantic-release/changelog" "^5.0.0"
"@semantic-release/git" "^9.0.0"
ajv-cli "^3.0.0"
bin-links "^2.0.0"
commitizen "^4.0.3"
cz-conventional-changelog "^3.1.0"
depcheck dword-design/depcheck#fork
Expand Down Expand Up @@ -3030,6 +3031,18 @@ bin-links@^1.1.2, bin-links@^1.1.7:
npm-normalize-package-bin "^1.0.0"
write-file-atomic "^2.3.0"

bin-links@^2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/bin-links/-/bin-links-2.0.0.tgz#7b281e1f6c2238ae809589490c2d61380c027a8b"
integrity sha512-VvBk9YwChMjdn9rs1c9Yt0vRwbZ0SgDBsb9pT07DAmFvuTlxqAuazKtIa4be+6ChBGI+io8gYjT+vq586foYaw==
dependencies:
cmd-shim "^4.0.1"
mkdirp "^1.0.3"
npm-normalize-package-bin "^1.0.0"
read-cmd-shim "^2.0.0"
rimraf "^3.0.0"
write-file-atomic "^2.3.0"

binary-extensions@^1.0.0:
version "1.13.1"
resolved "https://registry.yarnpkg.com/binary-extensions/-/binary-extensions-1.13.1.tgz#598afe54755b2868a5330d2aff9d4ebb53209b65"
Expand Down Expand Up @@ -3874,6 +3887,14 @@ cmd-shim@^3.0.0, cmd-shim@^3.0.3:
graceful-fs "^4.1.2"
mkdirp "~0.5.0"

cmd-shim@^4.0.1:
version "4.0.1"
resolved "https://registry.yarnpkg.com/cmd-shim/-/cmd-shim-4.0.1.tgz#8853812cd7033fae6bae2763d2721231fc784424"
integrity sha512-exU/B+ts37psdPUgBhYZsHTGZ6kmZuy0i3L6+TG1BzvrQCfgc4VPpjnY4WxCz7tdMtgtCwXUIu7wLsTZ1LsIRg==
dependencies:
graceful-fs "^4.1.2"
mkdirp-infer-owner "^1.0.2"

co@^4.6.0:
version "4.6.0"
resolved "https://registry.yarnpkg.com/co/-/co-4.6.0.tgz#6ea6bdf3d853ae54ccb8e47bfa0bf3f9031fb184"
Expand Down Expand Up @@ -5200,12 +5221,7 @@ decompress-response@^4.2.0:
dependencies:
mimic-response "^2.0.0"

dedent@0.7.0:
version "0.7.0"
resolved "https://registry.yarnpkg.com/dedent/-/dedent-0.7.0.tgz#2495ddbaf6eb874abb0e1be9df22d2e5a544326c"
integrity sha1-JJXduvbrh0q7Dhvp3yLS5aVEMmw=

dedent@dword-design/dedent#fork:
dedent@0.7.0, dedent@dword-design/dedent#fork:
version "0.7.0"
resolved "https://codeload.github.com/dword-design/dedent/tar.gz/c8d46e5017d60504657c2d01b59082c0329a12a7"
dependencies:
Expand Down Expand Up @@ -9610,13 +9626,27 @@ mixin-object@^2.0.1:
for-in "^0.1.3"
is-extendable "^0.1.1"

mkdirp-infer-owner@^1.0.2:
version "1.0.2"
resolved "https://registry.yarnpkg.com/mkdirp-infer-owner/-/mkdirp-infer-owner-1.0.2.tgz#9155d4b5e0f89a835455d7dbae8f3bba3d2fa77c"
integrity sha512-gU3/MnB7QwipTZzStIdCEx1/WqmXWCZzHNU7f/WyW53VbCy/mKGki96WvJuFNkv7S9UZGh/lrIWKa6cbIoW6ag==
dependencies:
chownr "^1.1.3"
infer-owner "^1.0.4"
mkdirp "^1.0.3"

mkdirp@0.5.1, "mkdirp@>=0.5 0", mkdirp@^0.5.0, mkdirp@^0.5.1, mkdirp@~0.5.0, mkdirp@~0.5.1:
version "0.5.1"
resolved "https://registry.yarnpkg.com/mkdirp/-/mkdirp-0.5.1.tgz#30057438eac6cf7f8c4767f38648d6697d75c903"
integrity sha1-MAV0OOrGz3+MR2fzhkjWaX11yQM=
dependencies:
minimist "0.0.8"

mkdirp@^1.0.3:
version "1.0.3"
resolved "https://registry.yarnpkg.com/mkdirp/-/mkdirp-1.0.3.tgz#4cf2e30ad45959dddea53ad97d518b6c8205e1ea"
integrity sha512-6uCP4Qc0sWsgMLy1EOqqS/3rjDHOEnsStVr/4vtAIK2Y5i2kA7lFFejYrpIyiN9w0pYf4ckeCYT9f1r1P9KX5g==

mocha@^7.0.1:
version "7.0.1"
resolved "https://registry.yarnpkg.com/mocha/-/mocha-7.0.1.tgz#276186d35a4852f6249808c6dd4a1376cbf6c6ce"
Expand Down Expand Up @@ -11794,9 +11824,9 @@ postcss-value-parser@^3.0.0, postcss-value-parser@^3.2.3, postcss-value-parser@^
integrity sha512-pISE66AbVkp4fDQ7VHBwRNXzAAKJjw4Vw7nWI/+Q3vuly7SNfgYXvm6i5IgFylHGK5sP/xHAbB7N49OS4gWNyQ==

postcss-value-parser@^4.0.0, postcss-value-parser@^4.0.2:
version "4.0.2"
resolved "https://registry.yarnpkg.com/postcss-value-parser/-/postcss-value-parser-4.0.2.tgz#482282c09a42706d1fc9a069b73f44ec08391dc9"
integrity sha512-LmeoohTpp/K4UiyQCwuGWlONxXamGzCMtFxLq4W1nZVGIQLYvMCJx3yAF9qyyuFpflABI9yVdtJAqbihOsCsJQ==
version "4.0.3"
resolved "https://registry.yarnpkg.com/postcss-value-parser/-/postcss-value-parser-4.0.3.tgz#651ff4593aa9eda8d5d0d66593a2417aeaeb325d"
integrity sha512-N7h4pG+Nnu5BEIzyeaaIYWs0LI5XC40OrRh5L60z0QjFsqGWcHcbkBvpe1WYpcIS9yQ8sOi/vIPt1ejQCrMVrg==

postcss-values-parser@^2.0.0, postcss-values-parser@^2.0.1:
version "2.0.1"
Expand Down Expand Up @@ -12200,6 +12230,11 @@ read-cmd-shim@^1.0.1, read-cmd-shim@^1.0.5:
dependencies:
graceful-fs "^4.1.2"

read-cmd-shim@^2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/read-cmd-shim/-/read-cmd-shim-2.0.0.tgz#4a50a71d6f0965364938e9038476f7eede3928d9"
integrity sha512-HJpV9bQpkl6KwjxlJcBoqu9Ba0PQg8TqSNIOrulGt54a0uup0HtevreFHzYzkm0lpnleRdNBzXznKrgxglEHQw==

read-installed@~4.0.3:
version "4.0.3"
resolved "https://registry.yarnpkg.com/read-installed/-/read-installed-4.0.3.tgz#ff9b8b67f187d1e4c29b9feb31f6b223acd19067"
Expand Down Expand Up @@ -14268,9 +14303,9 @@ tryer@^1.0.1:
integrity sha512-c3zayb8/kWWpycWYg87P71E1S1ZL6b6IJxfb5fvsUgsf0S2MVGaDhDXXjDMpdCpfWXqptc+4mXwmiy1ypXqRAA==

ts-pnp@^1.1.2:
version "1.1.5"
resolved "https://registry.yarnpkg.com/ts-pnp/-/ts-pnp-1.1.5.tgz#840e0739c89fce5f3abd9037bb091dbff16d9dec"
integrity sha512-ti7OGMOUOzo66wLF3liskw6YQIaSsBgc4GOAlWRnIEj8htCxJUxskanMUoJOD6MDCRAXo36goXJZch+nOS0VMA==
version "1.1.6"
resolved "https://registry.yarnpkg.com/ts-pnp/-/ts-pnp-1.1.6.tgz#389a24396d425a0d3162e96d2b4638900fdc289a"
integrity sha512-CrG5GqAAzMT7144Cl+UIFP7mz/iIhiy+xQ6GGcnjTezhALT02uPMRw7tgDSESgB5MsfKt55+GPWw4ir1kVtMIQ==

tsconfig-paths-webpack-plugin@3.2.0:
version "3.2.0"
Expand Down Expand Up @@ -14369,9 +14404,9 @@ uglify-js@3.4.x:
source-map "~0.6.1"

uglify-js@^3.1.4, uglify-js@^3.5.1:
version "3.7.7"
resolved "https://registry.yarnpkg.com/uglify-js/-/uglify-js-3.7.7.tgz#21e52c7dccda80a53bf7cde69628a7e511aec9c9"
integrity sha512-FeSU+hi7ULYy6mn8PKio/tXsdSXN35lm4KgV2asx00kzrLU9Pi3oAslcJT70Jdj7PHX29gGUPOT6+lXGBbemhA==
version "3.8.0"
resolved "https://registry.yarnpkg.com/uglify-js/-/uglify-js-3.8.0.tgz#f3541ae97b2f048d7e7e3aa4f39fd8a1f5d7a805"
integrity sha512-ugNSTT8ierCsDHso2jkBHXYrU8Y5/fY2ZUprfrJUiD7YpuFvV4jODLFmb3h4btQjqr5Nh4TX4XtgDfCU1WdioQ==
dependencies:
commander "~2.20.3"
source-map "~0.6.1"
Expand Down Expand Up @@ -15000,7 +15035,7 @@ which@1.2.x:
dependencies:
isexe "^2.0.0"

which@^2.0.1:
which@^2.0.1, which@^2.0.2:
version "2.0.2"
resolved "https://registry.yarnpkg.com/which/-/which-2.0.2.tgz#7c6a8dd0a636a0327e10b59c9286eee93f3f51b1"
integrity sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==
Expand Down

0 comments on commit 0aefd75

Please sign in to comment.