Skip to content

Commit 776c0dc

Browse files
committed
chore: version 12.1.0-next.5
1 parent 919d392 commit 776c0dc

File tree

4 files changed

+18
-18
lines changed

4 files changed

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

55
## Development server
66

ponyracer/package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -10,22 +10,22 @@
1010
},
1111
"private": true,
1212
"dependencies": {
13-
"@angular/animations": "~12.1.0-next.4",
14-
"@angular/common": "~12.1.0-next.4",
15-
"@angular/compiler": "~12.1.0-next.4",
16-
"@angular/core": "~12.1.0-next.4",
17-
"@angular/forms": "~12.1.0-next.4",
18-
"@angular/platform-browser": "~12.1.0-next.4",
19-
"@angular/platform-browser-dynamic": "~12.1.0-next.4",
20-
"@angular/router": "~12.1.0-next.4",
13+
"@angular/animations": "~12.1.0-next.5",
14+
"@angular/common": "~12.1.0-next.5",
15+
"@angular/compiler": "~12.1.0-next.5",
16+
"@angular/core": "~12.1.0-next.5",
17+
"@angular/forms": "~12.1.0-next.5",
18+
"@angular/platform-browser": "~12.1.0-next.5",
19+
"@angular/platform-browser-dynamic": "~12.1.0-next.5",
20+
"@angular/router": "~12.1.0-next.5",
2121
"rxjs": "~6.6.0",
22-
"tslib": "^2.1.0",
22+
"tslib": "^2.2.0",
2323
"zone.js": "~0.11.4"
2424
},
2525
"devDependencies": {
26-
"@angular-devkit/build-angular": "~12.1.0-next.4",
27-
"@angular/cli": "~12.1.0-next.4",
28-
"@angular/compiler-cli": "~12.1.0-next.4",
26+
"@angular-devkit/build-angular": "~12.1.0-next.5",
27+
"@angular/cli": "~12.1.0-next.5",
28+
"@angular/compiler-cli": "~12.1.0-next.5",
2929
"@types/jasmine": "~3.6.0",
3030
"@types/node": "^12.11.1",
3131
"jasmine-core": "~3.7.0",
@@ -35,6 +35,6 @@
3535
"karma-jasmine": "~4.0.0",
3636
"karma-jasmine-html-reporter": "^1.5.0",
3737
"ng-packagr": "^12.0.0-next.8",
38-
"typescript": "~4.2.3"
38+
"typescript": "~4.3.2"
3939
}
4040
}

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

55
## Code scaffolding
66

ponyracer/projects/ponyracer-lib/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
"name": "ponyracer-lib",
33
"version": "0.0.1",
44
"peerDependencies": {
5-
"@angular/common": "^12.1.0-next.4",
6-
"@angular/core": "^12.1.0-next.4"
5+
"@angular/common": "^12.1.0-next.5",
6+
"@angular/core": "^12.1.0-next.5"
77
},
88
"dependencies": {
9-
"tslib": "^2.1.0"
9+
"tslib": "^2.2.0"
1010
}
1111
}

0 commit comments

Comments
 (0)