Skip to content

Commit

Permalink
DEV: Bump dependencies and fix linting (#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidtaylorhq authored Feb 6, 2025
1 parent 40e811f commit 2efca77
Show file tree
Hide file tree
Showing 3 changed files with 745 additions and 589 deletions.
2 changes: 1 addition & 1 deletion javascripts/discourse/initializers/init-topic-excerpts.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { apiInitializer } from "discourse/lib/api";
import { withSilencedDeprecations } from "discourse-common/lib/deprecated";
import { withSilencedDeprecations } from "discourse/lib/deprecated";

export default apiInitializer("0.8", (api) => {
api.registerValueTransformer("topic-list-item-expand-pinned", () => true);
Expand Down
13 changes: 7 additions & 6 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.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]"
}
Loading

0 comments on commit 2efca77

Please sign in to comment.