mirror of
https://github.com/discourse/discourse.git
synced 2024-11-25 05:02:24 +08:00
832369942a
* Build(deps): Bump a11y-dialog in /app/assets/javascripts Bumps [a11y-dialog](https://github.com/KittyGiraudel/a11y-dialog) from 7.5.2 to 8.0.0. - [Release notes](https://github.com/KittyGiraudel/a11y-dialog/releases) - [Commits](https://github.com/KittyGiraudel/a11y-dialog/compare/7.5.2...8.0.0) --- updated-dependencies: - dependency-name: a11y-dialog dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * Fix failing test after upgrade --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Penar Musaraj <pmusaraj@gmail.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": "8.0.0",
|
|
"ember-auto-import": "^2.6.3",
|
|
"ember-cli-babel": "^7.26.11",
|
|
"ember-cli-htmlbars": "^6.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"webpack": "^5.88.2"
|
|
},
|
|
"engines": {
|
|
"node": "16.* || >= 18",
|
|
"npm": "please-use-yarn",
|
|
"yarn": ">= 1.21.1"
|
|
}
|
|
}
|