mirror of
https://github.com/discourse/discourse.git
synced 2024-11-24 22:09:35 +08:00
9a10f9d240
* Build(deps): Bump terser in /app/assets/javascripts Bumps [terser](https://github.com/terser/terser) from 5.24.0 to 5.25.0. - [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md) - [Commits](https://github.com/terser/terser/compare/v5.24.0...v5.25.0) --- updated-dependencies: - dependency-name: terser dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Update lockfiles for ember version flag --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: discoursebuild <build@discourse.org>
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.5",
|
|
"@zxing/text-encoding": "^0.9.0",
|
|
"babel-plugin-ember-template-compilation": "^2.2.1",
|
|
"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.25.0"
|
|
},
|
|
"engines": {
|
|
"node": "16.* || >= 18",
|
|
"npm": "please-use-yarn",
|
|
"yarn": ">= 1.21.1"
|
|
}
|
|
}
|