mirror of
https://github.com/discourse/discourse.git
synced 2024-11-25 06:30:15 +08:00
75cd3821c6
Bumps [webpack](https://github.com/webpack/webpack) from 5.76.2 to 5.76.3. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v5.76.2...v5.76.3) --- 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>
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.1",
|
|
"ember-cli-babel": "^7.26.10",
|
|
"ember-cli-htmlbars": "^6.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"webpack": "^5.76.3"
|
|
},
|
|
"engines": {
|
|
"node": "16.* || >= 18",
|
|
"npm": "please-use-yarn",
|
|
"yarn": ">= 1.21.1"
|
|
}
|
|
}
|