Skip to content

Commit

Permalink
remove @angular/http from peer deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Chiff committed Jul 17, 2020
1 parent 87c210f commit d8a402e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
3 changes: 1 addition & 2 deletions projects/file-manager/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ng6-file-man",
"version": "2.1.4",
"version": "2.1.5",
"description": "Angular 6 File Manager component",
"keywords": [
"Angular",
Expand All @@ -27,7 +27,6 @@
"peerDependencies": {
"@angular/common": "^9.1.9",
"@angular/core": "^9.1.9",
"@angular/http": "^9.1.9",
"rxjs": "^6.5.5"
},
"dependencies": {
Expand Down
5 changes: 0 additions & 5 deletions projects/file-manager/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,6 @@
typescript "2.4.1"
yargs "8.0.2"

"@ngrx/store@^9.2.0":
version "9.2.0"
resolved "https://registry.yarnpkg.com/@ngrx/store/-/store-9.2.0.tgz#39f663f98b5332b33c8d197be3ab08bafd85bc88"
integrity sha512-V8AI3mxbMztVpbZpALkLZYlGkofKcu9GaOCY5e+sZ1VcJ90oxhFjBpnmd6MuVdmhep1XAHALb1B8ZbBFn+xsgQ==

"@ngx-translate/core@^10.0.2":
version "10.0.2"
resolved "https://registry.yarnpkg.com/@ngx-translate/core/-/core-10.0.2.tgz#5eeb78f47845b476a1e892fb2fb153dbbaf72850"
Expand Down

0 comments on commit d8a402e

Please sign in to comment.