Skip to content

Commit 8fa090d

Browse files
committed
chore: version 21.1.0-next.0
1 parent 21a82ec commit 8fa090d

3 files changed

Lines changed: 19 additions & 9 deletions

File tree

ponyracer/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ yarn-error.log
2626
!.vscode/tasks.json
2727
!.vscode/launch.json
2828
!.vscode/extensions.json
29+
!.vscode/mcp.json
2930
.history/*
3031

3132
# Miscellaneous

ponyracer/.vscode/mcp.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
// For more information, visit: https://angular.dev/ai/mcp
3+
"mcpServers": {
4+
"angular-cli": {
5+
"command": "npx",
6+
"args": ["-y", "@angular/cli", "mcp"]
7+
}
8+
}
9+
}

ponyracer/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -23,19 +23,19 @@
2323
"private": true,
2424
"packageManager": "npm@10.9.4",
2525
"dependencies": {
26-
"@angular/common": "^21.0.0",
27-
"@angular/compiler": "^21.0.0",
28-
"@angular/core": "^21.0.0",
29-
"@angular/forms": "^21.0.0",
30-
"@angular/platform-browser": "^21.0.0",
31-
"@angular/router": "^21.0.0",
26+
"@angular/common": "^21.1.0-next.0",
27+
"@angular/compiler": "^21.1.0-next.0",
28+
"@angular/core": "^21.1.0-next.0",
29+
"@angular/forms": "^21.1.0-next.0",
30+
"@angular/platform-browser": "^21.1.0-next.0",
31+
"@angular/router": "^21.1.0-next.0",
3232
"rxjs": "~7.8.0",
3333
"tslib": "^2.3.0"
3434
},
3535
"devDependencies": {
36-
"@angular/build": "^21.0.6",
37-
"@angular/cli": "^21.0.6",
38-
"@angular/compiler-cli": "^21.0.0",
36+
"@angular/build": "^21.1.0-next.0",
37+
"@angular/cli": "^21.1.0-next.0",
38+
"@angular/compiler-cli": "^21.1.0-next.0",
3939
"jsdom": "^27.1.0",
4040
"typescript": "~5.9.2",
4141
"vitest": "^4.0.8"

0 commit comments

Comments
 (0)