Skip to content
This repository was archived by the owner on Aug 8, 2023. It is now read-only.

Commit 15a70cf

Browse files
committed
Update dependency @ianwalter/print to v8
1 parent d449e2a commit 15a70cf

2 files changed

Lines changed: 29 additions & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
],
3030
"dependencies": {
3131
"@ianwalter/base-error": "^6.1.0",
32-
"@ianwalter/print": "^5.3.0",
32+
"@ianwalter/print": "^8.1.0",
3333
"csrf": "^3.1.0"
3434
},
3535
"devDependencies": {

yarn.lock

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,11 @@
139139
execa "^3.4.0"
140140
strip "^3.0.0"
141141

142+
"@ianwalter/dot@^1.0.4":
143+
version "1.0.4"
144+
resolved "https://registry.yarnpkg.com/@ianwalter/dot/-/dot-1.0.4.tgz#32d9f98d59382475798c65bf686e95328327bfd3"
145+
integrity sha512-bq6q4ZXWzQfBbE29i6trTwAtmmRzSWU0D/fSPhA/tDNbxhSlXDYUxfITtq1cctqi+s4BV4PgYIjxNkLeePK1mQ==
146+
142147
"@ianwalter/eslint-config@^5.3.0":
143148
version "5.3.0"
144149
resolved "https://registry.yarnpkg.com/@ianwalter/eslint-config/-/eslint-config-5.3.0.tgz#47525e745966f39c456a8637b4e787201412dd19"
@@ -291,6 +296,24 @@
291296
marked-terminal "^4.1.0"
292297
strip-ansi "^6.0.0"
293298

299+
"@ianwalter/print@^8.1.0":
300+
version "8.1.0"
301+
resolved "https://registry.yarnpkg.com/@ianwalter/print/-/print-8.1.0.tgz#5358b9c0a93a01451bb6c18a9a241a360556eb4a"
302+
integrity sha512-1C3oH2YYpfPsRELDK2GDLEyzUNqBu4RMFrkbL+IFG5QrigAKX0wC64gjcmXkgGI9wGUEQ0R3vjnR/yMzC+Yymw==
303+
dependencies:
304+
"@ianwalter/chromafi" "^1.0.1"
305+
"@ianwalter/cli" "^4.1.0"
306+
"@ianwalter/clone" "^6.0.1"
307+
"@ianwalter/cloneable" "^2.0.0"
308+
"@ianwalter/dot" "^1.0.4"
309+
"@ianwalter/merge" "^9.0.1"
310+
chalk "^4.1.0"
311+
has-ansi "^4.0.0"
312+
has-emoji "^1.1.0"
313+
marked "^1.1.1"
314+
marked-terminal "^4.1.0"
315+
strip-ansi "^6.0.0"
316+
294317
"@ianwalter/release@^5.0.2":
295318
version "5.0.2"
296319
resolved "https://registry.yarnpkg.com/@ianwalter/release/-/release-5.0.2.tgz#122502cdc652fd6cadb83d2812a3a2828dd56fc7"
@@ -2477,6 +2500,11 @@ marked@^1.1.0:
24772500
resolved "https://registry.yarnpkg.com/marked/-/marked-1.1.0.tgz#62504ad4d11550c942935ccc5e39d64e5a4c4e50"
24782501
integrity sha512-EkE7RW6KcXfMHy2PA7Jg0YJE1l8UPEZE8k45tylzmZM30/r1M1MUXWQfJlrSbsTeh7m/XTwHbWUENvAJZpp1YA==
24792502

2503+
marked@^1.1.1:
2504+
version "1.1.1"
2505+
resolved "https://registry.yarnpkg.com/marked/-/marked-1.1.1.tgz#e5d61b69842210d5df57b05856e0c91572703e6a"
2506+
integrity sha512-mJzT8D2yPxoPh7h0UXkB+dBj4FykPJ2OIfxAWeIHrvoHDkFxukV/29QxoFQoPM6RLEwhIFdJpmKBlqVM3s2ZIw==
2507+
24802508
media-typer@0.3.0:
24812509
version "0.3.0"
24822510
resolved "https://registry.yarnpkg.com/media-typer/-/media-typer-0.3.0.tgz#8710d7af0aa626f8fffa1ce00168545263255748"

0 commit comments

Comments
 (0)