Skip to content

Commit 8c972da

Browse files
track missing dev dep
1 parent b7a1812 commit 8c972da

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
"@ls-lint/ls-lint": "^1.9.2",
2828
"chai": "^4.2.0",
2929
"eslint": "^6.8.0",
30+
"glob-promise": "^3.4.0",
3031
"jsdom": "^14.0.0",
3132
"lerna": "^3.16.4",
3233
"mocha": "^6.1.4",

yarn.lock

+8-1
Original file line numberDiff line numberDiff line change
@@ -1059,7 +1059,7 @@
10591059
resolved "https://registry.yarnpkg.com/@types/estree/-/estree-0.0.39.tgz#e177e699ee1b8c22d23174caaa7422644389509f"
10601060
integrity sha512-EYNwp3bU+98cpU4lAWYYL7Zz+2gryWH1qbdDTidVd6hkiR6weksdbMadyXKXNPEkQFhXM+hVO9ZygomHXp+AIw==
10611061

1062-
"@types/glob@^7.1.1":
1062+
"@types/glob@*", "@types/glob@^7.1.1":
10631063
version "7.1.3"
10641064
resolved "https://registry.yarnpkg.com/@types/glob/-/glob-7.1.3.tgz#e6ba80f36b7daad2c685acd9266382e68985c183"
10651065
integrity sha512-SEYeGAIQIQX8NN6LDKprLjbrd5dARM5EXsd8GI/A5l0apYI1fGMWgPHSe4ZKL4eozlAyI+doUE9XbYS4xCkQ1w==
@@ -3622,6 +3622,13 @@ glob-parent@^5.0.0, glob-parent@^5.1.0, glob-parent@~5.1.0:
36223622
dependencies:
36233623
is-glob "^4.0.1"
36243624

3625+
glob-promise@^3.4.0:
3626+
version "3.4.0"
3627+
resolved "https://registry.yarnpkg.com/glob-promise/-/glob-promise-3.4.0.tgz#b6b8f084504216f702dc2ce8c9bc9ac8866fdb20"
3628+
integrity sha512-q08RJ6O+eJn+dVanerAndJwIcumgbDdYiUT7zFQl3Wm1xD6fBKtah7H8ZJChj4wP+8C+QfeVy8xautR7rdmKEw==
3629+
dependencies:
3630+
"@types/glob" "*"
3631+
36253632
glob-to-regexp@^0.3.0:
36263633
version "0.3.0"
36273634
resolved "https://registry.yarnpkg.com/glob-to-regexp/-/glob-to-regexp-0.3.0.tgz#8c5a1494d2066c570cc3bfe4496175acc4d502ab"

0 commit comments

Comments
 (0)