Skip to content

Commit

Permalink
Merge pull request #82 from buschtoens/dependabot/npm_and_yarn/ember-…
Browse files Browse the repository at this point in the history
…cli-typescript-2.0.2
  • Loading branch information
dependabot-preview[bot] authored Jul 5, 2019
2 parents f40912d + 68dc8ac commit b54d05d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"dependencies": {
"ember-cli-babel": "^7.8.0",
"ember-cli-htmlbars": "^3.1.0",
"ember-cli-typescript": "^2.0.1"
"ember-cli-typescript": "^2.0.2"
},
"devDependencies": {
"@clark/eslint-config-ember": "^1.3.1",
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -575,7 +575,7 @@
dependencies:
"@babel/helper-plugin-utils" "^7.0.0"

"@babel/plugin-transform-typescript@^7.1.0":
"@babel/plugin-transform-typescript@~7.4.0":
version "7.4.5"
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.4.5.tgz#ab3351ba35307b79981993536c93ff8be050ba28"
integrity sha512-RPB/YeGr4ZrFKNwfuQRlMf2lxoCUaU01MTw39/OFE/RiL8HDjtn68BwEPft1P7JN4akyEmjGWAMNldOV7o9V2g==
Expand Down Expand Up @@ -3576,13 +3576,13 @@ ember-cli-typescript-blueprints@^2.0.0:
inflection "^1.12.0"
silent-error "^1.1.0"

ember-cli-typescript@^2.0.0-rc.1, ember-cli-typescript@^2.0.1:
version "2.0.1"
resolved "https://registry.yarnpkg.com/ember-cli-typescript/-/ember-cli-typescript-2.0.1.tgz#9c46729213b9e1d13f5c3ff8421d772134aa889e"
integrity sha512-xwSEQOUNM621Wt+XJWpbLhBIeqC/dM1lDS+oZQ2nSjxp4MLZkpKuiVBqdbBWcURbvv8ghoVQPfy8wYU4JIFkLA==
ember-cli-typescript@^2.0.0-rc.1, ember-cli-typescript@^2.0.2:
version "2.0.2"
resolved "https://registry.yarnpkg.com/ember-cli-typescript/-/ember-cli-typescript-2.0.2.tgz#464984131fbdc05655eb61d1c3cdd911d3137f0d"
integrity sha512-7I5azCTxOgRDN8aSSnJZIKSqr+MGnT+jLTUbBYqF8wu6ojs2DUnTePxUcQMcvNh3Q3B1ySv7Q/uZFSjdU9gSjA==
dependencies:
"@babel/plugin-proposal-class-properties" "^7.1.0"
"@babel/plugin-transform-typescript" "^7.1.0"
"@babel/plugin-transform-typescript" "~7.4.0"
ansi-to-html "^0.6.6"
debug "^4.0.0"
ember-cli-babel-plugin-helpers "^1.0.0"
Expand Down

0 comments on commit b54d05d

Please sign in to comment.