-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
DEV: Bump dependencies and fix linting (#29)
- Loading branch information
1 parent
dc7fa5e
commit 5ddb3fd
Showing
2 changed files
with
744 additions
and
588 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.4.0", | ||
"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" | ||
} | ||
"pnpm": "9.x" | ||
}, | ||
"packageManager": "[email protected]" | ||
} |
Oops, something went wrong.