Skip to content

Commit

Permalink
fix: update dependency boxen to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jan 30, 2021
1 parent 7f0dfd8 commit 271bb1f
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/acot-reporter-dot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@acot/html-pickup": "0.0.5",
"@acot/module-loader": "0.0.6",
"@acot/reporter": "0.0.7",
"boxen": "^4.2.0",
"boxen": "^5.0.0",
"chalk": "^4.0.0",
"figures": "^3.2.0",
"indent-string": "^4.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/acot-reporter-pretty/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@acot/html-pickup": "0.0.5",
"@acot/module-loader": "0.0.6",
"@acot/reporter": "0.0.7",
"boxen": "^4.2.0",
"boxen": "^5.0.0",
"chalk": "^4.0.0",
"cli-table": "^0.3.4",
"figures": "^3.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"@acot/runner": "0.0.7",
"@acot/schema-validator": "0.0.5",
"@acot/utils": "0.0.6",
"boxen": "^4.2.0",
"boxen": "^5.0.0",
"chalk": "^4.0.0",
"chokidar": "^3.4.1",
"debug": "^4.3.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/reporter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"dependencies": {
"@acot/html-pickup": "0.0.5",
"@acot/module-loader": "0.0.6",
"boxen": "^4.2.0",
"boxen": "^5.0.0",
"chalk": "^4.0.0",
"cli-table": "^0.3.4",
"figures": "^3.2.0",
Expand Down
18 changes: 16 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4630,6 +4630,20 @@ boxen@^4.1.0, boxen@^4.2.0:
type-fest "^0.8.1"
widest-line "^3.1.0"

boxen@^5.0.0:
version "5.0.0"
resolved "https://registry.yarnpkg.com/boxen/-/boxen-5.0.0.tgz#64fe9b16066af815f51057adcc800c3730120854"
integrity sha512-5bvsqw+hhgUi3oYGK0Vf4WpIkyemp60WBInn7+WNfoISzAqk/HX4L7WNROq38E6UR/y3YADpv6pEm4BfkeEAdA==
dependencies:
ansi-align "^3.0.0"
camelcase "^6.2.0"
chalk "^4.1.0"
cli-boxes "^2.2.1"
string-width "^4.2.0"
type-fest "^0.20.2"
widest-line "^3.1.0"
wrap-ansi "^7.0.0"

brace-expansion@^1.1.7:
version "1.1.11"
resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-1.1.11.tgz#3c7fcbf529d87226f3d2f52b966ff5271eb441dd"
Expand Down Expand Up @@ -5004,7 +5018,7 @@ camelcase@^5.0.0, camelcase@^5.3.1:
resolved "https://registry.yarnpkg.com/camelcase/-/camelcase-5.3.1.tgz#e3c9b31569e106811df242f715725a1f4c494320"
integrity sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==

camelcase@^6.0.0:
camelcase@^6.0.0, camelcase@^6.2.0:
version "6.2.0"
resolved "https://registry.yarnpkg.com/camelcase/-/camelcase-6.2.0.tgz#924af881c9d525ac9d87f40d964e5cea982a1809"
integrity sha512-c7wVvbw3f37nuobQNtgsgG9POC9qMbNuMQmTCqZv23b6MIz0fcYpBiOlv9gEN/hdLdnZTDQhg6e9Dq5M1vKvfg==
Expand Down Expand Up @@ -5234,7 +5248,7 @@ cli-boxes@^1.0.0:
resolved "https://registry.yarnpkg.com/cli-boxes/-/cli-boxes-1.0.0.tgz#4fa917c3e59c94a004cd61f8ee509da651687143"
integrity sha1-T6kXw+WclKAEzWH47lCdplFocUM=

cli-boxes@^2.2.0:
cli-boxes@^2.2.0, cli-boxes@^2.2.1:
version "2.2.1"
resolved "https://registry.yarnpkg.com/cli-boxes/-/cli-boxes-2.2.1.tgz#ddd5035d25094fce220e9cab40a45840a440318f"
integrity sha512-y4coMcylgSCdVinjiDBuR8PCC2bLjyGTwEmPb9NHR/QaNU6EUOXcTY/s6VjGMD6ENSEaeQYHCY0GNGS5jfMwPw==
Expand Down

0 comments on commit 271bb1f

Please sign in to comment.