Skip to content

Commit 6bcd4e6

Browse files
committed
chore: version 17.0.4
1 parent 10e4cea commit 6bcd4e6

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
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 17.0.3.
3+
This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 17.0.4.
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.2"
2424
},
2525
"devDependencies": {
26-
"@angular-devkit/build-angular": "^17.0.3",
27-
"@angular/cli": "^17.0.3",
26+
"@angular-devkit/build-angular": "^17.0.4",
27+
"@angular/cli": "^17.0.4",
2828
"@angular/compiler-cli": "^17.0.0",
2929
"@types/jasmine": "~5.1.0",
3030
"jasmine-core": "~5.1.0",

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
import { Component } from '@angular/core';
2-
import { CommonModule } from '@angular/common';
32

43
@Component({
54
selector: 'lib-ponyracer-lib',
65
standalone: true,
7-
imports: [CommonModule],
6+
imports: [],
87
template: `
98
<p>
109
ponyracer-lib works!

0 commit comments

Comments
 (0)