Skip to content

Commit 4ebc5e6

Browse files
committed
Update package
1 parent 5636976 commit 4ebc5e6

22 files changed

+1724
-881
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,17 @@
44
* Helper for image/images to h/w = 100%
55

66

7+
## 2020-03-24
8+
* [Update] NPM packages:
9+
- @fortawesome/fontawesome-free: 5.12.1 -> 5.13.0
10+
- cross-env: 7.0.0 -> 7.0.2
11+
- dropzone: 5.5.1 -> 5.7.0
12+
- i118n: 0.8.5 -> 0.8.6
13+
- i118next: 19.3.2 -> 19.3.3
14+
- laravel-mix: 5.0.1 -> 5.0.4
15+
- sass: 1.26.1 -> 1.26.3
16+
- sweetalert2: 9.7.2 -> 9.10.6
17+
718

819
## 2020-03-18
920
* [add] Add ENV editor setting `env_keys_readonly`

config/sleeping_owl.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,6 @@
8888
* Enable and show link in navigation
8989
* 'show_editor' is @deprecated
9090
*/
91-
'show_editor' => false,
9291
'enable_editor' => false,
9392
'env_keys_readonly' => false,
9493
'env_can_delete' => true,

package-lock.json

Lines changed: 1271 additions & 855 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
},
1212
"dependencies": {
1313
"@flowjs/flow.js": "^2.14.0",
14-
"@fortawesome/fontawesome-free": "^5.12.1",
14+
"@fortawesome/fontawesome-free": "^5.13.0",
1515
"admin-lte": "^3.0.2",
1616
"axios": "^0.19.2",
1717
"bootstrap": "^4.4.1",
@@ -20,15 +20,15 @@
2020
"datatables.net-bs4": "^1.10.20",
2121
"datatables.net-responsive": "^2.2.3",
2222
"dependent-dropdown": "^1.4.9",
23-
"dropzone": "5.5.1",
23+
"dropzone": "^5.7.0",
2424
"font-awesome": "^4.7.0",
2525
"fullcalendar": "^3.10.0",
26-
"i18n": "^0.8.5",
27-
"i18next": "^19.3.2",
26+
"i18n": "^0.8.6",
27+
"i18next": "^19.3.3",
2828
"jquery": "^3.1.1",
2929
"jquery-form": "^4.2.2",
3030
"js-cookie": "^2.2.0",
31-
"laravel-mix": "^5.0.1",
31+
"laravel-mix": "^5.0.4",
3232
"lodash": "^4.17.15",
3333
"magnific-popup": "^1.1.0",
3434
"moment": "^2.24.0",
@@ -40,19 +40,19 @@
4040
"progressbar.js": "^1.1.0",
4141
"select2": "^4.0.13",
4242
"sortablejs": "^1.10.2",
43-
"sweetalert2": "^9.8.2",
43+
"sweetalert2": "^9.10.6",
4444
"tempusdominus-core": "^5.0.3",
45-
"trix": "^1.2.2",
45+
"trix": "^1.2.3",
4646
"vue": "^2.6.11",
4747
"vue-multiselect": "^2.1.6",
4848
"vue-resource": "^1.5.1",
4949
"vuedraggable": "^2.23.2",
5050
"x-editable-bs4": "^1.5.4"
5151
},
5252
"devDependencies": {
53-
"cross-env": "^7.0.0",
53+
"cross-env": "^7.0.2",
5454
"resolve-url-loader": "^3.1.1",
55-
"sass": "^1.26.1",
55+
"sass": "^1.26.3",
5656
"sass-loader": "^8.0.2",
5757
"vue-template-compiler": "^2.6.11"
5858
}

public/default/css/admin-app.css

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Binary file not shown.

public/default/fonts/vendor/@fortawesome/fontawesome-free/webfa-brands-400.svg

Lines changed: 2 additions & 2 deletions
Loading
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

public/default/fonts/vendor/@fortawesome/fontawesome-free/webfa-regular-400.svg

Lines changed: 2 additions & 2 deletions
Loading
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

public/default/fonts/vendor/@fortawesome/fontawesome-free/webfa-solid-900.svg

Lines changed: 241 additions & 3 deletions
Loading
Binary file not shown.
Binary file not shown.
Binary file not shown.

