Skip to content

Commit

Permalink
chore(deps): @types/ember
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Sep 30, 2019
1 parent 348e0ed commit 0282da3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 14 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@ember/optional-features": "0.7.0",
"@mike-north/js-lib-renovate-config": "1.1.5",
"@mike-north/js-lib-semantic-release-config": "1.0.1",
"@types/ember": "3.0.27",
"@types/ember": "3.1.0",
"broccoli-asset-rev": "3.0.0",
"ember-cli-dependency-checker": "3.2.0",
"ember-cli-eslint": "5.1.0",
Expand Down
18 changes: 5 additions & 13 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1165,10 +1165,10 @@
dependencies:
defer-to-connect "^1.0.1"

"@types/ember@3.0.27":
version "3.0.27"
resolved "https://registry.yarnpkg.com/@types/ember/-/ember-3.0.27.tgz#2915984038f3ae3609142f8e700b4a783a30be5d"
integrity sha512-amYMGBiDsqBoA/+8Hv3TFdz+pTeLbmp3EgiVVuP4AhK59ljdiigi1MBNMmOlr0u9OGDlRrK/M4DURJRWOC2KiA==
"@types/ember@3.1.0":
version "3.1.0"
resolved "https://registry.yarnpkg.com/@types/ember/-/ember-3.1.0.tgz#3c44b846c41a1340bc823910f9222746585b3314"
integrity sha512-RHP/N7k81XIS16DLF/yTfnWEKdFFftRAUgjWO1oKNJ5ho3+iTH3vVq8u11PrhaHd+FHXNB1XKV20d5o1KEOnUQ==
dependencies:
"@types/ember__application" "*"
"@types/ember__array" "*"
Expand All @@ -1185,7 +1185,6 @@
"@types/ember__string" "*"
"@types/ember__test" "*"
"@types/ember__utils" "*"
"@types/handlebars" "*"
"@types/htmlbars-inline-precompile" "*"
"@types/jquery" "*"
"@types/rsvp" "*"
Expand Down Expand Up @@ -1315,13 +1314,6 @@
"@types/minimatch" "*"
"@types/node" "*"

"@types/handlebars@*":
version "4.1.0"
resolved "https://registry.yarnpkg.com/@types/handlebars/-/handlebars-4.1.0.tgz#3fcce9bf88f85fe73dc932240ab3fb682c624850"
integrity sha512-gq9YweFKNNB1uFK71eRqsd4niVkXrxHugqWFQkeLRJvGjnxsLr16bYtcsG4tOFwmYi0Bax+wCkbf1reUfdl4kA==
dependencies:
handlebars "*"

"@types/htmlbars-inline-precompile@*":
version "1.0.1"
resolved "https://registry.yarnpkg.com/@types/htmlbars-inline-precompile/-/htmlbars-inline-precompile-1.0.1.tgz#de564513fabb165746aecd76369c87bd85e5bbb4"
Expand Down Expand Up @@ -6107,7 +6099,7 @@ growly@^1.3.0:
resolved "https://registry.yarnpkg.com/growly/-/growly-1.3.0.tgz#f10748cbe76af964b7c96c93c6bcc28af120c081"
integrity sha1-8QdIy+dq+WS3yWyTxrzCivEgwIE=

handlebars@*, handlebars@^4.0.11, handlebars@^4.0.4, handlebars@^4.1.2:
handlebars@^4.0.11, handlebars@^4.0.4, handlebars@^4.1.2:
version "4.4.0"
resolved "https://registry.yarnpkg.com/handlebars/-/handlebars-4.4.0.tgz#22e1a897c5d83023d39801f35f6b65cf97ed8b25"
integrity sha512-xkRtOt3/3DzTKMOt3xahj2M/EqNhY988T+imYSlMgs5fVhLN2fmKVVj0LtEGmb+3UUYV5Qmm1052Mm3dIQxOvw==
Expand Down

0 comments on commit 0282da3

Please sign in to comment.