Skip to content

Commit 753b454

Browse files
committed
update to TS 3.8.3
1 parent 81b10fb commit 753b454

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
"ts-node": "^8.10.2",
9090
"tslib": "^2.3.1",
9191
"typedoc": "^0.18.0",
92-
"typescript": "3.7.5"
92+
"typescript": "3.8.3"
9393
},
9494
"resolutions": {
9595
"**/agent-base": "5",

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.7.5"
19+
"typescript": "3.8.3"
2020
},
2121
"scripts": {
2222
"link:yarn": "yarn link",

scripts/verify-packages-versions.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
const pkg = require('../package.json');
22

3-
const TYPESCRIPT_VERSION = '3.7.5';
3+
const TYPESCRIPT_VERSION = '3.8.3';
44

55
if (pkg.devDependencies.typescript !== TYPESCRIPT_VERSION) {
66
console.error(`

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21523,10 +21523,10 @@ typescript-memoize@^1.0.1:
2152321523
resolved "https://registry.yarnpkg.com/typescript-memoize/-/typescript-memoize-1.0.1.tgz#0a8199aa28f6fe18517f6e9308ef7bfbe9a98d59"
2152421524
integrity sha512-oJNge1qUrOK37d5Y6Ly2txKeuelYVsFtNF6U9kXIN7juudcQaHJQg2MxLOy0CqtkW65rVDYuTCOjnSIVPd8z3w==
2152521525

21526-
typescript@3.7.5:
21527-
version "3.7.5"
21528-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.7.5.tgz#0692e21f65fd4108b9330238aac11dd2e177a1ae"
21529-
integrity sha512-/P5lkRXkWHNAbcJIiHPfRoKqyd7bsyCma1hZNUGfn20qm64T6ZBlrzprymeu918H+mB/0rIg2gGK/BXkhhYgBw==
21526+
typescript@3.8.3:
21527+
version "3.8.3"
21528+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.8.3.tgz#409eb8544ea0335711205869ec458ab109ee1061"
21529+
integrity sha512-MYlEfn5VrLNsgudQTVJeNaQFUAI7DkhnOjdpAp4T+ku1TfQClewlbSuTVHiA+8skNBgaf02TL/kLOvig4y3G8w==
2153021530

2153121531
typescript@^3.9.5, typescript@^3.9.7:
2153221532
version "3.9.9"

0 commit comments

Comments
 (0)