File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -152,7 +152,7 @@ const features = {
152
152
method : 'enableStimulusBridge()' ,
153
153
packages : [
154
154
{ name : '@symfony/stimulus-bridge' } ,
155
- { name : 'stimulus' }
155
+ { name : 'stimulus' , enforce_version : true }
156
156
] ,
157
157
description : 'enable Stimulus bridge'
158
158
}
Original file line number Diff line number Diff line change 61
61
"@symfony/autoimport" : " file:fixtures/stimulus/autoimport" ,
62
62
"@symfony/controllers" : " file:fixtures/stimulus/controllers" ,
63
63
"@symfony/mock-module" : " file:fixtures/stimulus/mock-module" ,
64
- "@symfony/stimulus-bridge" : " ^1.0 .0" ,
64
+ "@symfony/stimulus-bridge" : " ^1.1 .0" ,
65
65
"@vue/babel-helper-vue-jsx-merge-props" : " ^1.0.0" ,
66
66
"@vue/babel-preset-jsx" : " ^1.0.0" ,
67
67
"@vue/compiler-sfc" : " ^3.0.2" ,
You can’t perform that action at this time.
0 commit comments