Skip to content

Commit

Permalink
fix(lib): updated the dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
AnthonyNahas committed Jan 11, 2022
1 parent 1d521bd commit f5d330a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,14 +47,14 @@
"@angular/platform-server": "^13.1.1",
"@angular/router": "^13.1.1",
"@nguniversal/express-engine": "^12.1.2",
"@ngx-translate/core": "^12.1.2",
"@ngx-translate/http-loader": "^4.0.0",
"@ngx-translate/core": "^14.0.0",
"@ngx-translate/http-loader": "^7.0.0",
"express": "^4.15.2",
"ngx-clipboard": "^12.3.1",
"ngx-highlightjs": "^4.1.3",
"ngx-markdown": "^8.2.2",
"rxjs": "^6.6.7",
"tslib": "^2.2.0",
"rxjs": "^7.5.2",
"tslib": "^2.3.1",
"zone.js": "~0.11.4"
},
"devDependencies": {
Expand Down Expand Up @@ -88,4 +88,4 @@
"typescript": "^4.4.4",
"webpack-bundle-analyzer": "^3.9.0"
}
}
}

0 comments on commit f5d330a

Please sign in to comment.