Skip to content

Commit 8f7eeab

Browse files
authored
Merge pull request #1032 from weaverryan/stimulus3
Updating recipe for Stimulus 3
2 parents 25f935f + f9236b2 commit 8f7eeab

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

symfony/webpack-encore-bundle/1.9/assets/controllers/hello_controller.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { Controller } from 'stimulus';
1+
import { Controller } from '@hotwired/stimulus';
22

33
/*
44
* This is an example Stimulus controller!

symfony/webpack-encore-bundle/1.9/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"devDependencies": {
3-
"@symfony/stimulus-bridge": "^2.0.0",
4-
"@symfony/webpack-encore": "^1.0.0",
3+
"@hotwired/stimulus": "^3.0.0",
4+
"@symfony/stimulus-bridge": "^3.0.0",
5+
"@symfony/webpack-encore": "^1.7.0",
56
"core-js": "^3.0.0",
67
"regenerator-runtime": "^0.13.2",
7-
"stimulus": "^2.0.0",
88
"webpack-notifier": "^1.6.0"
99
},
1010
"license": "UNLICENSED",

0 commit comments

Comments
 (0)