Fix/Chore: replace file drop package (#9926)

This commit is contained in:
shamoon
2025-05-12 23:05:34 -07:00
committed by GitHub
parent 2c9e690dfb
commit 0ab85b5122
13 changed files with 319 additions and 576 deletions

View File

@@ -7,8 +7,7 @@
"start": "ng serve",
"build": "ng build",
"test": "ng test --no-watch --coverage",
"lint": "ng lint",
"postinstall": "patch-package"
"lint": "ng lint"
},
"private": true,
"dependencies": {
@@ -33,7 +32,6 @@
"ngx-color": "^10.0.0",
"ngx-cookie-service": "^19.1.2",
"ngx-device-detector": "^9.0.0",
"ngx-file-drop": "^16.0.0",
"ngx-ui-tour-ng-bootstrap": "^16.0.0",
"rxjs": "^7.8.2",
"tslib": "^2.8.1",
@@ -67,7 +65,6 @@
"jest-junit": "^16.0.0",
"jest-preset-angular": "^14.5.5",
"jest-websocket-mock": "^2.5.0",
"patch-package": "^8.0.0",
"prettier-plugin-organize-imports": "^4.1.0",
"ts-node": "~10.9.1",
"typescript": "^5.5.4"