Skip to content

Commit

Permalink
Revert "build: update dependency typescript to v5.4.5 (angular#55042)"
Browse files Browse the repository at this point in the history
This reverts commit bd4dbdd.
  • Loading branch information
AndrewKushnir committed May 7, 2024
1 parent 5e0d2bc commit 331552a
Show file tree
Hide file tree
Showing 11 changed files with 14 additions and 14 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion adev/src/content/tutorials/playground/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@
"@angular-devkit/build-angular": "^17.3.0-rc",
"@angular/cli": "^17.3.0-rc",
"@angular/compiler-cli": "^17.3.0-rc",
"typescript": "~5.4.0"
"typescript": "~5.2.0"
}
}
2 changes: 1 addition & 1 deletion aio/tools/examples/shared/boilerplate/cli-ajs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,6 @@
"karma-jasmine-html-reporter": "~2.1.0",
"protractor": "~7.0.0",
"ts-node": "~10.9.0",
"typescript": "~5.4.0"
"typescript": "~4.9.3"
}
}
2 changes: 1 addition & 1 deletion aio/tools/examples/shared/boilerplate/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@
"karma-jasmine-html-reporter": "~2.1.0",
"protractor": "~7.0.0",
"ts-node": "~10.9.0",
"typescript": "~5.4.0"
"typescript": "~4.9.3"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@
"karma-jasmine-html-reporter": "~2.1.0",
"protractor": "~7.0.0",
"ts-node": "~10.9.0",
"typescript": "~5.4.0"
"typescript": "~4.9.3"
}
}
2 changes: 1 addition & 1 deletion aio/tools/examples/shared/boilerplate/i18n/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,6 @@
"karma-jasmine-html-reporter": "~2.1.0",
"protractor": "~7.0.0",
"ts-node": "~10.9.0",
"typescript": "~5.4.0"
"typescript": "~4.9.3"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@
"karma-jasmine-html-reporter": "~2.1.0",
"protractor": "~7.0.0",
"ts-node": "~10.9.0",
"typescript": "~5.4.0"
"typescript": "~4.9.3"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,6 @@
"protractor": "~7.0.0",
"rollup": "^2.70.1",
"rollup-plugin-terser": "^7.0.2",
"typescript": "~5.4.0"
"typescript": "~4.9.3"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,6 @@
"karma-jasmine-html-reporter": "~2.1.0",
"protractor": "~7.0.0",
"ts-node": "~10.9.0",
"typescript": "~5.4.0"
"typescript": "~4.9.3"
}
}
2 changes: 1 addition & 1 deletion aio/tools/examples/shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,6 @@
"rollup-plugin-terser": "^7.0.2",
"source-map-explorer": "^2.0.0",
"ts-node": "~10.9.0",
"typescript": "~5.4.0"
"typescript": "~4.9.3"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@
"tslib": "^2.3.0",
"tslint": "6.1.3",
"tsx": "^4.7.2",
"typescript": "5.4.5",
"typescript": "5.4.2",
"webtreemap": "^2.0.1",
"ws": "^8.15.0",
"xhr2": "0.2.1",
Expand Down

0 comments on commit 331552a

Please sign in to comment.