Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
icebob committed Jan 30, 2017
1 parent e57725c commit f4e5709
Showing 1 changed file with 27 additions and 26 deletions.
53 changes: 27 additions & 26 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,21 +39,21 @@
"author": "Icebob",
"license": "MIT",
"devDependencies": {
"babel-core": "6.17.0",
"babel-loader": "6.2.5",
"babel-plugin-transform-runtime": "6.15.0",
"babel-preset-es2015": "6.16.0",
"babel-preset-stage-2": "6.17.0",
"babel-core": "6.22.1",
"babel-loader": "6.2.10",
"babel-plugin-transform-runtime": "6.22.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.14",
"css-loader": "0.25.0",
"eslint": "3.7.1",
"eslint-friendly-formatter": "2.0.6",
"eslint-loader": "1.5.0",
"eslint-plugin-html": "1.5.3",
"eslint-plugin-vue": "0.1.1",
"coveralls": "2.11.15",
"css-loader": "0.26.1",
"eslint": "3.14.1",
"eslint-friendly-formatter": "2.0.7",
"eslint-loader": "1.6.1",
"eslint-plugin-html": "2.0.0",
"eslint-plugin-vue": "1.0.0",
"extract-text-webpack-plugin": "1.0.1",
"fakerator": "0.3.0",
"gitbook-cli": "2.3.0",
Expand All @@ -72,31 +72,32 @@
"karma-sourcemap-loader": "0.3.7",
"karma-spec-reporter": "0.0.26",
"karma-webpack": "1.8.0",
"lodash": "4.16.3",
"lolex": "1.5.1",
"lodash": "4.17.4",
"lolex": "1.5.2",
"mocha": "2.5.3",
"mocha-generators": "1.2.0",
"mocha-loader": "0.7.1",
"moment": "2.15.1",
"moment": "2.17.1",
"node-sass": "3.10.1",
"phantomjs-prebuilt": "2.1.13",
"phantomjs-prebuilt": "2.1.14",
"sass-loader": "3.2.0",
"sinon": "1.17.6",
"sinon": "1.17.7",
"sinon-chai": "2.8.0",
"stats-webpack-plugin": "0.4.2",
"stats-webpack-plugin": "0.4.3",
"style-loader": "0.13.1",
"vue-hot-reload-api": "2.0.6",
"vue-hot-reload-api": "2.0.8",
"vue-html-loader": "1.2.3",
"vue-loader": "10.0.0",
"vue-loader": "10.1.2",
"vue-multiselect": "2.0.0-beta.13",
"vue-style-loader": "1.0.0",
"vue-template-compiler": "2.1.3",
"webpack": "1.13.2",
"webpack-dev-middleware": "1.8.3",
"webpack-dev-server": "1.16.1",
"vue-template-compiler": "2.1.10",
"webpack": "1.14.0",
"webpack-dev-middleware": "1.9.0",
"webpack-dev-server": "1.16.2",
"webpack-merge": "0.14.1"
},
"dependencies": {
"babel-runtime": "6.11.6",
"vue": "2.1.3"
"babel-runtime": "6.22.0",
"vue": "2.1.10"
}
}

0 comments on commit f4e5709

Please sign in to comment.