mirror of
https://github.com/discourse/discourse.git
synced 2026-08-05 21:16:17 +08:00
Bumps the embroider group with 4 updates in the / directory: [@embroider/core](https://github.com/embroider-build/embroider/tree/HEAD/packages/core), [@embroider/macros](https://github.com/embroider-build/embroider/tree/HEAD/packages/macros), [@embroider/vite](https://github.com/embroider-build/embroider/tree/HEAD/packages/vite) and [@embroider/addon-shim](https://github.com/embroider-build/embroider/tree/HEAD/packages/addon-shim). Updates `@embroider/core` from 4.6.0 to 4.6.1 - [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/core) Updates `@embroider/macros` from 1.20.3 to 1.20.4 - [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/macros) Updates `@embroider/vite` from 1.7.5 to 1.7.6 - [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/vite) Updates `@embroider/addon-shim` from 1.10.2 to 1.10.3 - [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) --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: discoursebot <team@discourse.org>
43 lines
856 B
JSON
Vendored
43 lines
856 B
JSON
Vendored
{
|
|
"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"
|
|
],
|
|
"types": "src/index.d.ts",
|
|
"exports": {
|
|
".": {
|
|
"types": "./src/index.d.ts",
|
|
"default": "./src/index.js"
|
|
},
|
|
"./addon-main.js": "./addon-main.cjs"
|
|
},
|
|
"files": [
|
|
"addon-main.cjs",
|
|
"src"
|
|
],
|
|
"dependencies": {
|
|
"@embroider/addon-shim": "^1.10.3",
|
|
"@messageformat/runtime": "^3.0.2",
|
|
"make-plural": "^8.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 20",
|
|
"npm": "please-use-pnpm",
|
|
"yarn": "please-use-pnpm",
|
|
"pnpm": "^10"
|
|
},
|
|
"ember": {
|
|
"edition": "octane"
|
|
},
|
|
"ember-addon": {
|
|
"version": 2,
|
|
"type": "addon",
|
|
"main": "addon-main.cjs",
|
|
"app-js": {}
|
|
}
|
|
}
|