1
0
قرینه از https://github.com/matomo-org/matomo.git synced 2025-08-21 22:47:43 +00:00
Files
matomo/node_modules/jquery.scrollto/composer.json
Stefan Giehl 6ceadb6ba2 Update jQuery to 3.6.3 (#19989)
* Update jQuery to 3.6.1

* update other jquery libs & plugins

* updates expected ui files

* fix js to position widget preview list

* updates expected ui files

* updates expected ui files

* Update jQuery to 3.6.3

* update expected test files

* patch qtip for jquery3 compatibility

* update expected test files

* submodule updates

* update expected test files

* increase idle time for ui tests

* add changelog

* remove no longer needed jquery security patch

see https://github.com/jquery/jquery/security/advisories/GHSA-gxr4-xjj5-5px2

* add patch note

* update expected test files

* more logging for ui test errors

* update expected test file

* adjust ui tests

* update jquery to 3.6.4
2023-03-24 16:14:26 +01:00

33 خطوط
896 B
JSON
Vendored

{
"name": "flesler/jquery.scrollto",
"description": "Lightweight, cross-browser and highly customizable animated scrolling with jQuery",
"keywords": [
"browser", "animated", "animation", "jquery",
"scrolling", "scroll", "links", "anchors"
],
"homepage": "https://github.com/flesler/jquery.scrollTo",
"support": {
"issues": "https://github.com/flesler/jquery.scrollTo/issues",
"source": "https://github.com/flesler/jquery.scrollTo"
},
"authors": [
{
"name": "Ariel Flesler",
"web": "https://github.com/flesler/"
}
],
"require": {
"components/jquery": ">=1.8"
},
"extra": {
"component": {
"scripts": [
"jquery.scrollTo.js"
],
"files": [
"jquery.scrollTo.min.js"
]
}
}
}