Skip to content

Commit

Permalink
fix(deps): update dependency ember-cli-typescript to v2.0.0-beta.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Nov 3, 2018
1 parent 3414502 commit c16743e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
],
"dependencies": {
"ember-cli-babel": "^7.1.2",
"ember-cli-typescript": "2.0.0-beta.2"
"ember-cli-typescript": "2.0.0-beta.3"
},
"ember-addon": {
"configPath": "tests/dummy/config",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4257,10 +4257,10 @@ ember-cli-typescript-blueprints@^2.0.0-beta.1:
inflection "^1.12.0"
silent-error "^1.1.0"

ember-cli-typescript@2.0.0-beta.2:
version "2.0.0-beta.2"
resolved "https://registry.yarnpkg.com/ember-cli-typescript/-/ember-cli-typescript-2.0.0-beta.2.tgz#29bd0a7eff45b54e01d2cbc2fba05b3991a9c0d3"
integrity sha512-Wxopeo/ShTO7P9ja+CYwXM6+tww2kSMJFHCEFemWjB+tFR0318Pqa7EEYJ/lHAkIjE214B13A/qsWwhIGf3zxw==
ember-cli-typescript@2.0.0-beta.3:
version "2.0.0-beta.3"
resolved "https://registry.yarnpkg.com/ember-cli-typescript/-/ember-cli-typescript-2.0.0-beta.3.tgz#a27db5942664448c3cf81e1042c3ff6c0e24d5a2"
integrity sha512-+pFKwU2lSMlOK/8QyLGf1yL4x+wjLzi40OwqJGGaWysiaG3c2Vuhx7e5NRaHc2ArhhXUDWiQrZfFUjMLSx8U9g==
dependencies:
"@babel/plugin-proposal-class-properties" "^7.1.0"
"@babel/plugin-transform-typescript" "^7.1.0"
Expand Down

0 comments on commit c16743e

Please sign in to comment.