mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
build: update typescript to 5.9.3
The beta version was unused in the pnpmfile.
(cherry picked from commit 13c386936b)
This commit is contained in:
parent
209f0f964f
commit
feac577414
2 changed files with 4 additions and 11 deletions
|
|
@ -25,7 +25,7 @@ function readPackage(pkg, context) {
|
|||
pkg.dependencies = {
|
||||
...pkg.dependencies,
|
||||
'@angular/compiler': 'workspace:*',
|
||||
'typescript': '5.9.0-beta',
|
||||
'typescript': '5.9.3',
|
||||
};
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ overrides:
|
|||
|
||||
packageExtensionsChecksum: sha256-3L73Fw32UVtE6x5BJxJPBtQtH/mgsr31grNpdhHP1IY=
|
||||
|
||||
pnpmfileChecksum: sha256-LDBE/t1gL6QCKvsgYzYxZaZlgGBTCaL/3QUNg+cLWBE=
|
||||
pnpmfileChecksum: sha256-vPvk/mBsTHwJvR6NXsWAPUB+5p/66ODkNQwJchPTYMM=
|
||||
|
||||
patchedDependencies:
|
||||
dagre-d3-es@7.0.11:
|
||||
|
|
@ -993,8 +993,8 @@ importers:
|
|||
specifier: ^2.3.0
|
||||
version: 2.8.1
|
||||
typescript:
|
||||
specifier: 5.9.0-beta
|
||||
version: 5.9.0-beta
|
||||
specifier: 5.9.3
|
||||
version: 5.9.3
|
||||
yargs:
|
||||
specifier: ^18.0.0
|
||||
version: 18.0.0
|
||||
|
|
@ -11951,11 +11951,6 @@ packages:
|
|||
engines: {node: '>=14.17'}
|
||||
hasBin: true
|
||||
|
||||
typescript@5.9.0-beta:
|
||||
resolution: {integrity: sha512-p91qoTdwWKj9YEBYavmGiBn0DF4OBElzw4pW4oPbK4HeCfr/SDz9+yviVWshZXGvGvFCJ3AVQ+J7F1UZXc23QQ==}
|
||||
engines: {node: '>=14.17'}
|
||||
hasBin: true
|
||||
|
||||
typescript@5.9.3:
|
||||
resolution: {integrity: sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==}
|
||||
engines: {node: '>=14.17'}
|
||||
|
|
@ -26053,8 +26048,6 @@ snapshots:
|
|||
|
||||
typescript@5.8.2: {}
|
||||
|
||||
typescript@5.9.0-beta: {}
|
||||
|
||||
typescript@5.9.3: {}
|
||||
|
||||
ua-parser-js@0.7.41: {}
|
||||
|
|
|
|||
Loading…
Reference in a new issue