diff --git a/ponyracer/README.md b/ponyracer/README.md index 6a16adb..e52fb02 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.0.0-rc.3. +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 13.0.0. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index a44e013..d1f919f 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -23,8 +23,8 @@ "zone.js": "~0.11.4" }, "devDependencies": { - "@angular-devkit/build-angular": "~13.0.0-rc.3", - "@angular/cli": "~13.0.0-rc.3", + "@angular-devkit/build-angular": "~13.0.0", + "@angular/cli": "~13.0.0", "@angular/compiler-cli": "~13.0.0-next.0", "@types/jasmine": "~3.10.0", "@types/node": "^12.11.1", @@ -34,7 +34,7 @@ "karma-coverage": "~2.0.3", "karma-jasmine": "~4.0.0", "karma-jasmine-html-reporter": "~1.7.0", - "ng-packagr": "~13.0.0-next.0", + "ng-packagr": "^13.0.0", "typescript": "~4.4.3" } }