Skip to content

Commit 974e580

Browse files
authored
Merge pull request #15 from RA80533/chore/update-typescript
Update typescript to ^4.2.3
2 parents b8f97d9 + 197b709 commit 974e580

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,6 @@
3838
"@types/mkdirp": "^0.5.2",
3939
"@types/source-map": "^0.5.7",
4040
"ts-node": "^5.0.1",
41-
"typescript": "^2.7.2"
41+
"typescript": "^4.2.3"
4242
}
4343
}

yarn.lock

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -119,9 +119,10 @@ ts-node@^5.0.1:
119119
source-map-support "^0.5.3"
120120
yn "^2.0.0"
121121

122-
typescript@^2.7.2:
123-
version "2.7.2"
124-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-2.7.2.tgz#2d615a1ef4aee4f574425cdff7026edf81919836"
122+
typescript@^4.2.3:
123+
version "4.2.3"
124+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.2.3.tgz#39062d8019912d43726298f09493d598048c1ce3"
125+
integrity sha512-qOcYwxaByStAWrBf4x0fibwZvMRG+r4cQoTjbPtUlrWjBHbmCAww1i448U0GJ+3cNNEtebDteo/cHOR3xJ4wEw==
125126

126127
yn@^2.0.0:
127128
version "2.0.0"

0 commit comments

Comments
 (0)