Skip to content

Commit

Permalink
Drop TS 3.6 and bump @types/ember
Browse files Browse the repository at this point in the history
  • Loading branch information
chancancode committed Jun 11, 2020
1 parent 186952a commit 33cc029
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 16 deletions.
9 changes: 0 additions & 9 deletions config/ember-try.js
Expand Up @@ -148,15 +148,6 @@ module.exports = async function() {
}
}
},
{
name: 'typescript-3.6',
npm: {
devDependencies: {
'typescript': '~3.6.0'
}
},
command: 'tsc'
},
{
name: 'typescript-3.7',
npm: {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -20,7 +20,7 @@
"@ember/optional-features": "^0.7.0",
"@embroider/macros": "^0.10.0",
"@glimmer/component": "^1.0.0",
"@types/ember": "^3.1.2",
"@types/ember": "^3.16.0",
"babel-eslint": "^10.0.3",
"broccoli-asset-rev": "^3.0.0",
"broccoli-clean-css": "^1.1.0",
Expand Down
5 changes: 3 additions & 2 deletions tests/dummy/app/docs/typescript/template.hbs
Expand Up @@ -4,8 +4,9 @@
As of version 1.2, ember-concurrency comes bundled with its own
<a href="https://github.com/machty/ember-concurrency/blob/master/addon/index.d.ts">
type definitions
</a>. TypeScript should automatically pick them up to provide
type checking and completion.
</a>. On compatiable verions of TypeScript – currently 3.7 and 3.9,
it should automatically pick them up to provide type checking and
completion.
</p>

<p>
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Expand Up @@ -2775,10 +2775,10 @@
resolved "https://registry.yarnpkg.com/@sinonjs/text-encoding/-/text-encoding-0.7.1.tgz#8da5c6530915653f3a1f38fd5f101d8c3f8079c5"
integrity sha512-+iTbntw2IZPb/anVDbypzfQa+ay64MW0Zo8aJ8gZPWMMK6/OubMVb6lUPMagqjOPnmtauXnFCACVl3O7ogjeqQ==

"@types/ember@^3.1.2":
version "3.1.2"
resolved "https://registry.yarnpkg.com/@types/ember/-/ember-3.1.2.tgz#b795e41f4a5569447c006e293195e62dc139cced"
integrity sha512-Z4jxklUlnoWEkenLaMDDmzguL3UUcAIaCiu28nNYlIovWTGmvKuJgUKSqd+03j4jjzaz+yz0fepM408XULew/A==
"@types/ember@^3.16.0":
version "3.16.0"
resolved "https://registry.yarnpkg.com/@types/ember/-/ember-3.16.0.tgz#1627b42087556ee366258e37b31ae81571e6e0ca"
integrity sha512-9TBWidO/9ydThgh0Fy7y2DNX7Pb8REoV7tYK+HBFZ2iyc1TwXTNt15gVz0cCyorvsve2OS+vt5wzYvlqgSGlwg==
dependencies:
"@types/ember__application" "*"
"@types/ember__array" "*"
Expand Down

0 comments on commit 33cc029

Please sign in to comment.