Skip to content

Commit 7eac3f3

Browse files
committed
Use yoctoSpinner instead of ora
1 parent ba179da commit 7eac3f3

28 files changed

+142
-321
lines changed

.dep-stats.json

Lines changed: 4 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,9 @@
55
"@inquirer/prompts": "^7.1.0",
66
"@npmcli/promise-spawn": "^8.0.2",
77
"@socketregistry/hyrious__bun.lockb": "1.0.5",
8+
"@socketregistry/yocto-spinner": "^1.0.1",
89
"@socketsecurity/config": "^2.1.3",
9-
"@socketsecurity/registry": "^1.0.27",
10+
"@socketsecurity/registry": "^1.0.28",
1011
"@socketsecurity/sdk": "^1.3.0",
1112
"blessed": "^0.1.81",
1213
"blessed-contrib": "^4.11.0",
@@ -27,31 +28,20 @@
2728
"devDependencies": {},
2829
"esm": {
2930
"ansi-escapes": "^5.0.0",
30-
"ansi-regex": "^6.0.1",
3131
"bundle-name": "^4.1.0",
3232
"chalk": "^5.3.0",
33-
"cli-cursor": "^5.0.0",
3433
"default-browser": "^5.2.1",
3534
"default-browser-id": "^5.0.0",
3635
"define-lazy-prop": "^3.0.0",
37-
"get-east-asian-width": "^1.0.0",
3836
"ionstore": "^1.0.0",
3937
"is-docker": "^3.0.0",
4038
"is-inside-container": "^1.0.0",
4139
"is-interactive": "^2.0.0",
4240
"is-unicode-supported": "^2.1.0",
4341
"is-wsl": "^3.1.0",
44-
"log-symbols": "^6.0.0",
4542
"meow": "^13.2.0",
46-
"mimic-function": "^5.0.0",
47-
"onetime": "^7.0.0",
4843
"open": "^10.1.0",
49-
"ora": "^8.1.1",
50-
"restore-cursor": "^5.0.0",
5144
"run-applescript": "^7.0.0",
52-
"stdin-discarder": "^0.2.2",
53-
"string-width": "^7.2.0",
54-
"strip-ansi": "^7.1.0",
5545
"terminal-link": "^3.0.0",
5646
"tiny-colors": "^2.0.2",
5747
"tiny-updater": "^3.5.2",
@@ -63,8 +53,9 @@
6353
"@inquirer/prompts": "^7.1.0",
6454
"@npmcli/promise-spawn": "^8.0.2",
6555
"@socketregistry/hyrious__bun.lockb": "1.0.5",
56+
"@socketregistry/yocto-spinner": "^1.0.1",
6657
"@socketsecurity/config": "^2.1.3",
67-
"@socketsecurity/registry": "^1.0.27",
58+
"@socketsecurity/registry": "^1.0.28",
6859
"@socketsecurity/sdk": "^1.3.0",
6960
"blessed": "^0.1.81",
7061
"blessed-contrib": "^4.11.0",

package-lock.json

Lines changed: 17 additions & 194 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,9 @@
4444
"@inquirer/prompts": "^7.1.0",
4545
"@npmcli/promise-spawn": "^8.0.2",
4646
"@socketregistry/hyrious__bun.lockb": "1.0.5",
47+
"@socketregistry/yocto-spinner": "^1.0.1",
4748
"@socketsecurity/config": "^2.1.3",
48-
"@socketsecurity/registry": "^1.0.27",
49+
"@socketsecurity/registry": "^1.0.28",
4950
"@socketsecurity/sdk": "^1.3.0",
5051
"blessed": "^0.1.81",
5152
"blessed-contrib": "^4.11.0",
@@ -117,7 +118,6 @@
117118
"nock": "^13.5.6",
118119
"npm-run-all2": "^7.0.1",
119120
"open": "^10.1.0",
120-
"ora": "^8.1.1",
121121
"oxlint": "0.11.1",
122122
"prettier": "3.3.3",
123123
"read-package-up": "^11.0.0",

0 commit comments

Comments
 (0)