Skip to content

Commit

Permalink
Development: Update client dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
krusche committed Dec 15, 2024
1 parent a0bf56d commit 64a0d1e
Show file tree
Hide file tree
Showing 2 changed files with 78 additions and 96 deletions.
154 changes: 68 additions & 86 deletions package-lock.json

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

20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@ng-bootstrap/ng-bootstrap": "17.0.1",
"@ngx-translate/core": "16.0.3",
"@ngx-translate/http-loader": "16.0.0",
"@sentry/angular": "8.43.0",
"@sentry/angular": "8.45.0",
"@siemens/ngx-datatable": "22.4.1",
"@swimlane/ngx-charts": "21.0.0",
"@swimlane/ngx-graph": "8.4.0",
Expand Down Expand Up @@ -91,24 +91,24 @@
"d3-transition": "^3.0.1"
},
"@typescript-eslint/utils": {
"eslint": "^9.16.0"
"eslint": "^9.17.0"
},
"braces": "3.0.3",
"cookie": "1.0.1",
"cookie": "1.0.2",
"critters": "0.0.25",
"debug": "4.3.7",
"debug": "4.4.0",
"eslint-plugin-deprecation": {
"eslint": "^9.16.0"
"eslint": "^9.17.0"
},
"express": "5.0.1",
"jsdom": "25.0.1",
"postcss": "8.4.47",
"postcss": "8.4.49",
"rimraf": "6.0.1",
"semver": "7.6.3",
"tough-cookie": "5.0.0",
"vite": "5.4.11",
"webpack-dev-middleware": "7.4.2",
"webpack-dev-server": "5.1.0",
"webpack-dev-server": "5.2.0",
"word-wrap": "1.2.5",
"ws": "8.18.0",
"yargs-parser": "21.1.1"
Expand All @@ -124,7 +124,7 @@
"@angular/cli": "18.2.12",
"@angular/compiler-cli": "18.2.13",
"@angular/language-service": "18.2.13",
"@sentry/types": "8.43.0",
"@sentry/types": "8.45.0",
"@types/crypto-js": "4.2.2",
"@types/d3-shape": "3.1.6",
"@types/dompurify": "3.0.5",
Expand All @@ -140,7 +140,7 @@
"@types/uuid": "10.0.0",
"@typescript-eslint/eslint-plugin": "8.18.0",
"@typescript-eslint/parser": "8.18.0",
"eslint": "9.16.0",
"eslint": "9.17.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-deprecation": "3.0.0",
"eslint-plugin-jest": "28.9.0",
Expand All @@ -160,7 +160,7 @@
"ng-mocks": "14.13.1",
"prettier": "3.4.2",
"rimraf": "6.0.1",
"sass": "1.82.0",
"sass": "1.83.0",
"ts-jest": "29.2.5",
"typescript": "5.5.4",
"weak-napi": "2.0.2"
Expand Down

0 comments on commit 64a0d1e

Please sign in to comment.