Skip to content

Commit f423b32

Browse files
committed
chore: downgrade chalk figures cli-cursor
1 parent efb3169 commit f423b32

File tree

3 files changed

+8
-20
lines changed

3 files changed

+8
-20
lines changed

example/default.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
const inquirer = require('inquirer')
2-
const inquirerFileTreeSelection = require('../index')
2+
const inquirerFileTreeSelection = require('../dist')
33
const path = require('path');
44
const chalk = require('chalk');
55

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@
2020
"author": "anc95",
2121
"license": "ISC",
2222
"dependencies": {
23-
"chalk": "^5.0.0",
24-
"cli-cursor": "^4.0.0",
25-
"figures": "^4.0.0",
23+
"chalk": "^4.0.0",
24+
"cli-cursor": "^3",
25+
"figures": "^3",
2626
"lodash": "^4.17.11",
2727
"rxjs": "^7.5.2"
2828
},

yarn.lock

Lines changed: 4 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ buffer@^5.5.0:
7474
base64-js "^1.3.1"
7575
ieee754 "^1.1.13"
7676

77-
chalk@^4.1.0, chalk@^4.1.1:
77+
chalk@^4.0.0, chalk@^4.1.0, chalk@^4.1.1:
7878
version "4.1.2"
7979
resolved "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz#aac4e2b7734a740867aeb16bf02aad556a1e7a01"
8080
integrity sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==
@@ -87,7 +87,7 @@ chardet@^0.7.0:
8787
resolved "https://registry.npmjs.org/chardet/-/chardet-0.7.0.tgz#90094849f0937f2eedc2425d0d28a9e5f0cbad9e"
8888
integrity sha512-mT8iDcrh03qDGRRmoA2hmBJnxpllMR+0/0qlzjqZES6NdiWDcZkCNAk4rPFZ9Q85r27unkiNNg8ZOiwZXBHwcA==
8989

90-
cli-cursor@^3.1.0:
90+
cli-cursor@^3, cli-cursor@^3.1.0:
9191
version "3.1.0"
9292
resolved "https://registry.npmjs.org/cli-cursor/-/cli-cursor-3.1.0.tgz#264305a7ae490d1d03bf0c9ba7c925d1753af307"
9393
integrity sha512-I/zHAwsKf9FqGoXM4WWRACob9+SNukZTd94DWF57E4toouRulbCxcUh6RKUEOQlYTHJnzkPMySvPNaaSLNfLZw==
@@ -152,7 +152,7 @@ external-editor@^3.0.3:
152152
iconv-lite "^0.4.24"
153153
tmp "^0.0.33"
154154

155-
figures@^3.0.0:
155+
figures@^3, figures@^3.0.0:
156156
version "3.2.0"
157157
resolved "https://registry.npmjs.org/figures/-/figures-3.2.0.tgz#625c18bd293c604dc4a8ddb2febf0c88341746af"
158158
integrity sha512-yaduQFRKLXYOGgEn6AZau90j3ggSOyiqXU0F9JZfeXYhNa+Jk4X+s45A2zg5jns87GAFa34BBm2kXw4XpNcbdg==
@@ -329,14 +329,7 @@ run-async@^2.4.0:
329329
resolved "https://registry.npmjs.org/run-async/-/run-async-2.4.1.tgz#8440eccf99ea3e70bd409d49aab88e10c189a455"
330330
integrity sha512-tvVnVv01b8c1RrA6Ep7JkStj85Guv/YrMcwqYQnwjsAS2cTmmPGBBjAjpCW7RrSodNSoE2/qg9O4bceNvUuDgQ==
331331

332-
rxjs@^6.5.2:
333-
version "6.6.7"
334-
resolved "https://registry.npmjs.org/rxjs/-/rxjs-6.6.7.tgz#90ac018acabf491bf65044235d5863c4dab804c9"
335-
integrity sha512-hTdwr+7yYNIT5n4AMYp85KA6yw2Va0FLa3Rguvbpa4W3I5xynaBZo41cM3XM+4Q6fRMj3sBYIR1VAmZMXYJvRQ==
336-
dependencies:
337-
tslib "^1.9.0"
338-
339-
rxjs@^7.2.0:
332+
rxjs@^7.2.0, rxjs@^7.5.2:
340333
version "7.5.4"
341334
resolved "https://registry.npmjs.org/rxjs/-/rxjs-7.5.4.tgz#3d6bd407e6b7ce9a123e76b1e770dc5761aa368d"
342335
integrity sha512-h5M3Hk78r6wAheJF0a5YahB1yRQKCsZ4MsGdZ5O9ETbVtjPcScGfrMmoOq7EBsCRzd4BDkvDJ7ogP8Sz5tTFiQ==
@@ -417,11 +410,6 @@ tr46@~0.0.3:
417410
resolved "https://registry.npmjs.org/tr46/-/tr46-0.0.3.tgz#8184fd347dac9cdc185992f3a6622e14b9d9ab6a"
418411
integrity sha1-gYT9NH2snNwYWZLzpmIuFLnZq2o=
419412

420-
tslib@^1.9.0:
421-
version "1.14.1"
422-
resolved "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz#cf2d38bdc34a134bcaf1091c41f6619e2f672d00"
423-
integrity sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==
424-
425413
tslib@^2.1.0:
426414
version "2.3.1"
427415
resolved "https://registry.npmjs.org/tslib/-/tslib-2.3.1.tgz#e8a335add5ceae51aa261d32a490158ef042ef01"

0 commit comments

Comments
 (0)