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:
authordiosmosis <diosmosis@users.noreply.github.com>2020-06-26 12:33:41 +0300
committerGitHub <noreply@github.com>2020-06-26 12:33:41 +0300
commitb12946909ff323ea2f7e7af04e4435d2dd503023 (patch)
tree90ae60f7755336e80a7bc6a1d538ae02c24493af /package.json
parent714503751b76436daf6533331f24e3400eb06ad1 (diff)
run npm update and include node_modules (#16079)
* update npm packages to latest * fix javascript path location * update screenshots * Add node_modules for users that do not have npm insalled but use git to deploy. * fix release checklist test * Add old chroma-js + some files missing from node_module. * remove npm install * fix .travis.yml * update expected screenshots * update submodule Co-authored-by: sgiehl <stefan@matomo.org>
Diffstat (limited to 'package.json')
-rw-r--r--package.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/package.json b/package.json
index 2f704a1818..816cd702cf 100644
--- a/package.json
+++ b/package.json
@@ -37,13 +37,13 @@
"jquery-mousewheel": "^3.1.13",
"jquery-ui-dist": "^1.12.1",
"jquery.browser": "^0.1.0",
- "jquery.dotdotdot": "^1.8.3",
- "jquery.scrollto": "^1.4.14",
+ "jquery.dotdotdot": "^3.2.3",
+ "jquery.scrollto": "^2.1.2",
"materialize-css": "^1.0.0",
"mousetrap": "^1.6.5",
"ng-dialog": "^1.4.0",
"qrcodejs2": "0.0.2",
"sprintf-js": "^1.1.2",
- "visibilityjs": "^1.2.8"
+ "visibilityjs": "^2.0.2"
}
}