Skip to content

Commit

Permalink
Update babel dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
icebob committed Jun 16, 2016
1 parent 33a3e9e commit 87738f5
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@
"author": "Icebob",
"license": "MIT",
"devDependencies": {
"babel-core": "6.7.7",
"babel-core": "6.9.1",
"babel-loader": "6.2.4",
"babel-plugin-transform-runtime": "6.7.5",
"babel-preset-es2015": "6.6.0",
"babel-plugin-transform-runtime": "6.9.0",
"babel-preset-es2015": "6.9.0",
"babel-preset-stage-0": "6.5.0",
"chai": "3.5.0",
"conventional-changelog-cli": "1.1.1",
Expand Down Expand Up @@ -86,14 +86,15 @@
"style-loader": "0.13.1",
"vue-hot-reload-api": "1.3.2",
"vue-html-loader": "1.2.2",
"vue-loader": "8.2.3",
"vue-loader": "8.5.2",
"vue-style-loader": "1.0.0",
"webpack": "1.13.0",
"webpack": "1.13.1",
"webpack-dev-middleware": "1.6.1",
"webpack-dev-server": "1.14.1",
"webpack-merge": "0.12.0"
},
"dependencies": {
"babel-runtime": "6.9.2",
"joi": "8.4.2",
"joi-browser": "8.0.5",
"vue": "1.0.24"
Expand Down

0 comments on commit 87738f5

Please sign in to comment.