Skip to content

Commit

Permalink
Add missing dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
jevakallio committed Feb 28, 2021
1 parent e8b6b2e commit 8735bee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 13 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
"dependencies": {
"boxen": "^5.0.0",
"chalk": "^4.1.0",
"detect-newline": "^3.1.0",
"git-raw-commits": "^2.0.10",
"meow": "^9.0.0",
"simple-git": "^2.35.2"
Expand Down
14 changes: 1 addition & 13 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1680,11 +1680,6 @@ anymatch@^3.0.3, anymatch@~3.1.1:
normalize-path "^3.0.0"
picomatch "^2.0.4"

applescript@~0.2.1:
version "0.2.1"
resolved "https://registry.yarnpkg.com/applescript/-/applescript-0.2.1.tgz#cbedbc5399006b0151cfdbbef560bfb491a4960e"
integrity sha1-y+28U5kAawFRz9u+9WC/tJGklg4=

aproba@^1.1.1:
version "1.2.0"
resolved "https://registry.yarnpkg.com/aproba/-/aproba-1.2.0.tgz#6802e6264efd18c790a1b0d517f0f2627bf2c94a"
Expand Down Expand Up @@ -3088,7 +3083,7 @@ des.js@^1.0.0:
inherits "^2.0.1"
minimalistic-assert "^1.0.0"

detect-newline@^3.0.0:
detect-newline@^3.0.0, detect-newline@^3.1.0:
version "3.1.0"
resolved "https://registry.yarnpkg.com/detect-newline/-/detect-newline-3.1.0.tgz#576f5dfc63ae1a192ff192d8ad3af6308991b651"
integrity sha512-TLz+x/vEXm/Y7P7wn1EJFNLxYpUD4TgMosxY6fAVJUnJMbupHBOncxyWUG9OpTaH9EBD7uFI5LfEgmMOc54DsA==
Expand Down Expand Up @@ -5940,13 +5935,6 @@ node-notifier@^6.0.0:
shellwords "^0.1.1"
which "^1.3.1"

node-notify@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/node-notify/-/node-notify-1.0.0.tgz#7c96e96c8790868ade943fb025c2ae1e74227e73"
integrity sha1-fJbpbIeQhorelD+wJcKuHnQifnM=
dependencies:
applescript "~0.2.1"

node-releases@^1.1.70:
version "1.1.71"
resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-1.1.71.tgz#cb1334b179896b1c89ecfdd4b725fb7bbdfc7dbb"
Expand Down

0 comments on commit 8735bee

Please sign in to comment.