From 8490bdcf9fdf2c12efde3ee0540eeb04fec2aae5 Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Fri, 3 Jan 2025 16:21:17 +0000 Subject: [PATCH] chore: version 18.0.0-rc.2 --- ponyracer/.gitignore | 2 +- ponyracer/angular.json | 8 ++++---- ponyracer/package.json | 6 +++--- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/ponyracer/.gitignore b/ponyracer/.gitignore index 0711527..cc7b141 100644 --- a/ponyracer/.gitignore +++ b/ponyracer/.gitignore @@ -1,4 +1,4 @@ -# See http://help.github.com/ignore-files/ for more about ignoring files. +# See https://docs.github.com/get-started/getting-started-with-git/ignoring-files for more about ignoring files. # Compiled output /dist diff --git a/ponyracer/angular.json b/ponyracer/angular.json index f68e419..6b90849 100644 --- a/ponyracer/angular.json +++ b/ponyracer/angular.json @@ -41,13 +41,13 @@ "budgets": [ { "type": "initial", - "maximumWarning": "500kb", - "maximumError": "1mb" + "maximumWarning": "500kB", + "maximumError": "1MB" }, { "type": "anyComponentStyle", - "maximumWarning": "2kb", - "maximumError": "4kb" + "maximumWarning": "2kB", + "maximumError": "4kB" } ], "outputHashing": "all" diff --git a/ponyracer/package.json b/ponyracer/package.json index d1bc12d..7efaf43 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -20,15 +20,15 @@ "@angular/platform-browser-dynamic": "^18.0.0-next.0", "@angular/platform-server": "^18.0.0-next.0", "@angular/router": "^18.0.0-next.0", - "@angular/ssr": "^18.0.0-rc.1", + "@angular/ssr": "^18.0.0-rc.2", "express": "^4.18.2", "rxjs": "~7.8.0", "tslib": "^2.3.0", "zone.js": "~0.14.3" }, "devDependencies": { - "@angular-devkit/build-angular": "^18.0.0-rc.1", - "@angular/cli": "^18.0.0-rc.1", + "@angular-devkit/build-angular": "^18.0.0-rc.2", + "@angular/cli": "^18.0.0-rc.2", "@angular/compiler-cli": "^18.0.0-next.0", "@types/express": "^4.17.17", "@types/jasmine": "~5.1.0",