Skip to content

Commit

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

Update 19 dependencies from npm
  • Loading branch information
Hypnosphi committed Feb 23, 2018
2 parents b419875 + 43cc516 commit c1b29ea
Show file tree
Hide file tree
Showing 13 changed files with 102 additions and 99 deletions.
4 changes: 3 additions & 1 deletion addons/info/src/__snapshots__/index.test.js.snap
Expand Up @@ -158,7 +158,9 @@ containing **bold**, *cursive* text, \`code\` and [a link](https://github.com)"
>
<div>
<h1>
function func(x) {return x + 1;}
function func(x) {
return x + 1;
}
</h1>
<h2>
[object Object]
Expand Down
6 changes: 3 additions & 3 deletions addons/storyshots/package.json
Expand Up @@ -32,14 +32,14 @@
"@storybook/addons": "^3.4.0-alpha.9",
"@storybook/react": "^3.4.0-alpha.9",
"babel-cli": "^6.26.0",
"babel-jest": "^22.4.0",
"babel-jest": "^22.4.1",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.6.0",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"enzyme-to-json": "^3.3.1",
"jest": "^22.4.0",
"jest-cli": "^22.4.0",
"jest": "^22.4.2",
"jest-cli": "^22.4.2",
"react": "^16.1.0",
"react-dom": "^16.1.0"
},
Expand Down
2 changes: 1 addition & 1 deletion app/angular/package.json
Expand Up @@ -47,7 +47,7 @@
"configstore": "^3.1.0",
"core-js": "^2.4.1",
"cross-env": "^5.1.1",
"css-loader": "^0.28.9",
"css-loader": "^0.28.10",
"dotenv-webpack": "^1.5.4",
"express": "^4.15.3",
"file-loader": "^1.1.9",
Expand Down
2 changes: 1 addition & 1 deletion app/polymer/package.json
Expand Up @@ -49,7 +49,7 @@
"configstore": "^3.1.1",
"copy-webpack-plugin": "^4.4.0",
"core-js": "^2.5.1",
"css-loader": "^0.28.9",
"css-loader": "^0.28.10",
"dotenv-webpack": "^1.5.4",
"express": "^4.16.2",
"file-loader": "^1.1.9",
Expand Down
2 changes: 1 addition & 1 deletion app/react-native/package.json
Expand Up @@ -49,7 +49,7 @@
"babel-runtime": "^6.26.0",
"case-sensitive-paths-webpack-plugin": "^2.1.1",
"commander": "^2.14.1",
"css-loader": "^0.28.9",
"css-loader": "^0.28.10",
"express": "^4.16.2",
"file-loader": "^1.1.9",
"find-cache-dir": "^1.0.0",
Expand Down
2 changes: 1 addition & 1 deletion app/react/package.json
Expand Up @@ -48,7 +48,7 @@
"common-tags": "^1.7.2",
"configstore": "^3.1.1",
"core-js": "^2.5.3",
"css-loader": "^0.28.9",
"css-loader": "^0.28.10",
"dotenv-webpack": "^1.5.4",
"express": "^4.16.2",
"file-loader": "^1.1.9",
Expand Down
2 changes: 1 addition & 1 deletion app/vue/package.json
Expand Up @@ -46,7 +46,7 @@
"common-tags": "^1.7.2",
"configstore": "^3.1.1",
"core-js": "^2.5.3",
"css-loader": "^0.28.9",
"css-loader": "^0.28.10",
"dotenv-webpack": "^1.5.4",
"express": "^4.16.2",
"file-loader": "^1.1.9",
Expand Down
4 changes: 2 additions & 2 deletions examples/cra-kitchen-sink/package.json
Expand Up @@ -36,11 +36,11 @@
"@storybook/client-logger": "^3.4.0-alpha.9",
"@storybook/components": "^3.4.0-alpha.9",
"@storybook/react": "^3.4.0-alpha.9",
"babel-jest": "^22.4.0",
"babel-jest": "^22.4.1",
"enzyme": "^3.3.0",
"enzyme-adapter-react-16": "^1.1.0",
"enzyme-to-json": "^3.3.1",
"jest": "^22.4.0",
"jest": "^22.4.2",
"react-scripts": "^1.1.1",
"webpack": "^3.11.0"
}
Expand Down
4 changes: 2 additions & 2 deletions examples/official-storybook/package.json
Expand Up @@ -28,14 +28,14 @@
"@storybook/components": "^3.4.0-alpha.9",
"@storybook/node-logger": "^3.4.0-alpha.9",
"@storybook/react": "^3.4.0-alpha.9",
"babel-jest": "^22.4.0",
"babel-jest": "^22.4.1",
"enzyme": "^3.3.0",
"enzyme-adapter-react-16": "^1.1.0",
"enzyme-to-json": "^3.3.1",
"eventemitter3": "^3.0.1",
"format-json": "^1.0.3",
"global": "^4.3.2",
"jest": "^22.4.0",
"jest": "^22.4.2",
"paths.macro": "^2.0.2",
"prop-types": "^15.6.0",
"react": "^16.2.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/vue-kitchen-sink/package.json
Expand Up @@ -29,7 +29,7 @@
"babel-preset-env": "^1.6.0",
"babel-preset-vue": "^2.0.1",
"cross-env": "^5.1.3",
"css-loader": "^0.28.9",
"css-loader": "^0.28.10",
"file-loader": "^1.1.9",
"vue-hot-reload-api": "^2.3.0",
"vue-loader": "^13.7.1",
Expand Down
2 changes: 1 addition & 1 deletion lib/core/package.json
Expand Up @@ -26,7 +26,7 @@
"babel-runtime": "^6.26.0",
"chalk": "^2.3.1",
"commander": "^2.14.1",
"css-loader": "^0.28.9",
"css-loader": "^0.28.10",
"dotenv": "^5.0.0",
"events": "^1.1.1",
"express": "^4.16.2",
Expand Down
10 changes: 5 additions & 5 deletions package.json
Expand Up @@ -75,14 +75,14 @@
"glob": "^7.1.2",
"husky": "^0.14.3",
"inquirer": "^5.1.0",
"jest": "^22.4.0",
"jest-cli": "^22.4.0",
"jest-config": "^22.4.0",
"jest": "^22.4.2",
"jest-cli": "^22.4.2",
"jest-config": "^22.4.2",
"jest-diff": "^22.4.0",
"jest-environment-jsdom": "^22.4.0",
"jest-environment-jsdom": "^22.4.1",
"jest-enzyme": "^4.2.0",
"jest-image-snapshot": "^2.3.0",
"jest-jasmine2": "^22.4.0",
"jest-jasmine2": "^22.4.2",
"jest-preset-angular": "^5.1.0",
"jest-vue-preprocessor": "^1.3.1",
"lerna": "2.5.1",
Expand Down

0 comments on commit c1b29ea

Please sign in to comment.