Skip to content

Commit 953c341

Browse files
AbhiPrasadkamilogorek
authored andcommitted
Pin typescript versions
1 parent 87ab826 commit 953c341

File tree

5 files changed

+4
-10
lines changed

5 files changed

+4
-10
lines changed

.prettierrc.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,5 @@
22
"printWidth": 120,
33
"proseWrap": "always",
44
"singleQuote": true,
5-
"trailingComma": "all",
6-
"arrowParens": "avoid"
5+
"trailingComma": "all"
76
}

packages/angular/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"npm-run-all": "^4.1.2",
3232
"prettier": "1.17.0",
3333
"rimraf": "^2.6.3",
34-
"typescript": "^3.5.1"
34+
"typescript": "3.4.5"
3535
},
3636
"scripts": {
3737
"build": "run-p build:es5 build:esm",

packages/ember/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
"loader.js": "^4.7.0",
7272
"npm-run-all": "^4.1.5",
7373
"qunit-dom": "^1.2.0",
74-
"typescript": "^3.9.7"
74+
"typescript": "3.4.5"
7575
},
7676
"engines": {
7777
"node": "10.* || >= 12"

packages/typescript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
},
1717
"peerDependencies": {
1818
"tslint": "5.16.0",
19-
"typescript": "^3.2.0"
19+
"typescript": "^3.4.5"
2020
},
2121
"scripts": {
2222
"link:yarn": "yarn link"

yarn.lock

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17918,11 +17918,6 @@ [email protected]:
1791817918
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.4.5.tgz#2d2618d10bb566572b8d7aad5180d84257d70a99"
1791917919
integrity sha512-YycBxUb49UUhdNMU5aJ7z5Ej2XGmaIBL0x34vZ82fn3hGvD+bgrMrVDpatgz2f7YxUMJxMkbWxJZeAvDxVe7Vw==
1792017920

17921-
typescript@^3.5.1, typescript@^3.9.7:
17922-
version "3.9.7"
17923-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.9.7.tgz#98d600a5ebdc38f40cb277522f12dc800e9e25fa"
17924-
integrity sha512-BLbiRkiBzAwsjut4x/dsibSTB6yWpwT5qWmC2OfuCg3GgVQCSgMs4vEctYPhsaGtd0AeuuHMkjZ2h2WG8MSzRw==
17925-
1792617921
ua-parser-js@^0.7.18:
1792717922
version "0.7.21"
1792817923
resolved "https://registry.yarnpkg.com/ua-parser-js/-/ua-parser-js-0.7.21.tgz#853cf9ce93f642f67174273cc34565ae6f308777"

0 commit comments

Comments
 (0)