Build(deps): Bump babel-plugin-ember-template-compilation
Bumps [babel-plugin-ember-template-compilation](https://github.com/emberjs/babel-plugin-ember-template-compilation) from 2.2.1 to 2.2.2. - [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/v2.2.1...v2.2.2) --- updated-dependencies: - dependency-name: babel-plugin-ember-template-compilation dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
5a2317609f
commit
9f9b09536d
|
@ -63,7 +63,7 @@
|
||||||
"admin": "1.0.0",
|
"admin": "1.0.0",
|
||||||
"autosize": "^6.0.1",
|
"autosize": "^6.0.1",
|
||||||
"babel-import-util": "^2.0.3",
|
"babel-import-util": "^2.0.3",
|
||||||
"babel-plugin-ember-template-compilation": "^2.2.1",
|
"babel-plugin-ember-template-compilation": "^2.2.2",
|
||||||
"bootstrap": "3.4.1",
|
"bootstrap": "3.4.1",
|
||||||
"custom-proxy": "1.0.0",
|
"custom-proxy": "1.0.0",
|
||||||
"broccoli-asset-rev": "^3.0.0",
|
"broccoli-asset-rev": "^3.0.0",
|
||||||
|
|
|
@ -9,7 +9,7 @@
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@babel/standalone": "^7.24.4",
|
"@babel/standalone": "^7.24.4",
|
||||||
"@zxing/text-encoding": "^0.9.0",
|
"@zxing/text-encoding": "^0.9.0",
|
||||||
"babel-plugin-ember-template-compilation": "^2.2.1",
|
"babel-plugin-ember-template-compilation": "^2.2.2",
|
||||||
"content-tag": "^2.0.1",
|
"content-tag": "^2.0.1",
|
||||||
"discourse-common": "1.0.0",
|
"discourse-common": "1.0.0",
|
||||||
"discourse-widget-hbs": "1.0.0",
|
"discourse-widget-hbs": "1.0.0",
|
||||||
|
|
|
@ -3189,10 +3189,10 @@ 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@^2.0.0, babel-plugin-ember-template-compilation@^2.0.1, babel-plugin-ember-template-compilation@^2.0.2, babel-plugin-ember-template-compilation@^2.1.1, babel-plugin-ember-template-compilation@^2.2.1:
|
babel-plugin-ember-template-compilation@^2.0.0, babel-plugin-ember-template-compilation@^2.0.1, babel-plugin-ember-template-compilation@^2.0.2, babel-plugin-ember-template-compilation@^2.1.1, babel-plugin-ember-template-compilation@^2.2.2:
|
||||||
version "2.2.1"
|
version "2.2.2"
|
||||||
resolved "https://registry.yarnpkg.com/babel-plugin-ember-template-compilation/-/babel-plugin-ember-template-compilation-2.2.1.tgz#81ad03f572e94bda92ebc2c0005d5179e3f7c980"
|
resolved "https://registry.yarnpkg.com/babel-plugin-ember-template-compilation/-/babel-plugin-ember-template-compilation-2.2.2.tgz#e3fdff0458730675716e320d2c4e0aa8fe8c4b25"
|
||||||
integrity sha512-alinprIQcLficqkuIyeKKfD4HQOpMOiHK6pt6Skj/yjoPoQYBuwAJ2BoPAlRe9k/URPeVkpMefbN3m6jEp7RsA==
|
integrity sha512-wdT2F9/n6uC1rLvAjXCx5+fXbwkl8MIcwt0rg5csWedPbERdzQqhRlDqj0kIwNfUJ9gaXAcKrgSOUXbJcByGOQ==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@glimmer/syntax" "^0.84.3"
|
"@glimmer/syntax" "^0.84.3"
|
||||||
babel-import-util "^2.0.0"
|
babel-import-util "^2.0.0"
|
||||||
|
|
Loading…
Reference in New Issue