Skip to content

Commit d606e30

Browse files
committed
chore: version 9.0.0-next.13
1 parent 96302a7 commit d606e30

File tree

2 files changed

+14
-14
lines changed

2 files changed

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

55
## Development server
66

ponyracer/package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -12,25 +12,25 @@
1212
},
1313
"private": true,
1414
"dependencies": {
15-
"@angular/animations": "~9.0.0-next.11",
16-
"@angular/common": "~9.0.0-next.11",
17-
"@angular/compiler": "~9.0.0-next.11",
18-
"@angular/core": "~9.0.0-next.11",
19-
"@angular/forms": "~9.0.0-next.11",
20-
"@angular/platform-browser": "~9.0.0-next.11",
21-
"@angular/platform-browser-dynamic": "~9.0.0-next.11",
22-
"@angular/router": "~9.0.0-next.11",
15+
"@angular/animations": "~9.0.0-next.12",
16+
"@angular/common": "~9.0.0-next.12",
17+
"@angular/compiler": "~9.0.0-next.12",
18+
"@angular/core": "~9.0.0-next.12",
19+
"@angular/forms": "~9.0.0-next.12",
20+
"@angular/platform-browser": "~9.0.0-next.12",
21+
"@angular/platform-browser-dynamic": "~9.0.0-next.12",
22+
"@angular/router": "~9.0.0-next.12",
2323
"rxjs": "~6.5.3",
2424
"tslib": "^1.10.0",
2525
"zone.js": "~0.10.2"
2626
},
2727
"devDependencies": {
2828
"@angular-devkit/build-angular": "~0.900.0-rc.11",
2929
"@angular-devkit/build-ng-packagr": "~0.900.0-rc.11",
30-
"@angular/cli": "~9.0.0-next.12",
31-
"@angular/compiler-cli": "~9.0.0-next.11",
32-
"@angular/language-service": "~9.0.0-next.11",
33-
"@types/node": "~10.14.0",
30+
"@angular/cli": "~9.0.0-next.13",
31+
"@angular/compiler-cli": "~9.0.0-next.12",
32+
"@angular/language-service": "~9.0.0-next.12",
33+
"@types/node": "^12.11.1",
3434
"@types/jasmine": "~3.4.0",
3535
"@types/jasminewd2": "~2.0.3",
3636
"codelyzer": "^5.1.2",
@@ -45,6 +45,6 @@
4545
"protractor": "~5.4.2",
4646
"ts-node": "~8.3.0",
4747
"tslint": "~5.18.0",
48-
"typescript": "~3.5.3"
48+
"typescript": "~3.6.4"
4949
}
5050
}

0 commit comments

Comments
 (0)