Skip to content

Commit 4951e9b

Browse files
fix: typescript hoisting issue
1 parent 7f5c67a commit 4951e9b

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

cli/angular/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"@angular/platform-browser-dynamic": "^14.0.6",
2121
"@rollup/plugin-node-resolve": "^11.1.1",
2222
"rollup-plugin-typescript2": "^0.29.0",
23-
"typescript": "^4.2.3"
23+
"typescript": "~4.2.3"
2424
},
2525
"peerDependencies": {
2626
"@angular/common": ">=13",

npm/angular/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"@angular/platform-browser-dynamic": "^14.0.6",
2121
"@rollup/plugin-node-resolve": "^11.1.1",
2222
"rollup-plugin-typescript2": "^0.29.0",
23-
"typescript": "^4.2.3"
23+
"typescript": "~4.2.3"
2424
},
2525
"peerDependencies": {
2626
"@angular/common": ">=13",

yarn.lock

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -11657,9 +11657,9 @@ builtin-modules@^1.1.1:
1165711657
integrity sha1-Jw8HbFpywC9bZaR9+Uxf46J4iS8=
1165811658

1165911659
builtin-modules@^3.1.0:
11660-
version "3.3.0"
11661-
resolved "https://registry.yarnpkg.com/builtin-modules/-/builtin-modules-3.3.0.tgz#cae62812b89801e9656336e46223e030386be7b6"
11662-
integrity sha512-zhaCDicdLuWN5UbN5IMnFqNMhNfo919sH85y2/ea+5Yg9TsTkeZxpL+JLbp6cgYFS4sRLp3YV4S6yDuqVWHYOw==
11660+
version "3.2.0"
11661+
resolved "https://registry.yarnpkg.com/builtin-modules/-/builtin-modules-3.2.0.tgz#45d5db99e7ee5e6bc4f362e008bf917ab5049887"
11662+
integrity sha512-lGzLKcioL90C7wMczpkY0n/oART3MbBa8R9OFGE1rJxoVI86u4WAGfEk8Wjv10eKSyTHVGkSo3bvBylCEtk7LA==
1166311663

1166411664
builtin-status-codes@^3.0.0:
1166511665
version "3.0.0"
@@ -17641,9 +17641,9 @@ find-cache-dir@^2.0.0, find-cache-dir@^2.1.0:
1764117641
pkg-dir "^3.0.0"
1764217642

1764317643
find-cache-dir@^3.2.0, find-cache-dir@^3.3.1:
17644-
version "3.3.2"
17645-
resolved "https://registry.yarnpkg.com/find-cache-dir/-/find-cache-dir-3.3.2.tgz#b30c5b6eff0730731aea9bbd9dbecbd80256d64b"
17646-
integrity sha512-wXZV5emFEjrridIgED11OoUKLxiYjAcqot/NJdAkOhlJ+vGzwhOAfcG5OX1jP+S0PcjEn8bdMJv+g2jwQ3Onig==
17644+
version "3.3.1"
17645+
resolved "https://registry.yarnpkg.com/find-cache-dir/-/find-cache-dir-3.3.1.tgz#89b33fad4a4670daa94f855f7fbe31d6d84fe880"
17646+
integrity sha512-t2GDMt3oGC/v+BMwzmllWDuJF/xcDtE5j/fCGbqDD7OLuJkj0cfh1YSA5VKPvwMeLFLNDBkwOKZ2X85jGLVftQ==
1764717647
dependencies:
1764817648
commondir "^1.0.1"
1764917649
make-dir "^3.0.2"
@@ -34665,11 +34665,11 @@ typescript-cached-transpile@^0.0.6:
3466534665
tslib "^1.10.0"
3466634666

3466734667
typescript@^4.2.3, typescript@^4.4.4:
34668-
version "4.7.4"
34669-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.7.4.tgz#1a88596d1cf47d59507a1bcdfb5b9dfe4d488235"
34670-
integrity sha512-C0WQT0gezHuw6AdY1M2jxUO83Rjf0HP7Sk1DtXj6j1EwkQNZrHAg2XPWlq62oqEhYvONq5pkC2Y9oPljWToLmQ==
34668+
version "4.4.4"
34669+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.4.4.tgz#2cd01a1a1f160704d3101fd5a58ff0f9fcb8030c"
34670+
integrity sha512-DqGhF5IKoBl8WNf8C1gu8q0xZSInh9j1kJJMqT3a94w1JzVaBU4EXOSMrz9yDqMT0xt3selp83fuFMQ0uzv6qA==
3467134671

34672-
typescript@~4.2.4:
34672+
typescript@~4.2.3, typescript@~4.2.4:
3467334673
version "4.2.4"
3467434674
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.2.4.tgz#8610b59747de028fda898a8aef0e103f156d0961"
3467534675
integrity sha512-V+evlYHZnQkaz8TRBuxTA92yZBPotr5H+WhQ7bD3hZUndx5tGOa1fuCgeSjxAzM1RiN5IzvadIXTVefuuwZCRg==

0 commit comments

Comments
 (0)