From b959a2312f3dc12030b34595ef00d91c0b7ad7a3 Mon Sep 17 00:00:00 2001 From: Aleksey Kovalevsky Date: Sun, 14 Jan 2024 13:24:08 +0200 Subject: [PATCH] seekingalpha-javascript-style ver. 5.37.7 - PKGs update --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index ed512443..84984ab8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "seekingalpha-javascript-style", - "version": "5.37.6", + "version": "5.37.7", "description": "Set of linting rules, guides and best practices for best Javascript code", "main": "index.js", "type": "module", @@ -45,9 +45,9 @@ }, "devDependencies": { "@seekingalpha/prettier-config-samw": "1.2.0", - "@stylistic/eslint-plugin-js": "1.5.1", + "@stylistic/eslint-plugin-js": "1.5.3", "eslint": "8.56.0", - "eslint-config-seekingalpha-base": "7.10.0", + "eslint-config-seekingalpha-base": "7.11.0", "eslint-config-seekingalpha-node": "5.53.0", "eslint-plugin-array-func": "4.0.0", "eslint-plugin-import": "2.29.1", @@ -57,6 +57,6 @@ "eslint-plugin-unicorn": "50.0.1", "husky": "8.0.3", "lint-staged": "15.2.0", - "prettier": "3.1.1" + "prettier": "3.2.2" } }