Skip to content

Commit

Permalink
Use custom version of ember-compatibility-helpers that bumps version …
Browse files Browse the repository at this point in the history
…of babel-plugin-debug-macros
  • Loading branch information
Daniel Gröger committed Feb 3, 2020
1 parent 172a56d commit b512a00
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
},
"dependencies": {
"ember-cli-babel": "^7.7.3",
"ember-compatibility-helpers": "^1.2.0",
"ember-compatibility-helpers": "https://github.com/DanielGroeger/ember-compatibility-helpers.git#7a22c0b",
"ember-maybe-import-regenerator": "^0.1.6"
},
"resolutions": {
Expand Down
16 changes: 11 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2705,7 +2705,7 @@ babel-plugin-debug-macros@^0.1.10:
dependencies:
semver "^5.3.0"

babel-plugin-debug-macros@^0.2.0, babel-plugin-debug-macros@^0.2.0-beta.6:
babel-plugin-debug-macros@^0.2.0-beta.6:
version "0.2.0"
resolved "https://registry.yarnpkg.com/babel-plugin-debug-macros/-/babel-plugin-debug-macros-0.2.0.tgz#0120ac20ce06ccc57bf493b667cf24b85c28da7a"
integrity sha512-Wpmw4TbhR3Eq2t3W51eBAQSdKlr+uAyF0GI4GtPfMCD12Y4cIdpKC9l0RjNTH/P9isFypSqqewMPm7//fnZlNA==
Expand All @@ -2719,6 +2719,13 @@ babel-plugin-debug-macros@^0.3.0:
dependencies:
semver "^5.3.0"

babel-plugin-debug-macros@^0.3.3:
version "0.3.3"
resolved "https://registry.yarnpkg.com/babel-plugin-debug-macros/-/babel-plugin-debug-macros-0.3.3.tgz#29c3449d663f61c7385f5b8c72d8015b069a5cb7"
integrity sha512-E+NI8TKpxJDBbVkdWkwHrKgJi696mnRL8XYrOPYw82veNHPDORM9WIQifl6TpIo8PNy2tU2skPqbfkmHXrHKQA==
dependencies:
semver "^5.3.0"

babel-plugin-dynamic-import-node@^2.3.0:
version "2.3.0"
resolved "https://registry.yarnpkg.com/babel-plugin-dynamic-import-node/-/babel-plugin-dynamic-import-node-2.3.0.tgz#f00f507bdaa3c3e3ff6e7e5e98d90a7acab96f7f"
Expand Down Expand Up @@ -5739,12 +5746,11 @@ ember-code-snippet@^2.4.0:
es6-promise "^1.0.0"
glob "^7.1.3"

ember-compatibility-helpers@^1.2.0:
ember-compatibility-helpers@^1.2.0, "ember-compatibility-helpers@https://github.com/DanielGroeger/ember-compatibility-helpers.git#7a22c0b":
version "1.2.0"
resolved "https://registry.yarnpkg.com/ember-compatibility-helpers/-/ember-compatibility-helpers-1.2.0.tgz#feee16c5e9ef1b1f1e53903b241740ad4b01097e"
integrity sha512-pUW4MzJdcaQtwGsErYmitFRs0rlCYBAnunVzlFFUBr4xhjlCjgHJo0b53gFnhTgenNM3d3/NqLarzRhDTjXRTg==
resolved "https://github.com/DanielGroeger/ember-compatibility-helpers.git#7a22c0be9808d1081107c15dba6e5da4609939d8"
dependencies:
babel-plugin-debug-macros "^0.2.0"
babel-plugin-debug-macros "^0.3.3"
ember-cli-version-checker "^2.1.1"
semver "^5.4.1"

Expand Down

0 comments on commit b512a00

Please sign in to comment.