discourse/app/assets/javascripts/discourse-plugins/package.json
dependabot[bot] 06b1d88c90
Build(deps-dev): Bump webpack from 5.100.2 to 5.101.0 (#33899)
Bumps [webpack](https://github.com/webpack/webpack) from 5.100.2 to
5.101.0.
- [Release notes](https://github.com/webpack/webpack/releases)
-
[Commits](https://github.com/webpack/webpack/compare/v5.100.2...v5.101.0)

---------

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>
2025-07-28 17:53:05 +02:00

32 lines
767 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"
],
"dependencies": {
"@babel/core": "^7.28.0",
"deprecation-silencer": "workspace:1.0.0",
"discourse-widget-hbs": "workspace:1.0.0",
"ember-cli-babel": "^8.2.0",
"ember-cli-htmlbars": "^6.3.0",
"ember-template-imports": "^4.3.0",
"ember-this-fallback": "^0.4.0"
},
"devDependencies": {
"ember-cli": "~6.5.0",
"webpack": "^5.101.0"
},
"engines": {
"node": ">= 18",
"npm": "please-use-pnpm",
"yarn": "please-use-pnpm",
"pnpm": "^9"
},
"ember": {
"edition": "default"
}
}