mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-15 10:13:15 -05:00
Fix: update ng-bootstrap to fix datepicker bug (#7567)
This commit is contained in:
parent
eaaaa575b8
commit
807f788f92
8
src-ui/package-lock.json
generated
8
src-ui/package-lock.json
generated
@ -18,7 +18,7 @@
|
|||||||
"@angular/platform-browser": "~18.1.3",
|
"@angular/platform-browser": "~18.1.3",
|
||||||
"@angular/platform-browser-dynamic": "~18.1.3",
|
"@angular/platform-browser-dynamic": "~18.1.3",
|
||||||
"@angular/router": "~18.1.3",
|
"@angular/router": "~18.1.3",
|
||||||
"@ng-bootstrap/ng-bootstrap": "^17.0.0",
|
"@ng-bootstrap/ng-bootstrap": "^17.0.1",
|
||||||
"@ng-select/ng-select": "^13.5.0",
|
"@ng-select/ng-select": "^13.5.0",
|
||||||
"@ngneat/dirty-check-forms": "^3.0.3",
|
"@ngneat/dirty-check-forms": "^3.0.3",
|
||||||
"@popperjs/core": "^2.11.8",
|
"@popperjs/core": "^2.11.8",
|
||||||
@ -5033,9 +5033,9 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
"node_modules/@ng-bootstrap/ng-bootstrap": {
|
"node_modules/@ng-bootstrap/ng-bootstrap": {
|
||||||
"version": "17.0.0",
|
"version": "17.0.1",
|
||||||
"resolved": "https://registry.npmjs.org/@ng-bootstrap/ng-bootstrap/-/ng-bootstrap-17.0.0.tgz",
|
"resolved": "https://registry.npmjs.org/@ng-bootstrap/ng-bootstrap/-/ng-bootstrap-17.0.1.tgz",
|
||||||
"integrity": "sha512-hTbBtozJlpevF1RO6J2adCoXiAkMTPV3wmXIyK05dVha4VsKjHibgaL6YldToKoh6ElQnIYkPEIJHX9z5EtyMw==",
|
"integrity": "sha512-utbm8OXIoqVVYGVzQkOS773ymbjc+UMkXv8lyi7hTqLhCQs0rZ0yA74peqVZRuOGXLHgcSTA7fnJhA80iQOblw==",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"tslib": "^2.3.0"
|
"tslib": "^2.3.0"
|
||||||
},
|
},
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
"@angular/platform-browser": "~18.1.3",
|
"@angular/platform-browser": "~18.1.3",
|
||||||
"@angular/platform-browser-dynamic": "~18.1.3",
|
"@angular/platform-browser-dynamic": "~18.1.3",
|
||||||
"@angular/router": "~18.1.3",
|
"@angular/router": "~18.1.3",
|
||||||
"@ng-bootstrap/ng-bootstrap": "^17.0.0",
|
"@ng-bootstrap/ng-bootstrap": "^17.0.1",
|
||||||
"@ng-select/ng-select": "^13.5.0",
|
"@ng-select/ng-select": "^13.5.0",
|
||||||
"@ngneat/dirty-check-forms": "^3.0.3",
|
"@ngneat/dirty-check-forms": "^3.0.3",
|
||||||
"@popperjs/core": "^2.11.8",
|
"@popperjs/core": "^2.11.8",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user