mirror of
https://gh.wpcy.net/https://github.com/discourse/discourse.git
synced 2026-05-26 01:04:55 +08:00
Bumps the babel group with 1 update in the / directory: [@babel/standalone](https://github.com/babel/babel/tree/HEAD/packages/babel-standalone). Updates `@babel/standalone` from 7.29.2 to 7.29.4 - [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.29.4/packages/babel-standalone) --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Discourse CI <ci@ci.invalid>
51 lines
1.4 KiB
JSON
Vendored
51 lines
1.4 KiB
JSON
Vendored
{
|
|
"name": "asset-processor",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"description": "Uses esbuild to create a 'asset processor' bundle for loading into mini-racer",
|
|
"author": "Discourse",
|
|
"license": "GPL-2.0-only",
|
|
"keywords": [],
|
|
"scripts": {
|
|
"test": "vitest"
|
|
},
|
|
"dependencies": {
|
|
"@babel/core": "^7.28.5",
|
|
"@babel/preset-env": "^7.29.2",
|
|
"@babel/standalone": "^7.29.4",
|
|
"@csstools/postcss-light-dark-function": "^3.0.0",
|
|
"@rollup/browser": "^4.60.3",
|
|
"@rollup/plugin-babel": "^7.0.0",
|
|
"abort-controller": "^3.0.0",
|
|
"autoprefixer": "^10.5.0",
|
|
"babel-plugin-ember-template-compilation": "^4.0.0",
|
|
"content-tag": "^4.0.0",
|
|
"core-js": "^3.49.0",
|
|
"decorator-transforms": "^2.3.2",
|
|
"discourse": "workspace:0.0.0",
|
|
"ember-cli-htmlbars": "^7.0.1",
|
|
"ember-source": "~6.10.0",
|
|
"ember-this-fallback": "^0.4.0",
|
|
"esbuild": "^0.28.0",
|
|
"fastestsmallesttextencoderdecoder": "^1.0.22",
|
|
"magic-string": "^0.30.21",
|
|
"path-browserify": "^1.0.1",
|
|
"polyfill-crypto.getrandomvalues": "^1.0.0",
|
|
"postcss": "^8.5.14",
|
|
"postcss-js": "^5.1.0",
|
|
"postcss-media-minmax": "^5.0.0",
|
|
"postcss-nesting": "^14.0.0",
|
|
"readable-stream": "^4.7.0",
|
|
"source-map-js": "^1.2.1",
|
|
"terser": "^5.47.1"
|
|
},
|
|
"engines": {
|
|
"node": ">= 20",
|
|
"npm": "please-use-pnpm",
|
|
"yarn": "please-use-pnpm",
|
|
"pnpm": "^10"
|
|
},
|
|
"devDependencies": {
|
|
"vitest": "^4.0.18"
|
|
}
|
|
}
|