diff --git a/README.md b/README.md index 961ee2a..cd7417d 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # lumtify +[![Greenkeeper badge](https://badges.greenkeeper.io/sc0Vu/lumtify.svg)](https://greenkeeper.io/) + [![Build Status](https://travis-ci.org/sc0Vu/lumtify.svg?branch=master)](https://travis-ci.org/sc0Vu/lumtify) [![codecov](https://codecov.io/gh/sc0Vu/lumtify/branch/master/graph/badge.svg)](https://codecov.io/gh/sc0Vu/lumtify) [![Dependency Status](https://www.versioneye.com/user/projects/58d7719e6893fd004792c9e7/badge.svg?style=flat-square)](https://www.versioneye.com/user/projects/58d7719e6893fd004792c9e7) diff --git a/package.json b/package.json index 59d6a1d..569016f 100644 --- a/package.json +++ b/package.json @@ -3,13 +3,13 @@ "devDependencies": { "gulp": "^3.9.1", "laravel-elixir": "^6.0.0-9", - "laravel-elixir-vue-2": "^0.2.0", + "laravel-elixir-vue-2": "^0.3.0", "laravel-elixir-webpack-official": "^1.0.2", "lodash": "^4.16.2", "vue": "^2.0.1", "vue-resource": "^1.0.3", - "vue-router": "^2.0.0", - "vuetify": "^0.12.1" + "vue-router": "^3.0.0", + "vuetify": "^0.16.6" }, "scripts": { "prod": "gulp --production", @@ -17,6 +17,6 @@ }, "dependencies": { "marked": "^0.3.6", - "vuex": "^2.2.1" + "vuex": "^3.0.0" } }