From 4fa670ba64be2c10411ef14e34a62c0ed383ea58 Mon Sep 17 00:00:00 2001 From: Philipp Date: Thu, 6 Jun 2019 15:55:04 +0200 Subject: [PATCH] Updated packages.json --- .gitignore | 3 ++- package.json | 8 ++++---- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 096746c..bc7e829 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ -/node_modules/ \ No newline at end of file +/node_modules/ +/package-lock.json \ No newline at end of file diff --git a/package.json b/package.json index 6cbc1b7..0d11469 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-config-avidofood", - "version": "1.0.1", + "version": "1.0.2", "description": "Avido Food's base JS ESLint configuration", "main": "index.js", "repository": { @@ -22,11 +22,11 @@ "license": "MIT", "dependencies": { "eslint-config-airbnb-base": "^13.1.0", - "eslint-plugin-import": "^2.16.0", - "eslint-plugin-vue": "^5.1.0", + "eslint-plugin-import": "^2.17.0", + "eslint-plugin-vue": "^5.2.0", "babel-eslint": "^10.0.1" }, "devDependencies": { - "eslint": "^5.13.0" + "eslint": "^5.16.0" } }