From 1d779022379578443060fc15fa01b5302411ae0a Mon Sep 17 00:00:00 2001 From: Johanna Szepanski <johanna.szepanski@softhouse.se> Date: Sun, 10 Dec 2023 16:24:26 +0100 Subject: [PATCH] updated eslint packages --- package-lock.json | 20 ++++++++++---------- package.json | 8 ++++---- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/package-lock.json b/package-lock.json index c82a8491..101c9962 100644 --- a/package-lock.json +++ b/package-lock.json @@ -52,13 +52,13 @@ "core-js": "^3.22.3", "cypress": "^12.8.0", "cypress-cucumber-preprocessor": "^4.1.0", - "eslint": "^8.32.0", - "eslint-config-prettier": "^8.6.0", + "eslint": "^8.55.0", + "eslint-config-prettier": "^9.1.0", "eslint-config-react-app": "^7.0.1", "eslint-formatter-gitlab": "^4.0.0", "eslint-plugin-cypress": "^2.12.1", - "eslint-plugin-import": "^2.27.5", - "eslint-plugin-react": "^7.32.1", + "eslint-plugin-import": "^2.29.0", + "eslint-plugin-react": "^7.33.2", "history": "^5.3.0", "html-webpack-plugin": "^4.5.2", "jest-cucumber": "^3.0.1", @@ -16197,9 +16197,9 @@ } }, "node_modules/eslint-config-prettier": { - "version": "8.10.0", - "resolved": "https://registry.npmjs.org/eslint-config-prettier/-/eslint-config-prettier-8.10.0.tgz", - "integrity": "sha512-SM8AMJdeQqRYT9O9zguiruQZaN7+z+E4eAP9oiLNGKMtomwaB1E9dcgUD6ZAn/eQAb52USbvezbiljfZUhbJcg==", + "version": "9.1.0", + "resolved": "https://registry.npmjs.org/eslint-config-prettier/-/eslint-config-prettier-9.1.0.tgz", + "integrity": "sha512-NSWl5BFQWEPi1j4TjVNItzYV7dZXZ+wP6I6ZhrBGpChQhZRUaElihE9uRRkcbRnNb76UMKDF3r+WTmNcGPKsqw==", "dev": true, "bin": { "eslint-config-prettier": "bin/cli.js" @@ -52009,9 +52009,9 @@ } }, "eslint-config-prettier": { - "version": "8.10.0", - "resolved": "https://registry.npmjs.org/eslint-config-prettier/-/eslint-config-prettier-8.10.0.tgz", - "integrity": "sha512-SM8AMJdeQqRYT9O9zguiruQZaN7+z+E4eAP9oiLNGKMtomwaB1E9dcgUD6ZAn/eQAb52USbvezbiljfZUhbJcg==", + "version": "9.1.0", + "resolved": "https://registry.npmjs.org/eslint-config-prettier/-/eslint-config-prettier-9.1.0.tgz", + "integrity": "sha512-NSWl5BFQWEPi1j4TjVNItzYV7dZXZ+wP6I6ZhrBGpChQhZRUaElihE9uRRkcbRnNb76UMKDF3r+WTmNcGPKsqw==", "dev": true, "requires": {} }, diff --git a/package.json b/package.json index f9d635fe..9c25c966 100644 --- a/package.json +++ b/package.json @@ -78,13 +78,13 @@ "core-js": "^3.22.3", "cypress": "^12.8.0", "cypress-cucumber-preprocessor": "^4.1.0", - "eslint": "^8.32.0", - "eslint-config-prettier": "^8.6.0", + "eslint": "^8.55.0", + "eslint-config-prettier": "^9.1.0", "eslint-config-react-app": "^7.0.1", "eslint-formatter-gitlab": "^4.0.0", "eslint-plugin-cypress": "^2.12.1", - "eslint-plugin-import": "^2.27.5", - "eslint-plugin-react": "^7.32.1", + "eslint-plugin-import": "^2.29.0", + "eslint-plugin-react": "^7.33.2", "history": "^5.3.0", "html-webpack-plugin": "^4.5.2", "jest-cucumber": "^3.0.1", -- GitLab