Skip to content

Commit

Permalink
[pkg] Bump all babel packages and webpack
Browse files Browse the repository at this point in the history
  • Loading branch information
ntucker committed Apr 21, 2017
1 parent cc94cc7 commit ff5c01b
Show file tree
Hide file tree
Showing 2 changed files with 387 additions and 392 deletions.
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kadira/storybook",
"version": "2.35.6",
"version": "2.35.7",
"description": "React Storybook: Isolate React Component Development with Hot Reloading.",
"repository": {
"type": "git",
Expand Down Expand Up @@ -30,46 +30,46 @@
"@kadira/storybook-ui": "^3.10.1",
"airbnb-js-shims": "^1.0.1",
"autoprefixer": "^6.3.7",
"babel-core": "^6.23.1",
"babel-loader": "^6.3.2",
"babel-core": "^6.24.1",
"babel-loader": "^7.0.0",
"babel-plugin-react-docgen": "^1.4.2",
"babel-preset-react-app": "^1.0.0",
"babel-preset-react-app": "^2.2.0",
"babel-runtime": "^6.23.0",
"case-sensitive-paths-webpack-plugin": "^1.1.2",
"chalk": "^1.1.3",
"commander": "^2.9.0",
"common-tags": "^1.3.1",
"configstore": "^2.0.0",
"css-loader": "^0.26.1",
"css-loader": "^0.28.0",
"express": "^4.13.3",
"file-loader": "^0.9.0",
"find-cache-dir": "^0.1.1",
"json-loader": "^0.5.4",
"json-stringify-safe": "^5.0.1",
"json5": "^0.5.0",
"lodash.pick": "^4.2.0",
"postcss-loader": "1.1.0",
"postcss-loader": "1.3.3",
"qs": "^6.1.0",
"react-modal": "^1.2.0",
"redux": "^3.5.2",
"request": "^2.74.0",
"serve-favicon": "^2.3.0",
"shelljs": "^0.7.4",
"style-loader": "0.13.1",
"url-loader": "^0.5.7",
"style-loader": "0.16.1",
"url-loader": "^0.5.8",
"uuid": "^2.0.3",
"webpack-dev-middleware": "^1.10.1",
"webpack-hot-middleware": "^2.17.1"
"webpack-hot-middleware": "^2.18.0"
},
"peerDependencies": {
"react": "^0.14.7 || ^15.0.0",
"react-dom": "^0.14.7 || ^15.0.0",
"webpack": "^2.3.2"
"webpack": "^2.4.1"
},
"devDependencies": {
"babel-cli": "^6.23.0",
"babel-eslint": "^6.1.2",
"babel-preset-stage-0": "^6.22.0",
"babel-cli": "^6.24.1",
"babel-eslint": "^7.2.3",
"babel-preset-stage-0": "^6.24.1",
"chai": "^3.5.0",
"deep-equal": "^1.0.1",
"enzyme": "^2.2.0",
Expand All @@ -88,7 +88,7 @@
"react-addons-test-utils": "^15.0.1",
"react-dom": "^15.0.0",
"sinon": "^1.17.3",
"webpack": "^2.3.2"
"webpack": "^2.4.1"
},
"main": "dist/client/index.js",
"bin": {
Expand Down
Loading

0 comments on commit ff5c01b

Please sign in to comment.