mirror of
https://github.com/discourse/discourse.git
synced 2024-11-24 12:28:59 +08:00
f4ab3f4543
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.20.7 to 7.20.12. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.20.12/packages/babel-core) --- updated-dependencies: - dependency-name: "@babel/core" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
31 lines
675 B
JSON
31 lines
675 B
JSON
{
|
|
"name": "discourse-plugins",
|
|
"version": "1.0.0",
|
|
"description": "An addon providing a broccoli tree for each Discourse plugin",
|
|
"author": "Discourse",
|
|
"license": "GPL-2.0-only",
|
|
"keywords": [
|
|
"ember-addon"
|
|
],
|
|
"repository": "",
|
|
"dependencies": {
|
|
"discourse-widget-hbs": "1.0.0",
|
|
"ember-auto-import": "^2.5.0",
|
|
"ember-cli": "~3.28.5",
|
|
"ember-cli-babel": "^7.26.10",
|
|
"ember-cli-htmlbars": "^6.1.1",
|
|
"webpack": "^5.75.0"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.20.12"
|
|
},
|
|
"engines": {
|
|
"node": "16.* || >= 18",
|
|
"npm": "please-use-yarn",
|
|
"yarn": ">= 1.21.1"
|
|
},
|
|
"ember": {
|
|
"edition": "default"
|
|
}
|
|
}
|