Skip to content

Commit dcdfb17

Browse files
committed
chore: version 20.0.4
1 parent fb65fe7 commit dcdfb17

File tree

2 files changed

+20
-5
lines changed

2 files changed

+20
-5
lines changed

ponyracer/package.json

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,16 @@
99
"test": "ng test",
1010
"serve:ssr:ponyracer": "node dist/ponyracer/server/server.mjs"
1111
},
12+
"prettier": {
13+
"overrides": [
14+
{
15+
"files": "*.html",
16+
"options": {
17+
"parser": "angular"
18+
}
19+
}
20+
]
21+
},
1222
"private": true,
1323
"dependencies": {
1424
"@angular/common": "^20.0.0",
@@ -18,15 +28,15 @@
1828
"@angular/platform-browser": "^20.0.0",
1929
"@angular/platform-server": "^20.0.0",
2030
"@angular/router": "^20.0.0",
21-
"@angular/ssr": "^20.0.3",
31+
"@angular/ssr": "^20.0.4",
2232
"express": "^5.1.0",
2333
"rxjs": "~7.8.0",
2434
"tslib": "^2.3.0",
2535
"zone.js": "~0.15.0"
2636
},
2737
"devDependencies": {
28-
"@angular/build": "^20.0.3",
29-
"@angular/cli": "^20.0.3",
38+
"@angular/build": "^20.0.4",
39+
"@angular/cli": "^20.0.4",
3040
"@angular/compiler-cli": "^20.0.0",
3141
"@types/express": "^5.0.1",
3242
"@types/jasmine": "~5.1.0",

ponyracer/src/app/app.html

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,11 +134,15 @@
134134
--pill-accent: var(--bright-blue);
135135
}
136136
.pill-group .pill:nth-child(6n + 2) {
137+
--pill-accent: var(--electric-violet);
138+
}
139+
.pill-group .pill:nth-child(6n + 3) {
137140
--pill-accent: var(--french-violet);
138141
}
139-
.pill-group .pill:nth-child(6n + 3),
142+
140143
.pill-group .pill:nth-child(6n + 4),
141-
.pill-group .pill:nth-child(6n + 5) {
144+
.pill-group .pill:nth-child(6n + 5),
145+
.pill-group .pill:nth-child(6n + 6) {
142146
--pill-accent: var(--hot-red);
143147
}
144148

@@ -234,6 +238,7 @@ <h1>Hello, {{ title }}</h1>
234238
@for (item of [
235239
{ title: 'Explore the Docs', link: 'https://angular.dev' },
236240
{ title: 'Learn with Tutorials', link: 'https://angular.dev/tutorials' },
241+
{ title: 'Prompt and best practices for AI', link: 'https://angular.dev/ai/develop-with-ai'},
237242
{ title: 'CLI Docs', link: 'https://angular.dev/tools/cli' },
238243
{ title: 'Angular Language Service', link: 'https://angular.dev/tools/language-service' },
239244
{ title: 'Angular DevTools', link: 'https://angular.dev/tools/devtools' },

0 commit comments

Comments
 (0)