Skip to content

Commit 82273ec

Browse files
committedJul 27, 2023
chore: upgrade deps
1 parent 34d7838 commit 82273ec

25 files changed

+674
-3739
lines changed
 

‎Pipfile

-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ prettytable = "*"
1010
flake8 = "*"
1111

1212
[requires]
13-
python_version = "3.10"
1413

1514
[scripts]
1615
flake8 = "flake8 packages/system/auxiliary/"

‎Pipfile.lock

+5-7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎composer.lock

+31-26
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎setup/dashboard/inc/panel.header.php

-2
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,12 @@
2626
<link rel="mask-icon" href="img/favicon/safari-pinned-tab.svg" color="#5bbad5">
2727
<!-- CSS STYLESHEETS AND ASSETTS -->
2828
<link rel="stylesheet" href="lib/jquery-ui/jquery-ui.min.css">
29-
<link rel="stylesheet" href="lib/hover.css/hover-min.css">
3029
<link rel="stylesheet" href="lib/jquery-toggles/toggles-full.css">
3130
<link rel="stylesheet" href="lib/jquery-gritter/css/jquery.gritter.css">
3231
<link rel="stylesheet" href="lib/datatables/css/dataTables.bootstrap.min.css">
3332
<link rel="stylesheet" href="lib/perfect-scrollbar/css/perfect-scrollbar.min.css">
3433
<link rel="stylesheet" href="lib/animate.css/animate.min.css">
3534
<link rel="stylesheet" href="lib/font-awesome/css/font-awesome.min.css">
36-
<link rel="stylesheet" href="lib/ionicons/css/ionicons.css">
3735
<link rel="stylesheet" href="lib/select2/select2.min.css">
3836
<link rel="stylesheet" href="lib/lobipanel/css/lobipanel.min.css"/>
3937
<link rel="stylesheet" href="skins/quick.css">

