babel 6 -> 7

This commit is contained in:
RainLoop Team 2018-09-18 23:35:41 +03:00
parent 379d012b1f
commit 26c507398f
4 changed files with 1159 additions and 1368 deletions

View file

@ -49,27 +49,27 @@
"firefox esr"
],
"devDependencies": {
"autolinker": "1.7.0",
"babel-core": "6.26.3",
"babel-eslint": "8.2.6",
"babel-loader": "7.1.5",
"babel-plugin-transform-decorators-legacy": "1.3.5",
"babel-plugin-transform-runtime": "6.23.0",
"babel-preset-env": "1.7.0",
"babel-preset-stage-0": "6.24.1",
"babel-runtime": "6.26.0",
"@babel/core": "7.1.0",
"@babel/plugin-proposal-class-properties": "7.1.0",
"@babel/plugin-proposal-decorators": "7.1.0",
"@babel/plugin-transform-runtime": "7.1.0",
"@babel/preset-env": "7.1.0",
"@babel/runtime-corejs2": "7.0.0",
"autolinker": "1.7.1",
"babel-eslint": "9.0.0",
"babel-loader": "8.0.2",
"classnames": "2.2.6",
"copy-webpack-plugin": "4.5.2",
"element-dataset": "2.2.6",
"emailjs-addressparser": "2.0.2",
"es6-object-assign": "1.1.0",
"es6-promise-polyfill": "1.2.0",
"eslint": "5.2.0",
"eslint": "5.6.0",
"gulp": "3.9.1",
"gulp-autoprefixer": "5.0.0",
"gulp-autoprefixer": "6.0.0",
"gulp-cached": "1.1.1",
"gulp-chmod": "2.0.0",
"gulp-clean-css": "3.9.4",
"gulp-clean-css": "3.10.0",
"gulp-concat-util": "0.5.5",
"gulp-eol": "0.2.0",
"gulp-eslint": "5.0.0",
@ -78,7 +78,7 @@
"gulp-header": "2.0.5",
"gulp-if": "2.0.2",
"gulp-less": "4.0.1",
"gulp-livereload": "3.8.1",
"gulp-livereload": "4.0.0",
"gulp-notify": "3.2.0",
"gulp-plumber": "1.2.0",
"gulp-rename": "1.4.0",
@ -116,9 +116,9 @@
"rimraf": "2.6.2",
"run-sequence": "2.2.1",
"simplestatemanager": "4.1.1",
"style-loader": "0.21.0",
"style-loader": "0.23.0",
"underscore": "1.9.1",
"webpack": "4.16.3",
"webpack": "4.19.1",
"webpack-notifier": "1.6.0"
}
}