Skip to content

Commit 7b1470a

Browse files
authored
Revert log-symbols to v4 - brings back CJS support
1 parent 11e7b51 commit 7b1470a

File tree

3 files changed

+3
-14
lines changed

3 files changed

+3
-14
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
### vNEXT
44

5+
- **cli**: Revert log-symbols to v4 - brings back CJS support
6+
57
### v2.6.0
68

79
- **github**: Allow for error handling

packages/logger/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"dependencies": {
2424
"chalk": "4.1.1",
2525
"figures": "3.2.0",
26-
"log-symbols": "5.0.0",
26+
"log-symbols": "^4.1.0",
2727
"std-env": "2.3.0",
2828
"tslib": "^2.0.0"
2929
},

yarn.lock

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -5910,11 +5910,6 @@ is-unicode-supported@^0.1.0:
59105910
resolved "https://registry.yarnpkg.com/is-unicode-supported/-/is-unicode-supported-0.1.0.tgz#3f26c76a809593b52bfa2ecb5710ed2779b522a7"
59115911
integrity sha512-knxG2q4UC3u8stRGyAVJCOdxFmv5DZiRcdlIaAQXAbSfJya+OhopNotLQrstBhququ4ZpuKbDc/8S6mgXgPFPw==
59125912

5913-
is-unicode-supported@^1.0.0:
5914-
version "1.0.0"
5915-
resolved "https://registry.yarnpkg.com/is-unicode-supported/-/is-unicode-supported-1.0.0.tgz#57284e13e7f5caefc7a45168285227e5c47d6413"
5916-
integrity sha512-TfeaLetCvWAJ/QjG8zBbr0H2LXE0m/Oatp25w0kgU2T/N+Xd2VMV3ENm/h3H4/ajBG9euaK2gsqipL4aCz8lTQ==
5917-
59185913
is-utf8@^0.2.0:
59195914
version "0.2.1"
59205915
resolved "https://registry.yarnpkg.com/is-utf8/-/is-utf8-0.2.1.tgz#4b0da1442104d1b336340e80797e865cf39f7d72"
@@ -6932,14 +6927,6 @@ [email protected], lodash@^4.17.15, lodash@^4.17.19, lodash@^4.17.20:
69326927
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.20.tgz#b44a9b6297bcb698f1c51a3545a2b3b368d59c52"
69336928
integrity sha512-PlhdFcillOINfeV7Ni6oF1TAEayyZBoZ8bcshTHqOYJYlrqzRK5hagpagky5o4HfCzzd1TRkXPMFq6cKk9rGmA==
69346929

6935-
6936-
version "5.0.0"
6937-
resolved "https://registry.yarnpkg.com/log-symbols/-/log-symbols-5.0.0.tgz#7720d3c6a56c365e1f658916069ba18d941092ca"
6938-
integrity sha512-zBsSKauX7sM0kcqrf8VpMRPqcWzU6a/Wi7iEl0QlVSCiIZ4CctaLdfVdiZUn6q2/nenyt392qJqpw9FhNAwqxQ==
6939-
dependencies:
6940-
chalk "^4.1.0"
6941-
is-unicode-supported "^1.0.0"
6942-
69436930
log-symbols@^4.1.0:
69446931
version "4.1.0"
69456932
resolved "https://registry.yarnpkg.com/log-symbols/-/log-symbols-4.1.0.tgz#3fbdbb95b4683ac9fc785111e792e558d4abd503"

0 commit comments

Comments
 (0)