Updated symfony stimulus bridge.

This commit is contained in:
Jan Böhmer 2022-03-04 20:06:32 +01:00
parent 65011ccf1a
commit 3e0745f859
2 changed files with 17 additions and 38 deletions

View file

@ -2,14 +2,14 @@
"devDependencies": {
"@fortawesome/fontawesome-free": "^5.7.2",
"@popperjs/core": "^2.10.2",
"@symfony/stimulus-bridge": "^2.0.0",
"@symfony/stimulus-bridge": "^3.0.0",
"@symfony/webpack-encore": "^1.6.1",
"bootstrap": "^4.4.1",
"core-js": "^3.6.4",
"jquery": "^3.5.1",
"popper.js": "^1.14.7",
"regenerator-runtime": "^0.13.2",
"stimulus": "^2.0.0",
"@hotwired/stimulus": "^3.0.0",
"webpack-bundle-analyzer": "^4.3.0",
"webpack-notifier": "^1.6.0"
},