Skip to content
Snippets Groups Projects
Commit 77e1ea86 authored by Piotr Gawron's avatar Piotr Gawron
Browse files

jquery moved to npm

parent 3957d4a6
No related branches found
No related tags found
1 merge request!290Frontend dependencies moved to npm
Showing
with 12 additions and 16633 deletions
......@@ -588,9 +588,14 @@
"integrity": "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE="
},
"jquery": {
"version": "3.5.1",
"resolved": "https://registry.npmjs.org/jquery/-/jquery-3.5.1.tgz",
"integrity": "sha512-XwIBPqcMn57FxfT+Go5pzySnm4KWkT1Tv7gjrpT1srtf8Weynl6R273VJ5GjkRb51IzMp5nbaPjJXMWeju2MKg=="
"version": "2.2.4",
"resolved": "https://registry.npmjs.org/jquery/-/jquery-2.2.4.tgz",
"integrity": "sha1-LInWiJterFIqfuoywUUhVZxsvwI="
},
"jquery-ui-dist": {
"version": "1.12.1",
"resolved": "https://registry.npmjs.org/jquery-ui-dist/-/jquery-ui-dist-1.12.1.tgz",
"integrity": "sha1-XAgV08xvkP9fqvWyaKbiO0ypBPo="
},
"jszip": {
"version": "3.5.0",
......
......@@ -13,7 +13,8 @@
"datatables.net-bs": "^1.10.22",
"datatables.net-buttons": "^1.6.5",
"datatables.net-buttons-bs": "^1.6.5",
"jquery": "^3.5.1",
"jquery": "^2.2.4",
"jquery-ui-dist": "^1.12.1",
"jszip": "^3.5.0",
"pdfmake": "^0.1.68"
}
......
......@@ -124,7 +124,8 @@ NPM_FILE_PATTERNS = {
'datatables.net-bs': ['css/*', 'js/*', 'License.txt'],
'datatables.net-buttons': ['js/*', 'License.txt'],
'datatables.net-buttons-bs': ['js/*', 'css/*', 'License.txt'],
'jquery': ['dist/jquery.min.js'],
'jquery': ['dist/*'],
'jquery-ui-dist': ['jquery-ui*', 'LICENSE.txt'],
'jszip': ['dist/*'],
'pdfmake': ['build/*'],
}
......
This diff is collapsed.
smash/web/static/AdminLTE/plugins/jQueryUI/images/ui-icons_222222_256x240.png

6.76 KiB

smash/web/static/AdminLTE/plugins/jQueryUI/images/ui-icons_228ef1_256x240.png

4.44 KiB

smash/web/static/AdminLTE/plugins/jQueryUI/images/ui-icons_ef8c08_256x240.png

4.44 KiB

smash/web/static/AdminLTE/plugins/jQueryUI/images/ui-icons_ffd27a_256x240.png

4.44 KiB

smash/web/static/AdminLTE/plugins/jQueryUI/images/ui-icons_ffffff_256x240.png

6.15 KiB

This diff is collapsed.
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment