Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
icebob committed Feb 15, 2017
1 parent dc08fbf commit 4b2e1f7
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,18 +43,18 @@
"author": "Icebob",
"license": "MIT",
"devDependencies": {
"babel-core": "6.22.1",
"babel-loader": "6.2.10",
"babel-core": "6.23.1",
"babel-loader": "6.3.1",
"babel-plugin-lodash": "3.2.11",
"babel-plugin-transform-runtime": "6.22.0",
"babel-plugin-transform-runtime": "6.23.0",
"babel-preset-es2015": "6.22.0",
"babel-preset-stage-2": "6.22.0",
"chai": "3.5.0",
"conventional-changelog-cli": "1.2.0",
"conventional-github-releaser": "1.1.3",
"coveralls": "2.11.15",
"coveralls": "2.11.16",
"css-loader": "0.26.1",
"eslint": "3.14.1",
"eslint": "3.15.0",
"eslint-friendly-formatter": "2.0.7",
"eslint-loader": "1.6.1",
"eslint-plugin-html": "2.0.0",
Expand All @@ -66,12 +66,12 @@
"isparta-loader": "2.0.0",
"jade": "1.11.0",
"jade-loader": "0.8.0",
"karma": "1.3.0",
"karma": "1.4.1",
"karma-chai": "0.1.0",
"karma-chrome-launcher": "1.0.1",
"karma-coverage": "1.1.1",
"karma-coveralls": "1.1.2",
"karma-mocha": "1.2.0",
"karma-mocha": "1.3.0",
"karma-phantomjs-launcher": "1.0.2",
"karma-sinon-chai": "1.2.4",
"karma-sourcemap-loader": "0.3.7",
Expand All @@ -96,12 +96,12 @@
"vue-style-loader": "1.0.0",
"vue-template-compiler": "2.1.10",
"webpack": "1.14.0",
"webpack-dev-middleware": "1.9.0",
"webpack-dev-middleware": "1.10.0",
"webpack-dev-server": "1.16.2",
"webpack-merge": "0.14.1"
},
"dependencies": {
"babel-runtime": "6.22.0",
"babel-runtime": "6.23.0",
"vue": "2.1.10"
}
}

0 comments on commit 4b2e1f7

Please sign in to comment.