Unverified Commit 232597c4 by David Taylor Committed by GitHub

DEV: Bump dependencies and fix linting (#13)

parent f614333f
import { apiInitializer } from "discourse/lib/api";
import getURL from "discourse-common/lib/get-url";
import getURL from "discourse/lib/get-url";
export default apiInitializer("1.8.0", (api) => {
api.registerHomeLogoHrefCallback(() => {
......
{
"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": "pnpm@9.15.5"
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment