Skip to content

Commit cc43a58

Browse files
fix: typescript hoisting issue
1 parent aa1c075 commit cc43a58

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
@@ -11645,9 +11645,9 @@ builtin-modules@^1.1.1:
1164511645
integrity sha1-Jw8HbFpywC9bZaR9+Uxf46J4iS8=
1164611646

1164711647
builtin-modules@^3.1.0:
11648-
version "3.3.0"
11649-
resolved "https://registry.yarnpkg.com/builtin-modules/-/builtin-modules-3.3.0.tgz#cae62812b89801e9656336e46223e030386be7b6"
11650-
integrity sha512-zhaCDicdLuWN5UbN5IMnFqNMhNfo919sH85y2/ea+5Yg9TsTkeZxpL+JLbp6cgYFS4sRLp3YV4S6yDuqVWHYOw==
11648+
version "3.2.0"
11649+
resolved "https://registry.yarnpkg.com/builtin-modules/-/builtin-modules-3.2.0.tgz#45d5db99e7ee5e6bc4f362e008bf917ab5049887"
11650+
integrity sha512-lGzLKcioL90C7wMczpkY0n/oART3MbBa8R9OFGE1rJxoVI86u4WAGfEk8Wjv10eKSyTHVGkSo3bvBylCEtk7LA==
1165111651

1165211652
builtin-status-codes@^3.0.0:
1165311653
version "3.0.0"
@@ -17615,9 +17615,9 @@ find-cache-dir@^2.0.0, find-cache-dir@^2.1.0:
1761517615
pkg-dir "^3.0.0"
1761617616

1761717617
find-cache-dir@^3.2.0, find-cache-dir@^3.3.1:
17618-
version "3.3.2"
17619-
resolved "https://registry.yarnpkg.com/find-cache-dir/-/find-cache-dir-3.3.2.tgz#b30c5b6eff0730731aea9bbd9dbecbd80256d64b"
17620-
integrity sha512-wXZV5emFEjrridIgED11OoUKLxiYjAcqot/NJdAkOhlJ+vGzwhOAfcG5OX1jP+S0PcjEn8bdMJv+g2jwQ3Onig==
17618+
version "3.3.1"
17619+
resolved "https://registry.yarnpkg.com/find-cache-dir/-/find-cache-dir-3.3.1.tgz#89b33fad4a4670daa94f855f7fbe31d6d84fe880"
17620+
integrity sha512-t2GDMt3oGC/v+BMwzmllWDuJF/xcDtE5j/fCGbqDD7OLuJkj0cfh1YSA5VKPvwMeLFLNDBkwOKZ2X85jGLVftQ==
1762117621
dependencies:
1762217622
commondir "^1.0.1"
1762317623
make-dir "^3.0.2"
@@ -34614,11 +34614,11 @@ typescript-cached-transpile@^0.0.6:
3461434614
tslib "^1.10.0"
3461534615

3461634616
typescript@^4.2.3, typescript@^4.4.4:
34617-
version "4.7.4"
34618-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.7.4.tgz#1a88596d1cf47d59507a1bcdfb5b9dfe4d488235"
34619-
integrity sha512-C0WQT0gezHuw6AdY1M2jxUO83Rjf0HP7Sk1DtXj6j1EwkQNZrHAg2XPWlq62oqEhYvONq5pkC2Y9oPljWToLmQ==
34617+
version "4.4.4"
34618+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.4.4.tgz#2cd01a1a1f160704d3101fd5a58ff0f9fcb8030c"
34619+
integrity sha512-DqGhF5IKoBl8WNf8C1gu8q0xZSInh9j1kJJMqT3a94w1JzVaBU4EXOSMrz9yDqMT0xt3selp83fuFMQ0uzv6qA==
3462034620

34621-
typescript@~4.2.4:
34621+
typescript@~4.2.3, typescript@~4.2.4:
3462234622
version "4.2.4"
3462334623
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.2.4.tgz#8610b59747de028fda898a8aef0e103f156d0961"
3462434624
integrity sha512-V+evlYHZnQkaz8TRBuxTA92yZBPotr5H+WhQ7bD3hZUndx5tGOa1fuCgeSjxAzM1RiN5IzvadIXTVefuuwZCRg==

0 commit comments

Comments
 (0)