mirror of
https://github.com/symfony/recipes.git
synced 2026-09-14 16:46:24 +03:00
Update Flex endpoint
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user