mirror of
https://github.com/discourse/discourse.git
synced 2024-11-24 06:51:04 +08:00
f494e54128
Bumps [webpack](https://github.com/webpack/webpack) from 5.82.0 to 5.82.1. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v5.82.0...v5.82.1) --- updated-dependencies: - dependency-name: webpack dependency-type: direct:production update-type: version-update:semver-patch ... 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.3",
|
|
"ember-cli": "~4.12.0",
|
|
"ember-cli-babel": "^7.26.11",
|
|
"ember-cli-htmlbars": "^6.2.0",
|
|
"webpack": "^5.82.1"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.21.8"
|
|
},
|
|
"engines": {
|
|
"node": "16.* || >= 18",
|
|
"npm": "please-use-yarn",
|
|
"yarn": ">= 1.21.1"
|
|
},
|
|
"ember": {
|
|
"edition": "default"
|
|
}
|
|
}
|