diff --git a/ponyracer/README.md b/ponyracer/README.md index 07c363a..e84944b 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 11.0.2. +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 11.0.3. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index c9e6524..0272773 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -10,22 +10,22 @@ }, "private": true, "dependencies": { - "@angular/animations": "~11.0.1", - "@angular/common": "~11.0.1", - "@angular/compiler": "~11.0.1", - "@angular/core": "~11.0.1", - "@angular/forms": "~11.0.1", - "@angular/platform-browser": "~11.0.1", - "@angular/platform-browser-dynamic": "~11.0.1", - "@angular/router": "~11.0.1", + "@angular/animations": "~11.0.3", + "@angular/common": "~11.0.3", + "@angular/compiler": "~11.0.3", + "@angular/core": "~11.0.3", + "@angular/forms": "~11.0.3", + "@angular/platform-browser": "~11.0.3", + "@angular/platform-browser-dynamic": "~11.0.3", + "@angular/router": "~11.0.3", "rxjs": "~6.6.0", "tslib": "^2.0.0", "zone.js": "~0.10.2" }, "devDependencies": { - "@angular-devkit/build-angular": "~0.1100.2", - "@angular/cli": "~11.0.2", - "@angular/compiler-cli": "~11.0.1", + "@angular-devkit/build-angular": "~0.1100.3", + "@angular/cli": "~11.0.3", + "@angular/compiler-cli": "~11.0.3", "@types/jasmine": "~3.6.0", "@types/node": "^12.11.1", "codelyzer": "^6.0.0", diff --git a/ponyracer/projects/ponyracer-lib/README.md b/ponyracer/projects/ponyracer-lib/README.md index 5928363..7f9be01 100644 --- a/ponyracer/projects/ponyracer-lib/README.md +++ b/ponyracer/projects/ponyracer-lib/README.md @@ -1,6 +1,6 @@ # PonyracerLib -This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 11.0.1. +This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 11.0.3. ## Code scaffolding diff --git a/ponyracer/projects/ponyracer-lib/karma.conf.js b/ponyracer/projects/ponyracer-lib/karma.conf.js index 594ee34..eaf42c8 100644 --- a/ponyracer/projects/ponyracer-lib/karma.conf.js +++ b/ponyracer/projects/ponyracer-lib/karma.conf.js @@ -13,6 +13,12 @@ module.exports = function (config) { require('@angular-devkit/build-angular/plugins/karma') ], client: { + jasmine: { + // you can add configuration options for Jasmine here + // the possible options are listed at https://jasmine.github.io/api/edge/Configuration.html + // for example, you can disable the random execution with `random: false` + // or set a specific seed with `seed: 4321` + }, clearContext: false // leave Jasmine Spec Runner output visible in browser }, jasmineHtmlReporter: { diff --git a/ponyracer/projects/ponyracer-lib/package.json b/ponyracer/projects/ponyracer-lib/package.json index 3e85cec..599db0c 100644 --- a/ponyracer/projects/ponyracer-lib/package.json +++ b/ponyracer/projects/ponyracer-lib/package.json @@ -2,8 +2,8 @@ "name": "ponyracer-lib", "version": "0.0.1", "peerDependencies": { - "@angular/common": "^11.0.1", - "@angular/core": "^11.0.1" + "@angular/common": "^11.0.3", + "@angular/core": "^11.0.3" }, "dependencies": { "tslib": "^2.0.0"