diff --git a/symfony.webpack-encore-bundle.1.9.json b/symfony.webpack-encore-bundle.1.9.json index a12b55ee..597374e7 100644 --- a/symfony.webpack-encore-bundle.1.9.json +++ b/symfony.webpack-encore-bundle.1.9.json @@ -75,7 +75,7 @@ }, "assets/controllers/hello_controller.js": { "contents": [ - "import { Controller } from 'stimulus';", + "import { Controller } from '@hotwired/stimulus';", "", "/*", " * This is an example Stimulus controller!", @@ -176,11 +176,11 @@ "contents": [ "{", " \"devDependencies\": {", - " \"@symfony/stimulus-bridge\": \"^2.0.0\",", - " \"@symfony/webpack-encore\": \"^1.0.0\",", + " \"@hotwired/stimulus\": \"^3.0.0\",", + " \"@symfony/stimulus-bridge\": \"^3.0.0\",", + " \"@symfony/webpack-encore\": \"^1.7.0\",", " \"core-js\": \"^3.0.0\",", " \"regenerator-runtime\": \"^0.13.2\",", - " \"stimulus\": \"^2.0.0\",", " \"webpack-notifier\": \"^1.6.0\"", " },", " \"license\": \"UNLICENSED\",", @@ -278,7 +278,7 @@ "executable": false } }, - "ref": "0f274572ea315eb3b5884518a50ca43f211b4534" + "ref": "10e67e9dc87263a25007130ee59975a36ea624fe" } } }