Skip to content

Commit b273073

Browse files
committed
chore: version 10.2.0
1 parent 12f865d commit b273073

File tree

4 files changed

+17
-17
lines changed

4 files changed

+17
-17
lines changed

ponyracer/README.md

Lines changed: 2 additions & 2 deletions
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.7.
3+
This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 10.2.0.
44

55
## Development server
66

@@ -24,4 +24,4 @@ Run `ng e2e` to execute the end-to-end tests via [Protractor](http://www.protrac
2424

2525
## Further help
2626

27-
To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI README](https://github.com/angular/angular-cli/blob/master/README.md).
27+
To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI Overview and Command Reference](https://angular.io/cli) page.

ponyracer/package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -10,22 +10,22 @@
1010
},
1111
"private": true,
1212
"dependencies": {
13-
"@angular/animations": "~10.1.6",
14-
"@angular/common": "~10.1.6",
15-
"@angular/compiler": "~10.1.6",
16-
"@angular/core": "~10.1.6",
17-
"@angular/forms": "~10.1.6",
18-
"@angular/platform-browser": "~10.1.6",
19-
"@angular/platform-browser-dynamic": "~10.1.6",
20-
"@angular/router": "~10.1.6",
13+
"@angular/animations": "~10.2.0",
14+
"@angular/common": "~10.2.0",
15+
"@angular/compiler": "~10.2.0",
16+
"@angular/core": "~10.2.0",
17+
"@angular/forms": "~10.2.0",
18+
"@angular/platform-browser": "~10.2.0",
19+
"@angular/platform-browser-dynamic": "~10.2.0",
20+
"@angular/router": "~10.2.0",
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.7",
27-
"@angular/cli": "~10.1.7",
28-
"@angular/compiler-cli": "~10.1.6",
26+
"@angular-devkit/build-angular": "~0.1002.0",
27+
"@angular/cli": "~10.2.0",
28+
"@angular/compiler-cli": "~10.2.0",
2929
"@types/node": "^12.11.1",
3030
"@types/jasmine": "~3.5.0",
3131
"@types/jasminewd2": "~2.0.3",

ponyracer/projects/ponyracer-lib/README.md

Lines changed: 2 additions & 2 deletions
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.6.
3+
This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 10.2.0.
44

55
## Code scaffolding
66

@@ -21,4 +21,4 @@ Run `ng test ponyracer-lib` to execute the unit tests via [Karma](https://karma-
2121

2222
## Further help
2323

24-
To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI README](https://github.com/angular/angular-cli/blob/master/README.md).
24+
To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI Overview and Command Reference](https://angular.io/cli) page.

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.6",
6-
"@angular/core": "^10.1.6"
5+
"@angular/common": "^10.2.0",
6+
"@angular/core": "^10.2.0"
77
},
88
"dependencies": {
99
"tslib": "^2.0.0"

0 commit comments

Comments
 (0)