Skip to content

Commit ae5d21c

Browse files
committed
chore: version 8.1.0-beta.0
1 parent aa4fe1c commit ae5d21c

File tree

7 files changed

+22
-20
lines changed

7 files changed

+22
-20
lines changed

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 8.0.6.
3+
This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 8.1.0-beta.0.
44

55
## Development server
66

ponyracer/package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -11,24 +11,24 @@
1111
},
1212
"private": true,
1313
"dependencies": {
14-
"@angular/animations": "~8.0.3",
15-
"@angular/common": "~8.0.3",
16-
"@angular/compiler": "~8.0.3",
17-
"@angular/core": "~8.0.3",
18-
"@angular/forms": "~8.0.3",
19-
"@angular/platform-browser": "~8.0.3",
20-
"@angular/platform-browser-dynamic": "~8.0.3",
21-
"@angular/router": "~8.0.3",
14+
"@angular/animations": "~8.1.0-next.2",
15+
"@angular/common": "~8.1.0-next.2",
16+
"@angular/compiler": "~8.1.0-next.2",
17+
"@angular/core": "~8.1.0-next.2",
18+
"@angular/forms": "~8.1.0-next.2",
19+
"@angular/platform-browser": "~8.1.0-next.2",
20+
"@angular/platform-browser-dynamic": "~8.1.0-next.2",
21+
"@angular/router": "~8.1.0-next.2",
2222
"rxjs": "~6.4.0",
2323
"tslib": "^1.9.0",
2424
"zone.js": "~0.9.1"
2525
},
2626
"devDependencies": {
27-
"@angular-devkit/build-angular": "~0.800.6",
28-
"@angular-devkit/build-ng-packagr": "~0.800.6",
29-
"@angular/cli": "~8.0.6",
30-
"@angular/compiler-cli": "~8.0.3",
31-
"@angular/language-service": "~8.0.3",
27+
"@angular-devkit/build-angular": "~0.801.3",
28+
"@angular-devkit/build-ng-packagr": "~0.801.3",
29+
"@angular/cli": "~8.1.0-beta.0",
30+
"@angular/compiler-cli": "~8.1.0-next.2",
31+
"@angular/language-service": "~8.1.0-next.2",
3232
"@types/node": "~8.9.4",
3333
"@types/jasmine": "~3.3.8",
3434
"@types/jasminewd2": "~2.0.3",

ponyracer/projects/ponyracer-lib/README.md

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

3-
This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 8.0.3.
3+
This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 8.1.3.
44

55
## Code scaffolding
66

ponyracer/projects/ponyracer-lib/karma.conf.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ module.exports = function (config) {
1717
},
1818
coverageIstanbulReporter: {
1919
dir: require('path').join(__dirname, '../../coverage/ponyracer-lib'),
20-
reports: ['html', 'lcovonly'],
20+
reports: ['html', 'lcovonly', 'text-summary'],
2121
fixWebpackSourcePaths: true
2222
},
2323
reporters: ['progress', 'kjhtml'],

ponyracer/projects/ponyracer-lib/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "ponyracer-lib",
33
"version": "0.0.1",
44
"peerDependencies": {
5-
"@angular/common": "^8.0.3",
6-
"@angular/core": "^8.0.3"
5+
"@angular/common": "^8.1.3",
6+
"@angular/core": "^8.1.3"
77
}
88
}

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
import { NgModule } from '@angular/core';
22
import { PonyracerLibComponent } from './ponyracer-lib.component';
33

4+
5+
46
@NgModule({
57
declarations: [PonyracerLibComponent],
68
imports: [

ponyracer/tslint.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"array-type": false,
88
"arrow-parens": false,
99
"deprecation": {
10-
"severity": "warning"
10+
"severity": "warn"
1111
},
1212
"import-blacklist": [
1313
true,
@@ -77,4 +77,4 @@
7777
"use-lifecycle-interface": true,
7878
"use-pipe-transform-interface": true
7979
}
80-
}
80+
}

0 commit comments

Comments
 (0)