Merge pull request #4535 from peaklabs-dev/next

Chore: Dependency Bump
This commit is contained in:
🏔️ Peak
2024-12-10 17:22:58 +01:00
committed by GitHub
6 changed files with 1435 additions and 919 deletions

View File

@@ -13,7 +13,7 @@
"require": { "require": {
"php": "^8.2", "php": "^8.2",
"3sidedcube/laravel-redoc": "^1.0", "3sidedcube/laravel-redoc": "^1.0",
"danharrin/livewire-rate-limiting": "^1.1", "danharrin/livewire-rate-limiting": "2.0.0",
"doctrine/dbal": "^4.2", "doctrine/dbal": "^4.2",
"guzzlehttp/guzzle": "^7.5.0", "guzzlehttp/guzzle": "^7.5.0",
"laravel/fortify": "^1.16.0", "laravel/fortify": "^1.16.0",

1047
composer.lock generated

File diff suppressed because it is too large Load Diff

View File

@@ -2,10 +2,10 @@
# https://hub.docker.com/r/serversideup/php/tags?name=8.4-fpm-nginx-alpine # https://hub.docker.com/r/serversideup/php/tags?name=8.4-fpm-nginx-alpine
ARG SERVERSIDEUP_PHP_VERSION=8.4-fpm-nginx-alpine ARG SERVERSIDEUP_PHP_VERSION=8.4-fpm-nginx-alpine
# https://github.com/minio/mc/releases # https://github.com/minio/mc/releases
ARG MINIO_VERSION=RELEASE.2024-11-05T11-29-45Z ARG MINIO_VERSION=RELEASE.2024-11-17T19-35-25Z
# https://github.com/cloudflare/cloudflared/releases # https://github.com/cloudflare/cloudflared/releases
ARG CLOUDFLARED_VERSION=2024.11.0 ARG CLOUDFLARED_VERSION=2024.11.1
# https://www.postgresql.org/support/versioning/ - Upgraded to 16 if the we have a manual upgrade guide? # https://www.postgresql.org/support/versioning/
ARG POSTGRES_VERSION=15 ARG POSTGRES_VERSION=15
# ================================================================= # =================================================================

View File

@@ -2,10 +2,10 @@
# https://hub.docker.com/r/serversideup/php/tags?name=8.4-fpm-nginx-alpine # https://hub.docker.com/r/serversideup/php/tags?name=8.4-fpm-nginx-alpine
ARG SERVERSIDEUP_PHP_VERSION=8.4-fpm-nginx-alpine ARG SERVERSIDEUP_PHP_VERSION=8.4-fpm-nginx-alpine
# https://github.com/minio/mc/releases # https://github.com/minio/mc/releases
ARG MINIO_VERSION=RELEASE.2024-11-05T11-29-45Z ARG MINIO_VERSION=RELEASE.2024-11-17T19-35-25Z
# https://github.com/cloudflare/cloudflared/releases # https://github.com/cloudflare/cloudflared/releases
ARG CLOUDFLARED_VERSION=2024.11.0 ARG CLOUDFLARED_VERSION=2024.11.1
# https://www.postgresql.org/support/versioning/ - Upgraded to 16 if the we have a manual upgrade guide? # https://www.postgresql.org/support/versioning/
ARG POSTGRES_VERSION=15 ARG POSTGRES_VERSION=15
# Add user/group # Add user/group

1277
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -7,24 +7,24 @@
"build": "vite build" "build": "vite build"
}, },
"devDependencies": { "devDependencies": {
"@vitejs/plugin-vue": "5.2.0", "@vitejs/plugin-vue": "5.2.1",
"autoprefixer": "10.4.20", "autoprefixer": "10.4.20",
"axios": "1.7.7", "axios": "1.7.9",
"laravel-echo": "1.17.0", "laravel-echo": "1.17.1",
"laravel-vite-plugin": "1.0.6", "laravel-vite-plugin": "1.1.1",
"postcss": "8.4.49", "postcss": "8.4.49",
"pusher-js": "8.4.0-rc2", "pusher-js": "8.4.0-rc2",
"tailwind-scrollbar": "^3.1.0", "tailwind-scrollbar": "^3.1.0",
"tailwindcss": "3.4.14", "tailwindcss": "3.4.16",
"vite": "5.4.11", "vite": "6.0.3",
"vue": "3.5.12" "vue": "3.5.13"
}, },
"dependencies": { "dependencies": {
"@tailwindcss/forms": "0.5.9", "@tailwindcss/forms": "0.5.9",
"@tailwindcss/typography": "0.5.15", "@tailwindcss/typography": "0.5.15",
"@xterm/addon-fit": "^0.10.0", "@xterm/addon-fit": "^0.10.0",
"@xterm/xterm": "^5.5.0", "@xterm/xterm": "^5.5.0",
"alpinejs": "3.14.3", "alpinejs": "3.14.7",
"ioredis": "5.4.1" "ioredis": "5.4.1"
} }
} }