Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependencies to fix strict install/build scripts + upgrade package-lock 1-->2 #579

Merged
merged 18 commits into from
Apr 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
319 changes: 134 additions & 185 deletions bootstrap/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion bootstrap/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"source-map-loader": "~3.0.0",
"systemjs": "~0.21.4",
"ts-loader": "~8.3.0",
"tslint": "~5.10.0",
"tslint": "~6.1.0",
"typescript": "~4.2.0",
"webpack": "~5.76.0",
"webpack-cli": "~4.9.1"
Expand Down
2,505 changes: 1,768 additions & 737 deletions system-apps/admin-notification-app/webClient/package-lock.json

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"rxjs-compat": "~6.2.2",
"source-map-loader": "~0.2.3",
"ts-loader": "~4.4.2",
"tslint": "~5.10.0",
"tslint": "~6.1.0",
"typescript": "~2.7.2",
"webpack": "^4.41.0",
"webpack-cli": "^3.1.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"svg-inline-loader": "^0.8.2",
"svg-sprite-loader": "^4.2.1",
"ts-loader": "~4.4.2",
"tslint": "~5.10.0",
"tslint": "~6.1.0",
"typescript": "~2.9.0",
"url-loader": "^1.1.2",
"webpack": "^4.41.0",
Expand Down
2 changes: 1 addition & 1 deletion system-apps/app-generator/webClient/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@angular/compiler-cli": "~8.0.0",
"@types/jasmine": "^2.8.2",
"@types/node": "~8.0.53",
"codelyzer": "~5.1.0",
"codelyzer": "~6.0.2",
"gzipper": "^3.5.0",
"jasmine-core": "~3.4.0",
"jasmine-spec-reporter": "~4.2.1",
Expand Down
Loading
Loading