Skip to content

Commit f4b0627

Browse files
committed
bumping stimulus version and enforcing it
1 parent 110260c commit f4b0627

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/features.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ const features = {
152152
method: 'enableStimulusBridge()',
153153
packages: [
154154
{ name: '@symfony/stimulus-bridge' },
155-
{ name: 'stimulus' }
155+
{ name: 'stimulus', enforce_version: true }
156156
],
157157
description: 'enable Stimulus bridge'
158158
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"@symfony/autoimport": "file:fixtures/stimulus/autoimport",
6262
"@symfony/controllers": "file:fixtures/stimulus/controllers",
6363
"@symfony/mock-module": "file:fixtures/stimulus/mock-module",
64-
"@symfony/stimulus-bridge": "^1.0.0",
64+
"@symfony/stimulus-bridge": "^1.1.0",
6565
"@vue/babel-helper-vue-jsx-merge-props": "^1.0.0",
6666
"@vue/babel-preset-jsx": "^1.0.0",
6767
"@vue/compiler-sfc": "^3.0.2",

0 commit comments

Comments
 (0)