Skip to content

Commit

Permalink
fix(deps): update dependency string-width to v6 (#237)
Browse files Browse the repository at this point in the history
  • Loading branch information
yjl9903 committed May 10, 2023
2 parents b5c34ae + d46e4cc commit 3946ac5
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion packages/progress/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"string-width": "^5.1.2"
"string-width": "^6.1.0"
},
"devDependencies": {
"@types/node": "^18.16.6",
Expand Down
2 changes: 1 addition & 1 deletion packages/spinner/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"string-width": "^5.1.2"
"string-width": "^6.1.0"
},
"devDependencies": {
"@types/node": "^18.16.6",
Expand Down
24 changes: 12 additions & 12 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3946ac5

Please sign in to comment.