Skip to content

Commit

Permalink
[no-jira] "fix" string-width,wrap-ansi-strip-ansi issue
Browse files Browse the repository at this point in the history
May need to upgrade yarn or move to pnpm. See yarnpkg/yarn#8976
  • Loading branch information
anthonyblond committed Aug 18, 2023
1 parent 9844617 commit a6cb0dd
Show file tree
Hide file tree
Showing 2 changed files with 143 additions and 176 deletions.
5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,11 @@
"vite-tsconfig-paths": "^4.2.0",
"vitest": "^0.34.1"
},
"resolutions": {
"strip-ansi": "^6.0.1",
"string-width": "^4.2.2",
"wrap-ansi": "^7.0.0"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
Expand Down
Loading

0 comments on commit a6cb0dd

Please sign in to comment.