mirror of
https://github.com/discourse/discourse.git
synced 2024-11-25 00:43:24 +08:00
0a6dfee0b9
* Build(deps): Bump ember-this-fallback in /app/assets/javascripts Bumps [ember-this-fallback](https://github.com/tildeio/ember-this-fallback) from 0.3.1 to 0.4.0. - [Release notes](https://github.com/tildeio/ember-this-fallback/releases) - [Changelog](https://github.com/tildeio/ember-this-fallback/blob/main/CHANGELOG.md) - [Commits](https://github.com/tildeio/ember-this-fallback/commits) --- updated-dependencies: - dependency-name: ember-this-fallback dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Remove stale patch * Update patch filenames --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: David Taylor <david@taylorhq.com>
30 lines
842 B
JSON
30 lines
842 B
JSON
{
|
|
"name": "theme-transpiler",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"description": "Uses esbuild to create a 'theme transpiler' bundle for loading into mini-racer",
|
|
"author": "Discourse",
|
|
"license": "GPL-2.0-only",
|
|
"keywords": [],
|
|
"dependencies": {
|
|
"@babel/standalone": "^7.23.2",
|
|
"@zxing/text-encoding": "^0.9.0",
|
|
"babel-plugin-ember-template-compilation": "^2.2.0",
|
|
"content-tag": "^1.1.2",
|
|
"discourse-common": "1.0.0",
|
|
"discourse-widget-hbs": "1.0.0",
|
|
"ember-cli-htmlbars": "^6.3.0",
|
|
"ember-source": "~3.28.12",
|
|
"ember-this-fallback": "^0.4.0",
|
|
"handlebars": "^4.7.8",
|
|
"path-browserify": "^1.0.1",
|
|
"polyfill-crypto.getrandomvalues": "^1.0.0",
|
|
"terser": "^5.22.0"
|
|
},
|
|
"engines": {
|
|
"node": "16.* || >= 18",
|
|
"npm": "please-use-yarn",
|
|
"yarn": ">= 1.21.1"
|
|
}
|
|
}
|