Skip to content

Commit

Permalink
ci(deps): bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Yrkki committed May 30, 2021
1 parent e7a40b4 commit f0d4d89
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 53 deletions.
2 changes: 1 addition & 1 deletion karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ function coverageIstanbulReporterConfig() {
thresholds: {
statements: 90,
lines: 90,
branches: 60,
branches: 90,
functions: 90
}
};
Expand Down
87 changes: 38 additions & 49 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 @@ -365,7 +365,7 @@
"@angular/service-worker": "^12.1.0-next.3",
"@tailorbrands/node-exporter-prometheus": "2.0.7",
"angular-plotly.js": "3.1.0",
"chart.js": "^3.3.0",
"chart.js": "^3.3.1",
"compression": "1.7.4",
"express": "4.17.1",
"heroku": "^7.54.0",
Expand Down Expand Up @@ -410,7 +410,7 @@
"enhanced-resolve": "5.8.2",
"eslint": "^7.27.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "2.23.3",
"eslint-plugin-import": "2.23.4",
"eslint-plugin-jsdoc": "32.3.4",
"eslint-plugin-prefer-arrow": "1.2.3",
"figlet": "^1.5.0",
Expand All @@ -431,7 +431,7 @@
"semantic-release": "^17.4.3",
"ts-node": "9.1.1",
"tslint": "6.1.3",
"typescript": "^4.2.4"
"typescript": "~4.2.4"
},
"engines": {
"node": ">=14.17.0",
Expand Down

0 comments on commit f0d4d89

Please sign in to comment.