mirror of
https://github.com/discourse/discourse.git
synced 2024-11-25 02:15:46 +08:00
116781c748
* Build(deps): Bump ember-cli-htmlbars in /app/assets/javascripts Bumps [ember-cli-htmlbars](https://github.com/ember-cli/ember-cli-htmlbars) from 6.1.1 to 6.2.0. - [Release notes](https://github.com/ember-cli/ember-cli-htmlbars/releases) - [Changelog](https://github.com/ember-cli/ember-cli-htmlbars/blob/master/CHANGELOG.md) - [Commits](https://github.com/ember-cli/ember-cli-htmlbars/compare/v6.1.1...v6.2.0) --- updated-dependencies: - dependency-name: ember-cli-htmlbars dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Load additional files * Update code --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
31 lines
674 B
JSON
31 lines
674 B
JSON
{
|
|
"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"
|
|
],
|
|
"repository": "",
|
|
"dependencies": {
|
|
"discourse-widget-hbs": "1.0.0",
|
|
"ember-auto-import": "^2.6.1",
|
|
"ember-cli": "~3.28.5",
|
|
"ember-cli-babel": "^7.26.10",
|
|
"ember-cli-htmlbars": "^6.2.0",
|
|
"webpack": "^5.75.0"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.21.0"
|
|
},
|
|
"engines": {
|
|
"node": "16.* || >= 18",
|
|
"npm": "please-use-yarn",
|
|
"yarn": ">= 1.21.1"
|
|
},
|
|
"ember": {
|
|
"edition": "default"
|
|
}
|
|
}
|