mirror of
https://github.com/discourse/discourse.git
synced 2024-11-24 13:56:50 +08:00
34a8f682dd
Bumps the babel group with 2 updates: [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) and [@babel/standalone](https://github.com/babel/babel/tree/HEAD/packages/babel-standalone). Updates `@babel/core` from 7.24.1 to 7.24.3 - [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.24.3/packages/babel-core) Updates `@babel/standalone` from 7.24.2 to 7.24.3 - [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.24.3/packages/babel-standalone) --- updated-dependencies: - dependency-name: "@babel/core" dependency-type: direct:production update-type: version-update:semver-patch dependency-group: babel - dependency-name: "@babel/standalone" dependency-type: direct:production update-type: version-update:semver-patch dependency-group: babel ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
52 lines
1.3 KiB
JSON
52 lines
1.3 KiB
JSON
{
|
|
"name": "pretty-text",
|
|
"version": "1.0.0",
|
|
"description": "Discourse's text rendering utilities",
|
|
"author": "Discourse",
|
|
"license": "GPL-2.0-only",
|
|
"keywords": [
|
|
"ember-addon"
|
|
],
|
|
"scripts": {
|
|
"build": "ember build",
|
|
"lint:hbs": "ember-template-lint .",
|
|
"lint:js": "eslint .",
|
|
"start": "ember serve"
|
|
},
|
|
"dependencies": {
|
|
"@babel/core": "^7.24.3",
|
|
"discourse-common": "1.0.0",
|
|
"ember-auto-import": "^2.7.2",
|
|
"ember-cli-babel": "^8.2.0",
|
|
"ember-cli-htmlbars": "^6.3.0"
|
|
},
|
|
"devDependencies": {
|
|
"@ember/optional-features": "^2.1.0",
|
|
"@embroider/test-setup": "^3.0.3",
|
|
"@glimmer/component": "^1.1.2",
|
|
"@types/jquery": "^3.5.29",
|
|
"@types/qunit": "^2.19.10",
|
|
"@types/rsvp": "^4.0.9",
|
|
"broccoli-asset-rev": "^3.0.0",
|
|
"ember-cli": "~5.7.0",
|
|
"ember-cli-inject-live-reload": "^2.1.0",
|
|
"ember-cli-sri": "^2.1.1",
|
|
"ember-cli-terser": "^4.0.2",
|
|
"ember-disable-prototype-extensions": "^1.1.3",
|
|
"ember-load-initializers": "^2.1.1",
|
|
"ember-resolver": "^11.0.1",
|
|
"ember-source": "~5.5.0",
|
|
"ember-source-channel-url": "^3.0.0",
|
|
"loader.js": "^4.7.0",
|
|
"webpack": "^5.91.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 18",
|
|
"npm": "please-use-yarn",
|
|
"yarn": ">= 1.21.1"
|
|
},
|
|
"ember": {
|
|
"edition": "default"
|
|
}
|
|
}
|