mirror of
https://github.com/discourse/discourse.git
synced 2026-08-06 13:08:40 +08:00
Bumps [ember-template-imports](https://github.com/ember-template-imports/ember-template-imports) from 4.3.0 to 4.4.0. - [Release notes](https://github.com/ember-template-imports/ember-template-imports/releases) - [Changelog](https://github.com/ember-cli/ember-template-imports/blob/master/CHANGELOG.md) - [Commits](https://github.com/ember-template-imports/ember-template-imports/commits) --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Discourse CI <ci@ci.invalid>
31 lines
719 B
JSON
Vendored
31 lines
719 B
JSON
Vendored
{
|
|
"name": "discourse-plugins",
|
|
"version": "1.0.0",
|
|
"description": "An addon providing a broccoli tree for each Discourse plugin",
|
|
"author": "Discourse",
|
|
"license": "GPL-2.0-only",
|
|
"keywords": [
|
|
"ember-addon"
|
|
],
|
|
"dependencies": {
|
|
"@babel/core": "^7.28.5",
|
|
"deprecation-silencer": "workspace:1.0.0",
|
|
"ember-cli-babel": "^8.2.0",
|
|
"ember-cli-htmlbars": "^7.0.0",
|
|
"ember-template-imports": "^4.4.0",
|
|
"ember-this-fallback": "^0.4.0"
|
|
},
|
|
"devDependencies": {
|
|
"ember-cli": "~6.9.1",
|
|
"webpack": "5.99.9"
|
|
},
|
|
"engines": {
|
|
"node": ">= 18",
|
|
"npm": "please-use-pnpm",
|
|
"yarn": "please-use-pnpm",
|
|
"pnpm": "^10"
|
|
},
|
|
"ember": {
|
|
"edition": "default"
|
|
}
|
|
}
|