Skip to content

Commit

Permalink
Update dependencies (#852)
Browse files Browse the repository at this point in the history
* Updated zone.js

* Updated Angular and related dependencies.

* Updated Font Awesome

* Updated TypeScript

* Updated ESLint dependencies

* Updated Karma and Jasmine dependencies

* Updated node types

* Updated tslib

* Updated sharp

* Updated vanilla-lazyload

* Updated Bootstrap

* Updated jQuery. Code that uses jQuery now uses native JavaScript and/or Bootstrap instead. Golden  Layout is now the only code that relies on jQuery.

* Updated Angular dependencies.

* Updated microservices typescript

* Updated microservices gRPC dependencies

* Updated microservices replace-in-file

* Update microservices tiged

* Fixed dependency vulnerabilities with audit fix
  • Loading branch information
alancleary authored Aug 24, 2023
1 parent f1b41cf commit d16aa96
Show file tree
Hide file tree
Showing 14 changed files with 8,827 additions and 4,708 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,4 @@
]
}
]
}
}
324 changes: 200 additions & 124 deletions dep/legumeinfo-microservices/package-lock.json

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions dep/legumeinfo-microservices/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
},
"devDependencies": {
"create-ts-index": "^1.14.0",
"grpc-tools": "^1.12.3",
"protoc-gen-grpc-web": "^1.4.1",
"replace-in-file": "^6.3.5",
"tiged": "^2.12.3",
"typescript": "^4.9.4"
"grpc-tools": "^1.12.4",
"protoc-gen-grpc-web": "^1.4.2",
"replace-in-file": "^7.0.1",
"tiged": "^2.12.5",
"typescript": "^5.1.6"
}
}
Loading

0 comments on commit d16aa96

Please sign in to comment.