diff --git a/ponyracer/.gitignore b/ponyracer/.gitignore index f4f46a5..86d943a 100644 --- a/ponyracer/.gitignore +++ b/ponyracer/.gitignore @@ -11,8 +11,8 @@ /node_modules # profiling files -chrome-profiler-events.json -speed-measure-plugin.json +chrome-profiler-events*.json +speed-measure-plugin*.json # IDEs and editors /.idea diff --git a/ponyracer/README.md b/ponyracer/README.md index c69c5aa..85f97e2 100644 --- a/ponyracer/README.md +++ b/ponyracer/README.md @@ -1,6 +1,6 @@ # Ponyracer -This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 8.1.2. +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 8.1.3. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index b2d5148..d834b28 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -11,14 +11,14 @@ }, "private": true, "dependencies": { - "@angular/animations": "~8.1.2", - "@angular/common": "~8.1.2", - "@angular/compiler": "~8.1.2", - "@angular/core": "~8.1.2", - "@angular/forms": "~8.1.2", - "@angular/platform-browser": "~8.1.2", - "@angular/platform-browser-dynamic": "~8.1.2", - "@angular/router": "~8.1.2", + "@angular/animations": "~8.1.3", + "@angular/common": "~8.1.3", + "@angular/compiler": "~8.1.3", + "@angular/core": "~8.1.3", + "@angular/forms": "~8.1.3", + "@angular/platform-browser": "~8.1.3", + "@angular/platform-browser-dynamic": "~8.1.3", + "@angular/router": "~8.1.3", "rxjs": "~6.4.0", "tslib": "^1.9.0", "zone.js": "~0.9.1" @@ -26,9 +26,9 @@ "devDependencies": { "@angular-devkit/build-angular": "~0.801.3", "@angular-devkit/build-ng-packagr": "~0.801.3", - "@angular/cli": "~8.1.2", - "@angular/compiler-cli": "~8.1.2", - "@angular/language-service": "~8.1.2", + "@angular/cli": "~8.1.3", + "@angular/compiler-cli": "~8.1.3", + "@angular/language-service": "~8.1.3", "@types/node": "~8.9.4", "@types/jasmine": "~3.3.8", "@types/jasminewd2": "~2.0.3",