Skip to content

Commit

Permalink
Assets for 5.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
bobdenotter committed May 29, 2022
1 parent 714e7b1 commit bdc0c78
Show file tree
Hide file tree
Showing 12 changed files with 49 additions and 16 deletions.
2 changes: 0 additions & 2 deletions assets/369.js

This file was deleted.

File renamed without changes.
2 changes: 2 additions & 0 deletions assets/941.js

Large diffs are not rendered by default.

35 changes: 34 additions & 1 deletion assets/369.js.LICENSE.txt → assets/941.js.LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* Bootstrap v5.1.3 (https://getbootstrap.com/)
* Bootstrap v4.6.1 (https://getbootstrap.com/)
* Copyright 2011-2021 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors)
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
*/
Expand Down Expand Up @@ -63,6 +63,14 @@
PERFORMANCE OF THIS SOFTWARE.
***************************************************************************** */

/*! @preserve
* bootbox.js
* version: 5.5.2
* author: Nick Payne <[email protected]>
* license: MIT
* http://bootboxjs.com/
*/

/**
* @license
* Lodash <https://lodash.com/>
Expand All @@ -83,6 +91,31 @@
* Website : alex-d.fr
*/

/**!
* @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]>
Expand Down
2 changes: 1 addition & 1 deletion assets/bolt.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion assets/bolt.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions assets/entrypoints.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
"entrypoints": {
"bolt": {
"css": [
"/assets/369.css",
"/assets/941.css",
"/assets/bolt.css"
],
"js": [
"/assets/369.js",
"/assets/941.js",
"/assets/bolt.js"
]
},
Expand Down
4 changes: 2 additions & 2 deletions assets/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"assets/theme-light.css": "/assets/theme-light.css",
"assets/theme-dark.css": "/assets/theme-dark.css",
"assets/theme-woordpers.css": "/assets/theme-woordpers.css",
"assets/369.css": "/assets/369.css",
"assets/369.js": "/assets/369.js",
"assets/941.css": "/assets/941.css",
"assets/941.js": "/assets/941.js",
"assets/82.js": "/assets/82.js",
"assets/322.js": "/assets/322.js",
"assets/images/fa-solid-900.svg": "/assets/images/fa-solid-900.7a8b4f13.svg",
Expand Down
2 changes: 1 addition & 1 deletion assets/theme-dark.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion assets/theme-light.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion assets/theme-woordpers.css

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bolt",
"version": "5.1.99.1",
"version": "5.1.8",
"homepage": "https://boltcms.io",
"author": "Bob den Otter <[email protected]> (https://boltcms.io)",
"license": "MIT",
Expand All @@ -27,11 +27,11 @@
"url": "git://github.com/bolt/core.git"
},
"dependencies": {
"@popperjs/core": "^2.11.5",
"@vue/cli-service": "^4.5.13",
"axios": "^0.21.1",
"baguettebox.js": "^1.11.1",
"bootstrap": "^5.1.3",
"bootbox": "^5.5.2",
"bootstrap": "^4.5.3",
"browserslist": "^4.16.7",
"caniuse-lite": "^1.0.30001249",
"codemirror": "^5.62.2",
Expand Down Expand Up @@ -91,7 +91,7 @@
"jest-serializer-vue": "^2.0.2",
"pa11y-ci": "^2.4.0",
"postcss-loader": "^4.3.0",
"postcss-preset-env": "^7.4.1",
"postcss-preset-env": "^6.7.0",
"prettier": "^1.19.1",
"regenerator-runtime": "^0.13.9",
"sass": "^1.37.5",
Expand Down

0 comments on commit bdc0c78

Please sign in to comment.