diff --git a/report-app/package.json b/report-app/package.json index dfbd8a4..1c9fd8f 100644 --- a/report-app/package.json +++ b/report-app/package.json @@ -10,15 +10,15 @@ }, "private": true, "dependencies": { - "@angular/cdk": "21.2.0-next.4", - "@angular/common": "21.2.0-next.3", - "@angular/compiler": "21.2.0-next.3", - "@angular/core": "21.2.0-next.3", - "@angular/forms": "21.2.0-next.3", - "@angular/platform-browser": "21.2.0-next.3", - "@angular/platform-server": "21.2.0-next.3", - "@angular/router": "21.2.0-next.3", - "@angular/ssr": "21.2.0-next.2", + "@angular/cdk": "21.2.0-rc.0", + "@angular/common": "21.2.0-rc.0", + "@angular/compiler": "21.2.0-rc.0", + "@angular/core": "21.2.0-rc.0", + "@angular/forms": "21.2.0-rc.0", + "@angular/platform-browser": "21.2.0-rc.0", + "@angular/platform-server": "21.2.0-rc.0", + "@angular/router": "21.2.0-rc.0", + "@angular/ssr": "21.2.0-rc.2", "@shikijs/langs": "3.22.0", "@shikijs/themes": "3.22.0", "express": "^4.18.2", @@ -31,9 +31,9 @@ "zone.js": "~0.16.0" }, "devDependencies": { - "@angular/build": "21.2.0-next.2", - "@angular/cli": "21.2.0-next.2", - "@angular/compiler-cli": "21.2.0-next.3", + "@angular/build": "21.2.0-rc.2", + "@angular/cli": "21.2.0-rc.2", + "@angular/compiler-cli": "21.2.0-rc.0", "@types/express": "^4.17.17", "@types/google.visualization": "^0.0.74", "@types/jasmine": "~6.0.0",