Skip to content

Commit 8735bee

Browse files
committed
Add missing dependency
1 parent e8b6b2e commit 8735bee

File tree

2 files changed

+2
-13
lines changed

2 files changed

+2
-13
lines changed

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737
"dependencies": {
3838
"boxen": "^5.0.0",
3939
"chalk": "^4.1.0",
40+
"detect-newline": "^3.1.0",
4041
"git-raw-commits": "^2.0.10",
4142
"meow": "^9.0.0",
4243
"simple-git": "^2.35.2"

yarn.lock

+1-13
Original file line numberDiff line numberDiff line change
@@ -1680,11 +1680,6 @@ anymatch@^3.0.3, anymatch@~3.1.1:
16801680
normalize-path "^3.0.0"
16811681
picomatch "^2.0.4"
16821682

1683-
applescript@~0.2.1:
1684-
version "0.2.1"
1685-
resolved "https://registry.yarnpkg.com/applescript/-/applescript-0.2.1.tgz#cbedbc5399006b0151cfdbbef560bfb491a4960e"
1686-
integrity sha1-y+28U5kAawFRz9u+9WC/tJGklg4=
1687-
16881683
aproba@^1.1.1:
16891684
version "1.2.0"
16901685
resolved "https://registry.yarnpkg.com/aproba/-/aproba-1.2.0.tgz#6802e6264efd18c790a1b0d517f0f2627bf2c94a"
@@ -3088,7 +3083,7 @@ des.js@^1.0.0:
30883083
inherits "^2.0.1"
30893084
minimalistic-assert "^1.0.0"
30903085

3091-
detect-newline@^3.0.0:
3086+
detect-newline@^3.0.0, detect-newline@^3.1.0:
30923087
version "3.1.0"
30933088
resolved "https://registry.yarnpkg.com/detect-newline/-/detect-newline-3.1.0.tgz#576f5dfc63ae1a192ff192d8ad3af6308991b651"
30943089
integrity sha512-TLz+x/vEXm/Y7P7wn1EJFNLxYpUD4TgMosxY6fAVJUnJMbupHBOncxyWUG9OpTaH9EBD7uFI5LfEgmMOc54DsA==
@@ -5940,13 +5935,6 @@ node-notifier@^6.0.0:
59405935
shellwords "^0.1.1"
59415936
which "^1.3.1"
59425937

5943-
node-notify@^1.0.0:
5944-
version "1.0.0"
5945-
resolved "https://registry.yarnpkg.com/node-notify/-/node-notify-1.0.0.tgz#7c96e96c8790868ade943fb025c2ae1e74227e73"
5946-
integrity sha1-fJbpbIeQhorelD+wJcKuHnQifnM=
5947-
dependencies:
5948-
applescript "~0.2.1"
5949-
59505938
node-releases@^1.1.70:
59515939
version "1.1.71"
59525940
resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-1.1.71.tgz#cb1334b179896b1c89ecfdd4b725fb7bbdfc7dbb"

0 commit comments

Comments
 (0)