|
1107 | 1107 | ember-cli-version-checker "^5.1.2"
|
1108 | 1108 | semver "^7.3.5"
|
1109 | 1109 |
|
1110 |
| -"@embroider/macros@0.41.0", "@embroider/macros@^0.41.0": |
| 1110 | +"@embroider/macros@0.41.0": |
1111 | 1111 | version "0.41.0"
|
1112 | 1112 | resolved "https://registry.yarnpkg.com/@embroider/macros/-/macros-0.41.0.tgz#3e78b6f388d7229906abf4c75edfff8bb0208aca"
|
1113 | 1113 | integrity sha512-QISzwEEfLsskZeL0jyZDs1RoQSotwBWj+4upTogNHuxQP5j/9H3IMG/3QB1gh8GEpbudATb/cS4NDYK3UBxufw==
|
|
1119 | 1119 | resolve "^1.8.1"
|
1120 | 1120 | semver "^7.3.2"
|
1121 | 1121 |
|
1122 |
| -"@embroider/macros@0.47.2", "@embroider/macros@^0.47.0": |
| 1122 | +"@embroider/macros@0.47.2", "@embroider/macros@^0.47.0", "@embroider/macros@^0.47.2": |
1123 | 1123 | version "0.47.2"
|
1124 | 1124 | resolved "https://registry.yarnpkg.com/@embroider/macros/-/macros-0.47.2.tgz#23cbe92cac3c24747f054e1eea2a22538bf7ebd0"
|
1125 | 1125 | integrity sha512-ViNWluJCeM5OPlM3rs8kdOz3RV5rpfXX5D2rDnc/q86xRS0xf4NFEjYRV7W6fBcD0b3v5jSHDTwrjq9Kee4rHg==
|
@@ -5527,6 +5527,44 @@ ember-auto-import@^2.2.0:
|
5527 | 5527 | typescript-memoize "^1.0.0-alpha.3"
|
5528 | 5528 | walk-sync "^0.3.3"
|
5529 | 5529 |
|
| 5530 | +ember-auto-import@^2.2.3: |
| 5531 | + version "2.2.4" |
| 5532 | + resolved "https://registry.yarnpkg.com/ember-auto-import/-/ember-auto-import-2.2.4.tgz#68c08cb0b7533293024c97387fc449b00561185a" |
| 5533 | + integrity sha512-iXHH+bSMP/uWvJmIhjt+PZz4ymqOLccIxZUouVcUFLKA5EAWE7gamlA684m0pIbSE/V9zKpOul4OfIgKXFprBg== |
| 5534 | + dependencies: |
| 5535 | + "@babel/core" "^7.1.6" |
| 5536 | + "@babel/plugin-proposal-class-properties" "^7.13.0" |
| 5537 | + "@babel/plugin-proposal-decorators" "^7.13.5" |
| 5538 | + "@babel/preset-env" "^7.10.2" |
| 5539 | + "@babel/traverse" "^7.1.6" |
| 5540 | + "@embroider/shared-internals" "^0.40.0" |
| 5541 | + babel-loader "^8.0.6" |
| 5542 | + babel-plugin-ember-modules-api-polyfill "^3.5.0" |
| 5543 | + babel-plugin-htmlbars-inline-precompile "^5.2.1" |
| 5544 | + babel-plugin-syntax-dynamic-import "^6.18.0" |
| 5545 | + broccoli-debug "^0.6.4" |
| 5546 | + broccoli-funnel "^3.0.8" |
| 5547 | + broccoli-merge-trees "^4.2.0" |
| 5548 | + broccoli-plugin "^4.0.0" |
| 5549 | + broccoli-source "^3.0.0" |
| 5550 | + css-loader "^5.2.0" |
| 5551 | + debug "^4.3.1" |
| 5552 | + ember-cli-babel "^7.0.0" |
| 5553 | + fs-extra "^6.0.1" |
| 5554 | + fs-tree-diff "^2.0.0" |
| 5555 | + handlebars "^4.3.1" |
| 5556 | + js-string-escape "^1.0.1" |
| 5557 | + lodash "^4.17.19" |
| 5558 | + mkdirp "^0.5.1" |
| 5559 | + parse5 "^6.0.1" |
| 5560 | + resolve "^1.20.0" |
| 5561 | + resolve-package-path "^3.1.0" |
| 5562 | + rimraf "^2.6.2" |
| 5563 | + semver "^7.3.4" |
| 5564 | + style-loader "^2.0.0" |
| 5565 | + typescript-memoize "^1.0.0-alpha.3" |
| 5566 | + walk-sync "^0.3.3" |
| 5567 | + |
5530 | 5568 | ember-cache-primitive-polyfill@^1.0.0:
|
5531 | 5569 | version "1.0.1"
|
5532 | 5570 | resolved "https://registry.yarnpkg.com/ember-cache-primitive-polyfill/-/ember-cache-primitive-polyfill-1.0.1.tgz#a27075443bd87e5af286c1cd8a7df24e3b9f6715"
|
@@ -6082,13 +6120,13 @@ ember-export-application-global@^2.0.1:
|
6082 | 6120 | resolved "https://registry.yarnpkg.com/ember-export-application-global/-/ember-export-application-global-2.0.1.tgz#b120a70e322ab208defc9e2daebe8d0dfc2dcd46"
|
6083 | 6121 | integrity sha512-B7wiurPgsxsSGzJuPFkpBWnaeuCu2PGpG2BjyrfA1VcL7//o+5RSnZqiCEY326y7qmxb2GoCgo0ft03KBU0rRw==
|
6084 | 6122 |
|
6085 |
| -ember-focus-trap@^0.7.0: |
6086 |
| - version "0.7.0" |
6087 |
| - resolved "https://registry.yarnpkg.com/ember-focus-trap/-/ember-focus-trap-0.7.0.tgz#8c3fa66a0d393dad2994db82e2fa227103875fc0" |
6088 |
| - integrity sha512-WHOD8jTcCzsRb0cU8J5SKObrxbdD8rPSWrSUjZ2QYu9dVbaXg6/hZxcN5JrmPY1ArnsRaLMPdOUALYeZTP29og== |
| 6123 | +ember-focus-trap@^0.8.0: |
| 6124 | + version "0.8.0" |
| 6125 | + resolved "https://registry.yarnpkg.com/ember-focus-trap/-/ember-focus-trap-0.8.0.tgz#63a16685ba0ebd1f7d8032dab276c3d67de7e78c" |
| 6126 | + integrity sha512-Iaqi8lmsVXEtW5gQIWa8x3jXGhdpLrq4HRdZl1GHzHL4ys3b7oaPsJl/CS/jjeJPGSQ+tv5IT3Rn36BUZe5Pig== |
6089 | 6127 | dependencies:
|
6090 |
| - "@embroider/macros" "^0.41.0" |
6091 |
| - ember-auto-import "^1.11.2" |
| 6128 | + "@embroider/macros" "^0.47.2" |
| 6129 | + ember-auto-import "^2.2.3" |
6092 | 6130 | ember-cli-babel "^7.26.3"
|
6093 | 6131 | ember-modifier-manager-polyfill "^1.2.0"
|
6094 | 6132 | focus-trap "^6.4.0"
|
|
0 commit comments