Skip to content

Commit da118c6

Browse files
fix(Printing): Upgrade of chalk
might potentially fix issues
1 parent 784b1b1 commit da118c6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
},
4141
"homepage": "https://github.com/GertjanReynaert/react-intl-translations-manager#readme",
4242
"dependencies": {
43-
"chalk": "^2.1.0",
43+
"chalk": "^2.3.2",
4444
"glob": "^7.1.2",
4545
"json-stable-stringify": "^1.0.1",
4646
"mkdirp": "^0.5.1"

yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1306,7 +1306,7 @@ chalk@^2.0.0, chalk@^2.0.1, chalk@^2.1.0:
13061306
escape-string-regexp "^1.0.5"
13071307
supports-color "^4.0.0"
13081308

1309-
chalk@^2.3.1:
1309+
chalk@^2.3.1, chalk@^2.3.2:
13101310
version "2.3.2"
13111311
resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.3.2.tgz#250dc96b07491bfd601e648d66ddf5f60c7a5c65"
13121312
dependencies:

0 commit comments

Comments
 (0)