Skip to content

Commit

Permalink
Merge pull request #177 from rwjblue/update-modules-polyfill
Browse files Browse the repository at this point in the history
Update minimum version of babel-plugin-ember-modules-api-polyfill.
  • Loading branch information
rwjblue committed Aug 15, 2017
2 parents c9b3004 + da74c6f commit fa5583d
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -36,7 +36,7 @@
"dependencies": {
"amd-name-resolver": "0.0.7",
"babel-plugin-debug-macros": "^0.1.11",
"babel-plugin-ember-modules-api-polyfill": "^1.4.1",
"babel-plugin-ember-modules-api-polyfill": "^1.5.0",
"babel-plugin-transform-es2015-modules-amd": "^6.24.0",
"babel-polyfill": "^6.16.0",
"babel-preset-env": "^1.5.1",
Expand Down
12 changes: 12 additions & 0 deletions yarn.lock
Expand Up @@ -140,6 +140,12 @@ amd-name-resolver@0.0.6:
dependencies:
ensure-posix-path "^1.0.1"

amd-name-resolver@0.0.7:
version "0.0.7"
resolved "https://registry.yarnpkg.com/amd-name-resolver/-/amd-name-resolver-0.0.7.tgz#814301adfe8a2f109f6e84d5e935196efb669615"
dependencies:
ensure-posix-path "^1.0.1"

amdefine@>=0.0.4:
version "1.0.1"
resolved "https://registry.yarnpkg.com/amdefine/-/amdefine-1.0.1.tgz#4a5282ac164729e93619bcfd3ad151f817ce91f5"
Expand Down Expand Up @@ -496,6 +502,12 @@ babel-plugin-ember-modules-api-polyfill@^1.4.1:
dependencies:
ember-rfc176-data "^0.2.0"

babel-plugin-ember-modules-api-polyfill@^1.5.0:
version "1.5.0"
resolved "https://registry.yarnpkg.com/babel-plugin-ember-modules-api-polyfill/-/babel-plugin-ember-modules-api-polyfill-1.5.0.tgz#5ab880597d44118ee56c21d143f75f245efd4e95"
dependencies:
ember-rfc176-data "^0.2.0"

babel-plugin-htmlbars-inline-precompile@^0.2.3:
version "0.2.3"
resolved "https://registry.yarnpkg.com/babel-plugin-htmlbars-inline-precompile/-/babel-plugin-htmlbars-inline-precompile-0.2.3.tgz#cd365e278af409bfa6be7704c4354beee742446b"
Expand Down

0 comments on commit fa5583d

Please sign in to comment.