Skip to content

Commit fa2b3fc

Browse files
authored
Merge branch 'master' into patch-3
2 parents 092fca7 + 13b5e7b commit fa2b3fc

File tree

3 files changed

+3
-8
lines changed

3 files changed

+3
-8
lines changed

blueprint-files/ember-cli-typescript/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"compilerOptions": {
3-
"target": "es2017",
3+
"target": "es2020",
44
"allowJs": true,
55
"moduleResolution": "node",
66
"allowSyntheticDefaultImports": true,

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@
126126
"rimraf": "3.0.2",
127127
"testdouble": "3.16.0",
128128
"ts-node": "8.10.2",
129-
"typescript": "3.7.5"
129+
"typescript": "3.9.6"
130130
},
131131
"resolutions": {
132132
"@types/ember": "3.1.2",

yarn.lock

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16520,12 +16520,7 @@ typescript-memoize@^1.0.0-alpha.3:
1652016520
dependencies:
1652116521
core-js "2.4.1"
1652216522

16523-
typescript@3.7.5:
16524-
version "3.7.5"
16525-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.7.5.tgz#0692e21f65fd4108b9330238aac11dd2e177a1ae"
16526-
integrity sha512-/P5lkRXkWHNAbcJIiHPfRoKqyd7bsyCma1hZNUGfn20qm64T6ZBlrzprymeu918H+mB/0rIg2gGK/BXkhhYgBw==
16527-
16528-
typescript@^3.9.3:
16523+
typescript@3.9.6, typescript@^3.9.3:
1652916524
version "3.9.6"
1653016525
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.9.6.tgz#8f3e0198a34c3ae17091b35571d3afd31999365a"
1653116526
integrity sha512-Pspx3oKAPJtjNwE92YS05HQoY7z2SFyOpHo9MqJor3BXAGNaPUs83CuVp9VISFkSjyRfiTpmKuAYGJB7S7hOxw==

0 commit comments

Comments
 (0)