From 1000b0f662b85546f02153cd878ac65b85c67a75 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Iv=C3=A1n=20Ovejero?= Date: Thu, 19 Aug 2021 13:06:51 +0200 Subject: [PATCH] :package: Update deps in editor-ui --- packages/editor-ui/package.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/editor-ui/package.json b/packages/editor-ui/package.json index da845f3686..8c3beb63c1 100644 --- a/packages/editor-ui/package.json +++ b/packages/editor-ui/package.json @@ -45,8 +45,8 @@ "@types/node": "^14.14.40", "@types/quill": "^2.0.1", "@types/uuid": "^8.3.0", - "@typescript-eslint/eslint-plugin": "^2.13.0", - "@typescript-eslint/parser": "^2.13.0", + "@typescript-eslint/eslint-plugin": "^4.29.0", + "@typescript-eslint/parser": "^4.29.0", "@vue/cli-plugin-babel": "^4.1.2", "@vue/cli-plugin-eslint": "^4.1.2", "@vue/cli-plugin-typescript": "~4.5.6", @@ -61,9 +61,9 @@ "cross-env": "^7.0.2", "dateformat": "^3.0.3", "element-ui": "~2.13.0", - "eslint": "^6.8.0", - "eslint-plugin-import": "^2.19.1", - "eslint-plugin-vue": "^6.1.1", + "eslint": "^7.32.0", + "eslint-plugin-cypress": "^2.11.3", + "eslint-plugin-vue": "^7.16.0", "file-saver": "^2.0.2", "flatted": "^2.0.0", "jquery": "^3.4.1",