Skip to content

Commit

Permalink
DEV: Bump dependencies and fix linting (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidtaylorhq authored Feb 6, 2025
1 parent c3779cd commit 96b4f77
Show file tree
Hide file tree
Showing 4 changed files with 746 additions and 590 deletions.
2 changes: 1 addition & 1 deletion assets/javascripts/discourse/components/wiki-username.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { schedule } from "@ember/runloop";
import { service } from "@ember/service";
import { classNameBindings, tagName } from "@ember-decorators/component";
import $ from "jquery";
import discourseComputed from "discourse-common/utils/decorators";
import discourseComputed from "discourse/lib/decorators";

@classNameBindings(":wiki-username")
@tagName("h2")
Expand Down
2 changes: 1 addition & 1 deletion assets/javascripts/discourse/initializers/wikimedia.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import discourseComputed from "discourse/lib/decorators";
import { withPluginApi } from "discourse/lib/plugin-api";
import discourseComputed from "discourse-common/utils/decorators";

export default {
name: "wikimedia",
Expand Down
13 changes: 7 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,16 @@
"name": "discourse-wikimedia-auth",
"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"
}
Loading

0 comments on commit 96b4f77

Please sign in to comment.