discourse/app/assets/javascripts/theme-transpiler/package.json
dependabot[bot] 0ad996b4f5
Build(deps): Bump core-js from 3.44.0 to 3.45.0 (#34093)
Bumps
[core-js](https://github.com/zloirock/core-js/tree/HEAD/packages/core-js)
from 3.44.0 to 3.45.0.
- [Release notes](https://github.com/zloirock/core-js/releases)
-
[Changelog](https://github.com/zloirock/core-js/blob/master/CHANGELOG.md)
-
[Commits](https://github.com/zloirock/core-js/commits/v3.45.0/packages/core-js)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-08-06 02:11:43 +02:00

51 lines
1.4 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": [],
"scripts": {
"test": "vitest"
},
"dependencies": {
"@babel/core": "^7.27.4",
"@babel/preset-env": "^7.28.0",
"@babel/standalone": "^7.28.2",
"@csstools/postcss-light-dark-function": "^2.0.9",
"@rollup/browser": "^4.46.2",
"@rollup/plugin-babel": "^6.0.4",
"abort-controller": "^3.0.0",
"autoprefixer": "^10.4.21",
"babel-plugin-ember-template-compilation": "^3.0.0",
"content-tag": "^4.0.0",
"core-js": "^3.45.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",
"magic-string": "^0.30.17",
"memfs": "^4.36.0",
"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",
"readable-stream": "^4.7.0",
"source-map-js": "^1.2.1",
"terser": "^5.43.1"
},
"engines": {
"node": ">= 18",
"npm": "please-use-pnpm",
"yarn": "please-use-pnpm",
"pnpm": "^9"
},
"devDependencies": {
"vitest": "^3.2.4"
}
}