mirror of
https://github.com/discourse/discourse.git
synced 2024-11-24 21:16:08 +08:00
20fd81c2dc
This prevents a storm of deprecation messages in the developer console. We'll be working through and enabling these one-by-one over the coming weeks/months. A dummy `discourse-ensure-deprecation-order` package is introduced to ensure that deprecation-workflow is loaded before `@ember/jquery`. This ensures that the `@ember/jquery`-triggered deprecation warnings can be silenced correctly This also introduces a system for silencing CLI warnings.
16 lines
261 B
JSON
16 lines
261 B
JSON
{
|
|
"private": true,
|
|
"workspaces": [
|
|
"discourse",
|
|
"admin",
|
|
"discourse-common",
|
|
"discourse-ensure-deprecation-order",
|
|
"discourse-hbr",
|
|
"discourse-widget-hbs",
|
|
"pretty-text",
|
|
"select-kit",
|
|
"truth-helpers",
|
|
"wizard"
|
|
]
|
|
}
|