From c35df91c73438997af6cc734b894d8d5f936079d Mon Sep 17 00:00:00 2001 From: Darrel O'Pry Date: Thu, 18 Mar 2021 14:52:34 -0400 Subject: [PATCH] chore: update eslint --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 9260029..c996589 100644 --- a/package.json +++ b/package.json @@ -53,10 +53,10 @@ "@testing-library/cypress": "6.0.0", "autoprefixer": "9.8.6", "cypress": "4.12.1", - "eslint": "7.6.0", - "eslint-config-prettier": "6.11.0", - "eslint-plugin-cypress": "2.11.1", - "eslint-plugin-svelte3": "2.7.3", + "eslint": "7.22.0", + "eslint-config-prettier": "8.1.0", + "eslint-plugin-cypress": "2.11.2", + "eslint-plugin-svelte3": "3.1.2", "gh-pages": "3.1.0", "lint-staged": "10.2.11", "postcss": "7.0.32",