Skip to content

Commit

Permalink
update dependencies where possible
Browse files Browse the repository at this point in the history
  • Loading branch information
mwood77 committed Feb 12, 2023
1 parent 8f003a7 commit 26a3386
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 4 deletions.
Binary file modified data/3rdpartylicenses.txt.gz
Binary file not shown.
Binary file modified data/main.js.gz
Binary file not shown.
Binary file modified data/styles.css.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion src/angular/osww-frontend/angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"budgets": [
{
"type": "initial",
"maximumWarning": "500kb",
"maximumWarning": "750kb",
"maximumError": "1mb"
},
{
Expand Down
2 changes: 1 addition & 1 deletion src/angular/osww-frontend/package-lock.json

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

8 changes: 6 additions & 2 deletions src/angular/osww-frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"delete": "^1.1.0",
"gzip-cli": "^1.2.0",
"jasmine-core": "~4.3.0",
"karma": "~6.4.0",
"karma": "^6.4.1",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage": "~2.2.0",
"karma-jasmine": "~5.1.0",
Expand All @@ -43,5 +43,9 @@
"shx": "^0.3.4",
"ts-node": "~8.3.0",
"typescript": "~4.7.2"
},
"resolutions": {
"**/ua-parser-js": "^1.0.33",
"**/browser-sync": "^2.27.9"
}
}
}

0 comments on commit 26a3386

Please sign in to comment.