Skip to content

Commit

Permalink
DEV: Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
davidtaylorhq committed Feb 5, 2025
1 parent 20a97de commit bb9705c
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
{
"private": true,
"devDependencies": {
"@discourse/lint-configs": "2.2.2",
"ember-template-lint": "6.0.0",
"eslint": "9.15.0",
"@discourse/lint-configs": "2.3.1",
"ember-template-lint": "6.1.0",
"eslint": "9.19.0",
"prettier": "2.8.8"
},
"engines": {
"node": ">= 18",
"node": ">= 22",
"npm": "please-use-pnpm",
"yarn": "please-use-pnpm",
"pnpm": ">= 9"
}
},
"packageManager": "pnpm@9.15.5"
}

0 comments on commit bb9705c

Please sign in to comment.