Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordizzy <diosmosis@users.noreply.github.com>2022-01-18 12:33:31 +0300
committerGitHub <noreply@github.com>2022-01-18 12:33:31 +0300
commitb09172f3049f02db49a4cf090d457230af2939fa (patch)
treef0fd6c603791b27f421659c89cba7fcf1d3777cc /package.json
parent664474c2713bc1ec99b912c7ab3c8dc19158b700 (diff)
use different abortcontroller polyfill since the previous one does not support firefix 52 which does not support inheriting from EventTarget (#18642)
Diffstat (limited to 'package.json')
-rw-r--r--package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json
index a71e7dce36..a9f066fa8c 100644
--- a/package.json
+++ b/package.json
@@ -67,6 +67,7 @@
"@vue/compiler-sfc": "^3.2.6",
"@vue/eslint-config-airbnb": "^5.3.0",
"@vue/eslint-config-typescript": "^7.0.0",
+ "abortcontroller-polyfill": "^1.7.3",
"babel-loader": "^8.2.2",
"dompurify": "^2.3.3",
"eslint": "^6.8.0",
@@ -77,7 +78,6 @@
"nock": "^13.1.4",
"ts-jest": "^26.5.6",
"typescript": "^4.3.5",
- "vue-jest": "^5.0.0-0",
- "yet-another-abortcontroller-polyfill": "^0.0.4"
+ "vue-jest": "^5.0.0-0"
}
}