Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit c65dbc7

Browse files
committedMar 1, 2021
chore(deps): update dependency typescript to ^4.2.2
1 parent 803c76c commit c65dbc7

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed
 

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@
135135
"source-map-support": "^0.5.19",
136136
"sourcegraph": "^24.8.0",
137137
"ts-node": "^8.0.2",
138-
"typescript": "^4.1.3"
138+
"typescript": "^4.2.2"
139139
},
140140
"dependencies": {
141141
"ignore": "^5.1.8",

‎yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -8019,10 +8019,10 @@ typedarray@^0.0.6:
80198019
resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
80208020
integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=
80218021

8022-
typescript@^4.1.3:
8023-
version "4.1.3"
8024-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.1.3.tgz#519d582bd94cba0cf8934c7d8e8467e473f53bb7"
8025-
integrity sha512-B3ZIOf1IKeH2ixgHhj6la6xdwR9QrLC5d1VKeCSY4tvkqhF2eqd9O7txNlS0PO3GrBAFIdr3L1ndNwteUbZLYg==
8022+
typescript@^4.2.2:
8023+
version "4.2.2"
8024+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.2.2.tgz#1450f020618f872db0ea17317d16d8da8ddb8c4c"
8025+
integrity sha512-tbb+NVrLfnsJy3M59lsDgrzWIflR4d4TIUjz+heUnHZwdF7YsrMTKoRERiIvI2lvBG95dfpLxB21WZhys1bgaQ==
80268026

80278027
uglify-js@^3.1.4:
80288028
version "3.4.9"

0 commit comments

Comments
 (0)
Please sign in to comment.