Skip to content

Commit a792dbc

Browse files
committed
fix(deps): added missing chalk.js
1 parent e50d17b commit a792dbc

File tree

2 files changed

+37
-1
lines changed

2 files changed

+37
-1
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,9 @@
2323
"url": "https://github.com/glebec/lambda-talk"
2424
},
2525
"bugs": "https://github.com/glebec/lambda-talk/issues",
26-
"dependencies": {},
26+
"dependencies": {
27+
"chalk": "^2.1.0"
28+
},
2729
"devDependencies": {
2830
"babel-eslint": "^7.2.3",
2931
"docco": "^0.7.0",

yarn.lock

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,12 @@ ansi-styles@^2.2.1:
4343
version "2.2.1"
4444
resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-2.2.1.tgz#b432dd3358b634cf75e1e4664368240533c1ddbe"
4545

46+
ansi-styles@^3.1.0:
47+
version "3.2.0"
48+
resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-3.2.0.tgz#c159b8d5be0f9e5a6f346dab94f16ce022161b88"
49+
dependencies:
50+
color-convert "^1.9.0"
51+
4652
anymatch@^1.3.0:
4753
version "1.3.0"
4854
resolved "https://registry.yarnpkg.com/anymatch/-/anymatch-1.3.0.tgz#a3e52fa39168c825ff57b0248126ce5a8ff95507"
@@ -257,6 +263,14 @@ chalk@^1.0.0, chalk@^1.1.0, chalk@^1.1.1, chalk@^1.1.3:
257263
strip-ansi "^3.0.0"
258264
supports-color "^2.0.0"
259265

266+
chalk@^2.1.0:
267+
version "2.1.0"
268+
resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.1.0.tgz#ac5becf14fa21b99c6c92ca7a7d7cfd5b17e743e"
269+
dependencies:
270+
ansi-styles "^3.1.0"
271+
escape-string-regexp "^1.0.5"
272+
supports-color "^4.0.0"
273+
260274
chokidar@^1.4.3:
261275
version "1.7.0"
262276
resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-1.7.0.tgz#798e689778151c8076b4b360e5edd28cda2bb468"
@@ -298,6 +312,16 @@ code-point-at@^1.0.0:
298312
version "1.1.0"
299313
resolved "https://registry.yarnpkg.com/code-point-at/-/code-point-at-1.1.0.tgz#0d070b4d043a5bea33a2f1a40e2edb3d9a4ccf77"
300314

315+
color-convert@^1.9.0:
316+
version "1.9.0"
317+
resolved "https://registry.yarnpkg.com/color-convert/-/color-convert-1.9.0.tgz#1accf97dd739b983bf994d56fec8f95853641b7a"
318+
dependencies:
319+
color-name "^1.1.1"
320+
321+
color-name@^1.1.1:
322+
version "1.1.3"
323+
resolved "https://registry.yarnpkg.com/color-name/-/color-name-1.1.3.tgz#a7d0558bd89c42f795dd42328f740831ca53bc25"
324+
301325
combined-stream@^1.0.5, combined-stream@~1.0.5:
302326
version "1.0.5"
303327
resolved "https://registry.yarnpkg.com/combined-stream/-/combined-stream-1.0.5.tgz#938370a57b4a51dea2c77c15d5c5fdf895164009"
@@ -886,6 +910,10 @@ has-ansi@^2.0.0:
886910
dependencies:
887911
ansi-regex "^2.0.0"
888912

913+
has-flag@^2.0.0:
914+
version "2.0.0"
915+
resolved "https://registry.yarnpkg.com/has-flag/-/has-flag-2.0.0.tgz#e8207af1cc7b30d446cc70b734b5e8be18f88d51"
916+
889917
has-unicode@^2.0.0:
890918
version "2.0.1"
891919
resolved "https://registry.yarnpkg.com/has-unicode/-/has-unicode-2.0.1.tgz#e0e6fe6a28cf51138855e086d1691e771de2a8b9"
@@ -1894,6 +1922,12 @@ supports-color@^2.0.0:
18941922
version "2.0.0"
18951923
resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-2.0.0.tgz#535d045ce6b6363fa40117084629995e9df324c7"
18961924

1925+
supports-color@^4.0.0:
1926+
version "4.2.1"
1927+
resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-4.2.1.tgz#65a4bb2631e90e02420dba5554c375a4754bb836"
1928+
dependencies:
1929+
has-flag "^2.0.0"
1930+
18971931
table@^3.7.8:
18981932
version "3.8.3"
18991933
resolved "https://registry.yarnpkg.com/table/-/table-3.8.3.tgz#2bbc542f0fda9861a755d3947fefd8b3f513855f"

0 commit comments

Comments
 (0)