Skip to content
This repository has been archived by the owner on Nov 15, 2017. It is now read-only.

Commit

Permalink
Updated deps
Browse files Browse the repository at this point in the history
  • Loading branch information
swernerx committed Jun 13, 2017
1 parent cede4d1 commit 9b53d36
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 21 deletions.
11 changes: 4 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"assets-webpack-plugin": "^3.5.1",
"async": "^2.4.1",
"babel-cli": "^6.24.1",
"babel-core": "^6.24.1",
"babel-core": "^6.25.0",
"babel-jest": "^20.0.3",
"babel-loader": "^7.0.0",
"babel-plugin-lodash": "^3.2.11",
Expand All @@ -75,14 +75,14 @@
"babel-plugin-transform-react-inline-elements": "^6.22.0",
"babel-plugin-transform-react-jsx-self": "^6.22.0",
"babel-plugin-transform-react-jsx-source": "^6.22.0",
"babel-plugin-transform-react-remove-prop-types": "^0.4.5",
"babel-plugin-transform-react-remove-prop-types": "^0.4.6",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-babili": "^0.1.2",
"babel-preset-env": "^1.5.1",
"babel-preset-env": "^1.5.2",
"babel-preset-flow": "^6.23.0",
"babel-preset-react": "^6.24.1",
"babel-runtime": "^6.23.0",
"babel-template": "^6.24.1",
"babel-template": "^6.25.0",
"babili-webpack-plugin": "^0.1.1",
"bluebird": "^3.5.0",
"body-parser": "^1.17.2",
Expand All @@ -93,19 +93,19 @@
"chokidar": "^1.7.0",
"chunk-manifest-webpack-plugin": "^1.1.0",
"cookie-parser": "^1.4.3",
"cross-env": "^5.0.0",
"cross-env": "^5.0.1",
"css-loader": "^0.28.4",
"dotenv": "^4.0.0",
"duplicate-package-checker-webpack-plugin": "^1.2.4",
"express": "^4.15.3",
"express-locale": "^1.0.1",
"extract-text-webpack-plugin": "^2.1.0",
"file-loader": "^0.11.1",
"extract-text-webpack-plugin": "^2.1.2",
"file-loader": "^0.11.2",
"find-root": "^1.0.0",
"fs-extra": "^3.0.1",
"graphql-tag": "^2.2.1",
"graphql-tag": "^2.2.2",
"gulp": "^3.9.1",
"hard-source-webpack-plugin": "^0.3.12",
"hard-source-webpack-plugin": "^0.4.4",
"helmet": "^3.6.1",
"hpp": "^0.2.2",
"html-webpack-plugin": "^2.28.0",
Expand All @@ -127,7 +127,7 @@
"prop-types": "^15.5.10",
"raw-loader": "^0.5.1",
"react": "^15.5.4",
"react-apollo": "^1.2.0",
"react-apollo": "^1.4.2",
"react-dev-utils": "^3.0.0",
"react-dom": "^15.5.4",
"react-helmet": "^5.1.3",
Expand All @@ -146,20 +146,20 @@
"serve-favicon": "^2.4.3",
"shrink-ray": "^0.1.3",
"source-map-support": "^0.4.15",
"style-loader": "^0.18.1",
"style-loader": "^0.18.2",
"uuid": "^3.0.1",
"walker": "^1.0.7",
"webpack": "^2.6.1",
"webpack-bundle-analyzer": "^2.8.2",
"webpack-dev-middleware": "^1.10.2",
"webpack-hot-middleware": "^2.18.0",
"webpack-sources": "^0.2.3",
"webpack-sources": "^1.0.1",
"yaml-loader": "^0.4.0"
},
"devDependencies": {
"prepublish": "^0.16.1",
"readable-code": "^2.3.3",
"rollup": "^0.41.6",
"readable-code": "^3.0.0",
"rollup": "^0.43.0",
"rollup-plugin-executable": "^1.0.0"
}
}

0 comments on commit 9b53d36

Please sign in to comment.