From 353641bb62a5e1c6fa5a344985fa25f2d2826e64 Mon Sep 17 00:00:00 2001 From: edwmurph <20996513+edwmurph@users.noreply.github.com> Date: Sat, 10 Sep 2022 08:07:52 -0400 Subject: [PATCH] 5.0.0 upgraded deps; breaking changes for eslint-plugin-vue --- package.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/package.json b/package.json index 6cec7d8..15cd131 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@edwmurph/eslint-config", - "version": "4.0.0", + "version": "5.0.0", "description": "my eslint configs", "main": "index.js", "scripts": { @@ -9,15 +9,15 @@ "test": "echo \"Error: no test specified\" && exit 1" }, "dependencies": { - "@next/eslint-plugin-next": "12.1.0", - "@starryinternet/eslint-plugin-starry": "8.0.0", - "@vue/cli-plugin-eslint": "5.0.1", - "eslint": "8.10.0", + "@next/eslint-plugin-next": "12.3.0", + "@starryinternet/eslint-plugin-starry": "8.1.0", + "@vue/cli-plugin-eslint": "5.0.8", + "eslint": "8.23.0", "eslint-config-airbnb-base": "15.0.0", - "eslint-plugin-import": "2.25.4", + "eslint-plugin-import": "2.26.0", "eslint-plugin-node": "11.1.0", - "eslint-plugin-react": "7.29.2", - "eslint-plugin-vue": "8.5.0" + "eslint-plugin-react": "7.31.8", + "eslint-plugin-vue": "9.4.0" }, "engines": { "node": ">= 16"