Skip to content

Commit

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

Update 17 dependencies from npm
  • Loading branch information
Hypnosphi committed Jan 15, 2018
2 parents 44594ac + 1277c51 commit 48a92e1
Show file tree
Hide file tree
Showing 7 changed files with 251 additions and 184 deletions.
4 changes: 2 additions & 2 deletions app/angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@
"autoprefixer": "^7.2.5",
"babel-core": "^6.26.0",
"babel-loader": "^7.0.0",
"babel-plugin-react-docgen": "^1.6.0",
"babel-plugin-react-docgen": "^1.8.2",
"babel-preset-env": "^1.6.0",
"babel-preset-react": "^6.24.1",
"babel-preset-react-app": "^3.0.0",
"babel-preset-react-app": "^3.1.1",
"babel-preset-stage-0": "^6.24.1",
"babel-runtime": "^6.23.0",
"case-sensitive-paths-webpack-plugin": "^2.0.0",
Expand Down
4 changes: 2 additions & 2 deletions app/polymer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,14 @@
"autoprefixer": "^7.1.6",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-plugin-react-docgen": "^1.8.0",
"babel-plugin-react-docgen": "^1.8.2",
"babel-plugin-transform-regenerator": "^6.26.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.6.0",
"babel-preset-minify": "^0.2.0",
"babel-preset-react": "^6.24.1",
"babel-preset-react-app": "^3.1.0",
"babel-preset-react-app": "^3.1.1",
"babel-preset-stage-0": "^6.24.1",
"babel-runtime": "^6.26.0",
"case-sensitive-paths-webpack-plugin": "^2.1.1",
Expand Down
4 changes: 2 additions & 2 deletions app/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,13 @@
"airbnb-js-shims": "^1.4.0",
"autoprefixer": "^7.2.5",
"babel-loader": "^7.1.2",
"babel-plugin-react-docgen": "^1.8.0",
"babel-plugin-react-docgen": "^1.8.2",
"babel-plugin-transform-regenerator": "^6.26.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.6.1",
"babel-preset-minify": "^0.2.0",
"babel-preset-react": "^6.24.1",
"babel-preset-react-app": "^3.1.0",
"babel-preset-react-app": "^3.1.1",
"babel-preset-stage-0": "^6.24.1",
"babel-runtime": "^6.26.0",
"case-sensitive-paths-webpack-plugin": "^2.1.1",
Expand Down
4 changes: 2 additions & 2 deletions app/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,13 @@
"airbnb-js-shims": "^1.4.0",
"autoprefixer": "^7.2.5",
"babel-loader": "^7.1.2",
"babel-plugin-react-docgen": "^1.8.0",
"babel-plugin-react-docgen": "^1.8.2",
"babel-plugin-transform-regenerator": "^6.26.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.6.0",
"babel-preset-minify": "^0.2.0",
"babel-preset-react": "^6.24.1",
"babel-preset-react-app": "^3.1.0",
"babel-preset-react-app": "^3.1.1",
"babel-preset-stage-0": "^6.24.1",
"babel-runtime": "^6.26.0",
"case-sensitive-paths-webpack-plugin": "^2.1.1",
Expand Down
6 changes: 3 additions & 3 deletions examples/cra-kitchen-sink/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,12 @@
"@storybook/client-logger": "^3.4.0-alpha.4",
"@storybook/components": "^3.4.0-alpha.4",
"@storybook/react": "^3.4.0-alpha.4",
"babel-jest": "^22.0.6",
"babel-jest": "^22.1.0",
"enzyme": "^3.3.0",
"enzyme-adapter-react-16": "^1.1.0",
"enzyme-to-json": "^3.2.2",
"jest": "^22.0.6",
"react-scripts": "^1.0.17"
"jest": "^22.1.1",
"react-scripts": "^1.1.0"
},
"private": true
}
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,14 +66,14 @@
"glob": "^7.1.2",
"husky": "^0.14.3",
"inquirer": "^4.0.2",
"jest": "^22.0.6",
"jest-cli": "^22.0.6",
"jest-config": "^22.0.6",
"jest-diff": "^22.0.6",
"jest-environment-jsdom": "^22.0.6",
"jest": "^22.1.1",
"jest-cli": "^22.1.1",
"jest-config": "^22.1.1",
"jest-diff": "^22.1.0",
"jest-environment-jsdom": "^22.1.0",
"jest-enzyme": "^4.0.2",
"jest-image-snapshot": "^2.3.0",
"jest-jasmine2": "^22.0.6",
"jest-jasmine2": "^22.1.1",
"lerna": "^2.6.0",
"lint-staged": "^6.0.0",
"lodash": "^4.17.4",
Expand Down
Loading

0 comments on commit 48a92e1

Please sign in to comment.