Skip to content

Commit

Permalink
fix(frontend/package.json): downgrade Typescript. Downgrade Angular
Browse files Browse the repository at this point in the history
Downgraded Typscript to fix peer dependency.  Downgraded Angular core && zone.js to fix failing
build
  • Loading branch information
alejandrosaenz117 committed Mar 22, 2021
1 parent 47ee5b6 commit bd96650
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 46 deletions.
64 changes: 23 additions & 41 deletions frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@angular/common": "~11.0.0",
"@angular/compiler": "~11.0.0",
"@angular/compiler-cli": "^11.0.0",
"@angular/core": "~11.2.5",
"@angular/core": "~11.0.0",
"@angular/forms": "~11.0.0",
"@angular/platform-browser": "~11.0.0",
"@angular/platform-browser-dynamic": "~11.0.0",
Expand All @@ -36,8 +36,7 @@
"primeng": "^11.3.1",
"rxjs": "~6.6.6",
"tslib": "^2.1.0",
"typescript": "^4.2.3",
"zone.js": "~0.11.4"
"zone.js": "~0.10.2"
},
"devDependencies": {
"@angular-devkit/build-angular": "~0.1102.3",
Expand All @@ -55,6 +54,7 @@
"karma-jasmine-html-reporter": "^1.5.0",
"protractor": "~7.0.0",
"ts-node": "~9.1.1",
"tslint": "~6.1.0"
"tslint": "~6.1.0",
"typescript": ">=4.0.0 <4.1.0"
}
}
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit bd96650

Please sign in to comment.