Update package.json dependencies

This commit is contained in:
RainLoop Team 2017-02-28 21:44:13 +03:00
parent f9df374fa7
commit 77fb74bc4a
16 changed files with 628 additions and 623 deletions

View file

@ -49,23 +49,23 @@
},
"devDependencies": {
"Progress.js": "github:usablica/progress.js",
"autolinker": "1.4.0",
"babel-core": "6.21.0",
"autolinker": "1.4.1",
"babel-core": "^6.23.1",
"babel-eslint": "7.1.1",
"babel-loader": "6.2.10",
"babel-loader": "^6.3.2",
"babel-plugin-transform-decorators-legacy": "1.3.4",
"babel-plugin-transform-runtime": "6.15.0",
"babel-preset-es2015": "6.18.0",
"babel-preset-es2016": "6.16.0",
"babel-preset-stage-0": "6.16.0",
"babel-runtime": "6.20.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-es2015": "^6.22.0",
"babel-preset-es2016": "^6.22.0",
"babel-preset-stage-0": "^6.22.0",
"babel-runtime": "^6.23.0",
"classnames": "2.2.5",
"copy-webpack-plugin": "4.0.1",
"es6-promise-polyfill": "1.2.0",
"gulp": "3.9.1",
"gulp-autoprefixer": "3.1.1",
"gulp-cached": "1.1.1",
"gulp-clean-css": "2.3.2",
"gulp-clean-css": "^3.0.3",
"gulp-concat-util": "0.5.5",
"gulp-eol": "0.1.2",
"gulp-eslint": "3.0.1",
@ -75,16 +75,16 @@
"gulp-ignore": "2.0.2",
"gulp-less": "3.3.0",
"gulp-livereload": "3.8.1",
"gulp-notify": "2.2.0",
"gulp-notify": "^3.0.0",
"gulp-plumber": "1.1.0",
"gulp-rename": "1.2.2",
"gulp-replace": "0.5.4",
"gulp-rimraf": "0.2.1",
"gulp-stripbom": "1.0.4",
"gulp-through": "0.4.0",
"gulp-uglify": "2.0.0",
"gulp-uglify": "^2.0.1",
"gulp-util": "3.0.8",
"gulp-zip": "3.2.0",
"gulp-zip": "^4.0.0",
"ifvisible.js": "1.0.6",
"jquery": "2.2.4",
"jquery-lazyload": "1.9.7",
@ -101,20 +101,20 @@
"matchmedia-polyfill": "0.3.0",
"moment": "2.17.1",
"node-fs": "0.1.7",
"node-notifier": "4.6.1",
"node-notifier": "^5.0.2",
"normalize.css": "5.0.0",
"openpgp": "2.3.5",
"openpgp": "^2.3.8",
"opentip": "2.4.3",
"pikaday": "1.5.1",
"raw-loader": "0.5.1",
"rifraf": "2.0.3",
"rimraf": "2.5.4",
"rimraf": "^2.6.1",
"run-sequence": "1.2.2",
"simplestatemanager": "3.4.0",
"style-loader": "0.13.1",
"style-loader": "^0.13.2",
"tinycon": "github:tommoor/tinycon",
"underscore": "1.8.3",
"webpack": "2.1.0-beta.25",
"webpack": "^2.2.1",
"webpack-notifier": "1.5.0"
}
}