Skip to content

Commit

Permalink
fix(deps): update dependency ember-cli-babel to ^7.20.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and renovate[bot] committed May 29, 2020
1 parent 2e938d8 commit ed8695f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@ember-decorators/utils": "^6.1.1",
"@glimmer/tracking": "^1.0.0",
"ember-auto-import": "^1.5.3",
"ember-cli-babel": "^7.20.0",
"ember-cli-babel": "^7.20.2",
"ember-cli-htmlbars": "^5.1.2",
"ember-cli-typescript": "^3.1.3",
"qs": "^6.9.4"
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2474,10 +2474,10 @@ babel-plugin-ember-modules-api-polyfill@^2.12.0, babel-plugin-ember-modules-api-
dependencies:
ember-rfc176-data "^0.3.12"

babel-plugin-ember-modules-api-polyfill@^2.13.0:
version "2.13.0"
resolved "https://registry.yarnpkg.com/babel-plugin-ember-modules-api-polyfill/-/babel-plugin-ember-modules-api-polyfill-2.13.0.tgz#f9d3928d4c40192a44a5b52b67bbdedc4a748ea2"
integrity sha512-Q2i7uZMNSuJFYUV8stEsLQIRfMhQJew62sOnR+ESNjb4vlI7Rj1JlSgymTGwmCTVh+poTBpMidiWCoITDtbiIA==
babel-plugin-ember-modules-api-polyfill@^2.13.2:
version "2.13.2"
resolved "https://registry.yarnpkg.com/babel-plugin-ember-modules-api-polyfill/-/babel-plugin-ember-modules-api-polyfill-2.13.2.tgz#635c58120fe85caa842febb321ef173ce8528ffb"
integrity sha512-OHXf1pV3uiUNyc/agAofkZiA3MPQLmv4OpZ6Se8cGP1NbsvGaM5j5DdJ/nOl5y9us5/iDJGHFKq2yN1heOcUoQ==
dependencies:
ember-rfc176-data "^0.3.13"

Expand Down Expand Up @@ -5098,10 +5098,10 @@ ember-cli-babel@^7.0.0, ember-cli-babel@^7.1.3, ember-cli-babel@^7.11.0, ember-c
rimraf "^3.0.1"
semver "^5.5.0"

ember-cli-babel@^7.20.0:
version "7.20.0"
resolved "https://registry.yarnpkg.com/ember-cli-babel/-/ember-cli-babel-7.20.0.tgz#aa77eadd15036a053534fc68f7933bb97c5a1e25"
integrity sha512-DwV5Cbn8wlRFpG8zQXxYPRb0NRnnaj/2qVDODeUEjM/doDhoDDbTSSaEI5Pf0kIlkVIimyGB8qpGv1fkgj2IfQ==
ember-cli-babel@^7.20.2:
version "7.20.2"
resolved "https://registry.yarnpkg.com/ember-cli-babel/-/ember-cli-babel-7.20.2.tgz#4663927d11d52bc4ed7238b5d832a9eea9ba1035"
integrity sha512-FFbyE7VkHyB7VGGj0bbL1RRIEo3ERVoTFRYyu0726WvB2mKtDyFG3L4xNIy1zjB/L7OJzXkQ6t+0oZG3JTxM9g==
dependencies:
"@babel/core" "^7.9.0"
"@babel/helper-compilation-targets" "^7.8.7"
Expand All @@ -5116,7 +5116,7 @@ ember-cli-babel@^7.20.0:
amd-name-resolver "^1.2.1"
babel-plugin-debug-macros "^0.3.0"
babel-plugin-ember-data-packages-polyfill "^0.1.2"
babel-plugin-ember-modules-api-polyfill "^2.13.0"
babel-plugin-ember-modules-api-polyfill "^2.13.2"
babel-plugin-module-resolver "^3.1.1"
broccoli-babel-transpiler "^7.4.0"
broccoli-debug "^0.6.4"
Expand Down

0 comments on commit ed8695f

Please sign in to comment.