mirror of
https://github.com/discourse/discourse.git
synced 2024-11-28 19:53:53 -06:00
810177fcea
Bumps the types group with 1 update: [@types/qunit](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/qunit). Updates `@types/qunit` from 2.19.10 to 2.19.11 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/qunit) --- updated-dependencies: - dependency-name: "@types/qunit" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: types ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
31 lines
673 B
JSON
31 lines
673 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.1.1",
|
|
"ember-auto-import": "^2.8.1",
|
|
"ember-cli-babel": "^8.2.0",
|
|
"ember-cli-htmlbars": "^6.3.0",
|
|
"ember-template-imports": "^4.1.3",
|
|
"truth-helpers": "workspace:1.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/jquery": "^3.5.31",
|
|
"@types/qunit": "^2.19.11",
|
|
"@types/rsvp": "^4.0.9",
|
|
"webpack": "^5.95.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 18",
|
|
"npm": "please-use-pnpm",
|
|
"yarn": "please-use-pnpm",
|
|
"pnpm": ">= 9"
|
|
}
|
|
}
|