Skip to content

Commit 114901b

Browse files
committed
fix: build issue
1 parent 2b5316e commit 114901b

File tree

2 files changed

+14
-5
lines changed

2 files changed

+14
-5
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@
7979
"@microsoft/api-extractor": "^7.33.5",
8080
"@types/cli-progress": "3.11.0",
8181
"@types/fs-extra": "^8.0.1",
82+
"@types/glob": "^7.2.0",
8283
"@types/jest": "^27.0.0",
8384
"@types/js-yaml": "^4.0.0",
8485
"@typescript-eslint/eslint-plugin": "^4.0.0",

yarn.lock

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5694,6 +5694,14 @@
56945694
"@types/minimatch" "^5.1.2"
56955695
"@types/node" "*"
56965696

5697+
"@types/glob@^7.2.0":
5698+
version "7.2.0"
5699+
resolved "https://registry.npmjs.org/@types/glob/-/glob-7.2.0.tgz#bc1b5bf3aa92f25bd5dd39f35c57361bdce5b2eb"
5700+
integrity sha512-ZUxbzKl0IfJILTS6t7ip5fQQM/J3TJYubDm3nMbgubNNYS62eXeUpoLUC8/7fJNiFYHTrGPQn7hspDUzIHX3UA==
5701+
dependencies:
5702+
"@types/minimatch" "*"
5703+
"@types/node" "*"
5704+
56975705
"@types/graceful-fs@^4.1.2":
56985706
version "4.1.9"
56995707
resolved "https://registry.npmjs.org/@types/graceful-fs/-/graceful-fs-4.1.9.tgz#2a06bc0f68a20ab37b3e36aa238be6abdf49e8b4"
@@ -5753,16 +5761,16 @@
57535761
resolved "https://registry.npmjs.org/@types/json5/-/json5-0.0.29.tgz#ee28707ae94e11d2b827bcbe5270bcea7f3e71ee"
57545762
integrity sha512-dRLjCWHYg4oaA77cxO64oO+7JwCwnIzkZPdrrC71jQmQtlhM556pwKo5bUzqvZndkVbeFLIIi+9TC40JNF5hNQ==
57555763

5764+
"@types/minimatch@*", "@types/minimatch@^5.1.2":
5765+
version "5.1.2"
5766+
resolved "https://registry.npmjs.org/@types/minimatch/-/minimatch-5.1.2.tgz#07508b45797cb81ec3f273011b054cd0755eddca"
5767+
integrity sha512-K0VQKziLUWkVKiRVrx4a40iPaxTUefQmjtkQofBkYRcoaaL/8rhwDWww9qWbrgicNOgnpIsMxyNIUM4+n6dUIA==
5768+
57565769
"@types/minimatch@^3.0.3":
57575770
version "3.0.5"
57585771
resolved "https://registry.npmjs.org/@types/minimatch/-/minimatch-3.0.5.tgz#1001cc5e6a3704b83c236027e77f2f58ea010f40"
57595772
integrity sha512-Klz949h02Gz2uZCMGwDUSDS1YBlTdDDgbWHi+81l29tQALUtvz4rAYi5uoVhE5Lagoq6DeqAUlbrHvW/mXDgdQ==
57605773

5761-
"@types/minimatch@^5.1.2":
5762-
version "5.1.2"
5763-
resolved "https://registry.npmjs.org/@types/minimatch/-/minimatch-5.1.2.tgz#07508b45797cb81ec3f273011b054cd0755eddca"
5764-
integrity sha512-K0VQKziLUWkVKiRVrx4a40iPaxTUefQmjtkQofBkYRcoaaL/8rhwDWww9qWbrgicNOgnpIsMxyNIUM4+n6dUIA==
5765-
57665774
"@types/minimist@^1.2.0":
57675775
version "1.2.5"
57685776
resolved "https://registry.npmjs.org/@types/minimist/-/minimist-1.2.5.tgz#ec10755e871497bcd83efe927e43ec46e8c0747e"

0 commit comments

Comments
 (0)