Skip to content

Commit a08a8e1

Browse files
committed
⬆️ Обновил зависимости
1 parent 84dec7f commit a08a8e1

File tree

3 files changed

+14
-13
lines changed

3 files changed

+14
-13
lines changed

.babelrc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"presets": ["es2015"]
3+
}

config/webpack.config.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@ module.exports = {
2626
exclude: /node_modules|build/,
2727
loader: 'babel-loader',
2828
query: {
29-
optional: 'runtime',
30-
stage: 1,
3129
cacheDirectory: true
3230
}
3331
}]

package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -8,30 +8,30 @@
88
"prismjs-default-theme": "0.0.1"
99
},
1010
"devDependencies": {
11-
"babel-core": "^5.8.25",
12-
"babel-loader": "^5.3.2",
13-
"babel-runtime": "^5.8.25",
14-
"browser-sync": "^2.9.8",
11+
"babel-core": "^6.1.2",
12+
"babel-loader": "^6.1.0",
13+
"babel-preset-es2015": "^6.1.2",
14+
"browser-sync": "^2.10.0",
1515
"css-mqpacker": "^4.0.0",
16-
"eslint": "^1.5.1",
17-
"fs-extra": "^0.26.0",
16+
"eslint": "^1.9.0",
17+
"fs-extra": "^0.26.2",
1818
"gulp": "gulpjs/gulp#4.0",
1919
"gulp-compile-handlebars": "^0.5.0",
2020
"gulp-minify-css": "^1.2.1",
21-
"gulp-postcss": "^6.0.0",
21+
"gulp-postcss": "^6.0.1",
2222
"gulp-rename": "^1.2.2",
2323
"hbs-helpers": "^1.0.3",
2424
"husky": "^0.10.1",
2525
"merge": "^1.2.0",
2626
"node-libs-browser": "^0.5.3",
2727
"postcss-assets": "^3.0.2",
28-
"postcss-css-variables": "^0.5.0",
28+
"postcss-css-variables": "^0.5.1",
2929
"postcss-cssnext": "^2.2.0",
30-
"postcss-import": "^7.0.0",
31-
"postcss-mixins": "^2.1.0",
30+
"postcss-import": "^7.1.3",
31+
"postcss-mixins": "^2.1.1",
3232
"postcss-nested": "^1.0.0",
3333
"require-dir": "^0.3.0",
34-
"webpack": "^1.12.2",
34+
"webpack": "^1.12.4",
3535
"webpack-stream": "^2.1.1"
3636
},
3737
"scripts": {

0 commit comments

Comments
 (0)