Skip to content

Commit 8d74b15

Browse files
committed
chore: version 13.0.0-next.9
1 parent 740da26 commit 8d74b15

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

ponyracer/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ chrome-profiler-events*.json
3131
.history/*
3232

3333
# misc
34+
/.angular/cache
3435
/.sass-cache
3536
/connect.lock
3637
/coverage

ponyracer/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Ponyracer
22

3-
This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 13.0.0-next.8.
3+
This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 13.0.0-next.9.
44

55
## Development server
66

ponyracer/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@
1818
"@angular/platform-browser": "~13.0.0-next.0",
1919
"@angular/platform-browser-dynamic": "~13.0.0-next.0",
2020
"@angular/router": "~13.0.0-next.0",
21-
"rxjs": "~7.3.0",
21+
"rxjs": "~7.4.0",
2222
"tslib": "^2.3.0",
2323
"zone.js": "~0.11.4"
2424
},
2525
"devDependencies": {
26-
"@angular-devkit/build-angular": "~13.0.0-next.8",
27-
"@angular/cli": "~13.0.0-next.8",
26+
"@angular-devkit/build-angular": "~13.0.0-next.9",
27+
"@angular/cli": "~13.0.0-next.9",
2828
"@angular/compiler-cli": "~13.0.0-next.0",
2929
"@types/jasmine": "~3.9.0",
3030
"@types/node": "^12.11.1",

ponyracer/projects/ponyracer-lib/src/test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ declare const require: {
1919
getTestBed().initTestEnvironment(
2020
BrowserDynamicTestingModule,
2121
platformBrowserDynamicTesting(),
22-
{ teardown: { destroyAfterEach: true }},
2322
);
2423

2524
// Then we find all the tests.

0 commit comments

Comments
 (0)