Build(deps): Bump babel-plugin-ember-template-compilation (#19091)
Bumps [babel-plugin-ember-template-compilation](https://github.com/emberjs/babel-plugin-ember-template-compilation) from 1.0.2 to 2.0.0. - [Release notes](https://github.com/emberjs/babel-plugin-ember-template-compilation/releases) - [Changelog](https://github.com/emberjs/babel-plugin-ember-template-compilation/blob/main/CHANGELOG.md) - [Commits](https://github.com/emberjs/babel-plugin-ember-template-compilation/compare/v1.0.2...v2.0.0) --- updated-dependencies: - dependency-name: babel-plugin-ember-template-compilation dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
af0c7ff453
commit
8bd6a24038
|
@ -38,7 +38,7 @@
|
||||||
"a11y-dialog": "7.5.2",
|
"a11y-dialog": "7.5.2",
|
||||||
"admin": "1.0.0",
|
"admin": "1.0.0",
|
||||||
"babel-import-util": "^1.3.0",
|
"babel-import-util": "^1.3.0",
|
||||||
"babel-plugin-ember-template-compilation": "^1.0.2",
|
"babel-plugin-ember-template-compilation": "^2.0.0",
|
||||||
"bootstrap": "3.4.1",
|
"bootstrap": "3.4.1",
|
||||||
"bootstrap-json": "1.0.0",
|
"bootstrap-json": "1.0.0",
|
||||||
"broccoli-asset-rev": "^3.0.0",
|
"broccoli-asset-rev": "^3.0.0",
|
||||||
|
|
|
@ -2400,7 +2400,7 @@ babel-plugin-ember-modules-api-polyfill@^3.5.0:
|
||||||
dependencies:
|
dependencies:
|
||||||
ember-rfc176-data "^0.3.17"
|
ember-rfc176-data "^0.3.17"
|
||||||
|
|
||||||
babel-plugin-ember-template-compilation@^1.0.0, babel-plugin-ember-template-compilation@^1.0.2:
|
babel-plugin-ember-template-compilation@^1.0.0:
|
||||||
version "1.0.2"
|
version "1.0.2"
|
||||||
resolved "https://registry.yarnpkg.com/babel-plugin-ember-template-compilation/-/babel-plugin-ember-template-compilation-1.0.2.tgz#e0695b8ad5a8fe6b2cbdff1eadb01cf402731ad6"
|
resolved "https://registry.yarnpkg.com/babel-plugin-ember-template-compilation/-/babel-plugin-ember-template-compilation-1.0.2.tgz#e0695b8ad5a8fe6b2cbdff1eadb01cf402731ad6"
|
||||||
integrity sha512-4HBMksmlYsWEf/C/n3uW5rkBRbUp4FNaspzdQTAHgLbfCJnkLze8R6i6sUSge48y/Wne7mx+vcImI1o6rlUwXQ==
|
integrity sha512-4HBMksmlYsWEf/C/n3uW5rkBRbUp4FNaspzdQTAHgLbfCJnkLze8R6i6sUSge48y/Wne7mx+vcImI1o6rlUwXQ==
|
||||||
|
@ -2410,6 +2410,13 @@ babel-plugin-ember-template-compilation@^1.0.0, babel-plugin-ember-template-comp
|
||||||
magic-string "^0.26.0"
|
magic-string "^0.26.0"
|
||||||
string.prototype.matchall "^4.0.5"
|
string.prototype.matchall "^4.0.5"
|
||||||
|
|
||||||
|
babel-plugin-ember-template-compilation@^2.0.0:
|
||||||
|
version "2.0.0"
|
||||||
|
resolved "https://registry.yarnpkg.com/babel-plugin-ember-template-compilation/-/babel-plugin-ember-template-compilation-2.0.0.tgz#41d895874ba6119dd461f61993c16d1154bf8a57"
|
||||||
|
integrity sha512-d+4jaB2ik0rt9TH0K9kOlKJeRBHEb373FgFMcU9ZaJL2zYuVXe19bqy+cWlLpLf1tpOBcBG9QTlFBCoImlOt1g==
|
||||||
|
dependencies:
|
||||||
|
babel-import-util "^1.3.0"
|
||||||
|
|
||||||
babel-plugin-filter-imports@^4.0.0:
|
babel-plugin-filter-imports@^4.0.0:
|
||||||
version "4.0.0"
|
version "4.0.0"
|
||||||
resolved "https://registry.yarnpkg.com/babel-plugin-filter-imports/-/babel-plugin-filter-imports-4.0.0.tgz#068f8da15236a96a9602c36dc6f4a6eeca70a4f4"
|
resolved "https://registry.yarnpkg.com/babel-plugin-filter-imports/-/babel-plugin-filter-imports-4.0.0.tgz#068f8da15236a96a9602c36dc6f4a6eeca70a4f4"
|
||||||
|
|
Loading…
Reference in New Issue