Update dependencies (#412)

This commit is contained in:
Paulus Schoutsen 2017-08-27 14:09:02 -07:00 committed by GitHub
parent 24c16aa1fc
commit 632f2bdaa7
3 changed files with 508 additions and 317 deletions

View File

@ -22,12 +22,12 @@
"dependencies": {
"es6-object-assign": "^1.1.0",
"home-assistant-js-websocket": "^1.1.0",
"preact": "^8.1.0"
"preact": "^8.2.4"
},
"devDependencies": {
"babel-core": "^6.25.0",
"babel-core": "^6.26.0",
"babel-plugin-external-helpers": "^6.22.0",
"babel-plugin-transform-object-rest-spread": "^6.23.0",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-plugin-transform-react-jsx": "^6.24.1",
"babel-preset-babili": "^0.1.4",
"babel-preset-es2015": "^6.24.1",
@ -40,8 +40,8 @@
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-react": "^7.0.0",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-filter": "^5.0.0",
"gulp-babel": "^7.0.0",
"gulp-filter": "^5.0.1",
"gulp-html-minifier": "^0.1.8",
"gulp-if": "^2.0.2",
"gulp-rename": "^1.2.2",
@ -54,20 +54,20 @@
"polymer-analyzer": "^2.2.2",
"polymer-build": "^2.0.0",
"polymer-bundler": "^3.0.1",
"polymer-cli": "^1.3.1",
"polymer-cli": "^1.5.2",
"polymer-lint": "^0.8.3",
"require-dir": "^0.3.2",
"rollup": "^0.45.2",
"rollup-plugin-babel": "^2.7.1",
"rollup-plugin-commonjs": "^8.0.2",
"rollup": "^0.48.2",
"rollup-plugin-babel": "^3.0.2",
"rollup-plugin-commonjs": "^8.2.0",
"rollup-plugin-node-resolve": "^3.0.0",
"rollup-plugin-replace": "^1.1.1",
"rollup-plugin-uglify": "^2.0.1",
"rollup-watch": "^4.3.1",
"run-sequence": "^2.1.0",
"sw-precache": "^5.2.0",
"uglify-js": "^3.0.27",
"uglify-js": "^3.0.28",
"vulcanize": "^1.16.0",
"web-component-tester": "^6.0.0"
"web-component-tester": "^6.1.3"
}
}

View File

@ -1,6 +1,4 @@
<link rel="import" href='../bower_components/polymer/polymer-element.html'>
<!-- imported as first element so we can render the placeholder -->
<link rel='import' href='../bower_components/paper-spinner/paper-spinner.html'>
<link rel='import' href='./util/roboto.html'>
<link rel='import' href='../bower_components/paper-styles/typography.html'>
<link rel='import' href='../bower_components/iron-flex-layout/iron-flex-layout-classes.html'>

801
yarn.lock

File diff suppressed because it is too large Load Diff