From d15451e73883fb842e5afc28998df6ac9aefbd3c Mon Sep 17 00:00:00 2001 From: Hugo Alliaume Date: Wed, 29 Jan 2025 21:33:06 +0100 Subject: [PATCH] [WebpackEncoreBundle] Bump @symfony/stimulus-bridge to ^4.0.0 --- symfony/webpack-encore-bundle/1.10/package.json | 2 +- symfony/webpack-encore-bundle/1.9/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/symfony/webpack-encore-bundle/1.10/package.json b/symfony/webpack-encore-bundle/1.10/package.json index d83a414df..360272aa0 100644 --- a/symfony/webpack-encore-bundle/1.10/package.json +++ b/symfony/webpack-encore-bundle/1.10/package.json @@ -3,7 +3,7 @@ "@babel/core": "^7.17.0", "@babel/preset-env": "^7.16.0", "@hotwired/stimulus": "^3.0.0", - "@symfony/stimulus-bridge": "^3.2.0", + "@symfony/stimulus-bridge": "^4.0.0", "@symfony/webpack-encore": "^4.0.0", "core-js": "^3.23.0", "regenerator-runtime": "^0.13.9", diff --git a/symfony/webpack-encore-bundle/1.9/package.json b/symfony/webpack-encore-bundle/1.9/package.json index 813010a74..820342883 100644 --- a/symfony/webpack-encore-bundle/1.9/package.json +++ b/symfony/webpack-encore-bundle/1.9/package.json @@ -1,7 +1,7 @@ { "devDependencies": { "@hotwired/stimulus": "^3.0.0", - "@symfony/stimulus-bridge": "^3.0.0", + "@symfony/stimulus-bridge": "^4.0.0", "@symfony/webpack-encore": "^1.7.0", "core-js": "^3.0.0", "regenerator-runtime": "^0.13.2",