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>2021-10-13 06:55:33 +0300
committerGitHub <noreply@github.com>2021-10-13 06:55:33 +0300
commitb5e591c7d70fe64c5a3d375812d9e1bc20b25558 (patch)
tree98fa10365dbb5a2fca9bd9687c8cd447f82f070e /package.json
parent68674d8fdf1464e0342f8413372ae702e7b7bc43 (diff)
[Vue] add promise api to ajaxHelper and deprecate piwikApi service (#18114)
* incomplete conversion * get ajax helper migration to work * delete old periods.spec.js * remove global-ajax-queue.js file * migrate piwik service and test (w/ hacks to get it the test to work) * rebuild and remove old files + get tests to pass * unfinished commit * return jqxhr object so promise api can be used * move hasBlockedContent and deprecate piwikApi service * remove alert files * convert piwikHelper.spec.js * in new vue code, use "Matomo" everywhere possible instead of "piwik" and rebuild vue files * add another needed export line in command * include polyfills after vue so we can add to vue engine * Add HTML sanitizer for use w/ migrating ng-bind-html uses. * fix broken merge, rebuild js, fix issue in build command * add sanitize to other components for consistency (will be replaced by utility function eventually) * add output when no plugins to build * update expected screenshot
Diffstat (limited to 'package.json')
-rw-r--r--package.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json
index f45cd6334c..68cced0ee9 100644
--- a/package.json
+++ b/package.json
@@ -66,6 +66,7 @@
"@vue/eslint-config-airbnb": "^5.3.0",
"@vue/eslint-config-typescript": "^7.0.0",
"babel-loader": "^8.2.2",
+ "dompurify": "^2.3.3",
"eslint": "^6.8.0",
"eslint-plugin-import": "^2.24.2",
"eslint-plugin-vue": "^7.16.0",