mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-02 17:53:30 +00:00
AAE-30882 Remove superagent for fetch (#11856)
* [AAE-30882] - Remove superagent for fetch * [AAE-30882] - Fixing comments * [AAE-30882] - fixde failing unit tests * [AAE-30882] - fixde failing unit tests * [AAE-30882] - fixd sonarcloud comment
This commit is contained in:
+2
-4
@@ -70,7 +70,6 @@
|
||||
"pdfjs-dist": "5.1.91",
|
||||
"raphael": "2.3.0",
|
||||
"rxjs": "7.8.2",
|
||||
"superagent": "^9.0.1",
|
||||
"tslib": "2.8.1",
|
||||
"zone.js": "0.15.0"
|
||||
},
|
||||
@@ -102,7 +101,6 @@
|
||||
"@types/minimatch": "5.1.2",
|
||||
"@types/node": "^18.16.9",
|
||||
"@types/pdfjs-dist": "2.10.378",
|
||||
"@types/superagent": "^4.1.22",
|
||||
"@typescript-eslint/eslint-plugin": "8.57.2",
|
||||
"@typescript-eslint/parser": "8.57.2",
|
||||
"@typescript-eslint/typescript-estree": "8.41.0",
|
||||
@@ -138,7 +136,6 @@
|
||||
"lint-staged": "15.5.2",
|
||||
"moment": "^2.29.4",
|
||||
"ng-packagr": "19.2.2",
|
||||
"nock": "13.5.5",
|
||||
"nx": "22.6.5",
|
||||
"prettier": "3.6.2",
|
||||
"react": "^19.2.4",
|
||||
@@ -151,6 +148,7 @@
|
||||
"stylelint-config-standard-scss": "^13.1.0",
|
||||
"ts-node": "^10.9.2",
|
||||
"typescript": "5.8.3",
|
||||
"undici": "^8.2.0",
|
||||
"webpack": "5.105.3"
|
||||
},
|
||||
"overrides": {
|
||||
@@ -163,7 +161,7 @@
|
||||
},
|
||||
"license": "Apache-2.0",
|
||||
"engines": {
|
||||
"node": ">=18.0.0"
|
||||
"node": ">=22.19.0"
|
||||
},
|
||||
"module": "./index.js",
|
||||
"typings": "./index.d.ts"
|
||||
|
||||
Reference in New Issue
Block a user