Skip to content

Commit

Permalink
Merge pull request #1997 from storybooks/jest-enzyme-4.0.1-19.0.0
Browse files Browse the repository at this point in the history
Update jest-enzyme from 4.0.0 to 4.0.1 in /
  • Loading branch information
Hypnosphi authored Oct 9, 2017
2 parents 54620b1 + 5adeff4 commit cfa9d2e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"husky": "^0.14.3",
"inquirer": "^3.2.3",
"jest": "^21.2.0",
"jest-enzyme": "^4.0.0",
"jest-enzyme": "^4.0.1",
"lerna": "^2.4.0",
"lint-staged": "^4.1.0",
"lodash": "^4.17.4",
Expand Down
17 changes: 8 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
version "7.0.43"
resolved "https://registry.yarnpkg.com/@types/node/-/node-7.0.43.tgz#a187e08495a075f200ca946079c914e1a5fe962c"

"@types/react@^15.0.22", "@types/react@^15.0.24":
"@types/react@^15.0.24":
version "15.6.4"
resolved "https://registry.yarnpkg.com/@types/react/-/react-15.6.4.tgz#3bb57bd43183a05919ceb025a264287348f47e9d"

Expand Down Expand Up @@ -3899,9 +3899,9 @@ enzyme-adapter-utils@^1.0.0:
object.assign "^4.0.4"
prop-types "^15.5.10"

enzyme-matchers@^4.0.0:
version "4.0.0"
resolved "https://registry.yarnpkg.com/enzyme-matchers/-/enzyme-matchers-4.0.0.tgz#3158166a5004f289895d203f58372bb7867a88e5"
enzyme-matchers@^4.0.1:
version "4.0.1"
resolved "https://registry.yarnpkg.com/enzyme-matchers/-/enzyme-matchers-4.0.1.tgz#f3fb5e5e5e5ec9a19144d172605433fc7e9d9f5a"
dependencies:
deep-equal-ident "^1.1.1"

Expand Down Expand Up @@ -6555,12 +6555,11 @@ jest-environment-node@^21.2.1:
jest-mock "^21.2.0"
jest-util "^21.2.1"

jest-enzyme@^4.0.0:
version "4.0.0"
resolved "https://registry.yarnpkg.com/jest-enzyme/-/jest-enzyme-4.0.0.tgz#61ba9425868dfdf090bffaafae218f7b531dda44"
jest-enzyme@^4.0.1:
version "4.0.1"
resolved "https://registry.yarnpkg.com/jest-enzyme/-/jest-enzyme-4.0.1.tgz#9d13de2d194e09e12b71c9689afb2c066df30b0e"
dependencies:
"@types/react" "^15.0.22"
enzyme-matchers "^4.0.0"
enzyme-matchers "^4.0.1"
enzyme-to-json "^3.0.0"

jest-get-type@^21.2.0:
Expand Down

0 comments on commit cfa9d2e

Please sign in to comment.