From f819d67337446d1e0ad553de9f01e977240bf0d6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 16 Mar 2023 19:54:41 +0000 Subject: [PATCH] Replace dependency babel-eslint with @babel/eslint-parser ^7.11.0 --- islanders-client/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/islanders-client/package.json b/islanders-client/package.json index ef6d8741..a9308494 100644 --- a/islanders-client/package.json +++ b/islanders-client/package.json @@ -43,7 +43,7 @@ "@vue/eslint-config-typescript": "^7.0.0", "@vue/test-utils": "^1.0.0-beta.32", "babel-core": "7.0.0-bridge.0", - "babel-eslint": "^10.1.0", + "@babel/eslint-parser": "^7.11.0", "eslint": "^7.20.0", "eslint-config-airbnb-base": "^14.2.1", "eslint-plugin-import": "^2.20.2",