Browse Source

:wrench: fix laravel s3 storage

Jeremy Zheng 3 days ago
parent
commit
a80b3b2ae1
2 changed files with 9 additions and 9 deletions
  1. 4 4
      api-v13/composer.json
  2. 5 5
      api-v13/package.json

+ 4 - 4
api-v13/composer.json

@@ -10,18 +10,18 @@
     "license": "MIT",
     "require": {
         "php": "^8.3",
-        "aws/aws-sdk-php": "^3.379",
-        "casbin/casbin": "^4.1",
+        "aws/aws-sdk-php": "^3.382",
+        "casbin/casbin": "^4.2",
         "firebase/php-jwt": "^7.0",
         "godruoyi/php-snowflake": "^3.2",
         "guzzlehttp/guzzle": "^7.10",
         "inertiajs/inertia-laravel": "^3.0",
-        "intervention/image": "^4.0",
+        "intervention/image": "^4.1",
         "laravel/framework": "^13.0",
         "laravel/tinker": "^3.0",
         "laravel/wayfinder": "^0.1.14",
         "league/flysystem-aws-s3-v3": "^3.34",
-        "mustache/mustache": "^3.0",
+        "mustache/mustache": "^3.2",
         "opensearch-project/opensearch-php": "^2.6",
         "php-amqplib/php-amqplib": "^3.7",
         "php-ffmpeg/php-ffmpeg": "^1.4",

+ 5 - 5
api-v13/package.json

@@ -34,8 +34,8 @@
         "@inertiajs/vite": "^3.0.0",
         "@material/web": "^2.4.1",
         "@tabler/core": "^1.4.0",
-        "@tabler/icons": "^3.41.1",
-        "@tabler/icons-webfont": "^3.41.1",
+        "@tabler/icons": "^3.44.0",
+        "@tabler/icons-webfont": "^3.44.0",
         "@tailwindcss/vite": "^4.1.11",
         "@types/react": "^19.2.0",
         "@types/react-dom": "^19.2.0",
@@ -46,11 +46,11 @@
         "clsx": "^2.1.1",
         "concurrently": "^9.0.1",
         "dayjs": "^1.11.20",
-        "dompurify": "^3.4.1",
+        "dompurify": "^3.4.5",
         "globals": "^15.14.0",
-        "jsdom": "^29.1.0",
+        "jsdom": "^29.1.1",
         "laravel-vite-plugin": "^3.0.0",
-        "marked": "^18.0.2",
+        "marked": "^18.0.4",
         "react": "^19.2.0",
         "react-dom": "^19.2.0",
         "tailwind-merge": "^3.0.1",