Skip to content

Commit e650b60

Browse files
simonihmigGaurav0
authored andcommitted
Update ember-focus-trap, fixing Ember 4 compatibility
1 parent b31b53a commit e650b60

File tree

2 files changed

+47
-9
lines changed

2 files changed

+47
-9
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
"ember-concurrency": "^2.1.2",
6868
"ember-decorators": "^6.1.0",
6969
"ember-element-helper": "^0.5.0",
70-
"ember-focus-trap": "^0.7.0",
70+
"ember-focus-trap": "^0.8.0",
7171
"ember-in-element-polyfill": "^1.0.1",
7272
"ember-named-blocks-polyfill": "^0.2.4",
7373
"ember-on-helper": "^0.1.0",

yarn.lock

+46-8
Original file line numberDiff line numberDiff line change
@@ -1107,7 +1107,7 @@
11071107
ember-cli-version-checker "^5.1.2"
11081108
semver "^7.3.5"
11091109

1110-
"@embroider/macros@0.41.0", "@embroider/macros@^0.41.0":
1110+
"@embroider/macros@0.41.0":
11111111
version "0.41.0"
11121112
resolved "https://registry.yarnpkg.com/@embroider/macros/-/macros-0.41.0.tgz#3e78b6f388d7229906abf4c75edfff8bb0208aca"
11131113
integrity sha512-QISzwEEfLsskZeL0jyZDs1RoQSotwBWj+4upTogNHuxQP5j/9H3IMG/3QB1gh8GEpbudATb/cS4NDYK3UBxufw==
@@ -1119,7 +1119,7 @@
11191119
resolve "^1.8.1"
11201120
semver "^7.3.2"
11211121

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":
11231123
version "0.47.2"
11241124
resolved "https://registry.yarnpkg.com/@embroider/macros/-/macros-0.47.2.tgz#23cbe92cac3c24747f054e1eea2a22538bf7ebd0"
11251125
integrity sha512-ViNWluJCeM5OPlM3rs8kdOz3RV5rpfXX5D2rDnc/q86xRS0xf4NFEjYRV7W6fBcD0b3v5jSHDTwrjq9Kee4rHg==
@@ -5527,6 +5527,44 @@ ember-auto-import@^2.2.0:
55275527
typescript-memoize "^1.0.0-alpha.3"
55285528
walk-sync "^0.3.3"
55295529

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+
55305568
ember-cache-primitive-polyfill@^1.0.0:
55315569
version "1.0.1"
55325570
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:
60826120
resolved "https://registry.yarnpkg.com/ember-export-application-global/-/ember-export-application-global-2.0.1.tgz#b120a70e322ab208defc9e2daebe8d0dfc2dcd46"
60836121
integrity sha512-B7wiurPgsxsSGzJuPFkpBWnaeuCu2PGpG2BjyrfA1VcL7//o+5RSnZqiCEY326y7qmxb2GoCgo0ft03KBU0rRw==
60846122

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==
60896127
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"
60926130
ember-cli-babel "^7.26.3"
60936131
ember-modifier-manager-polyfill "^1.2.0"
60946132
focus-trap "^6.4.0"

0 commit comments

Comments
 (0)