Skip to content

Commit 190cc5b

Browse files
committed
Downgrade to typescript supported by Angular
1 parent 124d7f4 commit 190cc5b

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
@@ -62,7 +62,7 @@
6262
"shelljs": "^0.8.5",
6363
"ts-jest": "^29.1.1",
6464
"tslib": "^2.6.2",
65-
"typescript": "^5.2.2",
65+
"typescript": "5.1.6",
6666
"zone.js": "~0.13.1"
6767
},
6868
"husky": {

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13260,10 +13260,10 @@ typescript@4.9.5:
1326013260
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.9.5.tgz#095979f9bcc0d09da324d58d03ce8f8374cbe65a"
1326113261
integrity sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==
1326213262

13263-
typescript@^5.2.2:
13264-
version "5.2.2"
13265-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.2.2.tgz#5ebb5e5a5b75f085f22bc3f8460fba308310fa78"
13266-
integrity sha512-mI4WrpHsbCIcwT9cF4FZvr80QUeKvsUsUvKDoR+X/7XHQH98xYD8YHZg7ANtz2GtZt/CBq2QJ0thkGJMHfqc1w==
13263+
typescript@5.1.6:
13264+
version "5.1.6"
13265+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.1.6.tgz#02f8ac202b6dad2c0dd5e0913745b47a37998274"
13266+
integrity sha512-zaWCozRZ6DLEWAWFrVDz1H6FVXzUSfTy5FUMWsQlU8Ym5JP9eO4xkTIROFCQvhQf61z6O/G6ugw3SgAnvvm+HA==
1326713267

1326813268
unbox-primitive@^1.0.2:
1326913269
version "1.0.2"

0 commit comments

Comments
 (0)