This commit is contained in:
Dennis
2024-12-19 10:06:01 +01:00
parent f05206f940
commit a986d4316e
4 changed files with 337 additions and 192 deletions

View File

@@ -15,7 +15,7 @@
"calebporzio/sushi": "^2.4",
"cloudflare/sdk": "^1.3",
"doctrine/dbal": "^3.3",
"filament/filament": "^3.0.62",
"filament/filament": "^v3.2.131",
"guzzlehttp/guzzle": "^7.4.1",
"inertiajs/inertia-laravel": "^2.0",
"laragear/two-factor": "^2.1.0",

44
composer.lock generated
View File

@@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "79d663d815a8cface6600f84e9f8cc75",
"content-hash": "e0575a8f3870991b994df94a9c62cb80",
"packages": [
{
"name": "amphp/amp",
@@ -987,16 +987,16 @@
},
{
"name": "aws/aws-sdk-php",
"version": "3.335.0",
"version": "3.336.0",
"source": {
"type": "git",
"url": "https://github.com/aws/aws-sdk-php.git",
"reference": "104c61bff0f7fb55763c67baee8c1f0e46e2d021"
"reference": "5a62003bf183e32da038056a4b9077c27224e034"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/104c61bff0f7fb55763c67baee8c1f0e46e2d021",
"reference": "104c61bff0f7fb55763c67baee8c1f0e46e2d021",
"url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/5a62003bf183e32da038056a4b9077c27224e034",
"reference": "5a62003bf183e32da038056a4b9077c27224e034",
"shasum": ""
},
"require": {
@@ -1079,9 +1079,9 @@
"support": {
"forum": "https://forums.aws.amazon.com/forum.jspa?forumID=80",
"issues": "https://github.com/aws/aws-sdk-php/issues",
"source": "https://github.com/aws/aws-sdk-php/tree/3.335.0"
"source": "https://github.com/aws/aws-sdk-php/tree/3.336.0"
},
"time": "2024-12-17T19:04:01+00:00"
"time": "2024-12-18T19:04:32+00:00"
},
{
"name": "bacon/bacon-qr-code",
@@ -4877,16 +4877,16 @@
},
{
"name": "league/csv",
"version": "9.20.0",
"version": "9.20.1",
"source": {
"type": "git",
"url": "https://github.com/thephpleague/csv.git",
"reference": "553579df208641ada6ffb450b3a151e2fcfa4f31"
"reference": "491d1e79e973a7370c7571dc0fe4a7241f4936ee"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/thephpleague/csv/zipball/553579df208641ada6ffb450b3a151e2fcfa4f31",
"reference": "553579df208641ada6ffb450b3a151e2fcfa4f31",
"url": "https://api.github.com/repos/thephpleague/csv/zipball/491d1e79e973a7370c7571dc0fe4a7241f4936ee",
"reference": "491d1e79e973a7370c7571dc0fe4a7241f4936ee",
"shasum": ""
},
"require": {
@@ -4960,7 +4960,7 @@
"type": "github"
}
],
"time": "2024-12-13T15:49:27+00:00"
"time": "2024-12-18T10:11:15+00:00"
},
{
"name": "league/flysystem",
@@ -7960,16 +7960,16 @@
},
{
"name": "stripe/stripe-php",
"version": "v16.3.0",
"version": "v16.4.0",
"source": {
"type": "git",
"url": "https://github.com/stripe/stripe-php.git",
"reference": "48af6bc64ca8157b3fdce100e856069963bac466"
"reference": "4aa86099f888db9368f5f778f29feb14e6294dfb"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/stripe/stripe-php/zipball/48af6bc64ca8157b3fdce100e856069963bac466",
"reference": "48af6bc64ca8157b3fdce100e856069963bac466",
"url": "https://api.github.com/repos/stripe/stripe-php/zipball/4aa86099f888db9368f5f778f29feb14e6294dfb",
"reference": "4aa86099f888db9368f5f778f29feb14e6294dfb",
"shasum": ""
},
"require": {
@@ -8013,9 +8013,9 @@
],
"support": {
"issues": "https://github.com/stripe/stripe-php/issues",
"source": "https://github.com/stripe/stripe-php/tree/v16.3.0"
"source": "https://github.com/stripe/stripe-php/tree/v16.4.0"
},
"time": "2024-11-20T23:30:16+00:00"
"time": "2024-12-18T23:42:15+00:00"
},
{
"name": "symfony/clock",
@@ -9456,8 +9456,8 @@
"type": "library",
"extra": {
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
"url": "https://github.com/symfony/polyfill",
"name": "symfony/polyfill"
}
},
"autoload": {
@@ -15814,8 +15814,8 @@
"type": "library",
"extra": {
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
"url": "https://github.com/symfony/polyfill",
"name": "symfony/polyfill"
}
},
"autoload": {

471
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -10,6 +10,8 @@
"build": "vite build"
},
"devDependencies": {
"@inertiajs/vue3": "^2.0.0",
"@vitejs/plugin-vue": "^5.0.4",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@inertiajs/inertia": "^0.11.1",
"@inertiajs/inertia-vue3": "^0.6.0",
@@ -24,7 +26,7 @@
"balloon-css": "^1.2.0",
"click-outside-vue3": "^4.0.1",
"cross-env": "^7.0.3",
"laravel-vite-plugin": "^1.0.0",
"laravel-vite-plugin": "^1.1.1",
"lodash": "^4.17.15",
"mitt": "^3.0.0",
"portal-vue": "^3.0.0",
@@ -35,15 +37,11 @@
"tailwindcss": "^3.4.17",
"tippy.js": "^6.3.7",
"v-click-outside": "^3.2.0",
"vite": "^5.4.6",
"vite": "^6.0.3",
"vue": "^3.5.13",
"vue-clipboard2": "^0.3.1",
"vue-loader": "^17.4.2",
"vuex": "^4.1.0"
},
"type": "module",
"dependencies": {
"@inertiajs/vue3": "^2.0.0",
"@vitejs/plugin-vue": "^5.0.4"
}
"type": "module"
}