mirror of
https://github.com/discourse/discourse.git
synced 2026-08-05 19:38:04 +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>
48 lines
1 KiB
JSON
Vendored
48 lines
1 KiB
JSON
Vendored
{
|
|
"name": "discourse-markdown-it",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"description": "Discourse's markdown-it features",
|
|
"author": "Discourse <team@discourse.org>",
|
|
"license": "GPL-2.0-only",
|
|
"keywords": [
|
|
"ember-addon"
|
|
],
|
|
"exports": {
|
|
".": "./src/index.js",
|
|
"./*": "./src/*.js",
|
|
"./addon-main.js": "./addon-main.cjs"
|
|
},
|
|
"files": [
|
|
"addon-main.cjs",
|
|
"src"
|
|
],
|
|
"dependencies": {
|
|
"@embroider/addon-shim": "^1.10.3",
|
|
"discourse-i18n": "workspace:1.0.0",
|
|
"markdown-it": "^14.1.1",
|
|
"pretty-text": "workspace:1.0.0",
|
|
"xss": "^1.0.15",
|
|
"discourse": "workspace:0.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"discourse-i18n": "workspace:1.0.0",
|
|
"pretty-text": "workspace:1.0.0",
|
|
"xss": "*"
|
|
},
|
|
"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": {}
|
|
}
|
|
}
|