Skip to content

Commit 07f649a

Browse files
committed
chore: version 18.0.3
1 parent d9fb6f5 commit 07f649a

File tree

7 files changed

+12
-8
lines changed

7 files changed

+12
-8
lines changed

ponyracer/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Ponyracer
22

3-
This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 18.0.2.
3+
This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 18.0.3.
44

55
## Development server
66

ponyracer/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
"zone.js": "~0.14.3"
2424
},
2525
"devDependencies": {
26-
"@angular-devkit/build-angular": "^18.0.2",
27-
"@angular/cli": "^18.0.2",
26+
"@angular-devkit/build-angular": "^18.0.3",
27+
"@angular/cli": "^18.0.3",
2828
"@angular/compiler-cli": "^18.0.0",
2929
"@types/jasmine": "~5.1.0",
3030
"jasmine-core": "~5.1.0",

ponyracer/projects/ponyracer-lib/src/lib/ponyracer-lib.component.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ describe('PonyracerLibComponent', () => {
1111
imports: [PonyracerLibComponent]
1212
})
1313
.compileComponents();
14-
14+
1515
fixture = TestBed.createComponent(PonyracerLibComponent);
1616
component = fixture.componentInstance;
1717
fixture.detectChanges();

ponyracer/projects/ponyracer-lib/tsconfig.lib.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
/* To learn more about this file see: https://angular.io/config/tsconfig. */
1+
/* To learn more about Typescript configuration file: https://www.typescriptlang.org/docs/handbook/tsconfig-json.html. */
2+
/* To learn more about Angular compiler options: https://angular.dev/reference/configs/angular-compiler-options. */
23
{
34
"extends": "../../tsconfig.json",
45
"compilerOptions": {

ponyracer/projects/ponyracer-lib/tsconfig.lib.prod.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
/* To learn more about this file see: https://angular.io/config/tsconfig. */
1+
/* To learn more about Typescript configuration file: https://www.typescriptlang.org/docs/handbook/tsconfig-json.html. */
2+
/* To learn more about Angular compiler options: https://angular.dev/reference/configs/angular-compiler-options. */
23
{
34
"extends": "./tsconfig.lib.json",
45
"compilerOptions": {

ponyracer/projects/ponyracer-lib/tsconfig.spec.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
/* To learn more about this file see: https://angular.io/config/tsconfig. */
1+
/* To learn more about Typescript configuration file: https://www.typescriptlang.org/docs/handbook/tsconfig-json.html. */
2+
/* To learn more about Angular compiler options: https://angular.dev/reference/configs/angular-compiler-options. */
23
{
34
"extends": "../../tsconfig.json",
45
"compilerOptions": {

ponyracer/tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
/* To learn more about this file see: https://angular.io/config/tsconfig. */
1+
/* To learn more about Typescript configuration file: https://www.typescriptlang.org/docs/handbook/tsconfig-json.html. */
2+
/* To learn more about Angular compiler options: https://angular.dev/reference/configs/angular-compiler-options. */
23
{
34
"compileOnSave": false,
45
"compilerOptions": {

0 commit comments

Comments
 (0)