From c0446dbf415ba70c3b7d9bb673dd33a634426a17 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 22:06:28 +0000 Subject: [PATCH] Update all non-major dependencies | datasource | package | from | to | | ---------- | --------------------------------------------- | ------ | ------ | | npm | @vue/compiler-sfc | 3.5.38 | 3.5.39 | | packagist | interaction-design-foundation/coding-standard | 0.7.0 | 0.8.0 | | npm | postcss | 8.5.15 | 8.5.16 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- composer.json | 2 +- package.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index bbad681..411fb01 100644 --- a/composer.json +++ b/composer.json @@ -14,7 +14,7 @@ "laravel/nova": "^4.20 || ^5.0" }, "require-dev": { - "interaction-design-foundation/coding-standard": "^0.7", + "interaction-design-foundation/coding-standard": "^0.8", "orchestra/testbench-core": "^10.0.2 || ^11.0", "phpunit/phpunit": "^10.5 || ^11.0 || ^12.0", "vimeo/psalm": "^6.0" diff --git a/package.json b/package.json index 7fcff16..df1e073 100644 --- a/package.json +++ b/package.json @@ -14,11 +14,11 @@ "nova:install": "npm --prefix='./vendor/laravel/nova' ci" }, "devDependencies": { - "@vue/compiler-sfc": "3.5.38", + "@vue/compiler-sfc": "3.5.39", "form-backend-validation": "2.4.0", "laravel-mix": "6.0.49", "lodash": "4.18.1", - "postcss": "8.5.15", + "postcss": "8.5.16", "vue-loader": "16.8.3" }, "dependencies": {}