Skip to content

Commit

Permalink
Merge pull request #6132 from deNBI/deps/ngx-scrollbar-15.x
Browse files Browse the repository at this point in the history
feat(Dependencies): Update dependency ngx-scrollbar to v15
  • Loading branch information
dweinholz authored Aug 15, 2024
2 parents 75fe50e + 777017f commit e61604c
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
1 change: 0 additions & 1 deletion .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

npx lint-staged
21 changes: 11 additions & 10 deletions package-lock.json

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

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.854.0",
"version": "4.855.0",
"description": "de.NBI Cloud Portal",
"scripts": {
"ng": "ng serve",
Expand All @@ -13,7 +13,7 @@
"e2e": "npm-run-all -p -r webdriver-start protractor",
"pree2e": "webdriver-manager update --standalone false --gecko false --quiet",
"compodoc": "./node_modules/.bin/compodoc -p src/tsconfig.app.json",
"prepare": "husky install"
"prepare": "husky init"
},
"resolutions": {},
"private": true,
Expand Down Expand Up @@ -67,7 +67,7 @@
"ngx-cookie-service": "18.0.0",
"ngx-matomo-client": "6.3.0",
"ngx-owl-carousel-o": "18.0.0",
"ngx-scrollbar": "13.0.3",
"ngx-scrollbar": "15.1.2",
"postcss-loader": "8.1.1",
"postcss-url": "10.1.3",
"rxjs": "7.8.1",
Expand Down

0 comments on commit e61604c

Please sign in to comment.