discourse/app/assets/javascripts/theme-transpiler/package.json
dependabot[bot] 2d10a783bd
Build(deps): Bump @babel/standalone from 7.28.0 to 7.28.1 in the babel group (#33588)
Bumps the babel group with 1 update:
[@babel/standalone](https://github.com/babel/babel/tree/HEAD/packages/babel-standalone).


Updates `@babel/standalone` from 7.28.0 to 7.28.1
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
-
[Commits](https://github.com/babel/babel/commits/v7.28.1/packages/babel-standalone)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-07-14 14:26:16 +02:00

37 lines
1.1 KiB
JSON
Vendored

{
"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.28.1",
"@csstools/postcss-light-dark-function": "^2.0.9",
"autoprefixer": "^10.4.21",
"babel-plugin-ember-template-compilation": "^2.4.1",
"content-tag": "^4.0.0",
"core-js": "^3.44.0",
"decorator-transforms": "^2.3.0",
"discourse": "workspace:0.0.0",
"discourse-widget-hbs": "workspace:1.0.0",
"ember-cli-htmlbars": "^6.3.0",
"ember-source": "~5.12.0",
"ember-this-fallback": "^0.4.0",
"fastestsmallesttextencoderdecoder": "^1.0.22",
"path-browserify": "^1.0.1",
"polyfill-crypto.getrandomvalues": "^1.0.0",
"postcss": "^8.5.6",
"postcss-js": "^4.0.1",
"postcss-media-minmax": "^5.0.0",
"source-map-js": "^1.2.1",
"terser": "^5.43.1"
},
"engines": {
"node": ">= 18",
"npm": "please-use-pnpm",
"yarn": "please-use-pnpm",
"pnpm": "^9"
}
}