Skip to content

Commit 4cf45cc

Browse files
committed
chore: version 10.1.0-next.6
1 parent 60d2a09 commit 4cf45cc

File tree

6 files changed

+18
-19
lines changed

6 files changed

+18
-19
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 10.1.0-next.5.
3+
This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 10.1.0-next.6.
44

55
## Development server
66

ponyracer/angular.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"prefix": "lib",
1111
"architect": {
1212
"build": {
13-
"builder": "@angular-devkit/build-ng-packagr:build",
13+
"builder": "@angular-devkit/build-angular:ng-packagr",
1414
"options": {
1515
"tsConfig": "projects/ponyracer-lib/tsconfig.lib.json",
1616
"project": "projects/ponyracer-lib/ng-package.json"

ponyracer/package.json

Lines changed: 12 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -6,28 +6,26 @@
66
"start": "ng serve",
77
"build": "ng build",
88
"test": "ng test",
9-
"lint": "ng lint",
10-
"e2e": "ng e2e"
9+
"lint": "ng lint"
1110
},
1211
"private": true,
1312
"dependencies": {
14-
"@angular/animations": "~10.1.0-next.5",
15-
"@angular/common": "~10.1.0-next.5",
16-
"@angular/compiler": "~10.1.0-next.5",
17-
"@angular/core": "~10.1.0-next.5",
18-
"@angular/forms": "~10.1.0-next.5",
19-
"@angular/platform-browser": "~10.1.0-next.5",
20-
"@angular/platform-browser-dynamic": "~10.1.0-next.5",
21-
"@angular/router": "~10.1.0-next.5",
13+
"@angular/animations": "~10.1.0-next.7",
14+
"@angular/common": "~10.1.0-next.7",
15+
"@angular/compiler": "~10.1.0-next.7",
16+
"@angular/core": "~10.1.0-next.7",
17+
"@angular/forms": "~10.1.0-next.7",
18+
"@angular/platform-browser": "~10.1.0-next.7",
19+
"@angular/platform-browser-dynamic": "~10.1.0-next.7",
20+
"@angular/router": "~10.1.0-next.7",
2221
"rxjs": "~6.6.0",
2322
"tslib": "^2.0.0",
2423
"zone.js": "~0.10.2"
2524
},
2625
"devDependencies": {
27-
"@angular-devkit/build-angular": "~0.1001.0-next.5",
28-
"@angular-devkit/build-ng-packagr": "~0.1001.0-next.5",
29-
"@angular/cli": "~10.1.0-next.5",
30-
"@angular/compiler-cli": "~10.1.0-next.5",
26+
"@angular-devkit/build-angular": "~0.1001.0-next.6",
27+
"@angular/cli": "~10.1.0-next.6",
28+
"@angular/compiler-cli": "~10.1.0-next.7",
3129
"@types/node": "^12.11.1",
3230
"@types/jasmine": "~3.5.0",
3331
"@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 10.1.0-next.5.
3+
This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 10.1.0-next.7.
44

55
## Code scaffolding
66

ponyracer/projects/ponyracer-lib/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"name": "ponyracer-lib",
33
"version": "0.0.1",
44
"peerDependencies": {
5-
"@angular/common": "^10.1.0-next.5",
6-
"@angular/core": "^10.1.0-next.5"
5+
"@angular/common": "^10.1.0-next.7",
6+
"@angular/core": "^10.1.0-next.7"
77
},
88
"dependencies": {
99
"tslib": "^2.0.0"

ponyracer/tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
},
2929
"angularCompilerOptions": {
3030
"strictInjectionParameters": true,
31+
"strictInputAccessModifiers": true,
3132
"strictTemplates": true
3233
}
3334
}

0 commit comments

Comments
 (0)