‎setup/dashboard/inc/panel.menu.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ function resetPanel() {
148148
</div><!-- header-->
149149
</header>
150150
<section>
151-
<div class="leftpanel ps-container">
151+
<div class="leftpanel ps">
152152
<div class="leftpanelinner">
153153
<ul class="nav nav-tabs nav-justified nav-sidebar">
154154
<li class="tooltips active" data-toggle="tooltip" title="<?php echo T('MAIN_MENU'); ?>" data-placement="bottom"><a data-toggle="tab" data-target="#mainmenu"><i class="tooltips fa fa-ellipsis-h"></i></a></li>

‎setup/dashboard/inc/panel.scripts.php

+16-17
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
$packageLowercase = strtolower($package['package']);
1818
$packageUppercase = strtoupper($package['package']); ?>
1919
<!-- <?php echo $packageUppercase; ?> UNINSTALL MODAL -->
20-
<div class="modal bounceIn animated" id="<?php echo $packageLowercase; ?>RemovalConfirm" tabindex="-1" role="dialog" aria-labelledby="<?php echo $packageUppercase; ?>RemovalConfirm" aria-hidden="true">
20+
<div class="modal animate__bounceIn animate__animated" id="<?php echo $packageLowercase; ?>RemovalConfirm" tabindex="-1" role="dialog" aria-labelledby="<?php echo $packageUppercase; ?>RemovalConfirm" aria-hidden="true">
2121
<div class="modal-dialog">
2222
<div class="modal-content">
2323
<div class="modal-header">
@@ -42,7 +42,7 @@
4242
$option[] = ['file' => 'defaulted', 'title' => 'Defaulted'];
4343
$option[] = ['file' => 'smoked', 'title' => 'Smoked']; ?>
4444
<?php foreach ($option as $theme) { ?>
45-
<div class="modal bounceIn animated" id="themeSelect<?php echo $theme['file']; ?>Confirm" tabindex="-1" role="dialog" aria-labelledby="ThemeSelect<?php echo $theme['file']; ?>Confirm" aria-hidden="true">
45+
<div class="modal animate__bounceIn animate__animated" id="themeSelect<?php echo $theme['file']; ?>Confirm" tabindex="-1" role="dialog" aria-labelledby="ThemeSelect<?php echo $theme['file']; ?>Confirm" aria-hidden="true">
4646
<div class="modal-dialog">
4747
<div class="modal-content">
4848
<div class="modal-header">
@@ -62,13 +62,13 @@
6262
<?php } ?>
6363
<?php ?>
6464
<!-- SYSTEM RESPONSE MODAL -->
65-
<div class="modal bounceIn animated" id="sysResponse" tabindex="-1" role="dialog" aria-labelledby="sysResponse" aria-hidden="true">
65+
<div class="modal animate__bounceIn animate__animated" id="sysResponse" tabindex="-1" role="dialog" aria-labelledby="sysResponse" aria-hidden="true">
6666
<div class="modal-dialog" style="width: 600px">
6767
<div class="modal-content" style="background:rgba(0, 0, 0, 0.6);border:2px solid rgba(0, 0, 0, 0.2)">
6868
<div class="modal-header" style="background:rgba(0, 0, 0, 0.4);border:0!important">
6969
<h4 class="modal-title" style="color:#fff"><?php echo T('SYSTEM_RESPONSE_TITLE'); ?></h4>
7070
</div>
71-
<div class="modal-body ps-container" style="background:rgba(0, 0, 0, 0.4); max-height:600px;" id="sysPre">
71+
<div class="modal-body ps" style="background:rgba(0, 0, 0, 0.4); max-height:600px;" id="sysPre">
7272
<pre style="color: rgb(83, 223, 131) !important;" class="sysout ps-child"><span id="sshoutput"></span></pre>
7373
</div>
7474
<div class="modal-footer" style="background:rgba(0, 0, 0, 0.4);border:0!important">
@@ -79,7 +79,7 @@
7979
</div><!-- modal -->
8080

8181
<!-- VERSION UPDATE CHECK MODAL >
82-
<div class="modal bounceIn animated" id="versionChecker" tabindex="-1" role="dialog" aria-labelledby="VersionChecker" aria-hidden="true">
82+
<div class="modal animate__bounceIn animate__animated" id="versionChecker" tabindex="-1" role="dialog" aria-labelledby="VersionChecker" aria-hidden="true">
8383
<div class="modal-dialog">
8484
<div class="modal-content">
8585
<div class="modal-header">
@@ -214,21 +214,20 @@ function asyncLoad(url, func) {
214214
// });
215215
</script>
216216

217-
<script src="lib/perfect-scrollbar/js/perfect-scrollbar.jquery.min.js"></script>
217+
<script src="lib/perfect-scrollbar/js/perfect-scrollbar.min.js"></script>
218218
<script>
219-
// asyncLoad("lib/perfect-scrollbar/js/perfect-scrollbar.jquery.min.js", function() {
220219
$(function() {
221-
$('.leftpanel').perfectScrollbar();
222-
$('.leftpanel').perfectScrollbar({ wheelSpeed: 1, wheelPropagation: true, minScrollbarLength: 20 });
223-
$('.leftpanel').perfectScrollbar('update');
224-
$('.modal-body').perfectScrollbar();
225-
$('.modal-body').perfectScrollbar({ wheelSpeed: 1, wheelPropagation: true, minScrollbarLength: 20 });
226-
$('.modal-body').perfectScrollbar('update');
227-
$('.sysout').perfectScrollbar();
228-
$('.sysout').perfectScrollbar({ wheelSpeed: 1, wheelPropagation: true, minScrollbarLength: 20 });
229-
$('.sysout').perfectScrollbar('update');
220+
const option = { wheelSpeed: 1, wheelPropagation: true, minScrollbarLength: 20 };
221+
const leftpanel = document.querySelector('.leftpanel');
222+
const modal_body = document.querySelector('.modal-body');
223+
const sysout = document.querySelector('.sysout');
224+
const ps_leftpanel = new PerfectScrollbar(leftpanel, option);
225+
const ps_modal_body = new PerfectScrollbar(modal_body, option);
226+
const ps_sysout = new PerfectScrollbar(sysout, option);
227+
ps_leftpanel.update();
228+
ps_modal_body.update();
229+
ps_sysout.update();
230230
});
231-
// });
232231
</script>
233232

234233
<script src="lib/jquery-gritter/js/jquery.gritter.min.js"></script>

‎setup/dashboard/index.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@
134134
</a>
135135
</h4>
136136
</div>
137-
<div class="panel-body ps-container" style="max-height: 350px; padding: 0;">
137+
<div class="panel-body ps" style="max-height: 350px; padding: 0;">
138138
<?php
139139
$current_commit = trim((string) shell_exec('git -C /etc/QuickBox/ rev-parse --short HEAD'));
140140
?>

‎setup/dashboard/js/quick.js

-11
Original file line numberDiff line numberDiff line change
@@ -33,17 +33,6 @@ $(document).ready(function () {
3333
}
3434
}
3535

36-
/** PULSE A QUICK ACCESS PANEL **/
37-
38-
$(".panel-quick-page .panel").hover(
39-
function () {
40-
$(this).addClass("flip animated");
41-
},
42-
function () {
43-
$(this).removeClass("flip animated");
44-
}
45-
);
46-
4736
// Date Today in Notification
4837
$("#todayDay").text(getDayToday());
4938
$("#todayDate").text(getDateToday());

‎setup/dashboard/lib/animate.css/animate.min.css

100644100755
+5-9
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎setup/dashboard/lib/ionicons/css/ionicons.css

-11
This file was deleted.
-118 KB
Binary file not shown.

‎setup/dashboard/lib/ionicons/fonts/ionicons.svg

-2,230
This file was deleted.
-184 KB
Binary file not shown.
-66.3 KB
Binary file not shown.

‎setup/dashboard/lib/perfect-scrollbar/css/perfect-scrollbar.min.css

100644100755
+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎setup/dashboard/lib/perfect-scrollbar/js/perfect-scrollbar.jquery.min.js

-2
This file was deleted.

‎setup/dashboard/lib/perfect-scrollbar/js/perfect-scrollbar.min.js

100644100755
+19-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎setup/dashboard/lib/socket.io/socket.io.min.js

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎setup/dashboard/package-lock.json

+170-199
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎setup/dashboard/package.json

+5-7
Original file line numberDiff line numberDiff line change
@@ -9,31 +9,29 @@
99
"author": "quickbox-lite",
1010
"license": "GPL-3.0-or-later",
1111
"dependencies": {
12-
"animate.css": "3.7.2",
12+
"animate.css": "^4.1.1",
1313
"ansi_up": "^5.2.1",
1414
"bootbox": "^5.5.3",
1515
"bootstrap": "3.4.1",
1616
"datatables": "^1.10.18",
1717
"font-awesome": "^4.7.0",
1818
"gritter": "^1.7.4",
19-
"hover.css": "^2.3.2",
20-
"ionicons": "2.0.1",
2119
"jquery": "^3.7.0",
2220
"jquery-toggles": "^4.0.0",
2321
"jquery-ui": "^1.13.2",
2422
"jquery-ui-touch-punch": "^0.2.3",
2523
"lazysizes": "^5.3.2",
2624
"lobipanel": "^1.0.0",
27-
"perfect-scrollbar": "0.8.1",
25+
"perfect-scrollbar": "^1.5.5",
2826
"select2": "^4.0.13",
29-
"socket.io-client": "^4.6.1",
27+
"socket.io-client": "^4.7.1",
3028
"visibilityjs": "^2.0.2"
3129
},
3230
"devDependencies": {
33-
"eslint": "^8.41.0",
31+
"eslint": "^8.45.0",
3432
"eslint-config-standard": "^17.1.0",
3533
"eslint-plugin-import": "^2.27.5",
36-
"eslint-plugin-n": "^16.0.0",
34+
"eslint-plugin-n": "^16.0.1",
3735
"eslint-plugin-promise": "^6.1.1"
3836
}
3937
}

‎setup/dashboard/widgets/pmc.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<button type="button" class="close" data-dismiss="alert" aria-hidden="true">&times;</button>
2020
<div align = "center"><?php echo T('PMC_NOTICE_TXT'); ?></div>
2121
</div>
22-
<div class="table-responsive ps-container">
22+
<div class="table-responsive ps">
2323
<table id="dataTable1" class="table table-bordered table-striped-col" style="font-size: 12px">
2424
<thead>
2525
<tr>

‎setup/dashboard/ws/package-lock.json

+383-429
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎setup/dashboard/ws/package.json

+11-11
Original file line numberDiff line numberDiff line change
@@ -19,30 +19,30 @@
1919
"dependencies": {
2020
"axios": "^1.4.0",
2121
"express": "^4.18.2",
22-
"socket.io": "^4.6.1",
22+
"socket.io": "^4.7.1",
2323
"ws": "^8.13.0"
2424
},
2525
"devDependencies": {
2626
"@types/chai": "^4.3.5",
2727
"@types/express": "^4.17.17",
2828
"@types/mocha": "^10.0.1",
29-
"@types/node": "^20.2.5",
30-
"@types/ws": "^8.5.4",
31-
"@typescript-eslint/eslint-plugin": "^5.59.8",
32-
"@typescript-eslint/parser": "^5.59.8",
29+
"@types/node": "^20.4.5",
30+
"@types/ws": "^8.5.5",
31+
"@typescript-eslint/eslint-plugin": "^6.2.0",
32+
"@typescript-eslint/parser": "^6.2.0",
3333
"chai": "^4.3.7",
34-
"eslint": "^8.41.0",
34+
"eslint": "^8.45.0",
3535
"eslint-webpack-plugin": "^4.0.1",
3636
"http-proxy-middleware": "^2.0.6",
3737
"mocha": "^10.2.0",
38-
"socket.io-client": "^4.6.1",
38+
"socket.io-client": "^4.7.1",
3939
"source-map-loader": "^4.0.1",
4040
"terser-webpack-plugin": "^5.3.9",
41-
"ts-loader": "^9.4.3",
41+
"ts-loader": "^9.4.4",
4242
"ts-node": "^10.9.1",
43-
"typescript": "^5.0.4",
44-
"webpack": "^5.84.1",
45-
"webpack-cli": "^5.1.1",
43+
"typescript": "^5.1.6",
44+
"webpack": "^5.88.2",
45+
"webpack-cli": "^5.1.4",
4646
"webpack-merge": "^5.9.0",
4747
"webpack-node-externals": "^3.0.0",
4848
"webpackbar": "^5.0.2"

‎setup/themes/defaulted/skins/quick.css

+11-384
Large diffs are not rendered by default.

‎setup/themes/smoked/skins/quick.css

+11-384
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)
Please sign in to comment.