mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-09 23:24:06 -08:00
Remove jquery-ui-dist
This commit is contained in:
parent
810abb5c30
commit
4a975ebe29
8
package-lock.json
generated
8
package-lock.json
generated
|
@ -15891,14 +15891,6 @@
|
|||
"jquery": ">=1.8.0 <4.0.0"
|
||||
}
|
||||
},
|
||||
"jquery-ui-dist": {
|
||||
"version": "1.13.2",
|
||||
"resolved": "https://registry.npmjs.org/jquery-ui-dist/-/jquery-ui-dist-1.13.2.tgz",
|
||||
"integrity": "sha512-oVDRd1NLtTbBwpRKAYdIRgpWVDzeBhfy7Gu0RmY6JEaZtmBq6kDn1pm5SgDiAotrnDS+RoTRXO6xvcNTxA9tOA==",
|
||||
"requires": {
|
||||
"jquery": ">=1.8.0 <4.0.0"
|
||||
}
|
||||
},
|
||||
"jquery.iframe-transport": {
|
||||
"version": "1.0.0",
|
||||
"resolved": "https://registry.npmjs.org/jquery.iframe-transport/-/jquery.iframe-transport-1.0.0.tgz",
|
||||
|
|
|
@ -44,7 +44,6 @@
|
|||
"jquery-form-validator": "^2.3.79",
|
||||
"jquery-slimscroll": "^1.3.8",
|
||||
"jquery-ui": "^1.13.2",
|
||||
"jquery-ui-dist": "^1.13.2",
|
||||
"jquery.iframe-transport": "^1.0.0",
|
||||
"jspdf-autotable": "^3.7.1",
|
||||
"less": "^4.2.0",
|
||||
|
|
|
@ -17,7 +17,6 @@ mix
|
|||
"./node_modules/bootstrap/dist/css/bootstrap.css",
|
||||
"./node_modules/@fortawesome/fontawesome-free/css/all.css",
|
||||
"./public/css/build/AdminLTE.css",
|
||||
"./node_modules/jquery-ui-dist/jquery-ui.css",
|
||||
"./node_modules/bootstrap-datepicker/dist/css/bootstrap-datepicker.standalone.css",
|
||||
"./node_modules/bootstrap-colorpicker/dist/css/bootstrap-colorpicker.css",
|
||||
"./node_modules/blueimp-file-upload/css/jquery.fileupload.css",
|
||||
|
@ -159,7 +158,7 @@ mix.combine(
|
|||
"./node_modules/select2/dist/js/select2.full.min.js",
|
||||
"./node_modules/admin-lte/dist/js/adminlte.min.js",
|
||||
"./node_modules/tether/dist/js/tether.js",
|
||||
"./node_modules/jquery-ui-dist/jquery-ui.js",
|
||||
"./node_modules/jquery-ui/dist/jquery-ui.js",
|
||||
"./node_modules/jquery-slimscroll/jquery.slimscroll.js",
|
||||
"./node_modules/jquery.iframe-transport/jquery.iframe-transport.js",
|
||||
"./node_modules/blueimp-file-upload/js/jquery.fileupload.js",
|
||||
|
|
Loading…
Reference in a new issue