Skip to content

Commit 4383797

Browse files
committed
chore: version 11.2.0-next.0
1 parent a9e799d commit 4383797

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

55
## Development server
66

ponyracer/package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -10,28 +10,28 @@
1010
},
1111
"private": true,
1212
"dependencies": {
13-
"@angular/animations": "~11.1.2",
14-
"@angular/common": "~11.1.2",
15-
"@angular/compiler": "~11.1.2",
16-
"@angular/core": "~11.1.2",
17-
"@angular/forms": "~11.1.2",
18-
"@angular/platform-browser": "~11.1.2",
19-
"@angular/platform-browser-dynamic": "~11.1.2",
20-
"@angular/router": "~11.1.2",
13+
"@angular/animations": "~11.2.0-next.0",
14+
"@angular/common": "~11.2.0-next.0",
15+
"@angular/compiler": "~11.2.0-next.0",
16+
"@angular/core": "~11.2.0-next.0",
17+
"@angular/forms": "~11.2.0-next.0",
18+
"@angular/platform-browser": "~11.2.0-next.0",
19+
"@angular/platform-browser-dynamic": "~11.2.0-next.0",
20+
"@angular/router": "~11.2.0-next.0",
2121
"rxjs": "~6.6.0",
2222
"tslib": "^2.0.0",
2323
"zone.js": "~0.11.3"
2424
},
2525
"devDependencies": {
26-
"@angular-devkit/build-angular": "~0.1101.4",
27-
"@angular/cli": "~11.1.4",
28-
"@angular/compiler-cli": "~11.1.2",
26+
"@angular-devkit/build-angular": "~0.1102.0-next.0",
27+
"@angular/cli": "~11.2.0-next.0",
28+
"@angular/compiler-cli": "~11.2.0-next.0",
2929
"@types/jasmine": "~3.6.0",
3030
"@types/node": "^12.11.1",
3131
"codelyzer": "^6.0.0",
3232
"jasmine-core": "~3.6.0",
3333
"jasmine-spec-reporter": "~5.0.0",
34-
"karma": "~5.2.0",
34+
"karma": "~6.0.0",
3535
"karma-chrome-launcher": "~3.1.0",
3636
"karma-coverage": "~2.0.3",
3737
"karma-jasmine": "~4.0.0",

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

0 commit comments

Comments
 (0)