mirror of
https://github.com/discourse/discourse.git
synced 2024-11-25 00:25:53 +08:00
c8232792eb
Bumps [webpack](https://github.com/webpack/webpack) from 5.81.0 to 5.82.0. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v5.81.0...v5.82.0) --- updated-dependencies: - dependency-name: webpack dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
25 lines
484 B
JSON
25 lines
484 B
JSON
{
|
|
"name": "dialog-holder",
|
|
"version": "1.0.0",
|
|
"description": "TODO",
|
|
"author": "Discourse",
|
|
"license": "GPL-2.0-only",
|
|
"keywords": [
|
|
"ember-addon"
|
|
],
|
|
"dependencies": {
|
|
"a11y-dialog": "7.5.2",
|
|
"ember-auto-import": "^2.6.3",
|
|
"ember-cli-babel": "^7.26.11",
|
|
"ember-cli-htmlbars": "^6.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"webpack": "^5.82.0"
|
|
},
|
|
"engines": {
|
|
"node": "16.* || >= 18",
|
|
"npm": "please-use-yarn",
|
|
"yarn": ">= 1.21.1"
|
|
}
|
|
}
|