Skip to content

Commit

Permalink
Update dependency ember-functions-as-helper-polyfill to ^1.0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jan 8, 2022
1 parent b356e72 commit 58dd2f3
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@
"yarn": "1.22.17"
},
"dependencies": {
"ember-functions-as-helper-polyfill": "^1.0.10",
"ember-functions-as-helper-polyfill": "^1.0.11",
"highlight.js": "^11.4.0",
"highlightjs-glimmer": "^1.4.1",
"remark-autolink-headings": "^6.1.0",
Expand Down
38 changes: 32 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2166,7 +2166,7 @@
resolve "^1.8.1"
semver "^7.3.2"

"@embroider/[email protected]", "@embroider/macros@^0.49.0":
"@embroider/[email protected]":
version "0.49.0"
resolved "https://registry.yarnpkg.com/@embroider/macros/-/macros-0.49.0.tgz#65b4ed734d1266013a452aed2a3adb8694832112"
integrity sha512-4VsvlE0h8l1LPI6V2VufQimf7LGkSXd9AJLsrGs4/W8SqqdJHv4oY2DGzX1c0Te4VcD61lIzCkeOkzN2PMV3WQ==
Expand All @@ -2179,6 +2179,19 @@
resolve "^1.20.0"
semver "^7.3.2"

"@embroider/macros@^0.50.0":
version "0.50.0"
resolved "https://registry.yarnpkg.com/@embroider/macros/-/macros-0.50.0.tgz#7a3676f2fe983316b9470c5422c099d7cfeebfb2"
integrity sha512-9yek4uRrWPd/pvQg1amAr8GJSTv1tcGhsbvLXjUnAaJfHZQ4OlycfpXUsSGujqPI3DkOOL6TvPl0jQaEooE6cQ==
dependencies:
"@embroider/shared-internals" "0.50.0"
assert-never "^1.2.1"
ember-cli-babel "^7.26.6"
find-up "^5.0.0"
lodash "^4.17.21"
resolve "^1.20.0"
semver "^7.3.2"

"@embroider/[email protected]":
version "0.41.0"
resolved "https://registry.yarnpkg.com/@embroider/shared-internals/-/shared-internals-0.41.0.tgz#2553f026d4f48ea1fd11235501feb63bf49fa306"
Expand All @@ -2205,6 +2218,19 @@
semver "^7.3.5"
typescript-memoize "^1.0.1"

"@embroider/[email protected]":
version "0.50.0"
resolved "https://registry.yarnpkg.com/@embroider/shared-internals/-/shared-internals-0.50.0.tgz#e8f7474af6b8896a91da4ec700810587fa61f7c2"
integrity sha512-pu4YQGyoTsz+KWGTKwMyCMzhoJkUI9PuWiivRilKsywiFt8Ke4ns+nFNnHtPqPKChR72xY2qFjWOP5yAqZq3kw==
dependencies:
babel-import-util "^1.1.0"
ember-rfc176-data "^0.3.17"
fs-extra "^9.1.0"
lodash "^4.17.21"
resolve-package-path "^4.0.1"
semver "^7.3.5"
typescript-memoize "^1.0.1"

"@embroider/shared-internals@^0.40.0":
version "0.40.0"
resolved "https://registry.yarnpkg.com/@embroider/shared-internals/-/shared-internals-0.40.0.tgz#2f768c60f4f35ba5f9228f046f70324851e8bfe2"
Expand Down Expand Up @@ -7625,12 +7651,12 @@ ember-fetch@^8.1.1:
node-fetch "^2.6.1"
whatwg-fetch "^3.6.2"

ember-functions-as-helper-polyfill@^1.0.10:
version "1.0.10"
resolved "https://registry.yarnpkg.com/ember-functions-as-helper-polyfill/-/ember-functions-as-helper-polyfill-1.0.10.tgz#7fd5f021ad68967a982f0d914062529cea731dfe"
integrity sha512-f6IMmCYYgeR5mNgsCg9/ht4A12IlHU4PdIf7+MVYMJk9d20zQYtnX5Vd2J7+yMVOi9afTTwt9+Xlxufl0x7r9g==
ember-functions-as-helper-polyfill@^1.0.11:
version "1.0.11"
resolved "https://registry.yarnpkg.com/ember-functions-as-helper-polyfill/-/ember-functions-as-helper-polyfill-1.0.11.tgz#8bd25a0b0ef58f5f9d2dc8d3e4217533ef640d59"
integrity sha512-krJy9+HieGq3nWHhDW7V212HOtQYhB7QezctuERIi5AaG4CAL+ldshEqOTN1EuHgvhpAy4PaMhUQXKW3FS0Nbg==
dependencies:
"@embroider/macros" "^0.49.0"
"@embroider/macros" "^0.50.0"
"@glimmer/tracking" "^1.0.4"
ember-auto-import "^2.2.4"
ember-cli-babel "^7.26.11"
Expand Down

0 comments on commit 58dd2f3

Please sign in to comment.