Skip to content

Commit

Permalink
DEV: add js-yaml to package.json (#40)
Browse files Browse the repository at this point in the history
* DEV: add js-yaml to package.json

Co-authored-by: tyb-talks <133760061+tyb-talks@users.noreply.github.com>
  • Loading branch information
tyb-talks and tyb-talks authored Oct 28, 2024
1 parent b047412 commit 3e007fd
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
2 changes: 2 additions & 0 deletions lib/deprecation_collector/deprecation-ids.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ discourse_deprecation_ids:
- discourse.decorate-plugin-outlet
- discourse.decorate-topic-title
- discourse.deprecation-that-should-not-be-logged
- discourse.discourse-debounce
- discourse.discovery-topics-controller
- discourse.fa-icon
- discourse.fontawesome-6-upgrade
Expand Down Expand Up @@ -85,6 +86,7 @@ discourse_deprecation_ids:
- discourse.topic-list-find
- discourse.topic.totalUnread
- discourse.uploads.display-error-for-upload
- discourse.uppy-upload-mixin
- discourse.user-menu.panel-component-class
- discourse.user.resolved-timezone
- discourse.user.userOptions
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
"content-tag": "^2.0.1",
"ember-template-lint": "6.0.0",
"eslint": "8.57.1",
"prettier": "2.8.8"
"prettier": "2.8.8",
"js-yaml": "^4.1.0"
},
"engines": {
"node": ">= 18",
Expand Down
3 changes: 3 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3e007fd

Please sign in to comment.