From 8d74b15d2559e970ae2838cbacb309081f65356a Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Thu, 7 Oct 2021 02:30:36 +0000 Subject: [PATCH] chore: version 13.0.0-next.9 --- ponyracer/.gitignore | 1 + ponyracer/README.md | 2 +- ponyracer/package.json | 6 +++--- ponyracer/projects/ponyracer-lib/src/test.ts | 1 - 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ponyracer/.gitignore b/ponyracer/.gitignore index de51f68..105c00f 100644 --- a/ponyracer/.gitignore +++ b/ponyracer/.gitignore @@ -31,6 +31,7 @@ chrome-profiler-events*.json .history/* # misc +/.angular/cache /.sass-cache /connect.lock /coverage diff --git a/ponyracer/README.md b/ponyracer/README.md index 4536a81..3f70a1f 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 13.0.0-next.8. +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 13.0.0-next.9. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index 69fc2dd..9eacff5 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -18,13 +18,13 @@ "@angular/platform-browser": "~13.0.0-next.0", "@angular/platform-browser-dynamic": "~13.0.0-next.0", "@angular/router": "~13.0.0-next.0", - "rxjs": "~7.3.0", + "rxjs": "~7.4.0", "tslib": "^2.3.0", "zone.js": "~0.11.4" }, "devDependencies": { - "@angular-devkit/build-angular": "~13.0.0-next.8", - "@angular/cli": "~13.0.0-next.8", + "@angular-devkit/build-angular": "~13.0.0-next.9", + "@angular/cli": "~13.0.0-next.9", "@angular/compiler-cli": "~13.0.0-next.0", "@types/jasmine": "~3.9.0", "@types/node": "^12.11.1", diff --git a/ponyracer/projects/ponyracer-lib/src/test.ts b/ponyracer/projects/ponyracer-lib/src/test.ts index b84c0c2..9782bae 100644 --- a/ponyracer/projects/ponyracer-lib/src/test.ts +++ b/ponyracer/projects/ponyracer-lib/src/test.ts @@ -19,7 +19,6 @@ declare const require: { getTestBed().initTestEnvironment( BrowserDynamicTestingModule, platformBrowserDynamicTesting(), - { teardown: { destroyAfterEach: true }}, ); // Then we find all the tests.