From 719b48a9ab97b17f9f971e2afa62e67294ea1535 Mon Sep 17 00:00:00 2001 From: root Date: Wed, 24 Jun 2026 14:07:01 +0200 Subject: [PATCH] Update dependencies: @swc/core, @vitejs/plugin-react, autoprefixer, axios --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 4d1cc52..97389c9 100755 --- a/package.json +++ b/package.json @@ -30,13 +30,13 @@ "@popperjs/core": "2.11.8", "@prettier/plugin-php": "0.25.0", "@shufo/prettier-plugin-blade": "1.16.2", - "@swc/core": "^1.15.41", + "@swc/core": "^1.15.43", "@tailwindcss/forms": "0.5.11", "@tailwindcss/postcss": "4.3.1", "@tailwindcss/typography": "0.5.20", "alpinejs": "3.15.12", - "autoprefixer": "10.5.0", - "axios": "^1.18.0", + "autoprefixer": "^10.5.1", + "axios": "^1.18.1", "esbuild": "^0.28.1", "eslint": "^10.5.0", "eslint-plugin-vue": "10.9.2", @@ -54,7 +54,7 @@ }, "dependencies": { "@inertiajs/react": "^3.4.0", - "@vitejs/plugin-react": "^6.0.2", + "@vitejs/plugin-react": "^6.0.3", "flowbite": "4.0.2", "json5": "^2.2.3", "react": "^19.2.7",