Skip to content

Commit

Permalink
Merge pull request #2597 from storybooks/dependencies.io-update-build…
Browse files Browse the repository at this point in the history
…-149.0.0

Update 2 dependencies from npm
  • Loading branch information
Hypnosphi authored Dec 28, 2017
2 parents 6239662 + 4b4cbc9 commit c7baea4
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 14 deletions.
2 changes: 1 addition & 1 deletion examples/angular-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@storybook/addon-notes": "^3.3.3",
"@storybook/addons": "^3.3.3",
"@storybook/angular": "^3.3.3",
"@types/jasmine": "~2.8.2",
"@types/jasmine": "~2.8.3",
"@types/node": "~6.0.60",
"codelyzer": "^3.1.2",
"jasmine-core": "~2.8.0",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"jest-config": "^22.0.4",
"jest-diff": "^22.0.3",
"jest-environment-jsdom": "^22.0.4",
"jest-enzyme": "^4.0.1",
"jest-enzyme": "^4.0.2",
"jest-image-snapshot": "^2.2.1",
"jest-jasmine2": "^22.0.4",
"lerna": "^2.5.1",
Expand Down
29 changes: 17 additions & 12 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -283,9 +283,9 @@
version "3.0.1"
resolved "https://registry.yarnpkg.com/@types/inline-style-prefixer/-/inline-style-prefixer-3.0.1.tgz#8541e636b029124b747952e9a28848286d2b5bf6"

"@types/jasmine@~2.8.2":
version "2.8.2"
resolved "https://registry.yarnpkg.com/@types/jasmine/-/jasmine-2.8.2.tgz#6ae4d8740c0da5d5a627df725b4eed71b8e36668"
"@types/jasmine@~2.8.3":
version "2.8.3"
resolved "https://registry.yarnpkg.com/@types/jasmine/-/jasmine-2.8.3.tgz#f910edc67d69393d562d10f8f3d205ea3f3306bf"

"@types/lodash@^4.14.91":
version "4.14.91"
Expand Down Expand Up @@ -2755,6 +2755,10 @@ circular-dependency-plugin@^4.2.1:
version "4.3.0"
resolved "https://registry.yarnpkg.com/circular-dependency-plugin/-/circular-dependency-plugin-4.3.0.tgz#2a12824e584546e1aeea5865b7bf234a11c4a695"

circular-json-es6@^2.0.1:
version "2.0.1"
resolved "https://registry.yarnpkg.com/circular-json-es6/-/circular-json-es6-2.0.1.tgz#c9f4e37df74a655ced7245d31020bf5b5cd34ef6"

circular-json@^0.3.1:
version "0.3.3"
resolved "https://registry.yarnpkg.com/circular-json/-/circular-json-0.3.3.tgz#815c99ea84f6809529d2f45791bdf82711352d66"
Expand Down Expand Up @@ -4315,13 +4319,14 @@ enzyme-adapter-utils@^1.3.0:
object.assign "^4.0.4"
prop-types "^15.6.0"

enzyme-matchers@^4.0.1:
version "4.0.1"
resolved "https://registry.yarnpkg.com/enzyme-matchers/-/enzyme-matchers-4.0.1.tgz#f3fb5e5e5e5ec9a19144d172605433fc7e9d9f5a"
enzyme-matchers@^4.0.2:
version "4.0.2"
resolved "https://registry.yarnpkg.com/enzyme-matchers/-/enzyme-matchers-4.0.2.tgz#3f4457d0d0da3e268af4bee9f222439dfca26214"
dependencies:
circular-json-es6 "^2.0.1"
deep-equal-ident "^1.1.1"

enzyme-to-json@^3.0.0, enzyme-to-json@^3.2.2:
enzyme-to-json@^3.2.2, enzyme-to-json@^3.3.0:
version "3.3.0"
resolved "https://registry.yarnpkg.com/enzyme-to-json/-/enzyme-to-json-3.3.0.tgz#553e23a09ffb4b0cf09287e2edf9c6539fddaa84"
dependencies:
Expand Down Expand Up @@ -7350,12 +7355,12 @@ jest-environment-node@^22.0.4:
jest-mock "^22.0.3"
jest-util "^22.0.4"

jest-enzyme@^4.0.1:
version "4.0.1"
resolved "https://registry.yarnpkg.com/jest-enzyme/-/jest-enzyme-4.0.1.tgz#9d13de2d194e09e12b71c9689afb2c066df30b0e"
jest-enzyme@^4.0.2:
version "4.0.2"
resolved "https://registry.yarnpkg.com/jest-enzyme/-/jest-enzyme-4.0.2.tgz#c3a87f311889819d51ae2639c9da412da07cfc4a"
dependencies:
enzyme-matchers "^4.0.1"
enzyme-to-json "^3.0.0"
enzyme-matchers "^4.0.2"
enzyme-to-json "^3.3.0"

jest-get-type@^21.2.0:
version "21.2.0"
Expand Down

0 comments on commit c7baea4

Please sign in to comment.