Skip to content

Commit

Permalink
fix(cubejs-databricks-jdbc-driver): Remove inquirer library (reduce i…
Browse files Browse the repository at this point in the history
…mage size) (#8408)
  • Loading branch information
ovr authored Jun 28, 2024
1 parent 81bf1ad commit 682354b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 23 deletions.
2 changes: 0 additions & 2 deletions packages/cubejs-databricks-jdbc-driver/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@
"@cubejs-backend/jdbc-driver": "^0.35.48",
"@cubejs-backend/schema-compiler": "^0.35.54",
"@cubejs-backend/shared": "^0.35.43",
"inquirer": "^8.0.0",
"node-fetch": "^2.6.1",
"ramda": "^0.27.2",
"source-map-support": "^0.5.19",
Expand All @@ -44,7 +43,6 @@
"devDependencies": {
"@cubejs-backend/linter": "^0.35.0",
"@types/generic-pool": "^3.1.9",
"@types/inquirer": "^7.3.1",
"@types/jest": "^27",
"@types/node": "^14",
"@types/ramda": "^0.27.34",
Expand Down
22 changes: 1 addition & 21 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -17701,26 +17701,6 @@ inquirer@^7.1.0, inquirer@^7.3.3:
strip-ansi "^6.0.0"
through "^2.3.6"

inquirer@^8.0.0:
version "8.2.0"
resolved "https://registry.yarnpkg.com/inquirer/-/inquirer-8.2.0.tgz#f44f008dd344bbfc4b30031f45d984e034a3ac3a"
integrity sha512-0crLweprevJ02tTuA6ThpoAERAGyVILC4sS74uib58Xf/zSr1/ZWtmm7D5CI+bSQEaA04f0K7idaHpQbSWgiVQ==
dependencies:
ansi-escapes "^4.2.1"
chalk "^4.1.1"
cli-cursor "^3.1.0"
cli-width "^3.0.0"
external-editor "^3.0.3"
figures "^3.0.0"
lodash "^4.17.21"
mute-stream "0.0.8"
ora "^5.4.1"
run-async "^2.4.0"
rxjs "^7.2.0"
string-width "^4.1.0"
strip-ansi "^6.0.0"
through "^2.3.6"

internal-ip@^4.3.0:
version "4.3.0"
resolved "https://registry.yarnpkg.com/internal-ip/-/internal-ip-4.3.0.tgz#845452baad9d2ca3b69c635a137acb9a0dad0907"
Expand Down Expand Up @@ -21851,7 +21831,7 @@ options@>=0.0.5:
resolved "https://registry.yarnpkg.com/options/-/options-0.0.6.tgz#ec22d312806bb53e731773e7cdaefcf1c643128f"
integrity sha1-7CLTEoBrtT5zF3Pnza788cZDEo8=

[email protected], ora@^5.1.0, ora@^5.3.0, ora@^5.4.1:
[email protected], ora@^5.1.0, ora@^5.3.0:
version "5.4.1"
resolved "https://registry.yarnpkg.com/ora/-/ora-5.4.1.tgz#1b2678426af4ac4a509008e5e4ac9e9959db9e18"
integrity sha512-5b6Y85tPxZZ7QytO+BQzysW31HJku27cRIlkbAXaNx+BdcVi+LlRFmVXzeF6a7JCwJpyw5c4b+YSVImQIrBpuQ==
Expand Down

0 comments on commit 682354b

Please sign in to comment.