mirror of
https://github.com/discourse/discourse.git
synced 2024-11-24 23:20:33 +08:00
db40941deb
Bumps [ember-cli-babel](https://github.com/babel/ember-cli-babel) from 7.26.11 to 8.0.0. - [Release notes](https://github.com/babel/ember-cli-babel/releases) - [Changelog](https://github.com/babel/ember-cli-babel/blob/master/CHANGELOG.md) - [Commits](https://github.com/babel/ember-cli-babel/compare/v7.26.11...v8.0.0) --- updated-dependencies: - dependency-name: ember-cli-babel dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
25 lines
482 B
JSON
25 lines
482 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.1",
|
|
"ember-auto-import": "^2.6.3",
|
|
"ember-cli-babel": "^8.0.0",
|
|
"ember-cli-htmlbars": "^6.3.0"
|
|
},
|
|
"devDependencies": {
|
|
"webpack": "^5.88.2"
|
|
},
|
|
"engines": {
|
|
"node": "16.* || >= 18",
|
|
"npm": "please-use-yarn",
|
|
"yarn": ">= 1.21.1"
|
|
}
|
|
}
|