discourse/app/assets/javascripts/dialog-holder/package.json
dependabot[bot] 7d201b37ae
Build(deps-dev): Bump webpack from 5.99.9 to 5.101.3 (#34737)
Bumps [webpack](https://github.com/webpack/webpack) from 5.99.9 to
5.101.3.
- [Release notes](https://github.com/webpack/webpack/releases)
-
[Commits](https://github.com/webpack/webpack/compare/v5.99.9...v5.101.3)

---------

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-09-05 14:05:06 +02:00

30 lines
673 B
JSON
Vendored

{
"name": "dialog-holder",
"version": "1.0.0",
"description": "TODO",
"author": "Discourse",
"license": "GPL-2.0-only",
"keywords": [
"ember-addon"
],
"dependencies": {
"a11y-dialog": "8.1.4",
"ember-auto-import": "^2.10.0",
"ember-cli-babel": "^8.2.0",
"ember-cli-htmlbars": "^6.3.0",
"ember-template-imports": "^4.3.0",
"truth-helpers": "workspace:1.0.0"
},
"devDependencies": {
"@types/jquery": "^3.5.33",
"@types/qunit": "^2.19.13",
"@types/rsvp": "^4.0.9",
"webpack": "^5.101.3"
},
"engines": {
"node": ">= 18",
"npm": "please-use-pnpm",
"yarn": "please-use-pnpm",
"pnpm": "^9"
}
}