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-03-28 01:23:27 +0300
committerGitHub <noreply@github.com>2022-03-28 01:23:27 +0300
commit212a3346a0ca3441b63f20d361ad4c9369661114 (patch)
treeadfdfb2ceb27964d8984d13fbcdf55ef4e7df759 /package.json
parent4110b2edadf6c40421a8767ffaa3d567f332c2b4 (diff)
[Vue] migrate PiwikMarketplaceController, piwik-marketplace directive and piwik-plugin-name directive (#18966)
* start migration * finish migrating license key * get UI test to pass locally * remove angularjs file * remove todo * migrate PiwikMarketplaceController to vue * apply review feedback * unfinished commit * migrate piwik-plugin-name directive, add types for dotdotdot, remove use of $location in broadcast.updatePopoverParamValue, add ability to reference vue directives in twig (for migrating twig code in the future) * remove directive use * try to fix random failure * remove file from plugin php * fix url update * fix more URL changing issues. allow "query" to be obtained from GET as well as POST params so marketplace reporting page does not have to redirect to admin page when searching * reapply vue directives to dotdotdot
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 92c7bcb619..d4b3143af5 100644
--- a/package.json
+++ b/package.json
@@ -54,6 +54,7 @@
},
"devDependencies": {
"@types/angular": "^1.8.2",
+ "@types/dotdotdot": "^1.6.36",
"@types/jest": "^26.0.24",
"@types/materialize-css": "^1.0.11",
"@types/mousetrap": "^1.6.8",