diff --git a/ponyracer/README.md b/ponyracer/README.md index a47a3f4..fbb89ba 100644 --- a/ponyracer/README.md +++ b/ponyracer/README.md @@ -1,6 +1,6 @@ # Ponyracer -This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 13.3.11. +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 14.0.0-next.0. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index ab866ef..3e3265f 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -10,22 +10,22 @@ }, "private": true, "dependencies": { - "@angular/animations": "~13.3.0", - "@angular/common": "~13.3.0", - "@angular/compiler": "~13.3.0", - "@angular/core": "~13.3.0", - "@angular/forms": "~13.3.0", - "@angular/platform-browser": "~13.3.0", - "@angular/platform-browser-dynamic": "~13.3.0", - "@angular/router": "~13.3.0", + "@angular/animations": "^14.0.0-next.0", + "@angular/common": "^14.0.0-next.0", + "@angular/compiler": "^14.0.0-next.0", + "@angular/core": "^14.0.0-next.0", + "@angular/forms": "^14.0.0-next.0", + "@angular/platform-browser": "^14.0.0-next.0", + "@angular/platform-browser-dynamic": "^14.0.0-next.0", + "@angular/router": "^14.0.0-next.0", "rxjs": "~7.5.0", "tslib": "^2.3.0", "zone.js": "~0.11.4" }, "devDependencies": { - "@angular-devkit/build-angular": "~13.3.11", - "@angular/cli": "~13.3.11", - "@angular/compiler-cli": "~13.3.0", + "@angular-devkit/build-angular": "^14.0.0-next.0", + "@angular/cli": "~14.0.0-next.0", + "@angular/compiler-cli": "^14.0.0-next.0", "@types/jasmine": "~3.10.0", "@types/node": "^12.11.1", "jasmine-core": "~4.0.0", diff --git a/ponyracer/projects/ponyracer-lib/README.md b/ponyracer/projects/ponyracer-lib/README.md index 6eff7ee..779e879 100644 --- a/ponyracer/projects/ponyracer-lib/README.md +++ b/ponyracer/projects/ponyracer-lib/README.md @@ -1,6 +1,6 @@ # PonyracerLib -This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 13.3.0. +This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 14.0.0-next.0. ## Code scaffolding diff --git a/ponyracer/projects/ponyracer-lib/package.json b/ponyracer/projects/ponyracer-lib/package.json index fc9082f..589d770 100644 --- a/ponyracer/projects/ponyracer-lib/package.json +++ b/ponyracer/projects/ponyracer-lib/package.json @@ -2,8 +2,8 @@ "name": "ponyracer-lib", "version": "0.0.1", "peerDependencies": { - "@angular/common": "^13.3.0", - "@angular/core": "^13.3.0" + "@angular/common": "^14.0.0-next.0", + "@angular/core": "^14.0.0-next.0" }, "dependencies": { "tslib": "^2.3.0" diff --git a/ponyracer/tsconfig.json b/ponyracer/tsconfig.json index e7ed7d4..d094699 100644 --- a/ponyracer/tsconfig.json +++ b/ponyracer/tsconfig.json @@ -22,7 +22,7 @@ "dist/ponyracer-lib" ] }, - "target": "es2017", + "target": "es2020", "module": "es2020", "lib": [ "es2020",