Skip to content

Commit

Permalink
feat(Dependencies): Update all non-major dependencies
Browse files Browse the repository at this point in the history
| datasource | package                          | from   | to     |
| ---------- | -------------------------------- | ------ | ------ |
| npm        | @eslint/js                       | 9.10.0 | 9.11.0 |
| npm        | @ng-select/ng-select             | 13.7.2 | 13.8.1 |
| npm        | @typescript-eslint/eslint-plugin | 8.4.0  | 8.6.0  |
| npm        | @typescript-eslint/parser        | 8.4.0  | 8.6.0  |
| npm        | eslint                           | 9.10.0 | 9.11.0 |
| npm        | typescript                       | 5.5.4  | 5.6.2  |
  • Loading branch information
renovate[bot] authored Sep 20, 2024
1 parent 2db1ff8 commit a10e3f4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@denbi/cloud-portal-webapp",
"version": "4.883.0",
"version": "4.884.0",
"description": "de.NBI Cloud Portal",
"scripts": {
"ng": "ng serve",
Expand Down Expand Up @@ -35,7 +35,7 @@
"@coreui/coreui": "5.1.2",
"@coreui/icons-angular": "5.2.18",
"@ng-bootstrap/ng-bootstrap": "17.0.1",
"@ng-select/ng-select": "13.7.2",
"@ng-select/ng-select": "13.8.1",
"@sindresorhus/transliterate": "1.6.0",
"@types/d3": "7.4.3",
"@types/jquery": "3.5.30",
Expand Down Expand Up @@ -118,7 +118,7 @@
"style-loader": "4.0.0",
"stylus-loader": "8.1.1",
"ts-node": "10.9.2",
"typescript": "5.5.4",
"typescript": "5.6.2",
"url-loader": "4.1.1",
"webpack-cli": "5.1.4"
},
Expand Down

0 comments on commit a10e3f4

Please sign in to comment.