Skip to content

Commit 612cb5a

Browse files
committed
5.4.0
1 parent be5ed7c commit 612cb5a

27 files changed

+190
-205
lines changed

composer.json

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
"php": "^8.1",
1717
"ext-json": "*",
1818
"brick/money": "^0.8|^0.9|^0.10",
19-
"illuminate/filesystem": "^10.48.23|^11.44.1|^12.1.1",
20-
"illuminate/support": "^10.48.23|^11.44.1|^12.1.1",
19+
"illuminate/filesystem": "^10.48.29|^11.44.1|^12.1.1",
20+
"illuminate/support": "^10.48.29|^11.44.1|^12.1.1",
2121
"inertiajs/inertia-laravel": "^1.3.2|^2.0",
2222
"laravel/fortify": "^1.25.4",
2323
"nesbot/carbon": "^2.62.1|^3.4",
@@ -63,6 +63,9 @@
6363
"Testbench\\App\\": "tests/laravel/app/",
6464
"Testbench\\Database\\Factories\\": "tests/laravel/database/factories/"
6565
},
66+
"exclude-from-classmap": [
67+
"tests/laravel"
68+
],
6669
"files": [
6770
"workbench/app/functions.php"
6871
]
@@ -101,6 +104,10 @@
101104
"@php vendor/bin/testbench-dusk package:purge-skeleton --ansi",
102105
"@php vendor/bin/testbench-dusk package:dusk-purge --ansi"
103106
],
107+
"build:sync": [
108+
"@php bin/sync",
109+
"@build:assets"
110+
],
104111
"build:dev-assets": [
105112
"TAILWIND_MODE=build npm run dev",
106113
"@sync"
@@ -162,5 +169,5 @@
162169
},
163170
"minimum-stability": "dev",
164171
"prefer-stable": true,
165-
"version": "5.3.2"
172+
"version": "5.4.0"
166173
}

package-lock.json

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

public/app.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/app.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/app.js

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/app.js.LICENSE.txt

Lines changed: 38 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -2,45 +2,53 @@
22
* @license MIT */
33

44
/*!
5-
autosize 4.0.4
6-
license: MIT
7-
http://www.jacklmoore.com/autosize
8-
*/
9-
10-
/*!
11-
* @overview es6-promise - a tiny implementation of Promises/A+.
12-
* @copyright Copyright (c) 2014 Yehuda Katz, Tom Dale, Stefan Penner and contributors (Conversion to ES6 API by Jake Archibald)
13-
* @license Licensed under MIT license
14-
* See https://raw.githubusercontent.com/stefanpenner/es6-promise/master/LICENSE
15-
* @version v4.2.8+1e68dce6
16-
*/
17-
18-
/*!
19-
* JavaScript Cookie v2.2.1
20-
* https://github.com/js-cookie/js-cookie
5+
* The buffer module from node.js, for the browser.
216
*
22-
* Copyright 2006, 2015 Klaus Hartl & Fagner Brack
23-
* Released under the MIT license
7+
* @author Feross Aboukhadijeh <http://feross.org>
8+
* @license MIT
249
*/
2510

2611
/*!
27-
* vuex v4.1.0
28-
* (c) 2022 Evan You
29-
* @license MIT
30-
*/
12+
* tabbable 6.2.0
13+
* @license MIT, https://github.com/focus-trap/tabbable/blob/master/LICENSE
14+
*/
15+
16+
/*! #__NO_SIDE_EFFECTS__ */
3117

3218
/*! Hammer.JS - v2.0.7 - 2016-04-22
3319
* http://hammerjs.github.io/
3420
*
3521
* Copyright (c) 2016 Jorik Tangelder;
3622
* Licensed under the MIT license */
3723

24+
/*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */
25+
3826
/**
39-
* @license
40-
* Copyright (c) 2014 The Polymer Project Authors. All rights reserved.
41-
* This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt
42-
* The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt
43-
* The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt
44-
* Code distributed by Google as part of the polymer project is also
45-
* subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
46-
*/
27+
* @vue/compiler-core v3.5.13
28+
* (c) 2018-present Yuxi (Evan) You and Vue contributors
29+
* @license MIT
30+
**/
31+
32+
/**
33+
* @vue/reactivity v3.5.13
34+
* (c) 2018-present Yuxi (Evan) You and Vue contributors
35+
* @license MIT
36+
**/
37+
38+
/**
39+
* @vue/runtime-core v3.5.13
40+
* (c) 2018-present Yuxi (Evan) You and Vue contributors
41+
* @license MIT
42+
**/
43+
44+
/**
45+
* @vue/runtime-dom v3.5.13
46+
* (c) 2018-present Yuxi (Evan) You and Vue contributors
47+
* @license MIT
48+
**/
49+
50+
/**
51+
* @vue/shared v3.5.13
52+
* (c) 2018-present Yuxi (Evan) You and Vue contributors
53+
* @license MIT
54+
**/

public/app.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/mix-manifest.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
2-
"/app.js": "/app.js?id=c063635517bd8af4b510120b3d0b5cac",
3-
"/ui.js": "/ui.js?id=592866a715b1c20b43fff6ca7980b279",
2+
"/app.js": "/app.js?id=a0b2d6185e8714597892d0686b0a36ac",
3+
"/ui.js": "/ui.js?id=826624ff3780109b1129b7d71365a2bf",
44
"/manifest.js": "/manifest.js?id=3267e5c99fd7b729e2f38ec55b50397d",
5-
"/app.css": "/app.css?id=e6e32c23966698900f862c22cfc1651d",
6-
"/vendor.js": "/vendor.js?id=555c263ac13aeaaebf547d2e8fe6a894",
5+
"/app.css": "/app.css?id=765b33130b253cf418b26f27b6918d2c",
6+
"/vendor.js": "/vendor.js?id=456209b3a1f34ebb106638ad7cd78990",
77
"/fonts/snunitosansv11pe01mimslybiv1o4x1m8cce4g1pty10iurt9w6fk2a.woff2": "/fonts/snunitosansv11pe01mimslybiv1o4x1m8cce4g1pty10iurt9w6fk2a.woff2?id=c8390e146be0a3c8a5498355dec892ae",
88
"/fonts/snunitosansv11pe01mimslybiv1o4x1m8cce4g1pty14iurt9w6fk2a.woff2": "/fonts/snunitosansv11pe01mimslybiv1o4x1m8cce4g1pty14iurt9w6fk2a.woff2?id=b0735c7dd6126471acbaf9d6e9f5e41a",
99
"/fonts/snunitosansv11pe01mimslybiv1o4x1m8cce4g1pty1ciurt9w6fk2a.woff2": "/fonts/snunitosansv11pe01mimslybiv1o4x1m8cce4g1pty1ciurt9w6fk2a.woff2?id=7c1fb232e3050e36dcc1aee61f1d0c06",

public/ui.js

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/vendor.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)