We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25f935f commit f9236b2Copy full SHA for f9236b2
symfony/webpack-encore-bundle/1.9/assets/controllers/hello_controller.js
@@ -1,4 +1,4 @@
1
-import { Controller } from 'stimulus';
+import { Controller } from '@hotwired/stimulus';
2
3
/*
4
* This is an example Stimulus controller!
symfony/webpack-encore-bundle/1.9/package.json
@@ -1,10 +1,10 @@
{
"devDependencies": {
- "@symfony/stimulus-bridge": "^2.0.0",
- "@symfony/webpack-encore": "^1.0.0",
+ "@hotwired/stimulus": "^3.0.0",
+ "@symfony/stimulus-bridge": "^3.0.0",
5
+ "@symfony/webpack-encore": "^1.7.0",
6
"core-js": "^3.0.0",
7
"regenerator-runtime": "^0.13.2",
- "stimulus": "^2.0.0",
8
"webpack-notifier": "^1.6.0"
9
},
10
"license": "UNLICENSED",
0 commit comments