Skip to content

Commit a871ce2

Browse files
Update dependency typescript to v6
1 parent 4e2fd89 commit a871ce2

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"ts-loader": "^9.3.1",
5656
"tslint": "^6.0.0",
5757
"tslint-eslint-rules": "^5.3.1",
58-
"typescript": "^5.7.2",
58+
"typescript": "^6.0.0",
5959
"webpack": "^5.73.0",
6060
"webpack-cli": "^7.0.0"
6161
},

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4356,10 +4356,10 @@ typedarray@^0.0.6:
43564356
resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
43574357
integrity sha512-/aCDEGatGvZ2BIk+HmLf4ifCJFwvKFNb9/JeZPMulfgFracn9QFcAf5GO8B/mweUjSoblS5In0cWhqpfs/5PQA==
43584358

4359-
typescript@^5.7.2:
4360-
version "5.7.2"
4361-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.7.2.tgz#3169cf8c4c8a828cde53ba9ecb3d2b1d5dd67be6"
4362-
integrity sha512-i5t66RHxDvVN40HfDd1PsEThGNnlMCMT3jMUuoh9/0TaqWevNontacunWyN02LA9/fIbEWlcHZcgTKb9QoaLfg==
4359+
typescript@^6.0.0:
4360+
version "6.0.2"
4361+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-6.0.2.tgz#0b1bfb15f68c64b97032f3d78abbf98bdbba501f"
4362+
integrity sha512-bGdAIrZ0wiGDo5l8c++HWtbaNCWTS4UTv7RaTH/ThVIgjkveJt83m74bBHMJkuCbslY8ixgLBVZJIOiQlQTjfQ==
43634363

43644364
uglify-js@^3.1.4:
43654365
version "3.19.3"

0 commit comments

Comments
 (0)