Skip to content

Commit

Permalink
chore(deps): update ink to 5.0.0 (#6038)
Browse files Browse the repository at this point in the history
* chore(deps): remove redundant `@types/wrap-ansi`

That types package was deprecated and no longer necessary,
becasue `wrap-ansi` has its own type definitions now.

* chore(deps): update ink to 5.0.0

To get rid of deprecated transitive dependency `@types/wrap-ansi`.
  • Loading branch information
vvagaytsev committed May 14, 2024
1 parent a41e1d8 commit 9e23db2
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 205 deletions.
5 changes: 2 additions & 3 deletions core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
"http-status-codes": "^2.2.0",
"humanize-string": "^3.0.0",
"indent-string": "^4.0.0",
"ink": "^4.4.1",
"ink": "^5.0.0",
"ink-spinner": "^5.0.0",
"inquirer": "^7.3.3",
"is-glob": "^4.0.3",
Expand Down Expand Up @@ -218,7 +218,6 @@
"@types/unzip-stream": "^0.3.4",
"@types/uuid": "^9.0.8",
"@types/which": "^1.3.2",
"@types/wrap-ansi": "^8.1.0",
"@types/write-file-atomic": "^4.0.3",
"@typescript-eslint/eslint-plugin": "^6.11.0",
"@typescript-eslint/parser": "^6.16.0",
Expand Down Expand Up @@ -275,4 +274,4 @@
"fsevents": "^2.3.3"
},
"gitHead": "b0647221a4d2ff06952bae58000b104215aed922"
}
}
248 changes: 46 additions & 202 deletions package-lock.json

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

0 comments on commit 9e23db2

Please sign in to comment.