diff --git a/package.json b/package.json index f6922cc..5b68c21 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vue-echo-laravel", - "version": "0.0.3", + "version": "0.0.4", "description": "It's a laravel/echo wrapper for Vue JS ^2.0. This Vue plugin injects a Laravel Echo instance into all of your vue instances, allowing for a simple channel subscription on each instance, or using Laravel Echo through this.$echo. It will be synced with lates version of echo repo", "main": "dist/build.js", "scripts": { @@ -8,7 +8,7 @@ "test": "echo \"Error: no test specified\" && exit 1" }, "dependencies": { - "laravel-echo": "^1.3.1", + "laravel-echo": "^1.3.2", "pusher-js": "^4.1.0" }, "devDependencies": { @@ -16,7 +16,7 @@ "babel-loader": "^7.1.1", "babel-preset-es2015": "^6.24.1", "babel-preset-stage-0": "^6.24.1", - "cross-env": "^5.0.1", + "cross-env": "^5.0.4", "webpack": "^3.3.0" }, "repository": {