Skip to content

Commit

Permalink
Update jest-enzyme from 4.0.2 to 4.1.0 in /
Browse files Browse the repository at this point in the history
  • Loading branch information
dependencies-bot committed Jan 30, 2018
1 parent 27da073 commit f6e6d25
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
"jest-config": "^22.1.4",
"jest-diff": "^22.1.0",
"jest-environment-jsdom": "^22.1.4",
"jest-enzyme": "^4.0.2",
"jest-enzyme": "^4.1.0",
"jest-image-snapshot": "^2.3.0",
"jest-jasmine2": "^22.1.4",
"jest-preset-angular": "^5.0.0",
Expand Down
14 changes: 7 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4547,9 +4547,9 @@ enzyme-adapter-utils@^1.3.0:
object.assign "^4.0.4"
prop-types "^15.6.0"

enzyme-matchers@^4.0.2:
version "4.0.2"
resolved "https://registry.yarnpkg.com/enzyme-matchers/-/enzyme-matchers-4.0.2.tgz#3f4457d0d0da3e268af4bee9f222439dfca26214"
enzyme-matchers@^4.1.1:
version "4.1.1"
resolved "https://registry.yarnpkg.com/enzyme-matchers/-/enzyme-matchers-4.1.1.tgz#ce8c177f96f05e757a2c7b5ca4040450c3beb57c"
dependencies:
circular-json-es6 "^2.0.1"
deep-equal-ident "^1.1.1"
Expand Down Expand Up @@ -7847,11 +7847,11 @@ jest-environment-node@^22.1.4:
jest-mock "^22.1.0"
jest-util "^22.1.4"

jest-enzyme@^4.0.2:
version "4.0.2"
resolved "https://registry.yarnpkg.com/jest-enzyme/-/jest-enzyme-4.0.2.tgz#c3a87f311889819d51ae2639c9da412da07cfc4a"
jest-enzyme@^4.1.0:
version "4.1.1"
resolved "https://registry.yarnpkg.com/jest-enzyme/-/jest-enzyme-4.1.1.tgz#db080b3ff2f93ab7161715d69801d1d5f187ed13"
dependencies:
enzyme-matchers "^4.0.2"
enzyme-matchers "^4.1.1"
enzyme-to-json "^3.3.0"

jest-get-type@^21.2.0:
Expand Down

0 comments on commit f6e6d25

Please sign in to comment.