Skip to content

Commit 9315968

Browse files
committed
build: remove unused inquirer dependency
There are no longer any direct usages of the `inquirer` package within the repository.
1 parent d36c53b commit 9315968

File tree

2 files changed

+1
-39
lines changed

2 files changed

+1
-39
lines changed

package.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,6 @@
9393
"@types/express": "^4.16.0",
9494
"@types/http-proxy": "^1.17.4",
9595
"@types/ini": "^4.0.0",
96-
"@types/inquirer": "^9.0.6",
9796
"@types/jasmine": "~5.1.0",
9897
"@types/karma": "^6.3.0",
9998
"@types/less": "^3.0.3",
@@ -144,7 +143,6 @@
144143
"https-proxy-agent": "7.0.4",
145144
"husky": "9.0.11",
146145
"ini": "4.1.3",
147-
"inquirer": "9.2.23",
148146
"jasmine": "^5.0.0",
149147
"jasmine-core": "~5.1.0",
150148
"jasmine-spec-reporter": "~7.0.0",

yarn.lock

Lines changed: 1 addition & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -3933,14 +3933,6 @@
39333933
resolved "https://registry.yarnpkg.com/@types/ini/-/ini-4.1.0.tgz#20e7327b3133627f84304210670d6406cceaba25"
39343934
integrity sha512-mTehMtc+xtnWBBvqizcqYCktKDBH2WChvx1GU3Sfe4PysFDXiNe+1YwtpVX1MDtCa4NQrSPw2+3HmvXHY3gt1w==
39353935

3936-
"@types/inquirer@^9.0.6":
3937-
version "9.0.7"
3938-
resolved "https://registry.yarnpkg.com/@types/inquirer/-/inquirer-9.0.7.tgz#61bb8d0e42f038b9a1738b08fba7fa98ad9b4b24"
3939-
integrity sha512-Q0zyBupO6NxGRZut/JdmqYKOnN95Eg5V8Csg3PGKkP+FnvsUZx1jAyK7fztIszxxMuoBA6E3KXWvdZVXIpx60g==
3940-
dependencies:
3941-
"@types/through" "*"
3942-
rxjs "^7.2.0"
3943-
39443936
"@types/is-windows@^1.0.0":
39453937
version "1.0.2"
39463938
resolved "https://registry.yarnpkg.com/@types/is-windows/-/is-windows-1.0.2.tgz#96eb2d37bf1c8f2e93c2c24f02534c98b069de22"
@@ -4274,13 +4266,6 @@
42744266
"@types/node" "*"
42754267
minipass "^4.0.0"
42764268

4277-
"@types/through@*":
4278-
version "0.0.33"
4279-
resolved "https://registry.yarnpkg.com/@types/through/-/through-0.0.33.tgz#14ebf599320e1c7851e7d598149af183c6b9ea56"
4280-
integrity sha512-HsJ+z3QuETzP3cswwtzt2vEIiHBk/dCcHGhbmG5X3ecnwFD/lPrMpliGXxSCg03L9AhrdwA4Oz/qfspkDW+xGQ==
4281-
dependencies:
4282-
"@types/node" "*"
4283-
42844269
"@types/tmp@^0.2.1":
42854270
version "0.2.6"
42864271
resolved "https://registry.yarnpkg.com/@types/tmp/-/tmp-0.2.6.tgz#d785ee90c52d7cc020e249c948c36f7b32d1e217"
@@ -8630,27 +8615,6 @@ inquirer@9.2.22:
86308615
strip-ansi "^6.0.1"
86318616
wrap-ansi "^6.2.0"
86328617

8633-
inquirer@9.2.23:
8634-
version "9.2.23"
8635-
resolved "https://registry.yarnpkg.com/inquirer/-/inquirer-9.2.23.tgz#cd2fe34edca12315b624fbc3c8cb99b1c4f61f90"
8636-
integrity sha512-kod5s+FBPIDM2xiy9fu+6wdU/SkK5le5GS9lh4FEBjBHqiMgD9lLFbCbuqFNAjNL2ZOy9Wd9F694IOzN9pZHBA==
8637-
dependencies:
8638-
"@inquirer/figures" "^1.0.3"
8639-
"@ljharb/through" "^2.3.13"
8640-
ansi-escapes "^4.3.2"
8641-
chalk "^5.3.0"
8642-
cli-cursor "^3.1.0"
8643-
cli-width "^4.1.0"
8644-
external-editor "^3.1.0"
8645-
lodash "^4.17.21"
8646-
mute-stream "1.0.0"
8647-
ora "^5.4.1"
8648-
run-async "^3.0.0"
8649-
rxjs "^7.8.1"
8650-
string-width "^4.2.3"
8651-
strip-ansi "^6.0.1"
8652-
wrap-ansi "^6.2.0"
8653-
86548618
internal-slot@^1.0.7:
86558619
version "1.0.7"
86568620
resolved "https://registry.yarnpkg.com/internal-slot/-/internal-slot-1.0.7.tgz#c06dcca3ed874249881007b0a5523b172a190802"
@@ -12244,7 +12208,7 @@ rx@4.1.0:
1224412208
resolved "https://registry.yarnpkg.com/rx/-/rx-4.1.0.tgz#a5f13ff79ef3b740fe30aa803fb09f98805d4782"
1224512209
integrity sha512-CiaiuN6gapkdl+cZUr67W6I8jquN4lkak3vtIsIWCl4XIPP8ffsoyN6/+PuGXnQy8Cu8W2y9Xxh31Rq4M6wUug==
1224612210

12247-
rxjs@7.8.1, rxjs@^7.2.0, rxjs@^7.8.1:
12211+
rxjs@7.8.1, rxjs@^7.8.1:
1224812212
version "7.8.1"
1224912213
resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-7.8.1.tgz#6f6f3d99ea8044291efd92e7c7fcf562c4057543"
1225012214
integrity sha512-AA3TVj+0A2iuIoQkWEK/tqFjBq2j+6PO6Y0zJcvzLAFhEFIO3HL0vls9hWLncZbAAbK0mar7oZ4V079I/qPMxg==

0 commit comments

Comments
 (0)