Skip to content

Commit

Permalink
Update package
Browse files Browse the repository at this point in the history
  • Loading branch information
daaner committed Mar 24, 2020
1 parent 5636976 commit 4ebc5e6
Show file tree
Hide file tree
Showing 22 changed files with 1,724 additions and 881 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,17 @@
* Helper for image/images to h/w = 100%


## 2020-03-24
* [Update] NPM packages:
- @fortawesome/fontawesome-free: 5.12.1 -> 5.13.0
- cross-env: 7.0.0 -> 7.0.2
- dropzone: 5.5.1 -> 5.7.0
- i118n: 0.8.5 -> 0.8.6
- i118next: 19.3.2 -> 19.3.3
- laravel-mix: 5.0.1 -> 5.0.4
- sass: 1.26.1 -> 1.26.3
- sweetalert2: 9.7.2 -> 9.10.6


## 2020-03-18
* [add] Add ENV editor setting `env_keys_readonly`
Expand Down
1 change: 0 additions & 1 deletion config/sleeping_owl.php
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@
* Enable and show link in navigation
* 'show_editor' is @deprecated
*/
'show_editor' => false,
'enable_editor' => false,
'env_keys_readonly' => false,
'env_can_delete' => true,
Expand Down
2,126 changes: 1,271 additions & 855 deletions package-lock.json

Large diffs are not rendered by default.

18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"dependencies": {
"@flowjs/flow.js": "^2.14.0",
"@fortawesome/fontawesome-free": "^5.12.1",
"@fortawesome/fontawesome-free": "^5.13.0",
"admin-lte": "^3.0.2",
"axios": "^0.19.2",
"bootstrap": "^4.4.1",
Expand All @@ -20,15 +20,15 @@
"datatables.net-bs4": "^1.10.20",
"datatables.net-responsive": "^2.2.3",
"dependent-dropdown": "^1.4.9",
"dropzone": "5.5.1",
"dropzone": "^5.7.0",
"font-awesome": "^4.7.0",
"fullcalendar": "^3.10.0",
"i18n": "^0.8.5",
"i18next": "^19.3.2",
"i18n": "^0.8.6",
"i18next": "^19.3.3",
"jquery": "^3.1.1",
"jquery-form": "^4.2.2",
"js-cookie": "^2.2.0",
"laravel-mix": "^5.0.1",
"laravel-mix": "^5.0.4",
"lodash": "^4.17.15",
"magnific-popup": "^1.1.0",
"moment": "^2.24.0",
Expand All @@ -40,19 +40,19 @@
"progressbar.js": "^1.1.0",
"select2": "^4.0.13",
"sortablejs": "^1.10.2",
"sweetalert2": "^9.8.2",
"sweetalert2": "^9.10.6",
"tempusdominus-core": "^5.0.3",
"trix": "^1.2.2",
"trix": "^1.2.3",
"vue": "^2.6.11",
"vue-multiselect": "^2.1.6",
"vue-resource": "^1.5.1",
"vuedraggable": "^2.23.2",
"x-editable-bs4": "^1.5.4"
},
"devDependencies": {
"cross-env": "^7.0.0",
"cross-env": "^7.0.2",
"resolve-url-loader": "^3.1.1",
"sass": "^1.26.1",
"sass": "^1.26.3",
"sass-loader": "^8.0.2",
"vue-template-compiler": "^2.6.11"
}
Expand Down
14 changes: 7 additions & 7 deletions public/default/css/admin-app.css

Large diffs are not rendered by default.

Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Binary file not shown.
4 changes: 2 additions & 2 deletions public/default/js/admin-app.js

Large diffs are not rendered by default.

179 changes: 179 additions & 0 deletions public/default/js/admin-app.js.LICENSE.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,179 @@
/*
@package NOTY - Dependency-free notification library
@version version: 3.2.0-beta
@contributors https://github.com/needim/noty/graphs/contributors
@documentation Examples and Documentation - https://ned.im/noty
@license Licensed under the MIT licenses: http://www.opensource.org/licenses/mit-license.php
*/

/*!
* Bootstrap v4.4.1 (https://getbootstrap.com/)
* Copyright 2011-2019 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors)
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/

/*!
* TERMS OF USE - EASING EQUATIONS
* Open source under the BSD License.
* Easing Equations (c) 2003 Robert Penner, all rights reserved.
*/

