diff --git a/package.json b/package.json index d7f758eb6a..40dafcc175 100644 --- a/package.json +++ b/package.json @@ -21,20 +21,20 @@ "license": "MIT", "dependencies": { "classnames": "^2.2.5", - "home-assistant-js": "git+https://github.com/home-assistant/home-assistant-js.git#944b1bf02ed371e8cd657a37dc4efeb1fd51df71", + "home-assistant-js": "git+https://github.com/home-assistant/home-assistant-js.git#261d260ba185b384632f7db9058ef436ecdcb97f", "moment": "^2.13.0" }, "devDependencies": { - "babel-core": "^6.8", + "babel-core": "^6.9", "babel-loader": "^6.2", "babel-preset-es2015-webpack": "^6.4.1", "bower": "^1.7.9", - "eslint": "^2.9.0", + "eslint": "^2.12.0", "eslint-config-airbnb-base": "^3.0.1", "eslint-plugin-import": "^1.7.0", "html-minifier": "^2.1.3", "sw-precache": "^3.2.0", "vulcanize": "^1.14.8", - "webpack": "^2.1.0-beta.7" + "webpack": "^2.1.0-beta.13" } } diff --git a/webpack.config.js b/webpack.config.js index 275bdaa53a..b88d2e5aed 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -1,5 +1,5 @@ var path = require('path'); -var webpack = require("webpack"); +var webpack = require('webpack'); var definePlugin = new webpack.DefinePlugin({ __DEV__: JSON.stringify(JSON.parse(process.env.BUILD_DEV || 'true')),