Skip to content

Commit

Permalink
updated package version for Rxjs and tsickle to avoid errors during l…
Browse files Browse the repository at this point in the history
…ibrary build
  • Loading branch information
Sanjiv Kumar committed Apr 18, 2020
1 parent 89a8d27 commit ea79e28
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 10 deletions.
31 changes: 24 additions & 7 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
"@angular/router": "^6.0.2",
"core-js": "^2.5.4",
"json-server": "^0.12.2",
"ngx-mat-typeahead": "^1.0.0",
"rxjs": "^6.0.0",
"ngx-mat-typeahead": "^1.0.2",
"rxjs": "6.3.3",
"zone.js": "^0.8.26"
},
"devDependencies": {
Expand All @@ -48,7 +48,7 @@
"ng-packagr": "^3.0.0-rc.2",
"protractor": "~5.3.0",
"ts-node": "~5.0.1",
"tsickle": ">=0.25.5",
"tsickle": "0.25.5",
"tslib": "^1.7.1",
"tslint": "~5.9.1",
"typescript": "~2.7.2"
Expand Down

0 comments on commit ea79e28

Please sign in to comment.