From 1e85a931442be7526149183400f96019f120e55a Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Wed, 21 Jan 2026 20:39:35 +0000 Subject: [PATCH] chore: version 21.1.1 --- ponyracer/.vscode/mcp.json | 2 +- ponyracer/package.json | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ponyracer/.vscode/mcp.json b/ponyracer/.vscode/mcp.json index bf4004d..956af8c 100644 --- a/ponyracer/.vscode/mcp.json +++ b/ponyracer/.vscode/mcp.json @@ -1,6 +1,6 @@ { // For more information, visit: https://angular.dev/ai/mcp - "mcpServers": { + "servers": { "angular-cli": { "command": "npx", "args": ["-y", "@angular/cli", "mcp"] diff --git a/ponyracer/package.json b/ponyracer/package.json index 457d468..14f331a 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -31,14 +31,14 @@ "@angular/platform-browser": "^21.1.0", "@angular/platform-server": "^21.1.0", "@angular/router": "^21.1.0", - "@angular/ssr": "^21.1.0", + "@angular/ssr": "^21.1.1", "express": "^5.1.0", "rxjs": "~7.8.0", "tslib": "^2.3.0" }, "devDependencies": { - "@angular/build": "^21.1.0", - "@angular/cli": "^21.1.0", + "@angular/build": "^21.1.1", + "@angular/cli": "^21.1.1", "@angular/compiler-cli": "^21.1.0", "@types/express": "^5.0.1", "@types/node": "^20.17.19",