Skip to content

Commit

Permalink
Add ansi-regex to pretty-format deps (jestjs#3498)
Browse files Browse the repository at this point in the history
  • Loading branch information
thymikee authored and cpojer committed May 7, 2017
1 parent 1765eb8 commit 13b598e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/pretty-format/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"browser": "build-es5/index.js",
"author": "James Kyle <me@thejameskyle.com>",
"dependencies": {
"ansi-regex": "^2.1.1",
"ansi-styles": "^3.0.0"
}
}
4 changes: 4 additions & 0 deletions packages/pretty-format/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
# yarn lockfile v1


ansi-regex@^2.1.1:
version "2.1.1"
resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-2.1.1.tgz#c3b33ab5ee360d86e0e628f0468ae7ef27d654df"

ansi-styles@^3.0.0:
version "3.0.0"
resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-3.0.0.tgz#5404e93a544c4fec7f048262977bebfe3155e0c1"
Expand Down

0 comments on commit 13b598e

Please sign in to comment.