/*!
* @overview es6-promise - a tiny implementation of Promises/A+.
* @copyright Copyright (c) 2014 Yehuda Katz, Tom Dale, Stefan Penner and contributors (Conversion to ES6 API by Jake Archibald)
* @license Licensed under MIT license
* See https://raw.githubusercontent.com/stefanpenner/es6-promise/master/LICENSE
* @version 4.1.1
*/

/*!
* AdminLTE v3.0.2 (https://adminlte.io)
* Copyright 2014-2020 Colorlib <http://colorlib.com>
* Licensed under MIT (https://github.com/ColorlibHQ/AdminLTE/blob/master/LICENSE)
*/

/*!
* All equations are adapted from Thomas Fuchs'
* [Scripty2](https://github.com/madrobby/scripty2/blob/master/src/effects/transitions/penner.js).
*
* Based on Easing Equations (c) 2003 [Robert
* Penner](http://www.robertpenner.com/), all rights reserved. This work is
* [subject to terms](http://www.robertpenner.com/easing_terms_of_use.html).
*/

/*!
* JavaScript Cookie v2.2.1
* https://github.com/js-cookie/js-cookie
*
* Copyright 2006, 2015 Klaus Hartl & Fagner Brack
* Released under the MIT license
*/

/*!
* Nestable jQuery Plugin - Copyright (c) 2014 Ramon Smit - https://github.com/RamonSmit/Nestable
*/

/*!
* Sizzle CSS Selector Engine v2.3.4
* https://sizzlejs.com/
*
* Copyright JS Foundation and other contributors
* Released under the MIT license
* https://js.foundation/
*
* Date: 2019-04-08
*/

/*!
* Vue.js v2.6.11
* (c) 2014-2019 Evan You
* Released under the MIT License.
*/

/*!
* dependent-dropdown v1.4.9
* http://plugins.krajee.com/dependent-dropdown
*
* Author: Kartik Visweswaran
* Copyright: 2014 - 2019, Kartik Visweswaran, Krajee.com
*
* Licensed under the BSD-3-Clause
* https://github.com/kartik-v/dependent-dropdown/blob/master/LICENSE.md
*/

/*!
* jQuery JavaScript Library v3.4.1
* https://jquery.com/
*
* Includes Sizzle.js
* https://sizzlejs.com/
*
* Copyright JS Foundation and other contributors
* Released under the MIT license
* https://jquery.org/license
*
* Date: 2019-05-01T21:04Z
*/

/*! DataTables 1.10.20
* ©2008-2019 SpryMedia Ltd - datatables.net/license
*/

/*! Magnific Popup - v1.1.0 - 2016-02-20
* http://dimsemenov.com/plugins/magnific-popup/
* Copyright (c) 2016 Dmitry Semenov; */

/*! Shifty 2.8.0 - https://github.com/jeremyckahn/shifty */

/*! X-editable - v1.5.3
* In-place editing with Twitter Bootstrap, jQuery UI or pure jQuery
* http://github.com/vitalets/x-editable
* Copyright (c) 2018 Vitaliy Potapov; Licensed MIT */

/*! version : 5.2.3
=========================================================
bootstrap-datetimejs
https://github.com/Eonasdan/bootstrap-datetimepicker
Copyright (c) 2015 Jonathan Peterson
=========================================================
*/

/**
* @license
* Copyright (c) 2014 The Polymer Project Authors. All rights reserved.
* This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt
* The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt
* The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt
* Code distributed by Google as part of the polymer project is also
* subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
*/

/**
* @license
* Lodash <https://lodash.com/>
* Copyright OpenJS Foundation and other contributors <https://openjsf.org/>
* Released under MIT license <https://lodash.com/license>
* Based on Underscore.js 1.8.3 <http://underscorejs.org/LICENSE>
* Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
*/

/**
* @license MIT
*/

/**
* @license almond 0.3.3 Copyright jQuery Foundation and other contributors.
* Released under MIT license, http://github.com/requirejs/almond/LICENSE
*/

/**!
* @fileOverview Kickass library to create and place poppers near their reference elements.
* @version 1.16.1
* @license
* Copyright (c) 2016 Federico Zivolo and contributors
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
* copies of the Software, and to permit persons to whom the Software is
* furnished to do so, subject to the following conditions:
*
* The above copyright notice and this permission notice shall be included in all
* copies or substantial portions of the Software.
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
* SOFTWARE.
*/

/**!
* Sortable 1.10.2
* @author RubaXa <[email protected]>
* @author owenm <[email protected]>
* @license MIT
*/

0 comments on commit 4ebc5e6

Please sign in to comment.