Skip to content

Commit

Permalink
dep updated
Browse files Browse the repository at this point in the history
  • Loading branch information
mirari committed Aug 16, 2017
1 parent 8b0f2b2 commit 4e04eb9
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 7 deletions.
11 changes: 8 additions & 3 deletions .babelrc
@@ -1,6 +1,11 @@
{
"presets": ["es2015", "stage-2"],
"plugins": ["transform-runtime"],
"presets": [
["es2015", { "modules": false }],
"stage-2"
],
"plugins": [
"transform-export-extensions",
"transform-vue-jsx"
],
"comments": false
}

14 changes: 10 additions & 4 deletions package.json
Expand Up @@ -31,12 +31,17 @@
},
"devDependencies": {
"autoprefixer": "^6.7.7",
"babel-core": "^6.21.0",
"babel-core": "^6.22.1",
"babel-eslint": "^7.1.1",
"babel-loader": "^6.4.0",
"babel-helper-vue-jsx-merge-props": "^2.0.2",
"babel-loader": "^6.2.10",
"babel-plugin-component": "^0.9.1",
"babel-plugin-syntax-jsx": "^6.18.0",
"babel-plugin-transform-export-extensions": "^6.8.0",
"babel-preset-es2015": "^6.14.0",
"babel-preset-stage-2": "^6.17.0",
"babel-plugin-transform-vue-jsx": "^3.4.2",
"babel-polyfill": "^6.22.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-2": "^6.22.0",
"connect-history-api-fallback": "^1.3.0",
"cross-env": "^3.1.3",
"css-loader": "^0.27.1",
Expand All @@ -53,6 +58,7 @@
"express": "^4.15.2",
"extract-text-webpack-plugin": "^2.0.0-beta.4",
"file-loader": "^0.10.1",
"gh-pages": "^1.0.0",
"html-webpack-plugin": "^2.25.0",
"http-proxy-middleware": "^0.17.4",
"imports-loader": "^0.7.0",
Expand Down

0 comments on commit 4e04eb9

Please sign in to comment.