public/default/js/admin-app.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 179 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,179 @@
1+
/*
2+
@package NOTY - Dependency-free notification library
3+
@version version: 3.2.0-beta
4+
@contributors https://github.com/needim/noty/graphs/contributors
5+
@documentation Examples and Documentation - https://ned.im/noty
6+
@license Licensed under the MIT licenses: http://www.opensource.org/licenses/mit-license.php
7+
*/
8+
9+
/*!
10+
* Bootstrap v4.4.1 (https://getbootstrap.com/)
11+
* Copyright 2011-2019 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors)
12+
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
13+
*/
14+
15+
/*!
16+
* TERMS OF USE - EASING EQUATIONS
17+
* Open source under the BSD License.
18+
* Easing Equations (c) 2003 Robert Penner, all rights reserved.
19+
*/
20+
21+
/*!
22+
* @overview es6-promise - a tiny implementation of Promises/A+.
23+
* @copyright Copyright (c) 2014 Yehuda Katz, Tom Dale, Stefan Penner and contributors (Conversion to ES6 API by Jake Archibald)
24+
* @license Licensed under MIT license
25+
* See https://raw.githubusercontent.com/stefanpenner/es6-promise/master/LICENSE
26+
* @version 4.1.1
27+
*/
28+
29+
/*!
30+
* AdminLTE v3.0.2 (https://adminlte.io)
31+
* Copyright 2014-2020 Colorlib <http://colorlib.com>
32+
* Licensed under MIT (https://github.com/ColorlibHQ/AdminLTE/blob/master/LICENSE)
33+
*/
34+
35+
/*!
36+
* All equations are adapted from Thomas Fuchs'
37+
* [Scripty2](https://github.com/madrobby/scripty2/blob/master/src/effects/transitions/penner.js).
38+
*
39+
* Based on Easing Equations (c) 2003 [Robert
40+
* Penner](http://www.robertpenner.com/), all rights reserved. This work is
41+
* [subject to terms](http://www.robertpenner.com/easing_terms_of_use.html).
42+
*/
43+
44+
/*!
45+
* JavaScript Cookie v2.2.1
46+
* https://github.com/js-cookie/js-cookie
47+
*
48+
* Copyright 2006, 2015 Klaus Hartl & Fagner Brack
49+
* Released under the MIT license
50+
*/
51+
52+
/*!
53+
* Nestable jQuery Plugin - Copyright (c) 2014 Ramon Smit - https://github.com/RamonSmit/Nestable
54+
*/
55+
56+
/*!
57+
* Sizzle CSS Selector Engine v2.3.4
58+
* https://sizzlejs.com/
59+
*
60+
* Copyright JS Foundation and other contributors
61+
* Released under the MIT license
62+
* https://js.foundation/
63+
*
64+
* Date: 2019-04-08
65+
*/
66+
67+
/*!
68+
* Vue.js v2.6.11
69+
* (c) 2014-2019 Evan You
70+
* Released under the MIT License.
71+
*/
72+
73+
/*!
74+
* dependent-dropdown v1.4.9
75+
* http://plugins.krajee.com/dependent-dropdown
76+
*
77+
* Author: Kartik Visweswaran
78+
* Copyright: 2014 - 2019, Kartik Visweswaran, Krajee.com
79+
*
80+
* Licensed under the BSD-3-Clause
81+
* https://github.com/kartik-v/dependent-dropdown/blob/master/LICENSE.md
82+
*/
83+
84+
/*!
85+
* jQuery JavaScript Library v3.4.1
86+
* https://jquery.com/
87+
*
88+
* Includes Sizzle.js
89+
* https://sizzlejs.com/
90+
*
91+
* Copyright JS Foundation and other contributors
92+
* Released under the MIT license
93+
* https://jquery.org/license
94+
*
95+
* Date: 2019-05-01T21:04Z
96+
*/
97+
98+
/*! DataTables 1.10.20
99+
* ©2008-2019 SpryMedia Ltd - datatables.net/license
100+
*/
101+
102+
/*! Magnific Popup - v1.1.0 - 2016-02-20
103+
* http://dimsemenov.com/plugins/magnific-popup/
104+
* Copyright (c) 2016 Dmitry Semenov; */
105+
106+
/*! Shifty 2.8.0 - https://github.com/jeremyckahn/shifty */
107+
108+
/*! X-editable - v1.5.3
109+
* In-place editing with Twitter Bootstrap, jQuery UI or pure jQuery
110+
* http://github.com/vitalets/x-editable
111+
* Copyright (c) 2018 Vitaliy Potapov; Licensed MIT */
112+
113+
/*! version : 5.2.3
114+
=========================================================
115+
bootstrap-datetimejs
116+
https://github.com/Eonasdan/bootstrap-datetimepicker
117+
Copyright (c) 2015 Jonathan Peterson
118+
=========================================================
119+
*/
120+
121+
/**
122+
* @license
123+
* Copyright (c) 2014 The Polymer Project Authors. All rights reserved.
124+
* This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt
125+
* The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt
126+
* The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt
127+
* Code distributed by Google as part of the polymer project is also
128+
* subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
129+
*/
130+
131+
/**
132+
* @license
133+
* Lodash <https://lodash.com/>
134+
* Copyright OpenJS Foundation and other contributors <https://openjsf.org/>
135+
* Released under MIT license <https://lodash.com/license>
136+
* Based on Underscore.js 1.8.3 <http://underscorejs.org/LICENSE>
137+
* Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
138+
*/
139+
140+
/**
141+
* @license MIT
142+
*/
143+
144+
/**
145+
* @license almond 0.3.3 Copyright jQuery Foundation and other contributors.
146+
* Released under MIT license, http://github.com/requirejs/almond/LICENSE
147+
*/
148+
149+
/**!
150+
* @fileOverview Kickass library to create and place poppers near their reference elements.
151+
* @version 1.16.1
152+
* @license
153+
* Copyright (c) 2016 Federico Zivolo and contributors
154+
*
155+
* Permission is hereby granted, free of charge, to any person obtaining a copy
156+
* of this software and associated documentation files (the "Software"), to deal
157+
* in the Software without restriction, including without limitation the rights
158+
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
159+
* copies of the Software, and to permit persons to whom the Software is
160+
* furnished to do so, subject to the following conditions:
161+
*
162+
* The above copyright notice and this permission notice shall be included in all
163+
* copies or substantial portions of the Software.
164+
*
165+
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
166+
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
167+
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
168+
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
169+
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
170+
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
171+
* SOFTWARE.
172+
*/
173+
174+
/**!
175+
* Sortable 1.10.2
176+
* @author RubaXa <trash@rubaxa.org>
177+
* @author owenm <owen23355@gmail.com>
178+
* @license MIT
179+
*/

0 commit comments

Comments
 (0)