Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update 7 dependencies from npm #2818

Merged
merged 9 commits into from
Jan 23, 2018
Merged
2 changes: 1 addition & 1 deletion addons/storyshots/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"babel-preset-env": "^1.6.0",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"enzyme-to-json": "^3.2.2",
"enzyme-to-json": "^3.3.1",
"jest": "^20.0.4",
"jest-cli": "^20.0.4",
"react": "^16.1.0",
Expand Down
2 changes: 1 addition & 1 deletion app/polymer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@storybook/core": "^3.4.0-alpha.5",
"@storybook/node-logger": "^3.4.0-alpha.5",
"@storybook/ui": "^3.4.0-alpha.5",
"@webcomponents/webcomponentsjs": "^1.0.17",
"@webcomponents/webcomponentsjs": "^1.1.0",
"airbnb-js-shims": "^1.3.0",
"autoprefixer": "^7.1.6",
"babel-core": "^6.26.0",
Expand Down
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-storyshots": "^3.4.0-alpha.5",
"@storybook/addons": "^3.4.0-alpha.5",
"@storybook/angular": "^3.4.0-alpha.5",
"@types/jasmine": "~2.8.3",
"@types/jasmine": "~2.8.5",
"@types/node": "~6.0.96",
"global": "^4.3.2",
"jasmine-core": "~2.9.1",
Expand Down
2 changes: 1 addition & 1 deletion examples/cra-kitchen-sink/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"babel-jest": "^22.1.0",
"enzyme": "^3.3.0",
"enzyme-adapter-react-16": "^1.1.0",
"enzyme-to-json": "^3.2.2",
"enzyme-to-json": "^3.3.1",
"jest": "^22.1.4",
"react-scripts": "^1.1.0"
},
Expand Down
4 changes: 2 additions & 2 deletions examples/official-storybook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,14 @@
"babel-jest": "^21.2.0",
"enzyme": "^3.3.0",
"enzyme-adapter-react-16": "^1.1.0",
"enzyme-to-json": "^3.2.2",
"enzyme-to-json": "^3.3.1",
"eventemitter3": "^3.0.0",
"format-json": "^1.0.3",
"global": "^4.3.2",
"jest": "^21.2.1",
"prop-types": "^15.6.0",
"react": "^16.2.0",
"react-chromatic": "^0.7.8",
"react-chromatic": "^0.7.9",
"react-dom": "^16.2.0",
"uuid": "^3.2.1"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/polymer-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@storybook/addon-notes": "^3.4.0-alpha.5",
"@storybook/addon-viewport": "^3.4.0-alpha.5",
"@storybook/polymer": "^3.4.0-alpha.5",
"@webcomponents/webcomponentsjs": "^1.0.17",
"@webcomponents/webcomponentsjs": "^1.1.0",
"global": "^4.3.2",
"polymer-webpack-loader": "^2.0.0",
"webpack": "^3.8.1"
Expand Down
30 changes: 18 additions & 12 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -290,9 +290,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.3":
version "2.8.4"
resolved "https://registry.yarnpkg.com/@types/jasmine/-/jasmine-2.8.4.tgz#5528fb5e53f1b27594f81f18debb7eab8dc532cb"
"@types/jasmine@~2.8.5":
version "2.8.5"
resolved "https://registry.yarnpkg.com/@types/jasmine/-/jasmine-2.8.5.tgz#96e58872583fa80c7ea0dd29024b180d5e133678"

"@types/lodash@^4.14.85":
version "4.14.92"
Expand Down Expand Up @@ -334,9 +334,9 @@
version "2.53.43"
resolved "https://registry.yarnpkg.com/@types/selenium-webdriver/-/selenium-webdriver-2.53.43.tgz#2de3d718819bc20165754c4a59afb7e9833f6707"

"@webcomponents/webcomponentsjs@^1.0.17":
version "1.0.22"
resolved "https://registry.yarnpkg.com/@webcomponents/webcomponentsjs/-/webcomponentsjs-1.0.22.tgz#a9fed9f346d81dab738b0c3e04614ee6303a24b6"
"@webcomponents/webcomponentsjs@^1.1.0":
version "1.1.0"
resolved "https://registry.yarnpkg.com/@webcomponents/webcomponentsjs/-/webcomponentsjs-1.1.0.tgz#1392799c266fca142622a720176f688beb74d181"

JSONStream@^1.0.4, JSONStream@~1.3.1:
version "1.3.2"
Expand Down Expand Up @@ -4554,12 +4554,18 @@ enzyme-matchers@^4.0.2:
circular-json-es6 "^2.0.1"
deep-equal-ident "^1.1.1"

enzyme-to-json@^3.2.2, enzyme-to-json@^3.3.0:
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:
lodash "^4.17.4"

enzyme-to-json@^3.3.1:
version "3.3.1"
resolved "https://registry.yarnpkg.com/enzyme-to-json/-/enzyme-to-json-3.3.1.tgz#64239dcd417e2fb552f4baa6632de4744b9b5b93"
dependencies:
lodash "^4.17.4"

enzyme@^3.3.0:
version "3.3.0"
resolved "https://registry.yarnpkg.com/enzyme/-/enzyme-3.3.0.tgz#0971abd167f2d4bf3f5bd508229e1c4b6dc50479"
Expand Down Expand Up @@ -8468,7 +8474,7 @@ jscodeshift@^0.4.0:
temp "^0.8.1"
write-file-atomic "^1.2.0"

jsdom@^11.3.0, jsdom@^11.5.1:
jsdom@^11.5.1:
version "11.5.1"
resolved "https://registry.yarnpkg.com/jsdom/-/jsdom-11.5.1.tgz#5df753b8d0bca20142ce21f4f6c039f99a992929"
dependencies:
Expand Down Expand Up @@ -11810,9 +11816,9 @@ react-addons-create-fragment@^15.5.3:
loose-envify "^1.3.1"
object-assign "^4.1.0"

react-chromatic@^0.7.8:
version "0.7.8"
resolved "https://registry.yarnpkg.com/react-chromatic/-/react-chromatic-0.7.8.tgz#40a52ac9b4cb19a8239896e16546507ac9b71cc9"
react-chromatic@^0.7.9:
version "0.7.9"
resolved "https://registry.yarnpkg.com/react-chromatic/-/react-chromatic-0.7.9.tgz#597e38d0223c764af3c8aeab4ff9934d6d218df5"
dependencies:
apollo-fetch "^0.6.0"
babel-runtime "^6.26.0"
Expand All @@ -11822,7 +11828,7 @@ react-chromatic@^0.7.8:
ejson "^2.1.2"
es6-error "^4.0.2"
isomorphic-fetch "^2.2.1"
jsdom "^11.3.0"
jsdom "^11.5.1"
jsonfile "^4.0.0"
localtunnel "^1.8.3"
node-ask "^1.0.1"
Expand Down