Skip to content

Commit 8e0d87a

Browse files
angular-robotAndrewKushnir
authored andcommitted
build: update dependency typescript to ~5.8.0 (angular#60317)
See associated pull request for more information. PR Close angular#60317
1 parent c73520b commit 8e0d87a

File tree

10 files changed

+25
-25
lines changed

10 files changed

+25
-25
lines changed

adev/src/content/tutorials/deferrable-views/common/package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

adev/src/content/tutorials/deferrable-views/common/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@
2323
"@angular/build": "^19.0.0",
2424
"@angular/cli": "^19.0.0",
2525
"@angular/compiler-cli": "^19.0.0",
26-
"typescript": "~5.7.0"
26+
"typescript": "~5.8.0"
2727
}
2828
}

adev/src/content/tutorials/first-app/common/package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

adev/src/content/tutorials/first-app/common/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,6 @@
3737
"karma-jasmine-html-reporter": "~2.1.0",
3838
"protractor": "~7.0.0",
3939
"ts-node": "~10.9.0",
40-
"typescript": "~5.7.0"
40+
"typescript": "~5.8.0"
4141
}
4242
}

adev/src/content/tutorials/homepage/package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

adev/src/content/tutorials/homepage/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@
2222
"@angular/build": "^19.0.0",
2323
"@angular/cli": "^19.0.0",
2424
"@angular/compiler-cli": "^19.0.0",
25-
"typescript": "~5.7.0"
25+
"typescript": "~5.8.0"
2626
}
2727
}

adev/src/content/tutorials/learn-angular/common/package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

adev/src/content/tutorials/learn-angular/common/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@
2323
"@angular/build": "^19.0.0",
2424
"@angular/cli": "^19.0.0",
2525
"@angular/compiler-cli": "^19.0.0",
26-
"typescript": "~5.7.0"
26+
"typescript": "~5.8.0"
2727
}
2828
}

adev/src/content/tutorials/playground/common/package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

adev/src/content/tutorials/playground/common/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@
2525
"@angular/build": "^19.0.0",
2626
"@angular/cli": "^19.0.0",
2727
"@angular/compiler-cli": "^19.0.0",
28-
"typescript": "~5.7.0"
28+
"typescript": "~5.8.0"
2929
}
3030
}

0 commit comments

Comments
 (0)