mirror of
https://github.com/discourse/discourse.git
synced 2024-11-26 01:25:54 +08:00
2caf5d79ba
Bumps the embroider group with 1 update: [@embroider/addon-shim](https://github.com/embroider-build/embroider/tree/HEAD/packages/addon-shim). Updates `@embroider/addon-shim` from 1.8.9 to 1.9.0 - [Release notes](https://github.com/embroider-build/embroider/releases) - [Changelog](https://github.com/embroider-build/embroider/blob/main/CHANGELOG.md) - [Commits](https://github.com/embroider-build/embroider/commits/HEAD/packages/addon-shim) --- updated-dependencies: - dependency-name: "@embroider/addon-shim" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: embroider ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
39 lines
727 B
JSON
39 lines
727 B
JSON
{
|
|
"name": "discourse-i18n",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"description": "Discourse's i18n",
|
|
"author": "Discourse <team@discourse.org>",
|
|
"license": "GPL-2.0-only",
|
|
"keywords": [
|
|
"ember-addon"
|
|
],
|
|
"exports": {
|
|
".": "./src/index.js",
|
|
"./addon-main.js": "./addon-main.cjs"
|
|
},
|
|
"files": [
|
|
"addon-main.cjs",
|
|
"src"
|
|
],
|
|
"dependencies": {
|
|
"@embroider/addon-shim": "^1.9.0",
|
|
"make-plural": "^7.4.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 18",
|
|
"npm": "please-use-pnpm",
|
|
"yarn": "please-use-pnpm",
|
|
"pnpm": ">= 9"
|
|
},
|
|
"ember": {
|
|
"edition": "octane"
|
|
},
|
|
"ember-addon": {
|
|
"version": 2,
|
|
"type": "addon",
|
|
"main": "addon-main.cjs",
|
|
"app-js": {}
|
|
}
|
|
}
|