From f2440d84e06513d6a8d69dd1de8ef089b844f117 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Guitaut?= Date: Tue, 28 May 2024 11:33:51 +0200 Subject: [PATCH] DEV: Update rubocop-discourse to version 3.8.0 (#52) --- Gemfile.lock | 2 +- package.json | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index a0719c1..27fcd63 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -86,4 +86,4 @@ DEPENDENCIES syntax_tree BUNDLED WITH - 2.5.5 + 2.5.10 diff --git a/package.json b/package.json index a26dc64..b032ece 100644 --- a/package.json +++ b/package.json @@ -1,9 +1,9 @@ { "private": true, "devDependencies": { - "@discourse/lint-configs": "^1.3.5", - "ember-template-lint": "^5.13.0", - "eslint": "^8.56.0", - "prettier": "^2.8.8" + "@discourse/lint-configs": "1.3.9", + "ember-template-lint": "6.0.0", + "eslint": "8.57.0", + "prettier": "2.8.8" } }