diff --git a/ponyracer/.gitignore b/ponyracer/.gitignore index cc7b141..b1d225e 100644 --- a/ponyracer/.gitignore +++ b/ponyracer/.gitignore @@ -36,6 +36,7 @@ yarn-error.log /libpeerconnection.log testem.log /typings +__screenshots__/ # System files .DS_Store diff --git a/ponyracer/package.json b/ponyracer/package.json index aa89969..a98791c 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -30,15 +30,15 @@ "@angular/platform-browser": "^20.3.0", "@angular/platform-server": "^20.3.0", "@angular/router": "^20.3.0", - "@angular/ssr": "^20.3.2", + "@angular/ssr": "^20.3.3", "express": "^5.1.0", "rxjs": "~7.8.0", "tslib": "^2.3.0", "zone.js": "~0.15.0" }, "devDependencies": { - "@angular/build": "^20.3.2", - "@angular/cli": "^20.3.2", + "@angular/build": "^20.3.3", + "@angular/cli": "^20.3.3", "@angular/compiler-cli": "^20.3.0", "@types/express": "^5.0.1", "@types/jasmine": "~5.1.0",