DEV: Update rubocop-discourse to version 3.8.0 (#52)

This commit is contained in:
Loïc Guitaut 2024-05-28 11:33:51 +02:00 committed by GitHub
parent bfa4e2dda1
commit f2440d84e0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

View File

@ -86,4 +86,4 @@ DEPENDENCIES
syntax_tree
BUNDLED WITH
2.5.5
2.5.10

View File

@ -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"
}
}