Skip to content

Commit 0a9ca59

Browse files
committed
chore: version 10.1.0-next.7
1 parent 4cf45cc commit 0a9ca59

File tree

4 files changed

+16
-16
lines changed

4 files changed

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

55
## Development server
66

ponyracer/package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -10,22 +10,22 @@
1010
},
1111
"private": true,
1212
"dependencies": {
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",
13+
"@angular/animations": "~10.1.0-next.8",
14+
"@angular/common": "~10.1.0-next.8",
15+
"@angular/compiler": "~10.1.0-next.8",
16+
"@angular/core": "~10.1.0-next.8",
17+
"@angular/forms": "~10.1.0-next.8",
18+
"@angular/platform-browser": "~10.1.0-next.8",
19+
"@angular/platform-browser-dynamic": "~10.1.0-next.8",
20+
"@angular/router": "~10.1.0-next.8",
2121
"rxjs": "~6.6.0",
2222
"tslib": "^2.0.0",
2323
"zone.js": "~0.10.2"
2424
},
2525
"devDependencies": {
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",
26+
"@angular-devkit/build-angular": "~0.1001.0-next.7",
27+
"@angular/cli": "~10.1.0-next.7",
28+
"@angular/compiler-cli": "~10.1.0-next.8",
2929
"@types/node": "^12.11.1",
3030
"@types/jasmine": "~3.5.0",
3131
"@types/jasminewd2": "~2.0.3",
@@ -41,6 +41,6 @@
4141
"protractor": "~7.0.0",
4242
"ts-node": "~8.3.0",
4343
"tslint": "~6.1.0",
44-
"typescript": "~3.9.5"
44+
"typescript": "~4.0.2"
4545
}
4646
}

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.7.
3+
This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 10.1.0-next.8.
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.7",
6-
"@angular/core": "^10.1.0-next.7"
5+
"@angular/common": "^10.1.0-next.8",
6+
"@angular/core": "^10.1.0-next.8"
77
},
88
"dependencies": {
99
"tslib": "^2.0.0"

0 commit comments

Comments
 (0)