From cb7ea330a91ea7af2cac8ab71144f487a8c0cd59 Mon Sep 17 00:00:00 2001 From: Kyle Mathews Date: Thu, 18 Aug 2016 12:49:53 -0700 Subject: [PATCH] Update dependencies --- package.json | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/package.json b/package.json index 9b74f4655df85..1b36fa3064806 100644 --- a/package.json +++ b/package.json @@ -17,11 +17,11 @@ }, "dependencies": { "async": "^1.2.1", - "babel-core": "^6.11.4", - "babel-loader": "^6.2.4", + "babel-core": "^6.13.2", + "babel-loader": "^6.2.5", "babel-plugin-add-module-exports": "^0.2.1", "babel-plugin-transform-object-assign": "^6.8.0", - "babel-preset-es2015": "^6.9.0", + "babel-preset-es2015": "^6.13.2", "babel-preset-react": "^6.11.1", "babel-preset-react-hmre": "^1.1.1", "babel-preset-stage-0": "^6.5.0", @@ -40,7 +40,7 @@ "glob": "^7.0.5", "hapi": "^8.5.1", "hapi-webpack-plugin": "^1.3.0", - "highlight.js": "^9.5.0", + "highlight.js": "^9.6.0", "history": "^2.1.2", "html-frontmatter": "^1.6.0", "invariant": "^2.2.1", @@ -49,8 +49,8 @@ "less": "^2.7.1", "less-loader": "^2.2.0", "loader-utils": "^0.2.15", - "lodash": "^4.14.1", - "markdown-it": "^7.0.0", + "lodash": "^4.15.0", + "markdown-it": "^7.0.1", "moment": "^2.14.1", "negotiator": "^0.6.1", "node-cjsx": "^1.0.0", @@ -63,7 +63,7 @@ "postcss-browser-reporter": "^0.5.0", "postcss-cssnext": "^2.7.0", "postcss-import": "^8.1.2", - "postcss-loader": "^0.9.1", + "postcss-loader": "^0.10.1", "postcss-reporter": "^1.4.1", "raw-loader": "^0.5.1", "react": "^15.3.0", @@ -71,7 +71,7 @@ "react-dom": "^15.3.0", "react-hot-loader": "^1.3.0", "react-router": "^2.6.1", - "react-router-scroll": "^0.2.1", + "react-router-scroll": "^0.3.1", "sass-loader": "^3.1.2", "slash": "^1.0.0", "static-site-generator-webpack-plugin": "^2.1.0", @@ -79,20 +79,20 @@ "toml": "^2.2.2", "toml-loader": "^1.0.0", "tracer": "^0.8.3", - "typography": "^0.12.1", + "typography": "^0.13.0", "url-loader": "^0.5.7", - "webpack": "^1.13.1", + "webpack": "^1.13.2", "webpack-configurator": "^0.3.0", "webpack-hot-middleware": "^2.12.2", "webpack-require": "0.0.16", "yaml-loader": "^0.4.0" }, "devDependencies": { - "ava": "^0.15.2", + "ava": "^0.16.0", "ava-http": "^0.2.1", "babel-cli": "^6.11.4", "babel-eslint": "^6.1.2", - "babel-plugin-lodash": "^3.2.6", + "babel-plugin-lodash": "^3.2.8", "babel-plugin-transform-flow-strip-types": "^6.8.0", "babel-register": "^6.11.6", "bluebird": "^3.4.1", @@ -101,8 +101,8 @@ "eslint-config-airbnb": "^9.0.1", "eslint-plugin-ava": "^2.5.0", "eslint-plugin-flow-vars": "^0.5.0", - "eslint-plugin-flowtype": "^2.4.0", - "eslint-plugin-import": "^1.12.0", + "eslint-plugin-flowtype": "^2.7.1", + "eslint-plugin-import": "^1.13.0", "eslint-plugin-jsx-a11y": "1.5.3", "eslint-plugin-react": "^5.2.2", "flow-bin": "^0.30.0",